.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-6dd096f7-51e4-4f49-81ec-c595b9c1c9ed {
  min-height: 50px;
}








#s-6dd096f7-51e4-4f49-81ec-c595b9c1c9ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6dd096f7-51e4-4f49-81ec-c595b9c1c9ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c968fe2c-a9c4-432f-acd9-46d15a71add5 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-top: 60px;
padding-left: 25px;
padding-right: 25px;
min-height: 50px;
max-width: 1260px;
}
@media (max-width: 767px){#s-c968fe2c-a9c4-432f-acd9-46d15a71add5 {
  margin-bottom: 20px;
padding-top: 30px;
}
}







#s-c968fe2c-a9c4-432f-acd9-46d15a71add5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c968fe2c-a9c4-432f-acd9-46d15a71add5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-e80c3e18-26cb-4bf9-a884-e356f53349a9 {
  margin-left: auto;
margin-right: auto;
max-width: 1280px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e80c3e18-26cb-4bf9-a884-e356f53349a9 {
  display: none;
}
#s-e80c3e18-26cb-4bf9-a884-e356f53349a9, #wrap-s-e80c3e18-26cb-4bf9-a884-e356f53349a9 { display:none !important; }}@media (max-width: 767px){#s-e80c3e18-26cb-4bf9-a884-e356f53349a9 {
  display: none;
}
#s-e80c3e18-26cb-4bf9-a884-e356f53349a9, #wrap-s-e80c3e18-26cb-4bf9-a884-e356f53349a9 { display:none !important; }}






  #s-e80c3e18-26cb-4bf9-a884-e356f53349a9 img.shogun-image {
    

    
    
    
  }


#s-e80c3e18-26cb-4bf9-a884-e356f53349a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-5a371f40-da44-442c-8007-dad8102ae84b {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}
@media (min-width: 1200px){#s-5a371f40-da44-442c-8007-dad8102ae84b {
  display: none;
}
#s-5a371f40-da44-442c-8007-dad8102ae84b, #wrap-s-5a371f40-da44-442c-8007-dad8102ae84b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5a371f40-da44-442c-8007-dad8102ae84b {
  display: none;
}
#s-5a371f40-da44-442c-8007-dad8102ae84b, #wrap-s-5a371f40-da44-442c-8007-dad8102ae84b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5a371f40-da44-442c-8007-dad8102ae84b {
  
}
}@media (max-width: 767px){#s-5a371f40-da44-442c-8007-dad8102ae84b {
  
}
}






  #s-5a371f40-da44-442c-8007-dad8102ae84b img.shogun-image {
    

    
    
    
  }


#s-5a371f40-da44-442c-8007-dad8102ae84b .shogun-image-content {
  
    align-items: center;
  
}

#s-cf77d492-a392-49d4-a1cb-40a9f5d640a8 {
  padding-bottom: 50px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cf77d492-a392-49d4-a1cb-40a9f5d640a8 {
  padding-bottom: 0px;
}
}@media (max-width: 767px){#s-cf77d492-a392-49d4-a1cb-40a9f5d640a8 {
  padding-bottom: 0px;
}
}







#s-cf77d492-a392-49d4-a1cb-40a9f5d640a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf77d492-a392-49d4-a1cb-40a9f5d640a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb1f771f-efd2-4e17-b86b-0bf061021bd6 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 1260px;
}
@media (min-width: 1200px){#s-eb1f771f-efd2-4e17-b86b-0bf061021bd6 {
  margin-bottom: 80px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-eb1f771f-efd2-4e17-b86b-0bf061021bd6 {
  margin-bottom: 80px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-eb1f771f-efd2-4e17-b86b-0bf061021bd6 {
  margin-bottom: 80px;
}
}@media (max-width: 767px){#s-eb1f771f-efd2-4e17-b86b-0bf061021bd6 {
  margin-bottom: 50px;
}
}







#s-eb1f771f-efd2-4e17-b86b-0bf061021bd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb1f771f-efd2-4e17-b86b-0bf061021bd6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-4f93a11d-f6c6-4a53-83d1-240caf4a4691 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-4f93a11d-f6c6-4a53-83d1-240caf4a4691"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f93a11d-f6c6-4a53-83d1-240caf4a4691"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4f93a11d-f6c6-4a53-83d1-240caf4a4691"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4f93a11d-f6c6-4a53-83d1-240caf4a4691"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4f93a11d-f6c6-4a53-83d1-240caf4a4691"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f93a11d-f6c6-4a53-83d1-240caf4a4691"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4f93a11d-f6c6-4a53-83d1-240caf4a4691"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-649acc1e-15e7-4592-ad2b-8b04a70b3111 {
  min-height: 50px;
}








#s-649acc1e-15e7-4592-ad2b-8b04a70b3111 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-649acc1e-15e7-4592-ad2b-8b04a70b3111.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-182b4dd0-1766-4337-bd94-cd4d33233332 {
  padding-top: 110px;
padding-left: 10px;
padding-bottom: 20px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-182b4dd0-1766-4337-bd94-cd4d33233332 {
  padding-top: 30px;
}
}@media (max-width: 767px){#s-182b4dd0-1766-4337-bd94-cd4d33233332 {
  padding-top: 30px;
}
}
#s-182b4dd0-1766-4337-bd94-cd4d33233332 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



.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-5d8768a1-ac17-462f-82b3-f35d8d0c8eb5 {
  padding-left: 10px;
}

#s-a7889dea-0024-4590-8a93-c444177d42ca {
  padding-top: 20px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a7889dea-0024-4590-8a93-c444177d42ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7889dea-0024-4590-8a93-c444177d42ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66effde5-9f57-43f2-a441-75a7fb7d91a5 {
  padding-bottom: 50px;
min-height: 50px;
}








#s-66effde5-9f57-43f2-a441-75a7fb7d91a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66effde5-9f57-43f2-a441-75a7fb7d91a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d765bd1d-0ce3-464c-af0d-21f8918f6e85 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-d765bd1d-0ce3-464c-af0d-21f8918f6e85 {
  padding-left: 0px;
padding-right: 0px;
}
}







#s-d765bd1d-0ce3-464c-af0d-21f8918f6e85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d765bd1d-0ce3-464c-af0d-21f8918f6e85.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f6e2324-1a60-45f8-a466-23cf6b076a58 {
  padding-top: 30px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-6f6e2324-1a60-45f8-a466-23cf6b076a58"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 30.0px);
}

}

@media (min-width: 768px) {
[id="s-6f6e2324-1a60-45f8-a466-23cf6b076a58"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 45.0px);
}

[id="s-6f6e2324-1a60-45f8-a466-23cf6b076a58"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 45.0px);
}

}

@media (min-width: 992px) {
[id="s-6f6e2324-1a60-45f8-a466-23cf6b076a58"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 45.0px);
}

[id="s-6f6e2324-1a60-45f8-a466-23cf6b076a58"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 45.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f6e2324-1a60-45f8-a466-23cf6b076a58"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 45.0px);
}

[id="s-6f6e2324-1a60-45f8-a466-23cf6b076a58"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 45.0px);
}

}

#s-f392d31b-cd47-4cb8-8616-72321d7e4d24 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(143, 204, 223, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f392d31b-cd47-4cb8-8616-72321d7e4d24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f392d31b-cd47-4cb8-8616-72321d7e4d24.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-98d20701-6255-490f-aa95-b92e66cb8a95 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-98d20701-6255-490f-aa95-b92e66cb8a95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98d20701-6255-490f-aa95-b92e66cb8a95.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c011ee2b-c412-4d18-bd79-1c2557881628 {
  margin-left: -15px;
margin-right: -15px;
text-align: center;
}







  #s-c011ee2b-c412-4d18-bd79-1c2557881628 img.shogun-image {
    

    
    
    
  }


#s-c011ee2b-c412-4d18-bd79-1c2557881628 .shogun-image-content {
  
    align-items: center;
  
}

#s-2b3a2dd9-9aed-4657-a45b-ca20ec6077a2 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
min-height: 50px;
}








#s-2b3a2dd9-9aed-4657-a45b-ca20ec6077a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b3a2dd9-9aed-4657-a45b-ca20ec6077a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-11d546b6-70a5-47de-b692-0264b726a418 {
  text-align: left;
}

#s-11d546b6-70a5-47de-b692-0264b726a418 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-b37b96a0-dd1f-48dd-8756-61261bdf5360 {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-b37b96a0-dd1f-48dd-8756-61261bdf5360 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b37b96a0-dd1f-48dd-8756-61261bdf5360.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-947c7b24-be09-4ae1-8007-a29b4d54086b {
  margin-bottom: 10px;
padding-top: 14px;
padding-left: 40px;
padding-bottom: 14px;
padding-right: 40px;
border-radius: 30px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-947c7b24-be09-4ae1-8007-a29b4d54086b:hover {background-color: rgba(143, 204, 223, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-947c7b24-be09-4ae1-8007-a29b4d54086b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-947c7b24-be09-4ae1-8007-a29b4d54086b-root {
    text-align: center;
  }


#s-947c7b24-be09-4ae1-8007-a29b4d54086b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-947c7b24-be09-4ae1-8007-a29b4d54086b-root {
    text-align: center;
  }


#s-947c7b24-be09-4ae1-8007-a29b4d54086b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-947c7b24-be09-4ae1-8007-a29b4d54086b-root {
    text-align: center;
  }


#s-947c7b24-be09-4ae1-8007-a29b4d54086b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-947c7b24-be09-4ae1-8007-a29b4d54086b-root {
    text-align: center;
  }


#s-947c7b24-be09-4ae1-8007-a29b4d54086b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-947c7b24-be09-4ae1-8007-a29b4d54086b-root {
    text-align: center;
  }


#s-947c7b24-be09-4ae1-8007-a29b4d54086b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ee874a03-231e-4271-b5ec-23268627179f {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 160px;
text-align: center;
}
@media (min-width: 1200px){#s-ee874a03-231e-4271-b5ec-23268627179f {
  display: none;
}
#s-ee874a03-231e-4271-b5ec-23268627179f, #wrap-s-ee874a03-231e-4271-b5ec-23268627179f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ee874a03-231e-4271-b5ec-23268627179f {
  display: none;
}
#s-ee874a03-231e-4271-b5ec-23268627179f, #wrap-s-ee874a03-231e-4271-b5ec-23268627179f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ee874a03-231e-4271-b5ec-23268627179f {
  display: none;
}
#s-ee874a03-231e-4271-b5ec-23268627179f, #wrap-s-ee874a03-231e-4271-b5ec-23268627179f { display:none !important; }}@media (max-width: 767px){#s-ee874a03-231e-4271-b5ec-23268627179f {
  display: none;
}
#s-ee874a03-231e-4271-b5ec-23268627179f, #wrap-s-ee874a03-231e-4271-b5ec-23268627179f { display:none !important; }}






  #s-ee874a03-231e-4271-b5ec-23268627179f img.shogun-image {
    

    
    
    
  }


#s-ee874a03-231e-4271-b5ec-23268627179f .shogun-image-content {
  
    align-items: center;
  
}

#s-29754318-b915-4a6d-afc0-7999c14aef0e {
  margin-top: 10px;
margin-left: -25px;
margin-right: -25px;
padding-top: 5px;
padding-left: 25px;
padding-bottom: 5px;
padding-right: 25px;
text-align: center;
background-color: rgba(238, 238, 238, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-29754318-b915-4a6d-afc0-7999c14aef0e {
  
}
}@media (max-width: 767px){#s-29754318-b915-4a6d-afc0-7999c14aef0e {
  display: none;
}
#s-29754318-b915-4a6d-afc0-7999c14aef0e, #wrap-s-29754318-b915-4a6d-afc0-7999c14aef0e { display:none !important; }}






  #s-29754318-b915-4a6d-afc0-7999c14aef0e img.shogun-image {
    

    
    
    
  }


#s-29754318-b915-4a6d-afc0-7999c14aef0e .shogun-image-content {
  
    align-items: center;
  
}

#s-1e7a7759-8ce0-48e1-8c6d-74d40f68c8ca {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-1e7a7759-8ce0-48e1-8c6d-74d40f68c8ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e7a7759-8ce0-48e1-8c6d-74d40f68c8ca.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8269e3da-f290-4de6-946f-3f2db952a32d {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-8269e3da-f290-4de6-946f-3f2db952a32d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8269e3da-f290-4de6-946f-3f2db952a32d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3de95a7a-45dd-4c20-ba02-13a9afbc9ece {
  margin-left: -15px;
margin-right: -15px;
text-align: center;
}







  #s-3de95a7a-45dd-4c20-ba02-13a9afbc9ece img.shogun-image {
    

    
    
    
  }


#s-3de95a7a-45dd-4c20-ba02-13a9afbc9ece .shogun-image-content {
  
    align-items: center;
  
}

#s-dbb9dbda-8695-4808-818b-ea4ea80cad5b {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
min-height: 50px;
}








#s-dbb9dbda-8695-4808-818b-ea4ea80cad5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dbb9dbda-8695-4808-818b-ea4ea80cad5b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f3b6554-c0fa-4b18-ac7f-39415947ad56 {
  text-align: left;
}

#s-7f3b6554-c0fa-4b18-ac7f-39415947ad56 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-db69a486-ce19-46e1-9289-5892a12ff6a1 {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-db69a486-ce19-46e1-9289-5892a12ff6a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db69a486-ce19-46e1-9289-5892a12ff6a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cdbd58e1-8ee7-439b-9e8d-253547783281 {
  margin-bottom: 10px;
padding-top: 14px;
padding-left: 40px;
padding-bottom: 14px;
padding-right: 40px;
border-radius: 30px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-cdbd58e1-8ee7-439b-9e8d-253547783281:hover {background-color: rgba(143, 204, 223, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-cdbd58e1-8ee7-439b-9e8d-253547783281:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cdbd58e1-8ee7-439b-9e8d-253547783281-root {
    text-align: center;
  }


#s-cdbd58e1-8ee7-439b-9e8d-253547783281.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cdbd58e1-8ee7-439b-9e8d-253547783281-root {
    text-align: center;
  }


#s-cdbd58e1-8ee7-439b-9e8d-253547783281.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cdbd58e1-8ee7-439b-9e8d-253547783281-root {
    text-align: center;
  }


#s-cdbd58e1-8ee7-439b-9e8d-253547783281.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cdbd58e1-8ee7-439b-9e8d-253547783281-root {
    text-align: center;
  }


#s-cdbd58e1-8ee7-439b-9e8d-253547783281.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cdbd58e1-8ee7-439b-9e8d-253547783281-root {
    text-align: center;
  }


#s-cdbd58e1-8ee7-439b-9e8d-253547783281.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9cfbb9c8-4f37-4899-ab62-4b6cd95765f4 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 160px;
text-align: center;
}
@media (min-width: 1200px){#s-9cfbb9c8-4f37-4899-ab62-4b6cd95765f4 {
  display: none;
}
#s-9cfbb9c8-4f37-4899-ab62-4b6cd95765f4, #wrap-s-9cfbb9c8-4f37-4899-ab62-4b6cd95765f4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9cfbb9c8-4f37-4899-ab62-4b6cd95765f4 {
  display: none;
}
#s-9cfbb9c8-4f37-4899-ab62-4b6cd95765f4, #wrap-s-9cfbb9c8-4f37-4899-ab62-4b6cd95765f4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9cfbb9c8-4f37-4899-ab62-4b6cd95765f4 {
  display: none;
}
#s-9cfbb9c8-4f37-4899-ab62-4b6cd95765f4, #wrap-s-9cfbb9c8-4f37-4899-ab62-4b6cd95765f4 { display:none !important; }}@media (max-width: 767px){#s-9cfbb9c8-4f37-4899-ab62-4b6cd95765f4 {
  display: none;
}
#s-9cfbb9c8-4f37-4899-ab62-4b6cd95765f4, #wrap-s-9cfbb9c8-4f37-4899-ab62-4b6cd95765f4 { display:none !important; }}






  #s-9cfbb9c8-4f37-4899-ab62-4b6cd95765f4 img.shogun-image {
    

    
    
    
  }


#s-9cfbb9c8-4f37-4899-ab62-4b6cd95765f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-d60df80b-3a0c-4b8d-9720-76a68d924e8e {
  margin-top: 10px;
margin-left: -25px;
margin-right: -25px;
padding-top: 5px;
padding-left: 25px;
padding-bottom: 5px;
padding-right: 25px;
text-align: center;
background-color: rgba(238, 238, 238, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-d60df80b-3a0c-4b8d-9720-76a68d924e8e {
  
}
}@media (max-width: 767px){#s-d60df80b-3a0c-4b8d-9720-76a68d924e8e {
  display: none;
}
#s-d60df80b-3a0c-4b8d-9720-76a68d924e8e, #wrap-s-d60df80b-3a0c-4b8d-9720-76a68d924e8e { display:none !important; }}






  #s-d60df80b-3a0c-4b8d-9720-76a68d924e8e img.shogun-image {
    

    
    
    
  }


#s-d60df80b-3a0c-4b8d-9720-76a68d924e8e .shogun-image-content {
  
    align-items: center;
  
}

#s-af88c7a0-54d8-42dc-bc5e-268f684c3d84 {
  margin-top: 10px;
margin-left: 20px;
margin-right: 20px;
padding-top: 5px;
padding-left: 25px;
padding-bottom: 5px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
text-align: center;
background-color: rgba(238, 238, 238, 1);
}
@media (min-width: 1200px){#s-af88c7a0-54d8-42dc-bc5e-268f684c3d84 {
  display: none;
}
#s-af88c7a0-54d8-42dc-bc5e-268f684c3d84, #wrap-s-af88c7a0-54d8-42dc-bc5e-268f684c3d84 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-af88c7a0-54d8-42dc-bc5e-268f684c3d84 {
  display: none;
}
#s-af88c7a0-54d8-42dc-bc5e-268f684c3d84, #wrap-s-af88c7a0-54d8-42dc-bc5e-268f684c3d84 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-af88c7a0-54d8-42dc-bc5e-268f684c3d84 {
  display: none;
}
#s-af88c7a0-54d8-42dc-bc5e-268f684c3d84, #wrap-s-af88c7a0-54d8-42dc-bc5e-268f684c3d84 { display:none !important; }}






  #s-af88c7a0-54d8-42dc-bc5e-268f684c3d84 img.shogun-image {
    

    
    
    
  }


#s-af88c7a0-54d8-42dc-bc5e-268f684c3d84 .shogun-image-content {
  
    align-items: center;
  
}

#s-91ab391d-2b3d-48cd-959a-fb1a1bb547d1 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 50px;
min-height: 50px;
}
@media (max-width: 767px){#s-91ab391d-2b3d-48cd-959a-fb1a1bb547d1 {
  margin-top: 70px;
padding-left: 0px;
padding-bottom: 20px;
}
}







#s-91ab391d-2b3d-48cd-959a-fb1a1bb547d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91ab391d-2b3d-48cd-959a-fb1a1bb547d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f46ac86-5059-4d34-b2a4-e6fd57bd4a6c {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 1260px;
}

@media (min-width: 0px) {
[id="s-1f46ac86-5059-4d34-b2a4-e6fd57bd4a6c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1f46ac86-5059-4d34-b2a4-e6fd57bd4a6c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1f46ac86-5059-4d34-b2a4-e6fd57bd4a6c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1f46ac86-5059-4d34-b2a4-e6fd57bd4a6c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1f46ac86-5059-4d34-b2a4-e6fd57bd4a6c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1f46ac86-5059-4d34-b2a4-e6fd57bd4a6c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1f46ac86-5059-4d34-b2a4-e6fd57bd4a6c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-1f46ac86-5059-4d34-b2a4-e6fd57bd4a6c"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-368fbb6a-aa67-4f37-9d8b-c30b35d0a873 {
  min-height: 50px;
}








#s-368fbb6a-aa67-4f37-9d8b-c30b35d0a873 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-368fbb6a-aa67-4f37-9d8b-c30b35d0a873.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-24858453-039a-48e1-828c-37263fc29d7f {
  padding-top: 0px;
padding-bottom: 70px;
text-align: left;
}
@media (max-width: 767px){#s-24858453-039a-48e1-828c-37263fc29d7f {
  padding-bottom: 0px;
}
}
#s-24858453-039a-48e1-828c-37263fc29d7f .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 34px;
  line-height: 1em;
  
  text-align: left;
}



#s-b226bc45-549a-4be7-b30d-008ee0156d98 {
  margin-left: auto;
max-width: 70%;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-b226bc45-549a-4be7-b30d-008ee0156d98 {
  max-width: 80%;
}
}@media (max-width: 767px){#s-b226bc45-549a-4be7-b30d-008ee0156d98 {
  margin-top: -100px;
margin-left: -20px;
margin-bottom: 20px;
margin-right: auto;
}
}






  #s-b226bc45-549a-4be7-b30d-008ee0156d98 img.shogun-image {
    

    
    
    
  }


#s-b226bc45-549a-4be7-b30d-008ee0156d98 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-8d5171c1-90e1-413a-8a84-69e6ead17213 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 1260px;
}

@media (min-width: 0px) {
[id="s-8d5171c1-90e1-413a-8a84-69e6ead17213"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8d5171c1-90e1-413a-8a84-69e6ead17213"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8d5171c1-90e1-413a-8a84-69e6ead17213"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8d5171c1-90e1-413a-8a84-69e6ead17213"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8d5171c1-90e1-413a-8a84-69e6ead17213"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d5171c1-90e1-413a-8a84-69e6ead17213"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8d5171c1-90e1-413a-8a84-69e6ead17213"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-f4d77d05-53c4-472d-a050-ccf3f98d655a {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
padding-left: 70px;
padding-right: 70px;
max-width: 800px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f4d77d05-53c4-472d-a050-ccf3f98d655a {
  padding-left: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-f4d77d05-53c4-472d-a050-ccf3f98d655a {
  margin-top: 20px;
padding-left: 0px;
padding-right: 0px;
}
}
#s-1c0c5ddd-f154-4174-bac5-92721dfe7526 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 1260px;
}
@media (max-width: 767px){#s-1c0c5ddd-f154-4174-bac5-92721dfe7526 {
  padding-left: 0px;
padding-right: 0px;
}
}







#s-1c0c5ddd-f154-4174-bac5-92721dfe7526 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c0c5ddd-f154-4174-bac5-92721dfe7526.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2bec9b49-f5a0-47a5-9a3c-c94427f8b0da {
  padding-top: 100px;
padding-left: 70px;
padding-bottom: 100px;
padding-right: 70px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 100px;
min-height: 50px;
background-color: rgba(236, 236, 237, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-2bec9b49-f5a0-47a5-9a3c-c94427f8b0da {
  padding-top: 50px;
padding-left: 30px;
padding-bottom: 50px;
padding-right: 30px;
border-radius: 50px;
}
}@media (max-width: 767px){#s-2bec9b49-f5a0-47a5-9a3c-c94427f8b0da {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 50px;
padding-right: 0px;
border-radius: 0px;
}
}







#s-2bec9b49-f5a0-47a5-9a3c-c94427f8b0da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2bec9b49-f5a0-47a5-9a3c-c94427f8b0da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b2a72c4c-a143-423e-ba35-62e00ce131f0 {
  padding-top: 0px;
padding-bottom: 30px;
text-align: left;
}
@media (max-width: 767px){#s-b2a72c4c-a143-423e-ba35-62e00ce131f0 {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-b2a72c4c-a143-423e-ba35-62e00ce131f0 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-2e7735fc-21bc-46d9-8b1e-ae41e0711068 {
  padding-left: 0px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-2e7735fc-21bc-46d9-8b1e-ae41e0711068"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2e7735fc-21bc-46d9-8b1e-ae41e0711068"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 60.0px);
}

}

@media (min-width: 992px) {
[id="s-2e7735fc-21bc-46d9-8b1e-ae41e0711068"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 60.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e7735fc-21bc-46d9-8b1e-ae41e0711068"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 60.0px);
}

}

#s-323cd371-630f-4a68-bc59-d0a32d765475 {
  text-align: center;
}







  #s-323cd371-630f-4a68-bc59-d0a32d765475 img.shogun-image {
    

    
    
    
  }


#s-323cd371-630f-4a68-bc59-d0a32d765475 .shogun-image-content {
  
    align-items: center;
  
}

#s-4cb301e9-7a8f-4306-b7d3-458dd718c495 {
  min-height: 50px;
}








#s-4cb301e9-7a8f-4306-b7d3-458dd718c495 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4cb301e9-7a8f-4306-b7d3-458dd718c495.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a87ffa10-3706-463c-bebb-573700bf5c22 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a87ffa10-3706-463c-bebb-573700bf5c22 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}


#s-a87ffa10-3706-463c-bebb-573700bf5c22 .shogun-heading-component h3 a {
  color: #000;
}


#s-ed7a98c7-32fa-4e87-a095-2158e8f42781 {
  padding-left: 0px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-ed7a98c7-32fa-4e87-a095-2158e8f42781"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed7a98c7-32fa-4e87-a095-2158e8f42781"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 60.0px);
}

}

@media (min-width: 992px) {
[id="s-ed7a98c7-32fa-4e87-a095-2158e8f42781"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 60.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed7a98c7-32fa-4e87-a095-2158e8f42781"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 60.0px);
}

}

#s-a616eb9a-cb77-4362-93c1-0e75c668c39d {
  min-height: 50px;
}








#s-a616eb9a-cb77-4362-93c1-0e75c668c39d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a616eb9a-cb77-4362-93c1-0e75c668c39d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7dba150a-739b-4f8e-a689-cdc7f2915a0c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-7dba150a-739b-4f8e-a689-cdc7f2915a0c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: right;
}


#s-7dba150a-739b-4f8e-a689-cdc7f2915a0c .shogun-heading-component h3 a {
  color: #000;
}


#s-2d22fd04-cce5-4baa-9835-5f240900c98d {
  text-align: center;
}







  #s-2d22fd04-cce5-4baa-9835-5f240900c98d img.shogun-image {
    

    
    
    
  }


#s-2d22fd04-cce5-4baa-9835-5f240900c98d .shogun-image-content {
  
    align-items: center;
  
}

#s-78c2e6c0-adfa-4e5a-8d18-c7af619f2e0d {
  padding-left: 0px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-78c2e6c0-adfa-4e5a-8d18-c7af619f2e0d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-78c2e6c0-adfa-4e5a-8d18-c7af619f2e0d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 60.0px);
}

}

@media (min-width: 992px) {
[id="s-78c2e6c0-adfa-4e5a-8d18-c7af619f2e0d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 60.0px);
}

}

@media (min-width: 1200px) {
[id="s-78c2e6c0-adfa-4e5a-8d18-c7af619f2e0d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 60.0px);
}

}

#s-ae2d70a3-2e4b-4f50-90e6-783baf43c04a {
  text-align: center;
}







  #s-ae2d70a3-2e4b-4f50-90e6-783baf43c04a img.shogun-image {
    

    
    
    
  }


#s-ae2d70a3-2e4b-4f50-90e6-783baf43c04a .shogun-image-content {
  
    align-items: center;
  
}

#s-fb1d1780-6271-4062-bd59-1e1c130e9dc2 {
  min-height: 50px;
}








#s-fb1d1780-6271-4062-bd59-1e1c130e9dc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb1d1780-6271-4062-bd59-1e1c130e9dc2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e6228a4-a861-42c3-bbf6-d7befcad9fe2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5e6228a4-a861-42c3-bbf6-d7befcad9fe2 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}


#s-5e6228a4-a861-42c3-bbf6-d7befcad9fe2 .shogun-heading-component h3 a {
  color: #000;
}


#s-e046301b-1fc9-4bf3-b980-cfb477888345 {
  padding-left: 0px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-e046301b-1fc9-4bf3-b980-cfb477888345"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e046301b-1fc9-4bf3-b980-cfb477888345"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 60.0px);
}

}

@media (min-width: 992px) {
[id="s-e046301b-1fc9-4bf3-b980-cfb477888345"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 60.0px);
}

}

@media (min-width: 1200px) {
[id="s-e046301b-1fc9-4bf3-b980-cfb477888345"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 60.0px);
}

}

#s-7e1db2f0-4830-41aa-8620-63f3aeb9f3cb {
  min-height: 50px;
}








#s-7e1db2f0-4830-41aa-8620-63f3aeb9f3cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e1db2f0-4830-41aa-8620-63f3aeb9f3cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cb2b8281-3c6b-446d-8b31-f54eeca828c6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-cb2b8281-3c6b-446d-8b31-f54eeca828c6 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: right;
}


#s-cb2b8281-3c6b-446d-8b31-f54eeca828c6 .shogun-heading-component h3 a {
  color: #000;
}


#s-f054eb8c-6f0b-4f7f-9555-6e1fd74689fd {
  text-align: center;
}







  #s-f054eb8c-6f0b-4f7f-9555-6e1fd74689fd img.shogun-image {
    

    
    
    
  }


#s-f054eb8c-6f0b-4f7f-9555-6e1fd74689fd .shogun-image-content {
  
    align-items: center;
  
}

#s-631d964e-5bc4-44e7-aab5-e5aad7865c8a {
  text-align: left;
}

#s-339a2c5f-6e10-464f-9e11-169eeb4fbb15 {
  margin-left: auto;
margin-right: auto;
padding-top: 100px;
padding-left: 20px;
padding-bottom: 100px;
padding-right: 20px;
min-height: 50px;
max-width: 1260px;
}
@media (min-width: 768px) and (max-width: 991px){#s-339a2c5f-6e10-464f-9e11-169eeb4fbb15 {
  padding-top: 60px;
padding-bottom: 30px;
}
}@media (max-width: 767px){#s-339a2c5f-6e10-464f-9e11-169eeb4fbb15 {
  padding-top: 50px;
padding-bottom: 0px;
}
}







#s-339a2c5f-6e10-464f-9e11-169eeb4fbb15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-339a2c5f-6e10-464f-9e11-169eeb4fbb15.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3f05c017-4059-45df-b3ee-2fae658884eb {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-3f05c017-4059-45df-b3ee-2fae658884eb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3f05c017-4059-45df-b3ee-2fae658884eb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3f05c017-4059-45df-b3ee-2fae658884eb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3f05c017-4059-45df-b3ee-2fae658884eb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3f05c017-4059-45df-b3ee-2fae658884eb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3f05c017-4059-45df-b3ee-2fae658884eb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3f05c017-4059-45df-b3ee-2fae658884eb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-6582f7ef-343a-4b70-9480-ece6ea0b7fa3 {
  min-height: 50px;
}








#s-6582f7ef-343a-4b70-9480-ece6ea0b7fa3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6582f7ef-343a-4b70-9480-ece6ea0b7fa3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e4d2d935-d57a-4786-b8e8-9341ffebb673 {
  margin-bottom: 10px;
max-width: 80px;
text-align: left;
}







  #s-e4d2d935-d57a-4786-b8e8-9341ffebb673 img.shogun-image {
    

    
    
    
  }


#s-e4d2d935-d57a-4786-b8e8-9341ffebb673 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b2e55ca-0d8c-4613-b110-1a66deade932 {
  text-align: left;
}
@media (max-width: 767px){#s-1b2e55ca-0d8c-4613-b110-1a66deade932 {
  padding-bottom: 20px;
}
}
#s-1b2e55ca-0d8c-4613-b110-1a66deade932 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  
  text-align: left;
}



#s-abf061c9-72be-4ac0-bed2-66d049e1fa3a {
  min-height: 50px;
}








#s-abf061c9-72be-4ac0-bed2-66d049e1fa3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-abf061c9-72be-4ac0-bed2-66d049e1fa3a.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-5925d8ea-6d83-447e-a3ec-e3eec62c69e6 {
  max-width: 800px;
}

#s-de0d2cb8-a4ad-49c3-ae93-6f0c8c65da5b {
  margin-left: auto;
margin-right: auto;
padding-top: 70px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
min-height: 70px;
max-width: 1260px;
}
@media (max-width: 767px){#s-de0d2cb8-a4ad-49c3-ae93-6f0c8c65da5b {
  padding-top: 50px;
}
}







#s-de0d2cb8-a4ad-49c3-ae93-6f0c8c65da5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de0d2cb8-a4ad-49c3-ae93-6f0c8c65da5b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-63f15732-1d9d-4791-b7d4-c129d654cfce {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-63f15732-1d9d-4791-b7d4-c129d654cfce {
  padding-top: 0px;
}
}
#s-63f15732-1d9d-4791-b7d4-c129d654cfce .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  
  
  text-align: left;
}



#s-20e75bd4-868d-473e-bd2a-748ef44ae5f9 {
  margin-top: 45px;
margin-left: auto;
margin-bottom: 45px;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-20e75bd4-868d-473e-bd2a-748ef44ae5f9 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 0px;
padding-bottom: 0px;
}
}







#s-20e75bd4-868d-473e-bd2a-748ef44ae5f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20e75bd4-868d-473e-bd2a-748ef44ae5f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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-d57044fb-e195-4768-8bcf-a864186601ce {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (min-width: 1200px){#s-d57044fb-e195-4768-8bcf-a864186601ce {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d57044fb-e195-4768-8bcf-a864186601ce {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d57044fb-e195-4768-8bcf-a864186601ce {
  
}
}
#s-d57044fb-e195-4768-8bcf-a864186601ce > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-d57044fb-e195-4768-8bcf-a864186601ce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-d57044fb-e195-4768-8bcf-a864186601ce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-d57044fb-e195-4768-8bcf-a864186601ce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-d57044fb-e195-4768-8bcf-a864186601ce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-d57044fb-e195-4768-8bcf-a864186601ce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-562d1f51-2625-47d9-be76-e96e0896b3b3 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
text-align: center;
}







  #s-562d1f51-2625-47d9-be76-e96e0896b3b3 img.shogun-image {
    

    
    
    
  }


#s-562d1f51-2625-47d9-be76-e96e0896b3b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-b24680db-b3e4-427a-8ab3-7a65792c9318 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
text-align: center;
}







  #s-b24680db-b3e4-427a-8ab3-7a65792c9318 img.shogun-image {
    

    
    
    
  }


#s-b24680db-b3e4-427a-8ab3-7a65792c9318 .shogun-image-content {
  
    align-items: center;
  
}

#s-1bfa5f80-6504-4588-b38b-066d88733b70 {
  margin-left: auto;
margin-right: auto;
max-width: 180px;
text-align: center;
}







  #s-1bfa5f80-6504-4588-b38b-066d88733b70 img.shogun-image {
    

    
    
    
  }


#s-1bfa5f80-6504-4588-b38b-066d88733b70 .shogun-image-content {
  
    align-items: center;
  
}

#s-9b65f44c-be28-492f-87e0-406743d6bc1f {
  margin-left: auto;
margin-right: auto;
max-width: 180px;
text-align: center;
}







  #s-9b65f44c-be28-492f-87e0-406743d6bc1f img.shogun-image {
    

    
    
    
  }


#s-9b65f44c-be28-492f-87e0-406743d6bc1f .shogun-image-content {
  
    align-items: center;
  
}

#s-ddde19b9-b3cb-4df3-9df2-dbe97ee9052e {
  margin-left: auto;
margin-right: auto;
max-width: 180px;
text-align: center;
}







  #s-ddde19b9-b3cb-4df3-9df2-dbe97ee9052e img.shogun-image {
    

    
    
    
  }


#s-ddde19b9-b3cb-4df3-9df2-dbe97ee9052e .shogun-image-content {
  
    align-items: center;
  
}

#s-a78318e6-8399-4a4c-9aaa-0caa2ac17740 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
text-align: center;
}







  #s-a78318e6-8399-4a4c-9aaa-0caa2ac17740 img.shogun-image {
    

    
    
    
  }


#s-a78318e6-8399-4a4c-9aaa-0caa2ac17740 .shogun-image-content {
  
    align-items: center;
  
}

#s-2169229f-ebc0-4595-b631-b47359a67a57 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
text-align: center;
}







  #s-2169229f-ebc0-4595-b631-b47359a67a57 img.shogun-image {
    

    
    
    
  }


#s-2169229f-ebc0-4595-b631-b47359a67a57 .shogun-image-content {
  
    align-items: center;
  
}

#s-e010b3d7-b6eb-4e6d-98c2-63987adfffa5 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 180px;
text-align: center;
}







  #s-e010b3d7-b6eb-4e6d-98c2-63987adfffa5 img.shogun-image {
    

    
    
    
  }


#s-e010b3d7-b6eb-4e6d-98c2-63987adfffa5 .shogun-image-content {
  
    align-items: center;
  
}

#s-e024e0ca-e48c-4265-9b91-e472cf55473f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 500px;
text-align: center;
}







  #s-e024e0ca-e48c-4265-9b91-e472cf55473f img.shogun-image {
    

    
    
    
  }


#s-e024e0ca-e48c-4265-9b91-e472cf55473f .shogun-image-content {
  
    align-items: center;
  
}

#s-5973afca-ded0-4e99-bf48-03967ca35025 {
  margin-top: -10px;
}

#s-c4c968a0-d3a3-46cb-bab8-23af212d56bf {
  margin-top: 0px;
}

#s-8055f9eb-596d-4a51-a91a-082271938e95 {
  box-shadow:0px 5px 9px 0px rgba(0, 0, 0, 0.3);
margin-top: 50px;
margin-bottom: 0px;
padding-top: 12px;
padding-left: 25px;
padding-bottom: 12px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 237, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(236, 236, 237, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-8055f9eb-596d-4a51-a91a-082271938e95:hover {background-color: rgba(236, 236, 237, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8055f9eb-596d-4a51-a91a-082271938e95:active {background-color: rgba(236, 236, 237, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-8055f9eb-596d-4a51-a91a-082271938e95 {
  margin-top: 25px;
text-align: center;
}
}

  #s-8055f9eb-596d-4a51-a91a-082271938e95-root {
    text-align: left;
  }


#s-8055f9eb-596d-4a51-a91a-082271938e95.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8055f9eb-596d-4a51-a91a-082271938e95-root {
    text-align: left;
  }


#s-8055f9eb-596d-4a51-a91a-082271938e95.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8055f9eb-596d-4a51-a91a-082271938e95-root {
    text-align: left;
  }


#s-8055f9eb-596d-4a51-a91a-082271938e95.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8055f9eb-596d-4a51-a91a-082271938e95-root {
    text-align: left;
  }


#s-8055f9eb-596d-4a51-a91a-082271938e95.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8055f9eb-596d-4a51-a91a-082271938e95-root {
    text-align: center;
  }


#s-8055f9eb-596d-4a51-a91a-082271938e95.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-d352207b-eac0-4ec4-8780-8f2bcbb2bc18 {
  padding-top: 100px;
padding-bottom: 100px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d352207b-eac0-4ec4-8780-8f2bcbb2bc18 {
  padding-top: 60px;
padding-bottom: 60px;
}
}@media (max-width: 767px){#s-d352207b-eac0-4ec4-8780-8f2bcbb2bc18 {
  padding-top: 60px;
padding-bottom: 60px;
}
}







#s-d352207b-eac0-4ec4-8780-8f2bcbb2bc18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d352207b-eac0-4ec4-8780-8f2bcbb2bc18.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d5b7795d-2951-43df-9b75-c2d51d999c06 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 1260px;
}
@media (max-width: 767px){#s-d5b7795d-2951-43df-9b75-c2d51d999c06 {
  padding-left: 0px;
}
}







#s-d5b7795d-2951-43df-9b75-c2d51d999c06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5b7795d-2951-43df-9b75-c2d51d999c06.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aae4354f-4690-4f9f-b5d3-f671840bccd0 {
  margin-left: auto;
margin-right: auto;
padding-top: 70px;
padding-left: 20px;
padding-right: 20px;
min-height: 300px;
max-width: 1024px;
}
@media (min-width: 768px) and (max-width: 991px){#s-aae4354f-4690-4f9f-b5d3-f671840bccd0 {
  min-height: 200px;
}
}@media (max-width: 767px){#s-aae4354f-4690-4f9f-b5d3-f671840bccd0 {
  min-height: 200px;
}
}
#s-aae4354f-4690-4f9f-b5d3-f671840bccd0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(161, 225, 246, 1);
}

#s-aae4354f-4690-4f9f-b5d3-f671840bccd0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(161, 225, 246, 1);
  padding: 10px;
}

#s-aae4354f-4690-4f9f-b5d3-f671840bccd0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-aae4354f-4690-4f9f-b5d3-f671840bccd0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(161, 225, 246, 1);
}

#s-aae4354f-4690-4f9f-b5d3-f671840bccd0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-aae4354f-4690-4f9f-b5d3-f671840bccd0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-37950839-2567-47dc-90d3-4ad0ee650bce {
  padding-top: 30px;
padding-left: 50px;
padding-bottom: 0px;
padding-right: 50px;
min-height: 50px;
}
@media (max-width: 767px){#s-37950839-2567-47dc-90d3-4ad0ee650bce {
  padding-left: 30px;
padding-right: 30px;
}
}







#s-37950839-2567-47dc-90d3-4ad0ee650bce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37950839-2567-47dc-90d3-4ad0ee650bce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0ec7fc61-6346-48b2-8b5d-533882933578 {
  margin-top: 0px;
margin-bottom: 40px;
}

#s-fe2e5648-d470-4a17-87a6-4dc6eb2db132 {
  margin-bottom: 20px;
max-width: 250px;
text-align: left;
}







  #s-fe2e5648-d470-4a17-87a6-4dc6eb2db132 img.shogun-image {
    

    
    
    
  }


#s-fe2e5648-d470-4a17-87a6-4dc6eb2db132 .shogun-image-content {
  
    align-items: center;
  
}

#s-e614f590-ab40-4201-8275-2a0f2dbe9d1e {
  margin-top: -20px;
padding-top: 250px;
padding-left: 50px;
padding-right: 50px;
min-height: 50px;
}
@media (max-width: 767px){#s-e614f590-ab40-4201-8275-2a0f2dbe9d1e {
  padding-top: 150px;
padding-left: 30px;
padding-right: 30px;
}
}
#s-e614f590-ab40-4201-8275-2a0f2dbe9d1e {
  background-image: url();
}








#s-e614f590-ab40-4201-8275-2a0f2dbe9d1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e614f590-ab40-4201-8275-2a0f2dbe9d1e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4080ebf6-1f7f-4934-83fa-3acfc4cc8cf5 {
  padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-4080ebf6-1f7f-4934-83fa-3acfc4cc8cf5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4080ebf6-1f7f-4934-83fa-3acfc4cc8cf5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4080ebf6-1f7f-4934-83fa-3acfc4cc8cf5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4080ebf6-1f7f-4934-83fa-3acfc4cc8cf5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ca49ca14-e472-415d-862c-0bf5783ede43 {
  text-align: left;
}







  #s-ca49ca14-e472-415d-862c-0bf5783ede43 img.shogun-image {
    

    
    
    
  }


#s-ca49ca14-e472-415d-862c-0bf5783ede43 .shogun-image-content {
  
    align-items: center;
  
}

#s-bfa8a851-81f0-482b-88ef-16230c8d4709 {
  text-align: left;
}







  #s-bfa8a851-81f0-482b-88ef-16230c8d4709 img.shogun-image {
    

    
    
    
  }


#s-bfa8a851-81f0-482b-88ef-16230c8d4709 .shogun-image-content {
  
    align-items: center;
  
}

#s-472c8bb8-1f67-4154-9512-0b079b0c7f84 {
  padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-472c8bb8-1f67-4154-9512-0b079b0c7f84"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-472c8bb8-1f67-4154-9512-0b079b0c7f84"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-472c8bb8-1f67-4154-9512-0b079b0c7f84"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-472c8bb8-1f67-4154-9512-0b079b0c7f84"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1daed1b8-51e1-45e0-b7fd-927c60489f1f {
  text-align: left;
}







  #s-1daed1b8-51e1-45e0-b7fd-927c60489f1f img.shogun-image {
    

    
    
    
  }


#s-1daed1b8-51e1-45e0-b7fd-927c60489f1f .shogun-image-content {
  
    align-items: center;
  
}

#s-4604698b-c0bb-434a-9da6-eeaa4cab6c68 {
  text-align: left;
}







  #s-4604698b-c0bb-434a-9da6-eeaa4cab6c68 img.shogun-image {
    

    
    
    
  }


#s-4604698b-c0bb-434a-9da6-eeaa4cab6c68 .shogun-image-content {
  
    align-items: center;
  
}

#s-cd04a5a0-9618-4d7a-8e1c-ff4ea5c0d92f {
  text-align: left;
}

#s-81ed476e-3f65-4e17-9a1c-5c369faa64f2 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
min-height: 50px;
max-width: 1260px;
}








#s-81ed476e-3f65-4e17-9a1c-5c369faa64f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81ed476e-3f65-4e17-9a1c-5c369faa64f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-545d61b1-2f10-4677-82d5-b0d437221ea3 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-545d61b1-2f10-4677-82d5-b0d437221ea3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-545d61b1-2f10-4677-82d5-b0d437221ea3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-545d61b1-2f10-4677-82d5-b0d437221ea3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-545d61b1-2f10-4677-82d5-b0d437221ea3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-545d61b1-2f10-4677-82d5-b0d437221ea3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-545d61b1-2f10-4677-82d5-b0d437221ea3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-545d61b1-2f10-4677-82d5-b0d437221ea3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-1c510d0a-adb8-4ba2-9a30-c89182a96ab3 {
  min-height: 50px;
}








#s-1c510d0a-adb8-4ba2-9a30-c89182a96ab3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c510d0a-adb8-4ba2-9a30-c89182a96ab3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7a7f3dda-6032-4b0f-a924-bbba4fe956d6 {
  margin-bottom: 10px;
max-width: 80px;
text-align: left;
}







  #s-7a7f3dda-6032-4b0f-a924-bbba4fe956d6 img.shogun-image {
    

    
    
    
  }


#s-7a7f3dda-6032-4b0f-a924-bbba4fe956d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-8d888a54-df81-42a2-af42-8de16300029c {
  text-align: left;
}
@media (max-width: 767px){#s-8d888a54-df81-42a2-af42-8de16300029c {
  padding-bottom: 20px;
}
}
#s-8d888a54-df81-42a2-af42-8de16300029c .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  
  text-align: left;
}



#s-42b4165c-929c-46f2-b4e4-0dc232e63a7d {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-42b4165c-929c-46f2-b4e4-0dc232e63a7d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-42b4165c-929c-46f2-b4e4-0dc232e63a7d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-42b4165c-929c-46f2-b4e4-0dc232e63a7d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-42b4165c-929c-46f2-b4e4-0dc232e63a7d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-42b4165c-929c-46f2-b4e4-0dc232e63a7d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-42b4165c-929c-46f2-b4e4-0dc232e63a7d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-42b4165c-929c-46f2-b4e4-0dc232e63a7d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-d471ddbf-e77e-4778-bd5e-409a8a12398e {
  min-height: 50px;
}








#s-d471ddbf-e77e-4778-bd5e-409a8a12398e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d471ddbf-e77e-4778-bd5e-409a8a12398e.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-175e2275-22cb-4bce-ba59-8f69bde4a029 {
  max-width: 800px;
}

#s-6e703eb5-6bd1-4fd8-b054-20ee29dd3d94 {
  margin-left: auto;
margin-right: auto;
padding-top: 70px;
padding-left: 20px;
padding-bottom: 70px;
padding-right: 20px;
min-height: 50px;
max-width: 1260px;
}
@media (max-width: 767px){#s-6e703eb5-6bd1-4fd8-b054-20ee29dd3d94 {
  padding-top: 50px;
padding-bottom: 50px;
}
}







#s-6e703eb5-6bd1-4fd8-b054-20ee29dd3d94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e703eb5-6bd1-4fd8-b054-20ee29dd3d94.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fcd0f641-f968-48c4-928a-8256b14b843d {
  margin-left: auto;
margin-right: auto;
max-width: 1024px;
}

@media (min-width: 0px) {
[id="s-fcd0f641-f968-48c4-928a-8256b14b843d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fcd0f641-f968-48c4-928a-8256b14b843d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fcd0f641-f968-48c4-928a-8256b14b843d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fcd0f641-f968-48c4-928a-8256b14b843d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fcd0f641-f968-48c4-928a-8256b14b843d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fcd0f641-f968-48c4-928a-8256b14b843d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fcd0f641-f968-48c4-928a-8256b14b843d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-7562ace3-931d-467f-be78-edea28aeea2a {
  min-height: 50px;
}








#s-7562ace3-931d-467f-be78-edea28aeea2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7562ace3-931d-467f-be78-edea28aeea2a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c50b7f34-2fa1-4ce9-9e7f-4037055890b2 {
  text-align: left;
}

#s-c50b7f34-2fa1-4ce9-9e7f-4037055890b2 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}



#s-b9f2f56d-8ee4-49da-8a46-c29aa6bb1bae {
  padding-top: 50px;
min-height: 50px;
}
@media (max-width: 767px){#s-b9f2f56d-8ee4-49da-8a46-c29aa6bb1bae {
  padding-top: 30px;
}
}







#s-b9f2f56d-8ee4-49da-8a46-c29aa6bb1bae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9f2f56d-8ee4-49da-8a46-c29aa6bb1bae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-08712b44-b25d-42a5-88a0-644f69cb25dd {
  text-align: center;
}







  #s-08712b44-b25d-42a5-88a0-644f69cb25dd img.shogun-image {
    

    
    
    
  }


#s-08712b44-b25d-42a5-88a0-644f69cb25dd .shogun-image-content {
  
    align-items: center;
  
}

#s-77068264-4ab5-4ffb-a1ff-1dfad7c527db {
  text-align: center;
}







  #s-77068264-4ab5-4ffb-a1ff-1dfad7c527db img.shogun-image {
    

    
    
    
  }


#s-77068264-4ab5-4ffb-a1ff-1dfad7c527db .shogun-image-content {
  
    align-items: center;
  
}

#s-4593e0ed-5924-4b65-9a14-6b0ae111f9c7 {
  text-align: center;
}







  #s-4593e0ed-5924-4b65-9a14-6b0ae111f9c7 img.shogun-image {
    

    
    
    
  }


#s-4593e0ed-5924-4b65-9a14-6b0ae111f9c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-6b52a58e-a6ed-44ef-83a7-544338526a2d {
  text-align: center;
}







  #s-6b52a58e-a6ed-44ef-83a7-544338526a2d img.shogun-image {
    

    
    
    
  }


#s-6b52a58e-a6ed-44ef-83a7-544338526a2d .shogun-image-content {
  
    align-items: center;
  
}

#s-d1f322c3-a15f-45fd-9a1c-b12f8e33252e {
  text-align: center;
}







  #s-d1f322c3-a15f-45fd-9a1c-b12f8e33252e img.shogun-image {
    

    
    
    
  }


#s-d1f322c3-a15f-45fd-9a1c-b12f8e33252e .shogun-image-content {
  
    align-items: center;
  
}

#s-399f5798-cf5f-49f2-8d33-aa5e09dff30b {
  text-align: center;
}







  #s-399f5798-cf5f-49f2-8d33-aa5e09dff30b img.shogun-image {
    

    
    
    
  }


#s-399f5798-cf5f-49f2-8d33-aa5e09dff30b .shogun-image-content {
  
    align-items: center;
  
}

#s-240b34cb-04e5-4fb9-b593-604673b07655 {
  text-align: center;
}







  #s-240b34cb-04e5-4fb9-b593-604673b07655 img.shogun-image {
    

    
    
    
  }


#s-240b34cb-04e5-4fb9-b593-604673b07655 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f5a05aa-38b8-445d-92ce-680c66e89c7d {
  text-align: center;
}







  #s-9f5a05aa-38b8-445d-92ce-680c66e89c7d img.shogun-image {
    

    
    
    
  }


#s-9f5a05aa-38b8-445d-92ce-680c66e89c7d .shogun-image-content {
  
    align-items: center;
  
}

#s-34e52695-c0c5-4d61-8206-31c7d6794f6b {
  text-align: center;
}







  #s-34e52695-c0c5-4d61-8206-31c7d6794f6b img.shogun-image {
    

    
    
    
  }


#s-34e52695-c0c5-4d61-8206-31c7d6794f6b .shogun-image-content {
  
    align-items: center;
  
}

#s-01940c9d-7c3a-4caa-b87e-a43462d74374 {
  text-align: right;
}







  #s-01940c9d-7c3a-4caa-b87e-a43462d74374 img.shogun-image {
    

    
    
    
  }


#s-01940c9d-7c3a-4caa-b87e-a43462d74374 .shogun-image-content {
  
    align-items: center;
  
}

#s-123d8211-6d4a-4ed6-9db2-c7983ea1df20 {
  text-align: left;
}

#s-c2bd992f-9dbc-4f4d-9fc3-dcbfebfb379d {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-c2bd992f-9dbc-4f4d-9fc3-dcbfebfb379d {
  padding-top: 0px;
}
}







#s-c2bd992f-9dbc-4f4d-9fc3-dcbfebfb379d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2bd992f-9dbc-4f4d-9fc3-dcbfebfb379d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-efac4509-ea06-4f89-b43d-ec1a655a647c {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
min-height: 50px;
max-width: 1260px;
}
@media (min-width: 768px) and (max-width: 991px){#s-efac4509-ea06-4f89-b43d-ec1a655a647c {
  margin-bottom: 30px;
}
}@media (max-width: 767px){#s-efac4509-ea06-4f89-b43d-ec1a655a647c {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
}







#s-efac4509-ea06-4f89-b43d-ec1a655a647c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-efac4509-ea06-4f89-b43d-ec1a655a647c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5fe44ef-20b6-41ae-8200-7adcf6a52ffd {
  padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-a5fe44ef-20b6-41ae-8200-7adcf6a52ffd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5fe44ef-20b6-41ae-8200-7adcf6a52ffd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-a5fe44ef-20b6-41ae-8200-7adcf6a52ffd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-a5fe44ef-20b6-41ae-8200-7adcf6a52ffd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-a5fe44ef-20b6-41ae-8200-7adcf6a52ffd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5fe44ef-20b6-41ae-8200-7adcf6a52ffd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-a5fe44ef-20b6-41ae-8200-7adcf6a52ffd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

}

#s-e4c7dde8-4f7c-4b8a-aa49-041cab9d2d63 {
  margin-bottom: 10px;
max-width: 50px;
text-align: center;
}







  #s-e4c7dde8-4f7c-4b8a-aa49-041cab9d2d63 img.shogun-image {
    

    
    
    
  }


#s-e4c7dde8-4f7c-4b8a-aa49-041cab9d2d63 .shogun-image-content {
  
    align-items: center;
  
}

#s-ea3fae20-f139-4594-80a2-08c6cb87bd34 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-ea3fae20-f139-4594-80a2-08c6cb87bd34 {
  padding-top: 0px;
}
}
#s-ea3fae20-f139-4594-80a2-08c6cb87bd34 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-bf3362e6-521e-43e4-b960-a13de211d29c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bf3362e6-521e-43e4-b960-a13de211d29c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-bf3362e6-521e-43e4-b960-a13de211d29c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-bf3362e6-521e-43e4-b960-a13de211d29c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-bf3362e6-521e-43e4-b960-a13de211d29c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf3362e6-521e-43e4-b960-a13de211d29c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-bf3362e6-521e-43e4-b960-a13de211d29c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

}

#s-08f9ab0a-83b5-4a72-b417-49f79d9bbd2b {
  box-shadow:0px 0px 60px 0px rgba(0, 0, 0, 0.16);
background-repeat: no-repeat;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 90px;
padding-bottom: 50px;
padding-right: 90px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
min-height: 50px;
max-width: 1024px;
background-position: right bottom;
}
@media (min-width: 768px) and (max-width: 991px){#s-08f9ab0a-83b5-4a72-b417-49f79d9bbd2b {
  margin-top: 0px;
margin-left: 35px;
margin-right: 35px;
padding-left: 50px;
padding-right: 50px;
}
}@media (max-width: 767px){#s-08f9ab0a-83b5-4a72-b417-49f79d9bbd2b {
  box-shadow:  0px  ;
margin-top: 0px;
margin-left: 0px;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 140px;
padding-right: 20px;
border-radius: 0px;
}
}







#s-08f9ab0a-83b5-4a72-b417-49f79d9bbd2b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-08f9ab0a-83b5-4a72-b417-49f79d9bbd2b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d97db9a-c07c-42c6-8d65-c6b88cc33e70 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 1280px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6d97db9a-c07c-42c6-8d65-c6b88cc33e70 {
  
}
}@media (max-width: 767px){#s-6d97db9a-c07c-42c6-8d65-c6b88cc33e70 {
  
}
}
@media (min-width: 0px) {
[id="s-6d97db9a-c07c-42c6-8d65-c6b88cc33e70"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6d97db9a-c07c-42c6-8d65-c6b88cc33e70"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-6d97db9a-c07c-42c6-8d65-c6b88cc33e70"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-6d97db9a-c07c-42c6-8d65-c6b88cc33e70"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

#s-b831226b-b2e9-4506-bdcb-5551bd09d440 {
  margin-bottom: 15px;
max-width: 80px;
text-align: left;
}







  #s-b831226b-b2e9-4506-bdcb-5551bd09d440 img.shogun-image {
    

    
    
    
  }


#s-b831226b-b2e9-4506-bdcb-5551bd09d440 .shogun-image-content {
  
    align-items: center;
  
}

#s-7b919430-2bc2-4fe3-a357-a53d6f46af3e {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-7b919430-2bc2-4fe3-a357-a53d6f46af3e {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-7b919430-2bc2-4fe3-a357-a53d6f46af3e {
  margin-bottom: 20px;
}
}
#s-fff88e45-1e6a-4174-b70a-0ee4827f55ec {
  margin-bottom: 15px;
max-width: 80px;
text-align: left;
}







  #s-fff88e45-1e6a-4174-b70a-0ee4827f55ec img.shogun-image {
    

    
    
    
  }


#s-fff88e45-1e6a-4174-b70a-0ee4827f55ec .shogun-image-content {
  
    align-items: center;
  
}

#s-d43d388b-282f-4af2-8796-bab776f3e4d2 {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-d43d388b-282f-4af2-8796-bab776f3e4d2 {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-d43d388b-282f-4af2-8796-bab776f3e4d2 {
  margin-bottom: 20px;
}
}
#s-01dede71-24d6-4c61-9fe5-b08165a732f2 {
  margin-bottom: 15px;
max-width: 80px;
text-align: left;
}







  #s-01dede71-24d6-4c61-9fe5-b08165a732f2 img.shogun-image {
    

    
    
    
  }


#s-01dede71-24d6-4c61-9fe5-b08165a732f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-d3641bd7-b56e-4668-8301-e1b6062f158f {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
}

#s-bfc611a3-40fe-4159-9379-3c0b3d0adfc0 {
  box-shadow:0px 5px 9px 0px rgba(0, 0, 0, 0.3);
margin-top: 0px;
margin-bottom: 20px;
padding-top: 12px;
padding-left: 25px;
padding-bottom: 12px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 237, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(236, 236, 237, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-bfc611a3-40fe-4159-9379-3c0b3d0adfc0:hover {background-color: rgba(236, 236, 237, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bfc611a3-40fe-4159-9379-3c0b3d0adfc0:active {background-color: rgba(236, 236, 237, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-bfc611a3-40fe-4159-9379-3c0b3d0adfc0-root {
    text-align: center;
  }


#s-bfc611a3-40fe-4159-9379-3c0b3d0adfc0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bfc611a3-40fe-4159-9379-3c0b3d0adfc0-root {
    text-align: center;
  }


#s-bfc611a3-40fe-4159-9379-3c0b3d0adfc0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bfc611a3-40fe-4159-9379-3c0b3d0adfc0-root {
    text-align: center;
  }


#s-bfc611a3-40fe-4159-9379-3c0b3d0adfc0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bfc611a3-40fe-4159-9379-3c0b3d0adfc0-root {
    text-align: center;
  }


#s-bfc611a3-40fe-4159-9379-3c0b3d0adfc0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bfc611a3-40fe-4159-9379-3c0b3d0adfc0-root {
    text-align: center;
  }


#s-bfc611a3-40fe-4159-9379-3c0b3d0adfc0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-6e2ba59e-402f-4b7c-9239-e02a409126a7 {
  margin-top: -28px;
margin-bottom: -28px;
text-align: left;
}

#s-e3061724-29e5-4923-b9f2-e05c7ec89d36 {
  margin-top: -160px;
padding-top: 200px;
padding-bottom: 200px;
min-height: 50px;
background-color: rgba(232, 232, 232, 1);
}
@media (max-width: 767px){#s-e3061724-29e5-4923-b9f2-e05c7ec89d36 {
  margin-top: 0px;
padding-top: 50px;
padding-bottom: 140px;
}
}







#s-e3061724-29e5-4923-b9f2-e05c7ec89d36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3061724-29e5-4923-b9f2-e05c7ec89d36.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8aa0d09b-0b32-417a-beed-534aae966bf2 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
min-height: 50px;
max-width: 1260px;
}
@media (max-width: 767px){#s-8aa0d09b-0b32-417a-beed-534aae966bf2 {
  padding-bottom: 10px;
}
}







#s-8aa0d09b-0b32-417a-beed-534aae966bf2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8aa0d09b-0b32-417a-beed-534aae966bf2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-78413681-538b-4e8f-a198-e0e93413c7d6 {
  padding-bottom: 20px;
}
@media (max-width: 767px){#s-78413681-538b-4e8f-a198-e0e93413c7d6 {
  padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-78413681-538b-4e8f-a198-e0e93413c7d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-78413681-538b-4e8f-a198-e0e93413c7d6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-78413681-538b-4e8f-a198-e0e93413c7d6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-78413681-538b-4e8f-a198-e0e93413c7d6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-78413681-538b-4e8f-a198-e0e93413c7d6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-78413681-538b-4e8f-a198-e0e93413c7d6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-78413681-538b-4e8f-a198-e0e93413c7d6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

}

#s-2344df9c-a5e9-4ae2-8600-a814ec9aefd9 {
  margin-bottom: 10px;
max-width: 85px;
text-align: center;
}







  #s-2344df9c-a5e9-4ae2-8600-a814ec9aefd9 img.shogun-image {
    

    
    
    
  }


#s-2344df9c-a5e9-4ae2-8600-a814ec9aefd9 .shogun-image-content {
  
    align-items: center;
  
}

#s-ac6db033-7439-4011-85ee-23e156e789d7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-ac6db033-7439-4011-85ee-23e156e789d7 {
  padding-top: 0px;
}
}
#s-ac6db033-7439-4011-85ee-23e156e789d7 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-ed35abb7-2971-45f2-b7c4-bdbda590b968"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed35abb7-2971-45f2-b7c4-bdbda590b968"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-ed35abb7-2971-45f2-b7c4-bdbda590b968"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-ed35abb7-2971-45f2-b7c4-bdbda590b968"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-ed35abb7-2971-45f2-b7c4-bdbda590b968"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed35abb7-2971-45f2-b7c4-bdbda590b968"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-ed35abb7-2971-45f2-b7c4-bdbda590b968"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

}

#s-f9d2c91b-6fbf-49fe-8cf9-537dd9113e36 {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
min-height: 50px;
max-width: 1024px;
}
@media (max-width: 767px){#s-f9d2c91b-6fbf-49fe-8cf9-537dd9113e36 {
  padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
}
}







#s-f9d2c91b-6fbf-49fe-8cf9-537dd9113e36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9d2c91b-6fbf-49fe-8cf9-537dd9113e36.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-800b6366-16f8-4606-ab4c-9fa3302b2303 {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
min-height: 50px;
max-width: 1024px;
}
@media (max-width: 767px){#s-800b6366-16f8-4606-ab4c-9fa3302b2303 {
  padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
}
}







#s-800b6366-16f8-4606-ab4c-9fa3302b2303 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-800b6366-16f8-4606-ab4c-9fa3302b2303.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0675dced-b347-4ccf-b272-52e820e75ada {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
min-height: 50px;
max-width: 1024px;
}
@media (max-width: 767px){#s-0675dced-b347-4ccf-b272-52e820e75ada {
  padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
}
}







#s-0675dced-b347-4ccf-b272-52e820e75ada > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0675dced-b347-4ccf-b272-52e820e75ada.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c2d30b7-dd54-45ba-ab26-404d738ba258 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 50px;
max-width: 1160px;
}








#s-7c2d30b7-dd54-45ba-ab26-404d738ba258 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c2d30b7-dd54-45ba-ab26-404d738ba258.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d9e04d8c-6aa3-4009-a703-f07170f4d0a3 {
  margin-top: -140px;
}

@media (min-width: 0px) {
[id="s-d9e04d8c-6aa3-4009-a703-f07170f4d0a3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9e04d8c-6aa3-4009-a703-f07170f4d0a3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d9e04d8c-6aa3-4009-a703-f07170f4d0a3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9e04d8c-6aa3-4009-a703-f07170f4d0a3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3d97dff6-4a49-44f7-98af-b3ab8ae89aaf {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 500px;
}








#s-3d97dff6-4a49-44f7-98af-b3ab8ae89aaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d97dff6-4a49-44f7-98af-b3ab8ae89aaf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f481512-7c54-4f24-9927-12ce374622d3 {
  margin-top: 0px;
margin-left: auto;
margin-right: 20%;
padding-right: 100px;
max-width: 350px;
text-align: right;
}
@media (min-width: 1200px){#s-6f481512-7c54-4f24-9927-12ce374622d3 {
  max-width: 500px;
}
}@media (max-width: 767px){#s-6f481512-7c54-4f24-9927-12ce374622d3 {
  margin-bottom: 150px;
padding-right: 0px;
max-width: 300px;
}
}






  #s-6f481512-7c54-4f24-9927-12ce374622d3 img.shogun-image {
    

    
    
    
  }


#s-6f481512-7c54-4f24-9927-12ce374622d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-086feeaf-9904-421a-bd0b-10e2201d4cee {
  text-align: center;
}
@media (max-width: 767px){#s-086feeaf-9904-421a-bd0b-10e2201d4cee {
  margin-top: 0px;
margin-bottom: 70px;
}
}
#s-086feeaf-9904-421a-bd0b-10e2201d4cee .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-b18018ce-f8b4-4fcc-bc14-0bd776f1b720 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 1260px;
}
@media (min-width: 1200px){#s-b18018ce-f8b4-4fcc-bc14-0bd776f1b720 {
  padding-top: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b18018ce-f8b4-4fcc-bc14-0bd776f1b720 {
  padding-top: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b18018ce-f8b4-4fcc-bc14-0bd776f1b720 {
  padding-top: 40px;
}
}@media (max-width: 767px){#s-b18018ce-f8b4-4fcc-bc14-0bd776f1b720 {
  padding-top: 40px;
padding-left: 0px;
padding-right: 0px;
}
}







#s-b18018ce-f8b4-4fcc-bc14-0bd776f1b720 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b18018ce-f8b4-4fcc-bc14-0bd776f1b720.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-945aa11c-5570-40be-aa02-35c22d902666 {
  text-align: left;
}

#s-945aa11c-5570-40be-aa02-35c22d902666 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-5ef56667-d3dc-428c-8721-b807c485802d {
  max-width: 50%;
text-align: left;
}
@media (max-width: 767px){#s-5ef56667-d3dc-428c-8721-b807c485802d {
  max-width: 75%;
}
}






  #s-5ef56667-d3dc-428c-8721-b807c485802d img.shogun-image {
    

    
    
    
  }


#s-5ef56667-d3dc-428c-8721-b807c485802d .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-11d5f4c9-2a8b-474a-9b9f-b65ce2c56e8b {
  padding-top: 100px;
padding-bottom: 100px;
min-height: 50px;
}
@media (min-width: 1200px){#s-11d5f4c9-2a8b-474a-9b9f-b65ce2c56e8b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-11d5f4c9-2a8b-474a-9b9f-b65ce2c56e8b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-11d5f4c9-2a8b-474a-9b9f-b65ce2c56e8b {
  
}
}@media (max-width: 767px){#s-11d5f4c9-2a8b-474a-9b9f-b65ce2c56e8b {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
}
}







#s-11d5f4c9-2a8b-474a-9b9f-b65ce2c56e8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11d5f4c9-2a8b-474a-9b9f-b65ce2c56e8b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c11d161e-cd24-40ef-bb31-0a0431712c2d {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
max-width: 1260px;
}
@media (max-width: 767px){#s-c11d161e-cd24-40ef-bb31-0a0431712c2d {
  padding-left: 0px;
padding-bottom: 100px;
padding-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-c11d161e-cd24-40ef-bb31-0a0431712c2d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c11d161e-cd24-40ef-bb31-0a0431712c2d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c11d161e-cd24-40ef-bb31-0a0431712c2d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c11d161e-cd24-40ef-bb31-0a0431712c2d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-c11d161e-cd24-40ef-bb31-0a0431712c2d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-178b2e26-d12e-4212-b85f-816cb25a49d6 {
  margin-top: 400px;
margin-left: 50px;
padding-top: 50px;
padding-bottom: 0px;
max-width: 350px;
text-align: left;
}
@media (max-width: 767px){#s-178b2e26-d12e-4212-b85f-816cb25a49d6 {
  margin-top: 10px;
margin-left: 24%;
margin-right: auto;
max-width: 51%;
}
}






  #s-178b2e26-d12e-4212-b85f-816cb25a49d6 img.shogun-image {
    

    
    
    
  }


#s-178b2e26-d12e-4212-b85f-816cb25a49d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-69fe11c5-7ab5-4a04-9b16-d73304897981 {
  text-align: center;
}
@media (max-width: 767px){#s-69fe11c5-7ab5-4a04-9b16-d73304897981 {
  margin-left: auto;
max-width: 76%;
}
}






  #s-69fe11c5-7ab5-4a04-9b16-d73304897981 img.shogun-image {
    

    
    
    
  }


#s-69fe11c5-7ab5-4a04-9b16-d73304897981 .shogun-image-content {
  
    align-items: center;
  
}

#s-d1bcf064-5fd2-4602-8133-50496f512c4f {
  background-attachment: fixed;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 100px;
padding-bottom: 100px;
min-height: 50px;
background-color: rgba(225, 226, 226, 1);
}
@media (max-width: 767px){#s-d1bcf064-5fd2-4602-8133-50496f512c4f {
  padding-top: 60px;
padding-bottom: 60px;
}
}







#s-d1bcf064-5fd2-4602-8133-50496f512c4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1bcf064-5fd2-4602-8133-50496f512c4f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8dbff051-e41b-47f4-91d6-ef028bdccfa0 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 1260px;
text-align: left;
}

#s-8dbff051-e41b-47f4-91d6-ef028bdccfa0 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  
  
  text-align: left;
}



#s-1f137cc4-4a68-41e7-b59f-f4084f6c220e {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 1260px;
}








#s-1f137cc4-4a68-41e7-b59f-f4084f6c220e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f137cc4-4a68-41e7-b59f-f4084f6c220e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e7043586-b258-4153-851d-50dfc7aa26c2 {
  margin-left: auto;
margin-right: auto;
padding-top: 150px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 50px;
max-width: 1260px;
}
@media (max-width: 767px){#s-e7043586-b258-4153-851d-50dfc7aa26c2 {
  padding-top: 70px;
}
}







#s-e7043586-b258-4153-851d-50dfc7aa26c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7043586-b258-4153-851d-50dfc7aa26c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5f4bf41e-1d0e-48fe-b95a-e9954f38bfa7 {
  margin-left: auto;
margin-right: auto;
max-width: 1260px;
}

@media (min-width: 0px) {
[id="s-5f4bf41e-1d0e-48fe-b95a-e9954f38bfa7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f4bf41e-1d0e-48fe-b95a-e9954f38bfa7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5f4bf41e-1d0e-48fe-b95a-e9954f38bfa7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5f4bf41e-1d0e-48fe-b95a-e9954f38bfa7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5f4bf41e-1d0e-48fe-b95a-e9954f38bfa7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f4bf41e-1d0e-48fe-b95a-e9954f38bfa7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5f4bf41e-1d0e-48fe-b95a-e9954f38bfa7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-f8896810-6da9-4b32-8f8f-913017909ecd {
  margin-top: -40px;
margin-left: -10px;
max-width: 90px;
text-align: center;
}
@media (max-width: 767px){#s-f8896810-6da9-4b32-8f8f-913017909ecd {
  margin-top: 0px;
}
}






  #s-f8896810-6da9-4b32-8f8f-913017909ecd img.shogun-image {
    

    
    
    
  }


#s-f8896810-6da9-4b32-8f8f-913017909ecd .shogun-image-content {
  
    align-items: center;
  
}

#s-cd1430bf-1700-433b-8ad2-060ecbe1f3a1 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-cd1430bf-1700-433b-8ad2-060ecbe1f3a1 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  
  text-align: left;
}



#s-9cac4566-3735-4687-897e-1d4eb478b1b4 {
  margin-top: 120px;
margin-left: auto;
margin-right: auto;
padding-left: 70px;
padding-right: 70px;
max-width: 800px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9cac4566-3735-4687-897e-1d4eb478b1b4 {
  margin-top: 20px;
padding-left: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-9cac4566-3735-4687-897e-1d4eb478b1b4 {
  margin-top: 20px;
padding-left: 0px;
padding-right: 0px;
}
}
#s-ec08ce24-4a9a-407e-b689-ee9a1c0a9259 {
  margin-left: auto;
margin-right: auto;
padding-left: 70px;
padding-right: 70px;
max-width: 800px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ec08ce24-4a9a-407e-b689-ee9a1c0a9259 {
  padding-left: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-ec08ce24-4a9a-407e-b689-ee9a1c0a9259 {
  padding-left: 0px;
padding-right: 0px;
}
}
#s-ea7e6d6d-1f4b-4bb1-aa64-23c14b0ca179 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 30px;
max-width: 1260px;
}








#s-ea7e6d6d-1f4b-4bb1-aa64-23c14b0ca179 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea7e6d6d-1f4b-4bb1-aa64-23c14b0ca179.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6131fe3f-ad10-4c74-907c-ed5bf0862e03 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-6131fe3f-ad10-4c74-907c-ed5bf0862e03 {
  
}
}






  #s-6131fe3f-ad10-4c74-907c-ed5bf0862e03 img.shogun-image {
    

    
    
    
  }


#s-6131fe3f-ad10-4c74-907c-ed5bf0862e03 .shogun-image-content {
  
    align-items: center;
  
}

#s-d6da76b0-4a24-4976-84ca-0ccb407c7dd8 {
  padding-top: 30px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-d6da76b0-4a24-4976-84ca-0ccb407c7dd8 {
  padding-top: 30px;
padding-bottom: 30px;
}
}







#s-d6da76b0-4a24-4976-84ca-0ccb407c7dd8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6da76b0-4a24-4976-84ca-0ccb407c7dd8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-804a371c-3613-4b5f-ac46-815499af0554 {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 1260px;
}








#s-804a371c-3613-4b5f-ac46-815499af0554 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-804a371c-3613-4b5f-ac46-815499af0554.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-58e5fa96-432f-4165-a4e3-0f9d59ea4b6d {
  margin-left: auto;
margin-right: auto;
padding-right: 20px;
min-height: 50px;
max-width: 1259px;
}








#s-58e5fa96-432f-4165-a4e3-0f9d59ea4b6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58e5fa96-432f-4165-a4e3-0f9d59ea4b6d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b412e4a4-1435-4c31-b3bf-ed6cc0b568fd {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b412e4a4-1435-4c31-b3bf-ed6cc0b568fd .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  
  
  text-align: left;
}



#s-7664322c-aa54-4905-9e80-d4611163a5a4 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 0px;
min-height: 50px;
max-width: 1250px;
}








#s-7664322c-aa54-4905-9e80-d4611163a5a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7664322c-aa54-4905-9e80-d4611163a5a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5c8663f-a553-4165-b3f2-515d2f4fb939 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 30px;
}








#s-a5c8663f-a553-4165-b3f2-515d2f4fb939 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5c8663f-a553-4165-b3f2-515d2f4fb939.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d29e2e5-a76f-465c-a6c8-c6cd19beace7 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-5d29e2e5-a76f-465c-a6c8-c6cd19beace7 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-9d9c82c1-2f98-4faa-832f-2c079d368fd9 {
  margin-top: auto;
margin-bottom: auto;
text-align: center;
}







  #s-9d9c82c1-2f98-4faa-832f-2c079d368fd9 img.shogun-image {
    

    
    
    
  }


#s-9d9c82c1-2f98-4faa-832f-2c079d368fd9 .shogun-image-content {
  
    align-items: center;
  
}

#s-fe1ca904-f9ff-49da-98d3-1bfdb4103f80 {
  min-height: 50px;
}








#s-fe1ca904-f9ff-49da-98d3-1bfdb4103f80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe1ca904-f9ff-49da-98d3-1bfdb4103f80.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae273253-a7cf-4d6d-bc25-a54a81e46806 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 40px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-ae273253-a7cf-4d6d-bc25-a54a81e46806:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ae273253-a7cf-4d6d-bc25-a54a81e46806:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-ae273253-a7cf-4d6d-bc25-a54a81e46806-root {
    text-align: center;
  }


#s-ae273253-a7cf-4d6d-bc25-a54a81e46806.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ae273253-a7cf-4d6d-bc25-a54a81e46806-root {
    text-align: center;
  }


#s-ae273253-a7cf-4d6d-bc25-a54a81e46806.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ae273253-a7cf-4d6d-bc25-a54a81e46806-root {
    text-align: center;
  }


#s-ae273253-a7cf-4d6d-bc25-a54a81e46806.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ae273253-a7cf-4d6d-bc25-a54a81e46806-root {
    text-align: center;
  }


#s-ae273253-a7cf-4d6d-bc25-a54a81e46806.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ae273253-a7cf-4d6d-bc25-a54a81e46806-root {
    text-align: center;
  }


#s-ae273253-a7cf-4d6d-bc25-a54a81e46806.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-68410dd3-2ea1-4647-bccb-e2ae21066e1d {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 30px;
}








#s-68410dd3-2ea1-4647-bccb-e2ae21066e1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68410dd3-2ea1-4647-bccb-e2ae21066e1d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e645808e-9d9c-46aa-9b0a-3c54d2dd1c72 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e645808e-9d9c-46aa-9b0a-3c54d2dd1c72 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-a7221867-be1c-4eb8-afa2-fe8eb0505c3e {
  margin-top: auto;
margin-bottom: auto;
text-align: center;
}







  #s-a7221867-be1c-4eb8-afa2-fe8eb0505c3e img.shogun-image {
    

    
    
    
  }


#s-a7221867-be1c-4eb8-afa2-fe8eb0505c3e .shogun-image-content {
  
    align-items: center;
  
}

#s-ea082111-0184-467c-831f-355c4502b4a6 {
  min-height: 50px;
}








#s-ea082111-0184-467c-831f-355c4502b4a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea082111-0184-467c-831f-355c4502b4a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-57183f9c-24bd-41ca-ae39-b5e7a5351197 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 40px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-57183f9c-24bd-41ca-ae39-b5e7a5351197:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-57183f9c-24bd-41ca-ae39-b5e7a5351197:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-57183f9c-24bd-41ca-ae39-b5e7a5351197-root {
    text-align: center;
  }


#s-57183f9c-24bd-41ca-ae39-b5e7a5351197.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-57183f9c-24bd-41ca-ae39-b5e7a5351197-root {
    text-align: center;
  }


#s-57183f9c-24bd-41ca-ae39-b5e7a5351197.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-57183f9c-24bd-41ca-ae39-b5e7a5351197-root {
    text-align: center;
  }


#s-57183f9c-24bd-41ca-ae39-b5e7a5351197.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-57183f9c-24bd-41ca-ae39-b5e7a5351197-root {
    text-align: center;
  }


#s-57183f9c-24bd-41ca-ae39-b5e7a5351197.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-57183f9c-24bd-41ca-ae39-b5e7a5351197-root {
    text-align: center;
  }


#s-57183f9c-24bd-41ca-ae39-b5e7a5351197.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-10e72d3f-caf2-4a6e-9840-afcb26316816 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 30px;
}








#s-10e72d3f-caf2-4a6e-9840-afcb26316816 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10e72d3f-caf2-4a6e-9840-afcb26316816.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-65f14334-3573-46f5-baeb-944f656a0083 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-65f14334-3573-46f5-baeb-944f656a0083 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-05fbef09-bf5d-421f-91df-dcb86a2c5571 {
  text-align: center;
}







  #s-05fbef09-bf5d-421f-91df-dcb86a2c5571 img.shogun-image {
    

    
    
    
  }


#s-05fbef09-bf5d-421f-91df-dcb86a2c5571 .shogun-image-content {
  
    align-items: center;
  
}

#s-4fdf88b9-0a01-4941-a632-0656239072f9 {
  min-height: 50px;
}








#s-4fdf88b9-0a01-4941-a632-0656239072f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4fdf88b9-0a01-4941-a632-0656239072f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-93224681-ebee-45fb-86fa-55a61c0a0edb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 40px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-93224681-ebee-45fb-86fa-55a61c0a0edb:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-93224681-ebee-45fb-86fa-55a61c0a0edb:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-93224681-ebee-45fb-86fa-55a61c0a0edb-root {
    text-align: center;
  }


#s-93224681-ebee-45fb-86fa-55a61c0a0edb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-93224681-ebee-45fb-86fa-55a61c0a0edb-root {
    text-align: center;
  }


#s-93224681-ebee-45fb-86fa-55a61c0a0edb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-93224681-ebee-45fb-86fa-55a61c0a0edb-root {
    text-align: center;
  }


#s-93224681-ebee-45fb-86fa-55a61c0a0edb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-93224681-ebee-45fb-86fa-55a61c0a0edb-root {
    text-align: center;
  }


#s-93224681-ebee-45fb-86fa-55a61c0a0edb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-93224681-ebee-45fb-86fa-55a61c0a0edb-root {
    text-align: center;
  }


#s-93224681-ebee-45fb-86fa-55a61c0a0edb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4e17b97a-f3e5-4155-8945-85e4db419599 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 30px;
}








#s-4e17b97a-f3e5-4155-8945-85e4db419599 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e17b97a-f3e5-4155-8945-85e4db419599.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f5f052f-2166-4dbd-a0dc-b9cf8672901b {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-7f5f052f-2166-4dbd-a0dc-b9cf8672901b .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-5e00c52d-633d-4189-bfed-f90c59bd01b1 {
  aspect-ratio: 600/800;
text-align: center;
}





  #s-5e00c52d-633d-4189-bfed-f90c59bd01b1 img.shogun-image,
  #s-5e00c52d-633d-4189-bfed-f90c59bd01b1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5e00c52d-633d-4189-bfed-f90c59bd01b1 {
    width: 100%;
    height: auto;
  }



  #s-5e00c52d-633d-4189-bfed-f90c59bd01b1 img.shogun-image {
    

    
    
    
  }


#s-5e00c52d-633d-4189-bfed-f90c59bd01b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-d9d74143-c950-494a-915e-34e01528863b {
  min-height: 50px;
}








#s-d9d74143-c950-494a-915e-34e01528863b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9d74143-c950-494a-915e-34e01528863b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-79e8c52c-e71c-4fd9-9852-7b8ae2e8dfcf {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 40px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-79e8c52c-e71c-4fd9-9852-7b8ae2e8dfcf:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-79e8c52c-e71c-4fd9-9852-7b8ae2e8dfcf:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-79e8c52c-e71c-4fd9-9852-7b8ae2e8dfcf-root {
    text-align: center;
  }


#s-79e8c52c-e71c-4fd9-9852-7b8ae2e8dfcf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-79e8c52c-e71c-4fd9-9852-7b8ae2e8dfcf-root {
    text-align: center;
  }


#s-79e8c52c-e71c-4fd9-9852-7b8ae2e8dfcf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-79e8c52c-e71c-4fd9-9852-7b8ae2e8dfcf-root {
    text-align: center;
  }


#s-79e8c52c-e71c-4fd9-9852-7b8ae2e8dfcf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-79e8c52c-e71c-4fd9-9852-7b8ae2e8dfcf-root {
    text-align: center;
  }


#s-79e8c52c-e71c-4fd9-9852-7b8ae2e8dfcf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-79e8c52c-e71c-4fd9-9852-7b8ae2e8dfcf-root {
    text-align: center;
  }


#s-79e8c52c-e71c-4fd9-9852-7b8ae2e8dfcf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-6e94e3c9-533a-4363-bd7a-8144c08a8d19 {
  padding-top: 20px;
padding-bottom: 100px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-6e94e3c9-533a-4363-bd7a-8144c08a8d19 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6e94e3c9-533a-4363-bd7a-8144c08a8d19 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-6e94e3c9-533a-4363-bd7a-8144c08a8d19 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
}
}







#s-6e94e3c9-533a-4363-bd7a-8144c08a8d19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e94e3c9-533a-4363-bd7a-8144c08a8d19.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7646680a-5d7f-44ec-878d-31142c26411d {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
max-width: 1260px;
text-align: left;
}
@media (max-width: 767px){#s-7646680a-5d7f-44ec-878d-31142c26411d {
  display: none;
}
#s-7646680a-5d7f-44ec-878d-31142c26411d, #wrap-s-7646680a-5d7f-44ec-878d-31142c26411d { display:none !important; }}
#s-7646680a-5d7f-44ec-878d-31142c26411d .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  
  
  text-align: left;
}



.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-1b41cc3a-fd6e-40fb-b76d-91f9862089af {
  margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 1024px;
}
@media (max-width: 767px){#s-1b41cc3a-fd6e-40fb-b76d-91f9862089af {
  display: none;
}
#s-1b41cc3a-fd6e-40fb-b76d-91f9862089af, #wrap-s-1b41cc3a-fd6e-40fb-b76d-91f9862089af { display:none !important; }}
#s-1b41cc3a-fd6e-40fb-b76d-91f9862089af .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-1b41cc3a-fd6e-40fb-b76d-91f9862089af table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-1b41cc3a-fd6e-40fb-b76d-91f9862089af td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-1b41cc3a-fd6e-40fb-b76d-91f9862089af td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-1b41cc3a-fd6e-40fb-b76d-91f9862089af td.shogun-table-column, #s-1b41cc3a-fd6e-40fb-b76d-91f9862089af td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-1fb08e80-b11d-4d11-8633-996f1bdd3c9c {
  margin-left: auto;
margin-right: auto;
max-width: 22px;
text-align: center;
}







  #s-1fb08e80-b11d-4d11-8633-996f1bdd3c9c img.shogun-image {
    

    
    
    
  }


#s-1fb08e80-b11d-4d11-8633-996f1bdd3c9c .shogun-image-content {
  
    align-items: center;
  
}

#s-183c4620-855f-49d0-93de-5cc9c7c0ff7f {
  margin-left: auto;
margin-right: auto;
max-width: 22px;
text-align: center;
}







  #s-183c4620-855f-49d0-93de-5cc9c7c0ff7f img.shogun-image {
    

    
    
    
  }


#s-183c4620-855f-49d0-93de-5cc9c7c0ff7f .shogun-image-content {
  
    align-items: center;
  
}

#s-552689ba-4e17-4985-80d0-6739f4ace7c6 {
  margin-left: auto;
margin-right: auto;
max-width: 22px;
text-align: center;
}







  #s-552689ba-4e17-4985-80d0-6739f4ace7c6 img.shogun-image {
    

    
    
    
  }


#s-552689ba-4e17-4985-80d0-6739f4ace7c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-d864d5e4-dd80-4df2-8f4d-65afba57c7f1 {
  margin-left: auto;
margin-right: auto;
max-width: 22px;
text-align: center;
}







  #s-d864d5e4-dd80-4df2-8f4d-65afba57c7f1 img.shogun-image {
    

    
    
    
  }


#s-d864d5e4-dd80-4df2-8f4d-65afba57c7f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-3a9286e1-d2c4-409e-9482-990f0d275286 {
  margin-left: auto;
margin-right: auto;
max-width: 22px;
text-align: center;
}







  #s-3a9286e1-d2c4-409e-9482-990f0d275286 img.shogun-image {
    

    
    
    
  }


#s-3a9286e1-d2c4-409e-9482-990f0d275286 .shogun-image-content {
  
    align-items: center;
  
}

#s-00888ac8-fe15-4caf-80ab-380a9e06af04 {
  margin-left: auto;
margin-right: auto;
max-width: 22px;
text-align: center;
}







  #s-00888ac8-fe15-4caf-80ab-380a9e06af04 img.shogun-image {
    

    
    
    
  }


#s-00888ac8-fe15-4caf-80ab-380a9e06af04 .shogun-image-content {
  
    align-items: center;
  
}

#s-756c021b-608b-4ad1-9f21-74b073e35f0d {
  margin-left: auto;
margin-right: auto;
max-width: 22px;
text-align: center;
}







  #s-756c021b-608b-4ad1-9f21-74b073e35f0d img.shogun-image {
    

    
    
    
  }


#s-756c021b-608b-4ad1-9f21-74b073e35f0d .shogun-image-content {
  
    align-items: center;
  
}

#s-7523a9ef-0cf6-472f-83b5-565fc014292d {
  text-align: center;
}







  #s-7523a9ef-0cf6-472f-83b5-565fc014292d img.shogun-image {
    

    
    
    
  }


#s-7523a9ef-0cf6-472f-83b5-565fc014292d .shogun-image-content {
  
    align-items: center;
  
}

#s-2a5ea3a6-fa96-4ca7-9805-273f981f97f7 {
  text-align: center;
}







  #s-2a5ea3a6-fa96-4ca7-9805-273f981f97f7 img.shogun-image {
    

    
    
    
  }


#s-2a5ea3a6-fa96-4ca7-9805-273f981f97f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-60d423b8-0abe-4323-8915-3ff84c495f91 {
  text-align: center;
}







  #s-60d423b8-0abe-4323-8915-3ff84c495f91 img.shogun-image {
    

    
    
    
  }


#s-60d423b8-0abe-4323-8915-3ff84c495f91 .shogun-image-content {
  
    align-items: center;
  
}

#s-4ae999ef-16c1-450f-a0fe-990c7c21ca36 {
  margin-left: auto;
margin-right: auto;
max-width: 22px;
text-align: center;
}







  #s-4ae999ef-16c1-450f-a0fe-990c7c21ca36 img.shogun-image {
    

    
    
    
  }


#s-4ae999ef-16c1-450f-a0fe-990c7c21ca36 .shogun-image-content {
  
    align-items: center;
  
}

#s-5a912f36-8e33-4a31-9d86-d7b816a7ffbe {
  margin-left: auto;
margin-right: auto;
max-width: 22px;
text-align: center;
}







  #s-5a912f36-8e33-4a31-9d86-d7b816a7ffbe img.shogun-image {
    

    
    
    
  }


#s-5a912f36-8e33-4a31-9d86-d7b816a7ffbe .shogun-image-content {
  
    align-items: center;
  
}

#s-fe7416ea-f9da-47b8-ad75-f856647c4382 {
  margin-left: auto;
margin-right: auto;
max-width: 22px;
text-align: center;
}







  #s-fe7416ea-f9da-47b8-ad75-f856647c4382 img.shogun-image {
    

    
    
    
  }


#s-fe7416ea-f9da-47b8-ad75-f856647c4382 .shogun-image-content {
  
    align-items: center;
  
}

#s-d95792ce-8729-4596-8db5-3e57151bf6af {
  margin-left: auto;
margin-right: auto;
max-width: 22px;
text-align: center;
}







  #s-d95792ce-8729-4596-8db5-3e57151bf6af img.shogun-image {
    

    
    
    
  }


#s-d95792ce-8729-4596-8db5-3e57151bf6af .shogun-image-content {
  
    align-items: center;
  
}

#s-d0aac206-fd84-4742-8096-fe98cb3bdeca {
  margin-left: auto;
margin-right: auto;
max-width: 22px;
text-align: center;
}







  #s-d0aac206-fd84-4742-8096-fe98cb3bdeca img.shogun-image {
    

    
    
    
  }


#s-d0aac206-fd84-4742-8096-fe98cb3bdeca .shogun-image-content {
  
    align-items: center;
  
}

#s-753bb463-e27b-48d4-8d93-4887c6504b3e {
  text-align: center;
}







  #s-753bb463-e27b-48d4-8d93-4887c6504b3e img.shogun-image {
    

    
    
    
  }


#s-753bb463-e27b-48d4-8d93-4887c6504b3e .shogun-image-content {
  
    align-items: center;
  
}

#s-540f7698-6efb-4c86-b7b3-00b2769cad89 {
  text-align: center;
}
@media (min-width: 1200px){#s-540f7698-6efb-4c86-b7b3-00b2769cad89 {
  display: none;
}
#s-540f7698-6efb-4c86-b7b3-00b2769cad89, #wrap-s-540f7698-6efb-4c86-b7b3-00b2769cad89 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-540f7698-6efb-4c86-b7b3-00b2769cad89 {
  display: none;
}
#s-540f7698-6efb-4c86-b7b3-00b2769cad89, #wrap-s-540f7698-6efb-4c86-b7b3-00b2769cad89 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-540f7698-6efb-4c86-b7b3-00b2769cad89 {
  display: none;
}
#s-540f7698-6efb-4c86-b7b3-00b2769cad89, #wrap-s-540f7698-6efb-4c86-b7b3-00b2769cad89 { display:none !important; }}
#s-540f7698-6efb-4c86-b7b3-00b2769cad89 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-2ffc58d9-5e07-4012-9334-a61364309686 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-2ffc58d9-5e07-4012-9334-a61364309686 {
  display: none;
}
#s-2ffc58d9-5e07-4012-9334-a61364309686, #wrap-s-2ffc58d9-5e07-4012-9334-a61364309686 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2ffc58d9-5e07-4012-9334-a61364309686 {
  display: none;
}
#s-2ffc58d9-5e07-4012-9334-a61364309686, #wrap-s-2ffc58d9-5e07-4012-9334-a61364309686 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2ffc58d9-5e07-4012-9334-a61364309686 {
  display: none;
}
#s-2ffc58d9-5e07-4012-9334-a61364309686, #wrap-s-2ffc58d9-5e07-4012-9334-a61364309686 { display:none !important; }}@media (max-width: 767px){#s-2ffc58d9-5e07-4012-9334-a61364309686 {
  margin-bottom: 0px;
}
}
#s-2ffc58d9-5e07-4012-9334-a61364309686 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 0);
}

#s-2ffc58d9-5e07-4012-9334-a61364309686 .shg-sld-nav-button.shg-sld-left,
#s-2ffc58d9-5e07-4012-9334-a61364309686 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 0);
}

#s-ba9c9eee-2188-424c-be4d-cf76fcb21075 {
  margin-top: 100px;
margin-left: 0px;
margin-bottom: 60px;
margin-right: 0px;
max-width: 1280px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ba9c9eee-2188-424c-be4d-cf76fcb21075 {
  margin-top: 60px;
}
}@media (max-width: 767px){#s-ba9c9eee-2188-424c-be4d-cf76fcb21075 {
  margin-top: 0px;
margin-bottom: 90px;
}
}
#s-ba9c9eee-2188-424c-be4d-cf76fcb21075 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-ba9c9eee-2188-424c-be4d-cf76fcb21075 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-ba9c9eee-2188-424c-be4d-cf76fcb21075 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-ba9c9eee-2188-424c-be4d-cf76fcb21075 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-ba9c9eee-2188-424c-be4d-cf76fcb21075 td.shogun-table-column, #s-ba9c9eee-2188-424c-be4d-cf76fcb21075 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-87ca616d-30aa-493f-8f10-ac00a24decdd {
  margin-left: auto;
margin-right: auto;
max-width: 18px;
text-align: center;
}







  #s-87ca616d-30aa-493f-8f10-ac00a24decdd img.shogun-image {
    

    
    
    
  }


#s-87ca616d-30aa-493f-8f10-ac00a24decdd .shogun-image-content {
  
    align-items: center;
  
}

#s-fda7ff85-35c8-4eae-b228-b37ca654c4d9 {
  margin-left: auto;
margin-right: auto;
max-width: 18px;
text-align: center;
}







  #s-fda7ff85-35c8-4eae-b228-b37ca654c4d9 img.shogun-image {
    

    
    
    
  }


#s-fda7ff85-35c8-4eae-b228-b37ca654c4d9 .shogun-image-content {
  
    align-items: center;
  
}

#s-0c5e7b5e-12e0-4c17-846d-b797f16bcffa {
  margin-left: auto;
margin-right: auto;
max-width: 18px;
text-align: center;
}







  #s-0c5e7b5e-12e0-4c17-846d-b797f16bcffa img.shogun-image {
    

    
    
    
  }


#s-0c5e7b5e-12e0-4c17-846d-b797f16bcffa .shogun-image-content {
  
    align-items: center;
  
}

#s-150aaea2-f604-45b2-91ba-30802fdbd239 {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}







  #s-150aaea2-f604-45b2-91ba-30802fdbd239 img.shogun-image {
    

    
    
    
  }


#s-150aaea2-f604-45b2-91ba-30802fdbd239 .shogun-image-content {
  
    align-items: center;
  
}

#s-cf6004ac-b0e4-4c8a-84bd-9237306bc3df {
  padding-top: 0px;
}

#s-d638f625-e21c-48f1-b71e-44511a292296 {
  text-align: center;
}







  #s-d638f625-e21c-48f1-b71e-44511a292296 img.shogun-image {
    

    
    
    
  }


#s-d638f625-e21c-48f1-b71e-44511a292296 .shogun-image-content {
  
    align-items: center;
  
}

#s-e143c833-d6c3-4e8b-8383-b6169081dfaf {
  text-align: center;
}







  #s-e143c833-d6c3-4e8b-8383-b6169081dfaf img.shogun-image {
    

    
    
    
  }


#s-e143c833-d6c3-4e8b-8383-b6169081dfaf .shogun-image-content {
  
    align-items: center;
  
}

#s-0729a5bd-ccae-4282-959d-da34a81a44f5 {
  text-align: center;
}







  #s-0729a5bd-ccae-4282-959d-da34a81a44f5 img.shogun-image {
    

    
    
    
  }


#s-0729a5bd-ccae-4282-959d-da34a81a44f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-0370264e-27d4-4d95-ac2a-9aa9535835a4 {
  text-align: center;
}







  #s-0370264e-27d4-4d95-ac2a-9aa9535835a4 img.shogun-image {
    

    
    
    
  }


#s-0370264e-27d4-4d95-ac2a-9aa9535835a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-73620ba5-eaab-46e2-bfc2-5bded0387946 {
  margin-top: 100px;
margin-left: 0px;
margin-bottom: 60px;
margin-right: 0px;
max-width: 1280px;
}
@media (min-width: 768px) and (max-width: 991px){#s-73620ba5-eaab-46e2-bfc2-5bded0387946 {
  margin-top: 60px;
}
}@media (max-width: 767px){#s-73620ba5-eaab-46e2-bfc2-5bded0387946 {
  margin-top: 0px;
margin-bottom: 90px;
}
}
#s-73620ba5-eaab-46e2-bfc2-5bded0387946 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-73620ba5-eaab-46e2-bfc2-5bded0387946 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-73620ba5-eaab-46e2-bfc2-5bded0387946 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-73620ba5-eaab-46e2-bfc2-5bded0387946 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-73620ba5-eaab-46e2-bfc2-5bded0387946 td.shogun-table-column, #s-73620ba5-eaab-46e2-bfc2-5bded0387946 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-8f7c8dcf-1415-44df-8cc6-a2968c61b6fc {
  margin-left: auto;
margin-right: auto;
max-width: 18px;
text-align: center;
}







  #s-8f7c8dcf-1415-44df-8cc6-a2968c61b6fc img.shogun-image {
    

    
    
    
  }


#s-8f7c8dcf-1415-44df-8cc6-a2968c61b6fc .shogun-image-content {
  
    align-items: center;
  
}

#s-a646454d-d24b-4f9e-a4d8-e1473b4bb7c2 {
  margin-left: auto;
margin-right: auto;
max-width: 18px;
text-align: center;
}







  #s-a646454d-d24b-4f9e-a4d8-e1473b4bb7c2 img.shogun-image {
    

    
    
    
  }


#s-a646454d-d24b-4f9e-a4d8-e1473b4bb7c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-c42006fc-0646-4c32-9f34-24ada95d42f7 {
  margin-left: auto;
margin-right: auto;
max-width: 18px;
text-align: center;
}







  #s-c42006fc-0646-4c32-9f34-24ada95d42f7 img.shogun-image {
    

    
    
    
  }


#s-c42006fc-0646-4c32-9f34-24ada95d42f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-d895466f-cb01-46f8-bf57-8a18d5cf5366 {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}







  #s-d895466f-cb01-46f8-bf57-8a18d5cf5366 img.shogun-image {
    

    
    
    
  }


#s-d895466f-cb01-46f8-bf57-8a18d5cf5366 .shogun-image-content {
  
    align-items: center;
  
}

#s-f4dd7fa9-f6f7-438c-8e45-fc5ecca984af {
  padding-top: 0px;
}

#s-32e8ce21-6cf2-4b10-a7c7-027c944dbaf6 {
  text-align: center;
}







  #s-32e8ce21-6cf2-4b10-a7c7-027c944dbaf6 img.shogun-image {
    

    
    
    
  }


#s-32e8ce21-6cf2-4b10-a7c7-027c944dbaf6 .shogun-image-content {
  
    align-items: center;
  
}

#s-e4b9bbc1-2cf8-479d-b8ad-0edb1d1e8418 {
  text-align: center;
}







  #s-e4b9bbc1-2cf8-479d-b8ad-0edb1d1e8418 img.shogun-image {
    

    
    
    
  }


#s-e4b9bbc1-2cf8-479d-b8ad-0edb1d1e8418 .shogun-image-content {
  
    align-items: center;
  
}

#s-19958731-9a53-415e-bcd4-3c0902c17e2b {
  text-align: center;
}







  #s-19958731-9a53-415e-bcd4-3c0902c17e2b img.shogun-image {
    

    
    
    
  }


#s-19958731-9a53-415e-bcd4-3c0902c17e2b .shogun-image-content {
  
    align-items: center;
  
}

#s-f75430ed-3950-4b82-b77c-6df654bbe9ce {
  text-align: center;
}







  #s-f75430ed-3950-4b82-b77c-6df654bbe9ce img.shogun-image {
    

    
    
    
  }


#s-f75430ed-3950-4b82-b77c-6df654bbe9ce .shogun-image-content {
  
    align-items: center;
  
}

#s-c0d840a3-654b-409b-809e-d203d8880c08 {
  margin-top: 100px;
margin-left: 0px;
margin-bottom: 60px;
margin-right: 0px;
max-width: 1280px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c0d840a3-654b-409b-809e-d203d8880c08 {
  margin-top: 60px;
}
}@media (max-width: 767px){#s-c0d840a3-654b-409b-809e-d203d8880c08 {
  margin-top: 0px;
margin-bottom: 90px;
}
}
#s-c0d840a3-654b-409b-809e-d203d8880c08 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-c0d840a3-654b-409b-809e-d203d8880c08 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-c0d840a3-654b-409b-809e-d203d8880c08 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-c0d840a3-654b-409b-809e-d203d8880c08 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-c0d840a3-654b-409b-809e-d203d8880c08 td.shogun-table-column, #s-c0d840a3-654b-409b-809e-d203d8880c08 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-4fe3e47a-cba8-45d6-a816-18fb1632e1bf {
  margin-left: auto;
margin-right: auto;
max-width: 18px;
text-align: center;
}







  #s-4fe3e47a-cba8-45d6-a816-18fb1632e1bf img.shogun-image {
    

    
    
    
  }


#s-4fe3e47a-cba8-45d6-a816-18fb1632e1bf .shogun-image-content {
  
    align-items: center;
  
}

#s-7626246a-4569-4037-88a4-a7ca5938be53 {
  margin-left: auto;
margin-right: auto;
max-width: 18px;
text-align: center;
}







  #s-7626246a-4569-4037-88a4-a7ca5938be53 img.shogun-image {
    

    
    
    
  }


#s-7626246a-4569-4037-88a4-a7ca5938be53 .shogun-image-content {
  
    align-items: center;
  
}

#s-db09f60f-cd45-4f18-8342-6cb710c70e45 {
  margin-left: auto;
margin-right: auto;
max-width: 18px;
text-align: center;
}







  #s-db09f60f-cd45-4f18-8342-6cb710c70e45 img.shogun-image {
    

    
    
    
  }


#s-db09f60f-cd45-4f18-8342-6cb710c70e45 .shogun-image-content {
  
    align-items: center;
  
}

#s-19e3e660-46f1-4dfc-b583-bdffcc6402d3 {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}







  #s-19e3e660-46f1-4dfc-b583-bdffcc6402d3 img.shogun-image {
    

    
    
    
  }


#s-19e3e660-46f1-4dfc-b583-bdffcc6402d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-040bc367-c0c8-4afb-b3c8-d2d41f94ebad {
  padding-top: 0px;
}

#s-3158321b-dbf4-4b20-a89d-36a0d7c646c8 {
  text-align: center;
}







  #s-3158321b-dbf4-4b20-a89d-36a0d7c646c8 img.shogun-image {
    

    
    
    
  }


#s-3158321b-dbf4-4b20-a89d-36a0d7c646c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-ff40747d-1936-463f-8589-db5d1b91ac06 {
  text-align: center;
}







  #s-ff40747d-1936-463f-8589-db5d1b91ac06 img.shogun-image {
    

    
    
    
  }


#s-ff40747d-1936-463f-8589-db5d1b91ac06 .shogun-image-content {
  
    align-items: center;
  
}

#s-f336cb0c-05ce-4570-b536-bd0645fa2863 {
  text-align: center;
}







  #s-f336cb0c-05ce-4570-b536-bd0645fa2863 img.shogun-image {
    

    
    
    
  }


#s-f336cb0c-05ce-4570-b536-bd0645fa2863 .shogun-image-content {
  
    align-items: center;
  
}

#s-1746a6ce-e18d-454f-915f-7c32b6db0707 {
  text-align: center;
}







  #s-1746a6ce-e18d-454f-915f-7c32b6db0707 img.shogun-image {
    

    
    
    
  }


#s-1746a6ce-e18d-454f-915f-7c32b6db0707 .shogun-image-content {
  
    align-items: center;
  
}

#s-f0719fe6-2be6-4338-99ee-2d1af11ff74c {
  margin-top: 100px;
margin-left: 0px;
margin-bottom: 60px;
margin-right: 0px;
max-width: 1280px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f0719fe6-2be6-4338-99ee-2d1af11ff74c {
  margin-top: 60px;
}
}@media (max-width: 767px){#s-f0719fe6-2be6-4338-99ee-2d1af11ff74c {
  margin-top: 0px;
margin-bottom: 90px;
}
}
#s-f0719fe6-2be6-4338-99ee-2d1af11ff74c .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-f0719fe6-2be6-4338-99ee-2d1af11ff74c table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-f0719fe6-2be6-4338-99ee-2d1af11ff74c td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-f0719fe6-2be6-4338-99ee-2d1af11ff74c td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-f0719fe6-2be6-4338-99ee-2d1af11ff74c td.shogun-table-column, #s-f0719fe6-2be6-4338-99ee-2d1af11ff74c td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-c8da2cbe-4b80-4f43-aa3a-4dd0aef05dd8 {
  margin-left: auto;
margin-right: auto;
max-width: 18px;
text-align: center;
}







  #s-c8da2cbe-4b80-4f43-aa3a-4dd0aef05dd8 img.shogun-image {
    

    
    
    
  }


#s-c8da2cbe-4b80-4f43-aa3a-4dd0aef05dd8 .shogun-image-content {
  
    align-items: center;
  
}

#s-b0711e1a-28dd-4ef8-8cbd-3eab189472af {
  margin-left: auto;
margin-right: auto;
max-width: 18px;
text-align: center;
}







  #s-b0711e1a-28dd-4ef8-8cbd-3eab189472af img.shogun-image {
    

    
    
    
  }


#s-b0711e1a-28dd-4ef8-8cbd-3eab189472af .shogun-image-content {
  
    align-items: center;
  
}

#s-76e5c8ce-ecd0-4ab3-96e8-e833b0c74821 {
  margin-left: auto;
margin-right: auto;
max-width: 18px;
text-align: center;
}







  #s-76e5c8ce-ecd0-4ab3-96e8-e833b0c74821 img.shogun-image {
    

    
    
    
  }


#s-76e5c8ce-ecd0-4ab3-96e8-e833b0c74821 .shogun-image-content {
  
    align-items: center;
  
}

#s-b3fe222b-67bb-472c-8850-2319540afd02 {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}







  #s-b3fe222b-67bb-472c-8850-2319540afd02 img.shogun-image {
    

    
    
    
  }


#s-b3fe222b-67bb-472c-8850-2319540afd02 .shogun-image-content {
  
    align-items: center;
  
}

#s-0b5f6e88-d8a2-4695-8bc2-2e70d905b7e6 {
  padding-top: 0px;
}

#s-0cc73d52-574d-4bd7-a75e-27220fe2dcbf {
  text-align: center;
}







  #s-0cc73d52-574d-4bd7-a75e-27220fe2dcbf img.shogun-image {
    

    
    
    
  }


#s-0cc73d52-574d-4bd7-a75e-27220fe2dcbf .shogun-image-content {
  
    align-items: center;
  
}

#s-8c6e47c9-bb17-4b1a-b814-7228df2daca3 {
  text-align: center;
}







  #s-8c6e47c9-bb17-4b1a-b814-7228df2daca3 img.shogun-image {
    

    
    
    
  }


#s-8c6e47c9-bb17-4b1a-b814-7228df2daca3 .shogun-image-content {
  
    align-items: center;
  
}

#s-2aad9c6b-8846-4037-9365-713be26d926d {
  text-align: center;
}







  #s-2aad9c6b-8846-4037-9365-713be26d926d img.shogun-image {
    

    
    
    
  }


#s-2aad9c6b-8846-4037-9365-713be26d926d .shogun-image-content {
  
    align-items: center;
  
}

#s-83a0320f-e45d-4a1b-b6b4-90d8f94ce7c3 {
  text-align: center;
}







  #s-83a0320f-e45d-4a1b-b6b4-90d8f94ce7c3 img.shogun-image {
    

    
    
    
  }


#s-83a0320f-e45d-4a1b-b6b4-90d8f94ce7c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-1bb1dfec-45da-4995-b402-9c5be00f4478 {
  margin-top: 100px;
margin-left: 0px;
margin-bottom: 60px;
margin-right: 0px;
max-width: 1280px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1bb1dfec-45da-4995-b402-9c5be00f4478 {
  margin-top: 60px;
}
}@media (max-width: 767px){#s-1bb1dfec-45da-4995-b402-9c5be00f4478 {
  margin-top: 0px;
margin-bottom: 90px;
}
}
#s-1bb1dfec-45da-4995-b402-9c5be00f4478 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-1bb1dfec-45da-4995-b402-9c5be00f4478 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-1bb1dfec-45da-4995-b402-9c5be00f4478 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-1bb1dfec-45da-4995-b402-9c5be00f4478 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-1bb1dfec-45da-4995-b402-9c5be00f4478 td.shogun-table-column, #s-1bb1dfec-45da-4995-b402-9c5be00f4478 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-26683757-be4a-4e21-a9d6-7e07c04ee635 {
  margin-left: auto;
margin-right: auto;
max-width: 18px;
text-align: center;
}







  #s-26683757-be4a-4e21-a9d6-7e07c04ee635 img.shogun-image {
    

    
    
    
  }


#s-26683757-be4a-4e21-a9d6-7e07c04ee635 .shogun-image-content {
  
    align-items: center;
  
}

#s-d17b4b57-b31a-43f2-a539-f28eef72f26e {
  margin-left: auto;
margin-right: auto;
max-width: 18px;
text-align: center;
}







  #s-d17b4b57-b31a-43f2-a539-f28eef72f26e img.shogun-image {
    

    
    
    
  }


#s-d17b4b57-b31a-43f2-a539-f28eef72f26e .shogun-image-content {
  
    align-items: center;
  
}

#s-e8980e30-7a95-463e-b8ab-613e22911c63 {
  margin-left: auto;
margin-right: auto;
max-width: 18px;
text-align: center;
}







  #s-e8980e30-7a95-463e-b8ab-613e22911c63 img.shogun-image {
    

    
    
    
  }


#s-e8980e30-7a95-463e-b8ab-613e22911c63 .shogun-image-content {
  
    align-items: center;
  
}

#s-39f0a435-13fd-4c08-b766-64e805e28e41 {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}







  #s-39f0a435-13fd-4c08-b766-64e805e28e41 img.shogun-image {
    

    
    
    
  }


#s-39f0a435-13fd-4c08-b766-64e805e28e41 .shogun-image-content {
  
    align-items: center;
  
}

#s-a12e4412-7a1b-4b09-9dbb-6c9876052272 {
  padding-top: 0px;
}

#s-364954c6-2382-45f0-a844-75b45ff5833e {
  text-align: center;
}







  #s-364954c6-2382-45f0-a844-75b45ff5833e img.shogun-image {
    

    
    
    
  }


#s-364954c6-2382-45f0-a844-75b45ff5833e .shogun-image-content {
  
    align-items: center;
  
}

#s-16737bfc-f7f1-4fd6-a27c-d34e97fc91e0 {
  text-align: center;
}







  #s-16737bfc-f7f1-4fd6-a27c-d34e97fc91e0 img.shogun-image {
    

    
    
    
  }


#s-16737bfc-f7f1-4fd6-a27c-d34e97fc91e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-e7fa3dd5-306e-4cc8-98f3-cc787a5f43fc {
  text-align: center;
}







  #s-e7fa3dd5-306e-4cc8-98f3-cc787a5f43fc img.shogun-image {
    

    
    
    
  }


#s-e7fa3dd5-306e-4cc8-98f3-cc787a5f43fc .shogun-image-content {
  
    align-items: center;
  
}

#s-9012cdf6-206d-4887-ac00-84c23f9984e5 {
  text-align: center;
}







  #s-9012cdf6-206d-4887-ac00-84c23f9984e5 img.shogun-image {
    

    
    
    
  }


#s-9012cdf6-206d-4887-ac00-84c23f9984e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b235e30-b325-4662-80ca-73bb67a96387 {
  margin-top: 100px;
margin-left: 0px;
margin-bottom: 60px;
margin-right: 0px;
max-width: 1280px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8b235e30-b325-4662-80ca-73bb67a96387 {
  margin-top: 60px;
}
}@media (max-width: 767px){#s-8b235e30-b325-4662-80ca-73bb67a96387 {
  margin-top: 0px;
margin-bottom: 90px;
}
}
#s-8b235e30-b325-4662-80ca-73bb67a96387 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-8b235e30-b325-4662-80ca-73bb67a96387 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-8b235e30-b325-4662-80ca-73bb67a96387 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-8b235e30-b325-4662-80ca-73bb67a96387 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-8b235e30-b325-4662-80ca-73bb67a96387 td.shogun-table-column, #s-8b235e30-b325-4662-80ca-73bb67a96387 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-37e874ea-ad1f-46ce-b16e-8248eece1e05 {
  margin-left: auto;
margin-right: auto;
max-width: 18px;
text-align: center;
}







  #s-37e874ea-ad1f-46ce-b16e-8248eece1e05 img.shogun-image {
    

    
    
    
  }


#s-37e874ea-ad1f-46ce-b16e-8248eece1e05 .shogun-image-content {
  
    align-items: center;
  
}

#s-b476098b-07e9-4556-b5d4-eda0e780005d {
  margin-left: auto;
margin-right: auto;
max-width: 18px;
text-align: center;
}







  #s-b476098b-07e9-4556-b5d4-eda0e780005d img.shogun-image {
    

    
    
    
  }


#s-b476098b-07e9-4556-b5d4-eda0e780005d .shogun-image-content {
  
    align-items: center;
  
}

#s-5f405121-7517-4672-8369-2f8b4840afb2 {
  margin-left: auto;
margin-right: auto;
max-width: 18px;
text-align: center;
}







  #s-5f405121-7517-4672-8369-2f8b4840afb2 img.shogun-image {
    

    
    
    
  }


#s-5f405121-7517-4672-8369-2f8b4840afb2 .shogun-image-content {
  
    align-items: center;
  
}

#s-464d63b4-edac-4d78-83b3-bc8c03946911 {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}







  #s-464d63b4-edac-4d78-83b3-bc8c03946911 img.shogun-image {
    

    
    
    
  }


#s-464d63b4-edac-4d78-83b3-bc8c03946911 .shogun-image-content {
  
    align-items: center;
  
}

#s-24980b13-2b6a-4886-a17b-f1db1e8666f6 {
  padding-top: 0px;
}

#s-7b1e8c71-19f7-4d04-9eba-6ff934c683cf {
  text-align: center;
}







  #s-7b1e8c71-19f7-4d04-9eba-6ff934c683cf img.shogun-image {
    

    
    
    
  }


#s-7b1e8c71-19f7-4d04-9eba-6ff934c683cf .shogun-image-content {
  
    align-items: center;
  
}

#s-e31e1ac5-8bc7-4997-bf91-cfb2901aa0ee {
  text-align: center;
}







  #s-e31e1ac5-8bc7-4997-bf91-cfb2901aa0ee img.shogun-image {
    

    
    
    
  }


#s-e31e1ac5-8bc7-4997-bf91-cfb2901aa0ee .shogun-image-content {
  
    align-items: center;
  
}

#s-791f19f5-76fc-4e02-af27-ada0d7a52f71 {
  text-align: center;
}







  #s-791f19f5-76fc-4e02-af27-ada0d7a52f71 img.shogun-image {
    

    
    
    
  }


#s-791f19f5-76fc-4e02-af27-ada0d7a52f71 .shogun-image-content {
  
    align-items: center;
  
}

#s-d4dc5ca8-8010-49b9-aa5d-c29f11e06564 {
  text-align: center;
}







  #s-d4dc5ca8-8010-49b9-aa5d-c29f11e06564 img.shogun-image {
    

    
    
    
  }


#s-d4dc5ca8-8010-49b9-aa5d-c29f11e06564 .shogun-image-content {
  
    align-items: center;
  
}

#s-70fc7741-ecc9-4a31-87ee-95214ec30e13 {
  margin-top: 100px;
margin-left: 0px;
margin-bottom: 60px;
margin-right: 0px;
max-width: 1280px;
}
@media (min-width: 768px) and (max-width: 991px){#s-70fc7741-ecc9-4a31-87ee-95214ec30e13 {
  margin-top: 60px;
}
}@media (max-width: 767px){#s-70fc7741-ecc9-4a31-87ee-95214ec30e13 {
  margin-top: 0px;
margin-bottom: 90px;
}
}
#s-70fc7741-ecc9-4a31-87ee-95214ec30e13 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-70fc7741-ecc9-4a31-87ee-95214ec30e13 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-70fc7741-ecc9-4a31-87ee-95214ec30e13 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-70fc7741-ecc9-4a31-87ee-95214ec30e13 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-70fc7741-ecc9-4a31-87ee-95214ec30e13 td.shogun-table-column, #s-70fc7741-ecc9-4a31-87ee-95214ec30e13 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-09080331-7bf6-4ef4-ab05-df795435a4ab {
  margin-left: auto;
margin-right: auto;
max-width: 18px;
text-align: center;
}







  #s-09080331-7bf6-4ef4-ab05-df795435a4ab img.shogun-image {
    

    
    
    
  }


#s-09080331-7bf6-4ef4-ab05-df795435a4ab .shogun-image-content {
  
    align-items: center;
  
}

#s-6fe546b1-11c6-4adc-9877-a64d1b468c5b {
  margin-left: auto;
margin-right: auto;
max-width: 18px;
text-align: center;
}







  #s-6fe546b1-11c6-4adc-9877-a64d1b468c5b img.shogun-image {
    

    
    
    
  }


#s-6fe546b1-11c6-4adc-9877-a64d1b468c5b .shogun-image-content {
  
    align-items: center;
  
}

#s-13c96d87-abb7-42b5-bba5-0bf8d877e43b {
  margin-left: auto;
margin-right: auto;
max-width: 18px;
text-align: center;
}







  #s-13c96d87-abb7-42b5-bba5-0bf8d877e43b img.shogun-image {
    

    
    
    
  }


#s-13c96d87-abb7-42b5-bba5-0bf8d877e43b .shogun-image-content {
  
    align-items: center;
  
}

#s-2d8ea664-bddd-4274-8b77-4bba9d1221fd {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}







  #s-2d8ea664-bddd-4274-8b77-4bba9d1221fd img.shogun-image {
    

    
    
    
  }


#s-2d8ea664-bddd-4274-8b77-4bba9d1221fd .shogun-image-content {
  
    align-items: center;
  
}

#s-4226891f-cec7-4037-9169-9add2a8d28d1 {
  padding-top: 0px;
}

#s-41bb27bc-122f-4260-8f8e-3f0f3425064d {
  text-align: center;
}







  #s-41bb27bc-122f-4260-8f8e-3f0f3425064d img.shogun-image {
    

    
    
    
  }


#s-41bb27bc-122f-4260-8f8e-3f0f3425064d .shogun-image-content {
  
    align-items: center;
  
}

#s-a9077c48-8139-489e-befd-57a5b1f8fa4b {
  text-align: center;
}







  #s-a9077c48-8139-489e-befd-57a5b1f8fa4b img.shogun-image {
    

    
    
    
  }


#s-a9077c48-8139-489e-befd-57a5b1f8fa4b .shogun-image-content {
  
    align-items: center;
  
}

#s-139286d0-ae58-4d96-b05d-d69356a8e835 {
  text-align: center;
}







  #s-139286d0-ae58-4d96-b05d-d69356a8e835 img.shogun-image {
    

    
    
    
  }


#s-139286d0-ae58-4d96-b05d-d69356a8e835 .shogun-image-content {
  
    align-items: center;
  
}

#s-ee87a87d-62f3-47ac-97fd-427d99795194 {
  text-align: center;
}







  #s-ee87a87d-62f3-47ac-97fd-427d99795194 img.shogun-image {
    

    
    
    
  }


#s-ee87a87d-62f3-47ac-97fd-427d99795194 .shogun-image-content {
  
    align-items: center;
  
}

#s-22a67d9b-ac85-453c-a5e6-894117afc52c {
  margin-top: 100px;
margin-left: 0px;
margin-bottom: 60px;
margin-right: 0px;
max-width: 1280px;
}
@media (min-width: 768px) and (max-width: 991px){#s-22a67d9b-ac85-453c-a5e6-894117afc52c {
  margin-top: 60px;
}
}@media (max-width: 767px){#s-22a67d9b-ac85-453c-a5e6-894117afc52c {
  margin-top: 0px;
margin-bottom: 90px;
}
}
#s-22a67d9b-ac85-453c-a5e6-894117afc52c .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-22a67d9b-ac85-453c-a5e6-894117afc52c table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-22a67d9b-ac85-453c-a5e6-894117afc52c td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-22a67d9b-ac85-453c-a5e6-894117afc52c td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-22a67d9b-ac85-453c-a5e6-894117afc52c td.shogun-table-column, #s-22a67d9b-ac85-453c-a5e6-894117afc52c td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-11e5fff5-f7c5-4002-8293-3aebc04c324b {
  margin-left: auto;
margin-right: auto;
max-width: 18px;
text-align: center;
}







  #s-11e5fff5-f7c5-4002-8293-3aebc04c324b img.shogun-image {
    

    
    
    
  }


#s-11e5fff5-f7c5-4002-8293-3aebc04c324b .shogun-image-content {
  
    align-items: center;
  
}

#s-93b52709-58c3-4d5d-a05d-86942a1c26c7 {
  margin-left: auto;
margin-right: auto;
max-width: 18px;
text-align: center;
}







  #s-93b52709-58c3-4d5d-a05d-86942a1c26c7 img.shogun-image {
    

    
    
    
  }


#s-93b52709-58c3-4d5d-a05d-86942a1c26c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-10306a6e-f9da-419e-8dd8-71ccedac5f99 {
  margin-left: auto;
margin-right: auto;
max-width: 18px;
text-align: center;
}







  #s-10306a6e-f9da-419e-8dd8-71ccedac5f99 img.shogun-image {
    

    
    
    
  }


#s-10306a6e-f9da-419e-8dd8-71ccedac5f99 .shogun-image-content {
  
    align-items: center;
  
}

#s-195ee233-761f-4454-a04b-5b5490ecc55b {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}







  #s-195ee233-761f-4454-a04b-5b5490ecc55b img.shogun-image {
    

    
    
    
  }


#s-195ee233-761f-4454-a04b-5b5490ecc55b .shogun-image-content {
  
    align-items: center;
  
}

#s-60af59a5-60a0-4ba7-b561-8e0dc49edd90 {
  padding-top: 0px;
}

#s-2b44b1f1-a251-4c01-b200-14cb98fa9827 {
  text-align: center;
}







  #s-2b44b1f1-a251-4c01-b200-14cb98fa9827 img.shogun-image {
    

    
    
    
  }


#s-2b44b1f1-a251-4c01-b200-14cb98fa9827 .shogun-image-content {
  
    align-items: center;
  
}

#s-236d3166-8e2e-4998-bb57-45406c7356a5 {
  text-align: center;
}







  #s-236d3166-8e2e-4998-bb57-45406c7356a5 img.shogun-image {
    

    
    
    
  }


#s-236d3166-8e2e-4998-bb57-45406c7356a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-82c24948-61a3-4a47-9b41-f28ddad2cebc {
  text-align: center;
}







  #s-82c24948-61a3-4a47-9b41-f28ddad2cebc img.shogun-image {
    

    
    
    
  }


#s-82c24948-61a3-4a47-9b41-f28ddad2cebc .shogun-image-content {
  
    align-items: center;
  
}

#s-791fdfaf-bbe1-4e4f-8a7d-d00a8aade1fe {
  text-align: center;
}







  #s-791fdfaf-bbe1-4e4f-8a7d-d00a8aade1fe img.shogun-image {
    

    
    
    
  }


#s-791fdfaf-bbe1-4e4f-8a7d-d00a8aade1fe .shogun-image-content {
  
    align-items: center;
  
}

#s-1da9b2f2-73fe-455a-ae84-0d588bdfbfee {
  margin-top: 100px;
margin-left: 0px;
margin-bottom: 60px;
margin-right: 0px;
max-width: 1280px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1da9b2f2-73fe-455a-ae84-0d588bdfbfee {
  margin-top: 60px;
}
}@media (max-width: 767px){#s-1da9b2f2-73fe-455a-ae84-0d588bdfbfee {
  margin-top: 0px;
margin-bottom: 90px;
}
}
#s-1da9b2f2-73fe-455a-ae84-0d588bdfbfee .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-1da9b2f2-73fe-455a-ae84-0d588bdfbfee table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-1da9b2f2-73fe-455a-ae84-0d588bdfbfee td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-1da9b2f2-73fe-455a-ae84-0d588bdfbfee td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-1da9b2f2-73fe-455a-ae84-0d588bdfbfee td.shogun-table-column, #s-1da9b2f2-73fe-455a-ae84-0d588bdfbfee td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-9b12f204-65e4-4628-be45-d9f715cfbba8 {
  margin-left: auto;
margin-right: auto;
max-width: 18px;
text-align: center;
}







  #s-9b12f204-65e4-4628-be45-d9f715cfbba8 img.shogun-image {
    

    
    
    
  }


#s-9b12f204-65e4-4628-be45-d9f715cfbba8 .shogun-image-content {
  
    align-items: center;
  
}

#s-25ee2d57-c959-492c-aca2-9d7011de9aca {
  margin-left: auto;
margin-right: auto;
max-width: 18px;
text-align: center;
}







  #s-25ee2d57-c959-492c-aca2-9d7011de9aca img.shogun-image {
    

    
    
    
  }


#s-25ee2d57-c959-492c-aca2-9d7011de9aca .shogun-image-content {
  
    align-items: center;
  
}

#s-3882d67f-90d0-4c4b-8dbe-a5ccae456152 {
  margin-left: auto;
margin-right: auto;
max-width: 18px;
text-align: center;
}







  #s-3882d67f-90d0-4c4b-8dbe-a5ccae456152 img.shogun-image {
    

    
    
    
  }


#s-3882d67f-90d0-4c4b-8dbe-a5ccae456152 .shogun-image-content {
  
    align-items: center;
  
}

#s-5bc9af85-58d7-4a2e-a40d-fcc984e75abc {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}







  #s-5bc9af85-58d7-4a2e-a40d-fcc984e75abc img.shogun-image {
    

    
    
    
  }


#s-5bc9af85-58d7-4a2e-a40d-fcc984e75abc .shogun-image-content {
  
    align-items: center;
  
}

#s-edad56c6-16d7-4926-9ba5-02e8c9bd1849 {
  padding-top: 0px;
}

#s-28b3db79-52cb-4dfc-bfb8-9e6a7e469d60 {
  text-align: center;
}







  #s-28b3db79-52cb-4dfc-bfb8-9e6a7e469d60 img.shogun-image {
    

    
    
    
  }


#s-28b3db79-52cb-4dfc-bfb8-9e6a7e469d60 .shogun-image-content {
  
    align-items: center;
  
}

#s-78464169-128e-4ac0-9737-41760ac369ad {
  text-align: center;
}







  #s-78464169-128e-4ac0-9737-41760ac369ad img.shogun-image {
    

    
    
    
  }


#s-78464169-128e-4ac0-9737-41760ac369ad .shogun-image-content {
  
    align-items: center;
  
}

#s-cb57ccc3-90e0-4701-82df-73b641815680 {
  text-align: center;
}







  #s-cb57ccc3-90e0-4701-82df-73b641815680 img.shogun-image {
    

    
    
    
  }


#s-cb57ccc3-90e0-4701-82df-73b641815680 .shogun-image-content {
  
    align-items: center;
  
}

#s-8d832abf-a296-451c-8c15-c43b2410daff {
  text-align: center;
}







  #s-8d832abf-a296-451c-8c15-c43b2410daff img.shogun-image {
    

    
    
    
  }


#s-8d832abf-a296-451c-8c15-c43b2410daff .shogun-image-content {
  
    align-items: center;
  
}

#s-f79e3c45-2c81-4439-bd14-b29cba597942 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: color;
}
#s-f79e3c45-2c81-4439-bd14-b29cba597942:hover {background-color: rgba(143, 204, 223, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f79e3c45-2c81-4439-bd14-b29cba597942:active {background-color: rgba(143, 204, 223, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-f79e3c45-2c81-4439-bd14-b29cba597942 {
  display: none;
}
#s-f79e3c45-2c81-4439-bd14-b29cba597942, #wrap-s-f79e3c45-2c81-4439-bd14-b29cba597942 { display:none !important; }}

  #s-f79e3c45-2c81-4439-bd14-b29cba597942-root {
    text-align: center;
  }


#s-f79e3c45-2c81-4439-bd14-b29cba597942.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f79e3c45-2c81-4439-bd14-b29cba597942-root {
    text-align: center;
  }


#s-f79e3c45-2c81-4439-bd14-b29cba597942.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f79e3c45-2c81-4439-bd14-b29cba597942-root {
    text-align: center;
  }


#s-f79e3c45-2c81-4439-bd14-b29cba597942.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f79e3c45-2c81-4439-bd14-b29cba597942-root {
    text-align: center;
  }


#s-f79e3c45-2c81-4439-bd14-b29cba597942.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f79e3c45-2c81-4439-bd14-b29cba597942-root {
    text-align: center;
  }


#s-f79e3c45-2c81-4439-bd14-b29cba597942.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-f79e3c45-2c81-4439-bd14-b29cba597942-root {
    text-align: center;
  }


#s-f79e3c45-2c81-4439-bd14-b29cba597942.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6080ea67-8bbc-4edf-b2a0-f91fc58aaae0 {
  padding-top: 90px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(232, 232, 232, 1);
}
@media (max-width: 767px){#s-6080ea67-8bbc-4edf-b2a0-f91fc58aaae0 {
  padding-top: 39px;
padding-bottom: 40px;
}
}







#s-6080ea67-8bbc-4edf-b2a0-f91fc58aaae0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6080ea67-8bbc-4edf-b2a0-f91fc58aaae0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52c01100-d91f-4ac6-a8e3-51905d1f8a8d {
  max-width: 80%;
text-align: center;
}
@media (max-width: 767px){#s-52c01100-d91f-4ac6-a8e3-51905d1f8a8d {
  display: none;
}
#s-52c01100-d91f-4ac6-a8e3-51905d1f8a8d, #wrap-s-52c01100-d91f-4ac6-a8e3-51905d1f8a8d { display:none !important; }}






  #s-52c01100-d91f-4ac6-a8e3-51905d1f8a8d img.shogun-image {
    

    
    
    
  }


#s-52c01100-d91f-4ac6-a8e3-51905d1f8a8d .shogun-image-content {
  
    align-items: center;
  
}

#s-8e3f1f81-2947-43d0-a00f-ac167d5772ac {
  text-align: center;
}
@media (min-width: 1200px){#s-8e3f1f81-2947-43d0-a00f-ac167d5772ac {
  display: none;
}
#s-8e3f1f81-2947-43d0-a00f-ac167d5772ac, #wrap-s-8e3f1f81-2947-43d0-a00f-ac167d5772ac { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8e3f1f81-2947-43d0-a00f-ac167d5772ac {
  display: none;
}
#s-8e3f1f81-2947-43d0-a00f-ac167d5772ac, #wrap-s-8e3f1f81-2947-43d0-a00f-ac167d5772ac { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8e3f1f81-2947-43d0-a00f-ac167d5772ac {
  display: none;
}
#s-8e3f1f81-2947-43d0-a00f-ac167d5772ac, #wrap-s-8e3f1f81-2947-43d0-a00f-ac167d5772ac { display:none !important; }}






  #s-8e3f1f81-2947-43d0-a00f-ac167d5772ac img.shogun-image {
    

    
    
    
  }


#s-8e3f1f81-2947-43d0-a00f-ac167d5772ac .shogun-image-content {
  
    align-items: center;
  
}

#s-06e8f045-7ed3-4aa1-878c-35371cb0f65d {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 1260px;
}
@media (max-width: 767px){#s-06e8f045-7ed3-4aa1-878c-35371cb0f65d {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-06e8f045-7ed3-4aa1-878c-35371cb0f65d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-06e8f045-7ed3-4aa1-878c-35371cb0f65d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 100.0px);
}

}

@media (min-width: 992px) {
[id="s-06e8f045-7ed3-4aa1-878c-35371cb0f65d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 100.0px);
}

}

@media (min-width: 1200px) {
[id="s-06e8f045-7ed3-4aa1-878c-35371cb0f65d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 100.0px);
}

}

#s-6f9effb9-f01a-488c-a1f5-fbeb2cd6f749 {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
}
@media (max-width: 767px){#s-6f9effb9-f01a-488c-a1f5-fbeb2cd6f749 {
  padding-top: 0px;
}
}







#s-6f9effb9-f01a-488c-a1f5-fbeb2cd6f749 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f9effb9-f01a-488c-a1f5-fbeb2cd6f749.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-896f6788-65cf-497e-9f57-af9958bd15bc {
  margin-left: -15px;
max-width: 85px;
text-align: left;
}







  #s-896f6788-65cf-497e-9f57-af9958bd15bc img.shogun-image {
    

    
    
    
  }


#s-896f6788-65cf-497e-9f57-af9958bd15bc .shogun-image-content {
  
    align-items: center;
  
}

#s-ae2e2538-c14b-49ee-99f8-9f0a3c4a392d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-ae2e2538-c14b-49ee-99f8-9f0a3c4a392d .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-6b83f21c-5500-446a-a357-cdbfb1dbe058 {
  margin-bottom: 0px;
}

#s-713be18b-e349-4dfb-b564-ddc374fd7ec5 {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
}








#s-713be18b-e349-4dfb-b564-ddc374fd7ec5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-713be18b-e349-4dfb-b564-ddc374fd7ec5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ee29d7c-5c6f-4337-bbe7-441012757a36 {
  margin-left: -15px;
max-width: 85px;
text-align: left;
}







  #s-8ee29d7c-5c6f-4337-bbe7-441012757a36 img.shogun-image {
    

    
    
    
  }


#s-8ee29d7c-5c6f-4337-bbe7-441012757a36 .shogun-image-content {
  
    align-items: center;
  
}

#s-c6b0dab6-279d-4dd9-8a99-e3301310be68 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c6b0dab6-279d-4dd9-8a99-e3301310be68 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-7f6cd614-942f-46c8-9d65-46ee3aee2282 {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
}








#s-7f6cd614-942f-46c8-9d65-46ee3aee2282 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f6cd614-942f-46c8-9d65-46ee3aee2282.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a676927a-de35-4ae9-adcb-e6f9518a1337 {
  margin-left: -10px;
margin-right: 0px;
max-width: 85px;
text-align: left;
}







  #s-a676927a-de35-4ae9-adcb-e6f9518a1337 img.shogun-image {
    

    
    
    
  }


#s-a676927a-de35-4ae9-adcb-e6f9518a1337 .shogun-image-content {
  
    align-items: center;
  
}

#s-5c179f7d-899e-49c4-aefd-ab307e2cb437 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-5c179f7d-899e-49c4-aefd-ab307e2cb437 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-cb353db2-c67c-4353-abe3-550938e788a5 {
  padding-top: 90px;
padding-bottom: 45px;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-cb353db2-c67c-4353-abe3-550938e788a5 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cb353db2-c67c-4353-abe3-550938e788a5 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-cb353db2-c67c-4353-abe3-550938e788a5 {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 10px;
}
}







#s-cb353db2-c67c-4353-abe3-550938e788a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb353db2-c67c-4353-abe3-550938e788a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e9f516f-9f83-493b-b202-cde5e09a4eda {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-bottom: 150px;
padding-right: 20px;
min-height: 50px;
max-width: 1260px;
}
@media (max-width: 767px){#s-0e9f516f-9f83-493b-b202-cde5e09a4eda {
  padding-left: 0px;
padding-bottom: 100px;
padding-right: 0px;
}
}







#s-0e9f516f-9f83-493b-b202-cde5e09a4eda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e9f516f-9f83-493b-b202-cde5e09a4eda.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b0d463d1-c0ef-4693-ba5e-f4a4e7b8da51 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b0d463d1-c0ef-4693-ba5e-f4a4e7b8da51 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-ab825bb0-ee60-460e-aa11-4ca917a41c3d {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 65px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 1280px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ab825bb0-ee60-460e-aa11-4ca917a41c3d {
  margin-bottom: 25px;
}
}@media (max-width: 767px){#s-ab825bb0-ee60-460e-aa11-4ca917a41c3d {
  margin-bottom: 50px;
padding-left: 0px;
padding-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-ab825bb0-ee60-460e-aa11-4ca917a41c3d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ab825bb0-ee60-460e-aa11-4ca917a41c3d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-ab825bb0-ee60-460e-aa11-4ca917a41c3d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-ab825bb0-ee60-460e-aa11-4ca917a41c3d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 50.0px);
}

}

#s-53452ca8-99ae-4d3f-84e4-8b7903278030 {
  margin-top: -100px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 70px;
max-width: 200px;
text-align: center;
}
@media (max-width: 767px){#s-53452ca8-99ae-4d3f-84e4-8b7903278030 {
  margin-top: -85px;
max-width: 170px;
}
}






  #s-53452ca8-99ae-4d3f-84e4-8b7903278030 img.shogun-image {
    

    
    
    
  }


#s-53452ca8-99ae-4d3f-84e4-8b7903278030 .shogun-image-content {
  
    align-items: center;
  
}

#s-587c3e4a-6c8d-436f-97fa-fd07341ef095 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
}
@media (max-width: 767px){#s-587c3e4a-6c8d-436f-97fa-fd07341ef095 {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-9eef5b40-188c-4fa6-a96b-4ab1430bb873 {
  margin-top: 15px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9eef5b40-188c-4fa6-a96b-4ab1430bb873 {
  margin-bottom: 30px;
}
}@media (max-width: 767px){#s-9eef5b40-188c-4fa6-a96b-4ab1430bb873 {
  margin-bottom: 10px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}
#s-ed2e5133-b40d-4721-927c-3c6adfc08470 {
  margin-top: -100px;
margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 70px;
max-width: 200px;
text-align: center;
}
@media (max-width: 767px){#s-ed2e5133-b40d-4721-927c-3c6adfc08470 {
  margin-top: -85px;
max-width: 170px;
}
}






  #s-ed2e5133-b40d-4721-927c-3c6adfc08470 img.shogun-image {
    

    
    
    
  }


#s-ed2e5133-b40d-4721-927c-3c6adfc08470 .shogun-image-content {
  
    align-items: center;
  
}

#s-01ec481f-e6e1-497f-b03b-f6e9ed5f2587 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
}
@media (max-width: 767px){#s-01ec481f-e6e1-497f-b03b-f6e9ed5f2587 {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-a033b25f-9993-4178-8e59-35d013a26a9c {
  margin-top: 15px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
}
@media (max-width: 767px){#s-a033b25f-9993-4178-8e59-35d013a26a9c {
  margin-bottom: 10px;
padding-left: 20px;
padding-bottom: 19px;
padding-right: 20px;
}
}
#s-bce9404d-d5af-4a2e-9935-0768859753be {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 200px;
padding-bottom: 200px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-bce9404d-d5af-4a2e-9935-0768859753be {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bce9404d-d5af-4a2e-9935-0768859753be {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-bce9404d-d5af-4a2e-9935-0768859753be {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}







#s-bce9404d-d5af-4a2e-9935-0768859753be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bce9404d-d5af-4a2e-9935-0768859753be.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0dba6be9-1bd9-4b06-b12c-3b45d8461439 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 1260px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0dba6be9-1bd9-4b06-b12c-3b45d8461439 {
  display: none;
}
#s-0dba6be9-1bd9-4b06-b12c-3b45d8461439, #wrap-s-0dba6be9-1bd9-4b06-b12c-3b45d8461439 { display:none !important; }}@media (max-width: 767px){#s-0dba6be9-1bd9-4b06-b12c-3b45d8461439 {
  display: none;
}
#s-0dba6be9-1bd9-4b06-b12c-3b45d8461439, #wrap-s-0dba6be9-1bd9-4b06-b12c-3b45d8461439 { display:none !important; }}






  #s-0dba6be9-1bd9-4b06-b12c-3b45d8461439 img.shogun-image {
    

    
    
    
  }


#s-0dba6be9-1bd9-4b06-b12c-3b45d8461439 .shogun-image-content {
  
    align-items: center;
  
}

#s-0168d5c5-c601-4c4e-8b11-f2f7fff3bb52 {
  text-align: center;
}
@media (min-width: 1200px){#s-0168d5c5-c601-4c4e-8b11-f2f7fff3bb52 {
  display: none;
}
#s-0168d5c5-c601-4c4e-8b11-f2f7fff3bb52, #wrap-s-0168d5c5-c601-4c4e-8b11-f2f7fff3bb52 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0168d5c5-c601-4c4e-8b11-f2f7fff3bb52 {
  display: none;
}
#s-0168d5c5-c601-4c4e-8b11-f2f7fff3bb52, #wrap-s-0168d5c5-c601-4c4e-8b11-f2f7fff3bb52 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0168d5c5-c601-4c4e-8b11-f2f7fff3bb52 {
  
}
}@media (max-width: 767px){#s-0168d5c5-c601-4c4e-8b11-f2f7fff3bb52 {
  display: none;
}
#s-0168d5c5-c601-4c4e-8b11-f2f7fff3bb52, #wrap-s-0168d5c5-c601-4c4e-8b11-f2f7fff3bb52 { display:none !important; }}






  #s-0168d5c5-c601-4c4e-8b11-f2f7fff3bb52 img.shogun-image {
    

    
    
    
  }


#s-0168d5c5-c601-4c4e-8b11-f2f7fff3bb52 .shogun-image-content {
  
    align-items: center;
  
}

#s-9eebdbcf-0342-4799-ac69-e3136bd19102 {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 1180px;
text-align: center;
}
@media (max-width: 767px){#s-9eebdbcf-0342-4799-ac69-e3136bd19102 {
  margin-top: 20px;
display: none;
}
#s-9eebdbcf-0342-4799-ac69-e3136bd19102, #wrap-s-9eebdbcf-0342-4799-ac69-e3136bd19102 { display:none !important; }}






  #s-9eebdbcf-0342-4799-ac69-e3136bd19102 img.shogun-image {
    

    
    
    
  }


#s-9eebdbcf-0342-4799-ac69-e3136bd19102 .shogun-image-content {
  
    align-items: center;
  
}

#s-b014d4e6-afd0-4f42-99ae-4725f6f23e56 {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 1180px;
text-align: center;
}
@media (min-width: 1200px){#s-b014d4e6-afd0-4f42-99ae-4725f6f23e56 {
  display: none;
}
#s-b014d4e6-afd0-4f42-99ae-4725f6f23e56, #wrap-s-b014d4e6-afd0-4f42-99ae-4725f6f23e56 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b014d4e6-afd0-4f42-99ae-4725f6f23e56 {
  display: none;
}
#s-b014d4e6-afd0-4f42-99ae-4725f6f23e56, #wrap-s-b014d4e6-afd0-4f42-99ae-4725f6f23e56 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b014d4e6-afd0-4f42-99ae-4725f6f23e56 {
  display: none;
}
#s-b014d4e6-afd0-4f42-99ae-4725f6f23e56, #wrap-s-b014d4e6-afd0-4f42-99ae-4725f6f23e56 { display:none !important; }}@media (max-width: 767px){#s-b014d4e6-afd0-4f42-99ae-4725f6f23e56 {
  margin-top: 20px;
}
}






  #s-b014d4e6-afd0-4f42-99ae-4725f6f23e56 img.shogun-image {
    

    
    
    
  }


#s-b014d4e6-afd0-4f42-99ae-4725f6f23e56 .shogun-image-content {
  
    align-items: center;
  
}

#s-57e680eb-6fc6-45b7-8006-f66c294410b7 {
  padding-top: 100px;
min-height: 50px;
}
@media (max-width: 767px){#s-57e680eb-6fc6-45b7-8006-f66c294410b7 {
  padding-top: 80px;
}
}







#s-57e680eb-6fc6-45b7-8006-f66c294410b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57e680eb-6fc6-45b7-8006-f66c294410b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b34fb2d5-8d9d-42ab-94f8-a941bc42b6a3 {
  margin-bottom: 30px;
padding-left: 0px;
padding-right: 0px;
}
@media (max-width: 767px){#s-b34fb2d5-8d9d-42ab-94f8-a941bc42b6a3 {
  margin-bottom: 20px;
}
}
@media (min-width: 0px) {
[id="s-b34fb2d5-8d9d-42ab-94f8-a941bc42b6a3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-b34fb2d5-8d9d-42ab-94f8-a941bc42b6a3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b34fb2d5-8d9d-42ab-94f8-a941bc42b6a3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b34fb2d5-8d9d-42ab-94f8-a941bc42b6a3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-65e8d67f-a7f1-49c0-8983-ffa019834e7f {
  text-align: center;
}







  #s-65e8d67f-a7f1-49c0-8983-ffa019834e7f img.shogun-image {
    

    
    
    
  }


#s-65e8d67f-a7f1-49c0-8983-ffa019834e7f .shogun-image-content {
  
    align-items: center;
  
}

#s-d0f7d3bb-b717-40ad-900e-e9635a8960bd {
  text-align: center;
}







  #s-d0f7d3bb-b717-40ad-900e-e9635a8960bd img.shogun-image {
    

    
    
    
  }


#s-d0f7d3bb-b717-40ad-900e-e9635a8960bd .shogun-image-content {
  
    align-items: center;
  
}

#s-ecb4e8a3-aceb-47c7-9a31-ca0b5787cdb2 {
  text-align: center;
}







  #s-ecb4e8a3-aceb-47c7-9a31-ca0b5787cdb2 img.shogun-image {
    

    
    
    
  }


#s-ecb4e8a3-aceb-47c7-9a31-ca0b5787cdb2 .shogun-image-content {
  
    align-items: center;
  
}

#s-a91d1c94-fbce-4559-bdb9-b6907315c611 {
  text-align: center;
}







  #s-a91d1c94-fbce-4559-bdb9-b6907315c611 img.shogun-image {
    

    
    
    
  }


#s-a91d1c94-fbce-4559-bdb9-b6907315c611 .shogun-image-content {
  
    align-items: center;
  
}

#s-85210d64-7719-4734-80a8-91e40e2d2b09 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 50px;
max-width: 1260px;
}








#s-85210d64-7719-4734-80a8-91e40e2d2b09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85210d64-7719-4734-80a8-91e40e2d2b09.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-39105dbd-3932-4227-bbb0-a8dca6c181ad {
  text-align: left;
}

#s-ea8554a9-2b88-4f3d-9f6c-cb261dfe9425 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ea8554a9-2b88-4f3d-9f6c-cb261dfe9425 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea8554a9-2b88-4f3d-9f6c-cb261dfe9425.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd8ce0d6-51c4-4152-8e82-a458480b8ddf {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-fd8ce0d6-51c4-4152-8e82-a458480b8ddf .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



@media (min-width: 1200px){#s-20043a83-104d-44f2-9eef-11acdbbe26aa {
  display: none;
}
#s-20043a83-104d-44f2-9eef-11acdbbe26aa, #wrap-s-20043a83-104d-44f2-9eef-11acdbbe26aa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-20043a83-104d-44f2-9eef-11acdbbe26aa {
  display: none;
}
#s-20043a83-104d-44f2-9eef-11acdbbe26aa, #wrap-s-20043a83-104d-44f2-9eef-11acdbbe26aa { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-20043a83-104d-44f2-9eef-11acdbbe26aa {
  display: none;
}
#s-20043a83-104d-44f2-9eef-11acdbbe26aa, #wrap-s-20043a83-104d-44f2-9eef-11acdbbe26aa { display:none !important; }}@media (max-width: 767px){#s-20043a83-104d-44f2-9eef-11acdbbe26aa {
  display: none;
}
#s-20043a83-104d-44f2-9eef-11acdbbe26aa, #wrap-s-20043a83-104d-44f2-9eef-11acdbbe26aa { display:none !important; }}
#s-ddd11f03-ba1d-40c9-907b-f62686241056 {
  margin-left: auto;
margin-right: auto;
max-width: 1280px;
}

#s-314d0828-2871-48c4-a859-0b3e8f19ab7c {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 25px;
padding-right: 20px;
min-height: 50px;
max-width: 1260px;
}
@media (max-width: 767px){#s-314d0828-2871-48c4-a859-0b3e8f19ab7c {
  padding-bottom: 0px;
}
}







#s-314d0828-2871-48c4-a859-0b3e8f19ab7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-314d0828-2871-48c4-a859-0b3e8f19ab7c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b7eecfe-f883-4be4-90c6-5349a4cb4cd2 {
  margin-top: 60px;
}
@media (min-width: 1200px){#s-2b7eecfe-f883-4be4-90c6-5349a4cb4cd2 {
  margin-top: 100px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2b7eecfe-f883-4be4-90c6-5349a4cb4cd2 {
  margin-top: 20px;
}
}@media (max-width: 767px){#s-2b7eecfe-f883-4be4-90c6-5349a4cb4cd2 {
  margin-top: 20px;
}
}
#s-03695702-5c1e-45a0-a72b-da23466a971e {
  margin-top: 45px;
margin-left: auto;
margin-bottom: 45px;
margin-right: auto;
max-width: 1024px;
}

#s-03695702-5c1e-45a0-a72b-da23466a971e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-03695702-5c1e-45a0-a72b-da23466a971e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-03695702-5c1e-45a0-a72b-da23466a971e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-03695702-5c1e-45a0-a72b-da23466a971e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-03695702-5c1e-45a0-a72b-da23466a971e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-03695702-5c1e-45a0-a72b-da23466a971e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-32f97f7f-b7c0-43de-b6a4-cc73b6d4a1b1 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
}







  #s-32f97f7f-b7c0-43de-b6a4-cc73b6d4a1b1 img.shogun-image {
    

    
    
    
  }


#s-32f97f7f-b7c0-43de-b6a4-cc73b6d4a1b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-19f5cbd4-bbad-4fb5-b0f2-07bcef09aba0 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 80px;
padding-right: 20px;
min-height: 50px;
max-width: 1260px;
}
@media (max-width: 767px){#s-19f5cbd4-bbad-4fb5-b0f2-07bcef09aba0 {
  padding-bottom: 50px;
}
}







#s-19f5cbd4-bbad-4fb5-b0f2-07bcef09aba0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19f5cbd4-bbad-4fb5-b0f2-07bcef09aba0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ee12444-1cc2-4b9c-9ac4-b699a5db8b17 {
  min-height: 50px;
}
@media (max-width: 767px){#s-8ee12444-1cc2-4b9c-9ac4-b699a5db8b17 {
  display: none;
}
#s-8ee12444-1cc2-4b9c-9ac4-b699a5db8b17, #wrap-s-8ee12444-1cc2-4b9c-9ac4-b699a5db8b17 { display:none !important; }}







#s-8ee12444-1cc2-4b9c-9ac4-b699a5db8b17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ee12444-1cc2-4b9c-9ac4-b699a5db8b17.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5a6699c5-fd70-4847-9bb7-f74b3eccfcf8 {
  box-shadow:0px 0px 10px 0px rgba(125, 125, 125, 0.3);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
text-align: center;
}








#s-5a6699c5-fd70-4847-9bb7-f74b3eccfcf8 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-fa15f1c1-c5c5-464c-b4ac-c55f4cdd4c76"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fa15f1c1-c5c5-464c-b4ac-c55f4cdd4c76"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fa15f1c1-c5c5-464c-b4ac-c55f4cdd4c76"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa15f1c1-c5c5-464c-b4ac-c55f4cdd4c76"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a8932988-3ca5-47e7-b2b3-e0eaf34e39cd {
  padding-top: 30px;
padding-left: 60px;
padding-bottom: 30px;
padding-right: 0px;
min-height: 50px;
}








#s-a8932988-3ca5-47e7-b2b3-e0eaf34e39cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8932988-3ca5-47e7-b2b3-e0eaf34e39cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3acd96bc-4f58-4970-9eef-c7425284a6f0 {
  padding-top: 0px;
padding-bottom: 20px;
text-align: left;
}

#s-3acd96bc-4f58-4970-9eef-c7425284a6f0 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-c387e841-4e18-42a5-94dc-2269ecb04513 {
  margin-bottom: 30px;
}

#s-0ee75e5c-1fc0-40f8-b45b-8493314b5778 {
  padding-top: 12px;
padding-left: 65px;
padding-bottom: 12px;
padding-right: 65px;
border-radius: 28px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-0ee75e5c-1fc0-40f8-b45b-8493314b5778:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0ee75e5c-1fc0-40f8-b45b-8493314b5778:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0ee75e5c-1fc0-40f8-b45b-8493314b5778-root {
    text-align: left;
  }


#s-0ee75e5c-1fc0-40f8-b45b-8493314b5778.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0ee75e5c-1fc0-40f8-b45b-8493314b5778-root {
    text-align: left;
  }


#s-0ee75e5c-1fc0-40f8-b45b-8493314b5778.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0ee75e5c-1fc0-40f8-b45b-8493314b5778-root {
    text-align: left;
  }


#s-0ee75e5c-1fc0-40f8-b45b-8493314b5778.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0ee75e5c-1fc0-40f8-b45b-8493314b5778-root {
    text-align: left;
  }


#s-0ee75e5c-1fc0-40f8-b45b-8493314b5778.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0ee75e5c-1fc0-40f8-b45b-8493314b5778-root {
    text-align: left;
  }


#s-0ee75e5c-1fc0-40f8-b45b-8493314b5778.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  inline-block ;
}
}
#s-babb02bb-0f3c-4b5c-9d1e-bcc26def9457 {
  box-shadow:0px 0px 10px 0px rgba(125, 125, 125, 0.3);
padding-top: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 50px;
background-color: rgba(232, 232, 232, 1);
}
@media (min-width: 1200px){#s-babb02bb-0f3c-4b5c-9d1e-bcc26def9457 {
  display: none;
}
#s-babb02bb-0f3c-4b5c-9d1e-bcc26def9457, #wrap-s-babb02bb-0f3c-4b5c-9d1e-bcc26def9457 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-babb02bb-0f3c-4b5c-9d1e-bcc26def9457 {
  display: none;
}
#s-babb02bb-0f3c-4b5c-9d1e-bcc26def9457, #wrap-s-babb02bb-0f3c-4b5c-9d1e-bcc26def9457 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-babb02bb-0f3c-4b5c-9d1e-bcc26def9457 {
  display: none;
}
#s-babb02bb-0f3c-4b5c-9d1e-bcc26def9457, #wrap-s-babb02bb-0f3c-4b5c-9d1e-bcc26def9457 { display:none !important; }}







#s-babb02bb-0f3c-4b5c-9d1e-bcc26def9457 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-babb02bb-0f3c-4b5c-9d1e-bcc26def9457.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-844bb46a-b8ac-44f0-b72a-1632af663024 {
  margin-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
}

#s-fbe8f1ff-9ebb-46f3-b830-5aa7771d233a {
  text-align: center;
}







  #s-fbe8f1ff-9ebb-46f3-b830-5aa7771d233a img.shogun-image {
    

    
    
    
  }


#s-fbe8f1ff-9ebb-46f3-b830-5aa7771d233a .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-01a7a399-aab2-40bc-a4a7-1203f6baa902 {
  padding-bottom: 45px;
min-height: 50px;
}








#s-01a7a399-aab2-40bc-a4a7-1203f6baa902 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01a7a399-aab2-40bc-a4a7-1203f6baa902.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-01850250-7d86-4ae8-afd0-f5d655797163 {
  padding-top: 12px;
padding-left: 65px;
padding-bottom: 12px;
padding-right: 65px;
border-radius: 28px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-01850250-7d86-4ae8-afd0-f5d655797163:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-01850250-7d86-4ae8-afd0-f5d655797163:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-01850250-7d86-4ae8-afd0-f5d655797163-root {
    text-align: center;
  }


#s-01850250-7d86-4ae8-afd0-f5d655797163.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-01850250-7d86-4ae8-afd0-f5d655797163-root {
    text-align: center;
  }


#s-01850250-7d86-4ae8-afd0-f5d655797163.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-01850250-7d86-4ae8-afd0-f5d655797163-root {
    text-align: center;
  }


#s-01850250-7d86-4ae8-afd0-f5d655797163.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-01850250-7d86-4ae8-afd0-f5d655797163-root {
    text-align: center;
  }


#s-01850250-7d86-4ae8-afd0-f5d655797163.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-01850250-7d86-4ae8-afd0-f5d655797163-root {
    text-align: center;
  }


#s-01850250-7d86-4ae8-afd0-f5d655797163.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  inline-block ;
}
}
#s-9d2d3775-22d5-4218-a235-791118cd211c {
  margin-left: auto;
margin-right: auto;
padding-top: 45px;
min-height: 50px;
background-color: rgba(232, 232, 232, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-9d2d3775-22d5-4218-a235-791118cd211c {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-9d2d3775-22d5-4218-a235-791118cd211c {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-9d2d3775-22d5-4218-a235-791118cd211c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d2d3775-22d5-4218-a235-791118cd211c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd8d4d07-7aba-45a6-9cce-7bafb7522bee {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 45px;
margin-right: auto;
max-width: 1180px;
}
@media (max-width: 767px){#s-bd8d4d07-7aba-45a6-9cce-7bafb7522bee {
  margin-top: 20px;
}
}
#s-42626ee1-8f0d-481c-b3a5-9ecc9c020ea9 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
}
@media (max-width: 767px){#s-42626ee1-8f0d-481c-b3a5-9ecc9c020ea9 {
  
}
}
@media (min-width: 0px) {
[id="s-42626ee1-8f0d-481c-b3a5-9ecc9c020ea9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-42626ee1-8f0d-481c-b3a5-9ecc9c020ea9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-42626ee1-8f0d-481c-b3a5-9ecc9c020ea9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-42626ee1-8f0d-481c-b3a5-9ecc9c020ea9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-3386d351-188d-4e17-827d-a4f2c7511bda {
  max-width: 70px;
text-align: left;
}







  #s-3386d351-188d-4e17-827d-a4f2c7511bda img.shogun-image {
    

    
    
    
  }


#s-3386d351-188d-4e17-827d-a4f2c7511bda .shogun-image-content {
  
    align-items: center;
  
}

#s-a9373be7-6afb-4639-abb0-779bbae35973 {
  margin-top: 7px;
margin-bottom: 7px;
padding-left: 10px;
padding-right: 10px;
}

#s-90aa9b77-9461-490a-8392-37abc57b9784 {
  max-width: 70px;
text-align: left;
}







  #s-90aa9b77-9461-490a-8392-37abc57b9784 img.shogun-image {
    

    
    
    
  }


#s-90aa9b77-9461-490a-8392-37abc57b9784 .shogun-image-content {
  
    align-items: center;
  
}

#s-277185bf-a274-44ad-bc05-186a5b54dfd1 {
  margin-top: 7px;
margin-bottom: 7px;
padding-left: 10px;
padding-right: 10px;
}

#s-06af0d23-9c5d-4880-a84d-6a5fcfb5903e {
  max-width: 70px;
text-align: left;
}







  #s-06af0d23-9c5d-4880-a84d-6a5fcfb5903e img.shogun-image {
    

    
    
    
  }


#s-06af0d23-9c5d-4880-a84d-6a5fcfb5903e .shogun-image-content {
  
    align-items: center;
  
}

#s-bb552ee0-24af-4e06-8b56-1a6e1488a97f {
  margin-top: 7px;
margin-bottom: 7px;
padding-left: 10px;
padding-right: 10px;
}

#s-3db24c89-e377-4afd-a31f-526739aa75c7 {
  margin-top: 45px;
margin-bottom: 75px;
padding-top: 12px;
padding-left: 65px;
padding-bottom: 12px;
padding-right: 65px;
border-radius: 28px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-3db24c89-e377-4afd-a31f-526739aa75c7:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3db24c89-e377-4afd-a31f-526739aa75c7:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-3db24c89-e377-4afd-a31f-526739aa75c7 {
  padding-left: 45px;
padding-right: 45px;
}
}

  #s-3db24c89-e377-4afd-a31f-526739aa75c7-root {
    text-align: center;
  }


#s-3db24c89-e377-4afd-a31f-526739aa75c7.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3db24c89-e377-4afd-a31f-526739aa75c7-root {
    text-align: center;
  }


#s-3db24c89-e377-4afd-a31f-526739aa75c7.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3db24c89-e377-4afd-a31f-526739aa75c7-root {
    text-align: center;
  }


#s-3db24c89-e377-4afd-a31f-526739aa75c7.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3db24c89-e377-4afd-a31f-526739aa75c7-root {
    text-align: center;
  }


#s-3db24c89-e377-4afd-a31f-526739aa75c7.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3db24c89-e377-4afd-a31f-526739aa75c7-root {
    text-align: center;
  }


#s-3db24c89-e377-4afd-a31f-526739aa75c7.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  inline-block ;
}
}
/*
  $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}