.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-0d5b6592-da90-43cd-85aa-4260674a6907 {
  min-height: 50px;
}








#s-0d5b6592-da90-43cd-85aa-4260674a6907 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d5b6592-da90-43cd-85aa-4260674a6907.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-08c366d0-7042-44fd-880d-7769c18f8a34 {
  margin-top: 20px;
margin-left: 10%;
margin-right: 10%;
}

#s-08c366d0-7042-44fd-880d-7769c18f8a34 hr {
  border-top: 2px solid #ddd;
}

#s-f16e3539-f109-4472-a91b-e4fac0683dd1 {
  margin-left: auto;
margin-right: auto;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
min-height: 50px;
max-width: 1400px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-f16e3539-f109-4472-a91b-e4fac0683dd1 {
  padding-left: 25px;
padding-right: 25px;
}
}







#s-f16e3539-f109-4472-a91b-e4fac0683dd1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f16e3539-f109-4472-a91b-e4fac0683dd1.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.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-582278b1-25ba-4b7d-9b35-58951e8286f6 {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}
@media (max-width: 767px){#s-582278b1-25ba-4b7d-9b35-58951e8286f6 {
  display: none;
}
#s-582278b1-25ba-4b7d-9b35-58951e8286f6, #wrap-s-582278b1-25ba-4b7d-9b35-58951e8286f6 { display:none !important; }}
@media (min-width: 0px) {
[id="s-582278b1-25ba-4b7d-9b35-58951e8286f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-582278b1-25ba-4b7d-9b35-58951e8286f6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-582278b1-25ba-4b7d-9b35-58951e8286f6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-582278b1-25ba-4b7d-9b35-58951e8286f6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

.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-6830b4d1-5d03-4ed8-b7c0-7713c66cc73e {
  text-align: center;
}







  #s-6830b4d1-5d03-4ed8-b7c0-7713c66cc73e img.shogun-image {
    

    
    
    
  }


#s-6830b4d1-5d03-4ed8-b7c0-7713c66cc73e .shogun-image-content {
  
    align-items: center;
  
}

.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

@media (max-width: 767px){#s-2a4e4018-d139-4bc6-a194-47f1432e470a {
  
}
}
#s-3708adbf-411d-4561-8d32-3b1bf07e2dff {
  text-align: center;
}







  #s-3708adbf-411d-4561-8d32-3b1bf07e2dff img.shogun-image {
    

    
    
    
  }


#s-3708adbf-411d-4561-8d32-3b1bf07e2dff .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-2c3fa538-142e-4b78-99e6-9b83629e42e0 {
  
}
}
#s-12de0a47-560b-4c1a-887b-488f72d28c3b {
  text-align: center;
}







  #s-12de0a47-560b-4c1a-887b-488f72d28c3b img.shogun-image {
    

    
    
    
  }


#s-12de0a47-560b-4c1a-887b-488f72d28c3b .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-85f6ad13-808d-4ffc-bb06-fdbeddcd096b {
  
}
}
#s-085c0694-851f-4bac-9c7a-7a17fd6ebc6d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-085c0694-851f-4bac-9c7a-7a17fd6ebc6d {
  display: none;
}
#s-085c0694-851f-4bac-9c7a-7a17fd6ebc6d, #wrap-s-085c0694-851f-4bac-9c7a-7a17fd6ebc6d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-085c0694-851f-4bac-9c7a-7a17fd6ebc6d {
  display: none;
}
#s-085c0694-851f-4bac-9c7a-7a17fd6ebc6d, #wrap-s-085c0694-851f-4bac-9c7a-7a17fd6ebc6d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-085c0694-851f-4bac-9c7a-7a17fd6ebc6d {
  display: none;
}
#s-085c0694-851f-4bac-9c7a-7a17fd6ebc6d, #wrap-s-085c0694-851f-4bac-9c7a-7a17fd6ebc6d { display:none !important; }}







#s-085c0694-851f-4bac-9c7a-7a17fd6ebc6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-085c0694-851f-4bac-9c7a-7a17fd6ebc6d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc27a56f-9529-4819-aa3a-fb67fda4a70c {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-bc27a56f-9529-4819-aa3a-fb67fda4a70c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bc27a56f-9529-4819-aa3a-fb67fda4a70c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-bc27a56f-9529-4819-aa3a-fb67fda4a70c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-bc27a56f-9529-4819-aa3a-fb67fda4a70c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-aacb8baf-5ae3-4358-aed6-86246ab59f5c {
  margin-left: auto;
margin-bottom: -50px;
margin-right: auto;
max-width: 200px;
text-align: center;
}







  #s-aacb8baf-5ae3-4358-aed6-86246ab59f5c img.shogun-image {
    

    
    
    
  }


#s-aacb8baf-5ae3-4358-aed6-86246ab59f5c .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-f1369393-a7c2-46d5-a2af-b4eec01098f0 {
  
}
}
#s-e9755be1-bb6e-458f-a235-f8e8db28e6ca {
  margin-left: auto;
margin-bottom: -40px;
margin-right: auto;
max-width: 150px;
text-align: center;
}







  #s-e9755be1-bb6e-458f-a235-f8e8db28e6ca img.shogun-image {
    

    
    
    
  }


#s-e9755be1-bb6e-458f-a235-f8e8db28e6ca .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-8795cfe1-be1c-4973-b44f-4f4d58addf48 {
  
}
}
#s-8328e53c-4afe-4def-9295-e02c5b108d97 {
  margin-left: auto;
margin-bottom: -50px;
margin-right: auto;
max-width: 150px;
text-align: center;
}







  #s-8328e53c-4afe-4def-9295-e02c5b108d97 img.shogun-image {
    

    
    
    
  }


#s-8328e53c-4afe-4def-9295-e02c5b108d97 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-c45cf5bc-2d39-4e4b-809c-5127563ce994 {
  
}
}
#s-36c67c14-1c21-4ea1-bdb6-f481b4deb21c {
  padding-top: 100px;
padding-left: 50px;
padding-bottom: 100px;
padding-right: 50px;
min-height: 50px;
background-color: rgba(232, 238, 244, 1);
}
@media (max-width: 767px){#s-36c67c14-1c21-4ea1-bdb6-f481b4deb21c {
  padding-top: 50px;
padding-left: 25px;
padding-bottom: 50px;
padding-right: 25px;
}
}







#s-36c67c14-1c21-4ea1-bdb6-f481b4deb21c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36c67c14-1c21-4ea1-bdb6-f481b4deb21c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4f9e2e1-4992-4eb8-936e-e9ab83c51801 {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-d4f9e2e1-4992-4eb8-936e-e9ab83c51801"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4f9e2e1-4992-4eb8-936e-e9ab83c51801"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d4f9e2e1-4992-4eb8-936e-e9ab83c51801"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d4f9e2e1-4992-4eb8-936e-e9ab83c51801"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d4f9e2e1-4992-4eb8-936e-e9ab83c51801"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4f9e2e1-4992-4eb8-936e-e9ab83c51801"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d4f9e2e1-4992-4eb8-936e-e9ab83c51801"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-ec8d35b2-3a09-4038-b0d3-69cc30934c4b {
  min-height: 400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ec8d35b2-3a09-4038-b0d3-69cc30934c4b {
  
}
}@media (max-width: 767px){#s-ec8d35b2-3a09-4038-b0d3-69cc30934c4b {
  min-height: 0px;
}
}







#s-ec8d35b2-3a09-4038-b0d3-69cc30934c4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec8d35b2-3a09-4038-b0d3-69cc30934c4b.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-806b1c21-653a-4ec9-a33e-20729ecec776 {
  margin-bottom: 00px;
padding-top: 10px;
padding-bottom: 25px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-806b1c21-653a-4ec9-a33e-20729ecec776 {
  padding-top: 25px;
}
}
#s-806b1c21-653a-4ec9-a33e-20729ecec776 .shogun-heading-component h2 {
  color: rgba(0, 105, 148, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



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

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

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

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

#s-89be45a3-c6ae-4b63-8e8f-def8c8e5a790 {
  padding-top: 0px;
}

#s-479ad300-857a-4925-8a82-7b850f5c53f3 {
  padding-top: 100px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-479ad300-857a-4925-8a82-7b850f5c53f3 {
  padding-top: 50px;
padding-left: 25px;
padding-right: 25px;
}
}







#s-479ad300-857a-4925-8a82-7b850f5c53f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-479ad300-857a-4925-8a82-7b850f5c53f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da90ea34-e4ca-4098-8bdf-d03f9b271976 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
text-align: center;
}

#s-da90ea34-e4ca-4098-8bdf-d03f9b271976 .shogun-heading-component h2 {
  color: rgba(0, 102, 153, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-8a0812f0-4276-4a4a-b078-0e14dbec8e9f {
  margin-left: auto;
margin-bottom: -15px;
margin-right: auto;
max-width: 1400px;
}
@media (max-width: 767px){#s-8a0812f0-4276-4a4a-b078-0e14dbec8e9f {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-56067677-54d1-4172-a50f-a32aa0e7b92b {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-e47da67f-7d2c-469c-8734-8628c0c7b9de {
  padding-top: 50px;
padding-left: 50px;
padding-bottom: 100px;
padding-right: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-e47da67f-7d2c-469c-8734-8628c0c7b9de {
  padding-left: 25px;
padding-bottom: 50px;
padding-right: 25px;
}
}







#s-e47da67f-7d2c-469c-8734-8628c0c7b9de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e47da67f-7d2c-469c-8734-8628c0c7b9de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-462ee454-4f2e-46f5-aec3-e6d2e1bcdd92 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
text-align: center;
}

#s-462ee454-4f2e-46f5-aec3-e6d2e1bcdd92 .shogun-heading-component h2 {
  color: rgba(0, 102, 153, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-0809cf74-8a5e-4679-a6ff-67327d668f5e {
  margin-left: auto;
margin-bottom: -15px;
margin-right: auto;
max-width: 1400px;
}
@media (max-width: 767px){#s-0809cf74-8a5e-4679-a6ff-67327d668f5e {
  margin-bottom: 0px;
}
}
#s-04a0c233-b56c-41dd-9156-546e03aa0d91 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

#s-d6dd007c-eb43-4dd9-a627-2b7425a63e6f {
  padding-top: 100px;
padding-left: 50px;
padding-bottom: 100px;
padding-right: 50px;
min-height: 50px;
background-color: rgba(232, 238, 244, 1);
}
@media (max-width: 767px){#s-d6dd007c-eb43-4dd9-a627-2b7425a63e6f {
  padding-top: 50px;
padding-left: 25px;
padding-bottom: 50px;
padding-right: 25px;
}
}







#s-d6dd007c-eb43-4dd9-a627-2b7425a63e6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6dd007c-eb43-4dd9-a627-2b7425a63e6f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c495887b-9479-4b81-81e3-070c24ce40ef {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-c495887b-9479-4b81-81e3-070c24ce40ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c495887b-9479-4b81-81e3-070c24ce40ef"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c495887b-9479-4b81-81e3-070c24ce40ef"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c495887b-9479-4b81-81e3-070c24ce40ef"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c495887b-9479-4b81-81e3-070c24ce40ef"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c495887b-9479-4b81-81e3-070c24ce40ef"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c495887b-9479-4b81-81e3-070c24ce40ef"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-a3bfc2a6-3d50-4598-88e0-1c3b16994a99 {
  min-height: 400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a3bfc2a6-3d50-4598-88e0-1c3b16994a99 {
  
}
}@media (max-width: 767px){#s-a3bfc2a6-3d50-4598-88e0-1c3b16994a99 {
  min-height: 0px;
}
}







#s-a3bfc2a6-3d50-4598-88e0-1c3b16994a99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3bfc2a6-3d50-4598-88e0-1c3b16994a99.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a90e4593-90d0-4d31-913b-2677ff6ab113 {
  margin-bottom: 00px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a90e4593-90d0-4d31-913b-2677ff6ab113 .shogun-heading-component h2 {
  color: rgba(0, 105, 148, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-9d232885-6f22-4da0-9b9a-cfef93340fa2 {
  padding-top: 75px;
padding-left: 50px;
padding-bottom: 75px;
padding-right: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-9d232885-6f22-4da0-9b9a-cfef93340fa2 {
  padding-left: 25px;
padding-right: 25px;
}
}







#s-9d232885-6f22-4da0-9b9a-cfef93340fa2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d232885-6f22-4da0-9b9a-cfef93340fa2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-53988764-2c0e-4acb-af3b-4c4dbfeb98ba {
  margin-bottom: 00px;
padding-top: 10px;
padding-bottom: 25px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-53988764-2c0e-4acb-af3b-4c4dbfeb98ba {
  padding-top: 25px;
}
}
#s-53988764-2c0e-4acb-af3b-4c4dbfeb98ba .shogun-heading-component h2 {
  color: rgba(0, 105, 148, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-b30906cb-38a3-4ea1-84bc-40958686b10d {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}

#s-e7472116-d704-4e9a-97e9-1b854001e9e7 {
  margin-left: auto;
margin-right: auto;
max-width: 1287px;
aspect-ratio: 1287/1237;
text-align: center;
}





  #s-e7472116-d704-4e9a-97e9-1b854001e9e7 img.shogun-image,
  #s-e7472116-d704-4e9a-97e9-1b854001e9e7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e7472116-d704-4e9a-97e9-1b854001e9e7 {
    width: 100%;
    height: auto;
  }



  #s-e7472116-d704-4e9a-97e9-1b854001e9e7 img.shogun-image {
    

    
    
    
  }


#s-e7472116-d704-4e9a-97e9-1b854001e9e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-be65e982-80f5-4750-be70-765d94e3b81b {
  padding-top: 100px;
padding-left: 50px;
padding-bottom: 100px;
padding-right: 50px;
min-height: 50px;
background-color: rgba(232, 238, 244, 1);
}
@media (max-width: 767px){#s-be65e982-80f5-4750-be70-765d94e3b81b {
  padding-top: 50px;
padding-left: 25px;
padding-bottom: 50px;
padding-right: 25px;
}
}







#s-be65e982-80f5-4750-be70-765d94e3b81b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be65e982-80f5-4750-be70-765d94e3b81b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-30d4c5b9-fb94-4aa5-b3bb-f6a1133cb218 {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-30d4c5b9-fb94-4aa5-b3bb-f6a1133cb218"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-30d4c5b9-fb94-4aa5-b3bb-f6a1133cb218"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-30d4c5b9-fb94-4aa5-b3bb-f6a1133cb218"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-30d4c5b9-fb94-4aa5-b3bb-f6a1133cb218"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-30d4c5b9-fb94-4aa5-b3bb-f6a1133cb218"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-30d4c5b9-fb94-4aa5-b3bb-f6a1133cb218"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-30d4c5b9-fb94-4aa5-b3bb-f6a1133cb218"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-30d4c5b9-fb94-4aa5-b3bb-f6a1133cb218"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-1cd27163-da44-40eb-aa21-e3a0cbb0b2a5 {
  min-height: 400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1cd27163-da44-40eb-aa21-e3a0cbb0b2a5 {
  
}
}@media (max-width: 767px){#s-1cd27163-da44-40eb-aa21-e3a0cbb0b2a5 {
  min-height: 0px;
}
}







#s-1cd27163-da44-40eb-aa21-e3a0cbb0b2a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1cd27163-da44-40eb-aa21-e3a0cbb0b2a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df368bdf-cb2a-4b70-a937-4ecdefb6140b {
  margin-bottom: 00px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df368bdf-cb2a-4b70-a937-4ecdefb6140b .shogun-heading-component h2 {
  color: rgba(0, 105, 148, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-a8f2f394-8edc-472f-b356-609587f2c123 {
  padding-top: 100px;
padding-left: 50px;
padding-bottom: 100px;
padding-right: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-a8f2f394-8edc-472f-b356-609587f2c123 {
  padding-top: 50px;
padding-left: 25px;
padding-bottom: 50px;
padding-right: 25px;
}
}







#s-a8f2f394-8edc-472f-b356-609587f2c123 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8f2f394-8edc-472f-b356-609587f2c123.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4abc06d9-125d-4ff8-8f59-f2e024f4adb8 {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-4abc06d9-125d-4ff8-8f59-f2e024f4adb8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4abc06d9-125d-4ff8-8f59-f2e024f4adb8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4abc06d9-125d-4ff8-8f59-f2e024f4adb8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4abc06d9-125d-4ff8-8f59-f2e024f4adb8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4abc06d9-125d-4ff8-8f59-f2e024f4adb8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4abc06d9-125d-4ff8-8f59-f2e024f4adb8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4abc06d9-125d-4ff8-8f59-f2e024f4adb8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-97279e3a-0f56-4c42-93cc-ff32607c5826 {
  min-height: 400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-97279e3a-0f56-4c42-93cc-ff32607c5826 {
  
}
}@media (max-width: 767px){#s-97279e3a-0f56-4c42-93cc-ff32607c5826 {
  min-height: 0px;
}
}







#s-97279e3a-0f56-4c42-93cc-ff32607c5826 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97279e3a-0f56-4c42-93cc-ff32607c5826.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-164223ed-25f5-4e34-91a1-bdc92f7efe5c {
  margin-bottom: 00px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-164223ed-25f5-4e34-91a1-bdc92f7efe5c .shogun-heading-component h2 {
  color: rgba(0, 105, 148, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-cd79a4c0-cc68-41d1-8064-89e80df332c7 {
  padding-top: 100px;
padding-left: 50px;
padding-bottom: 100px;
padding-right: 50px;
min-height: 50px;
background-color: rgba(232, 238, 244, 1);
}
@media (max-width: 767px){#s-cd79a4c0-cc68-41d1-8064-89e80df332c7 {
  padding-top: 50px;
padding-left: 25px;
padding-bottom: 50px;
padding-right: 25px;
}
}







#s-cd79a4c0-cc68-41d1-8064-89e80df332c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd79a4c0-cc68-41d1-8064-89e80df332c7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e6a7d1ae-b18f-424a-995b-78ecf8d37b2d {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-e6a7d1ae-b18f-424a-995b-78ecf8d37b2d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e6a7d1ae-b18f-424a-995b-78ecf8d37b2d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e6a7d1ae-b18f-424a-995b-78ecf8d37b2d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e6a7d1ae-b18f-424a-995b-78ecf8d37b2d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e6a7d1ae-b18f-424a-995b-78ecf8d37b2d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e6a7d1ae-b18f-424a-995b-78ecf8d37b2d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e6a7d1ae-b18f-424a-995b-78ecf8d37b2d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-e6a7d1ae-b18f-424a-995b-78ecf8d37b2d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-a5e91815-5dbf-4bb4-80f8-717f4d680043 {
  min-height: 400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a5e91815-5dbf-4bb4-80f8-717f4d680043 {
  
}
}@media (max-width: 767px){#s-a5e91815-5dbf-4bb4-80f8-717f4d680043 {
  min-height: 0px;
}
}







#s-a5e91815-5dbf-4bb4-80f8-717f4d680043 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5e91815-5dbf-4bb4-80f8-717f4d680043.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8d8ca65c-cae3-43e7-b9ba-6d307cc5013e {
  margin-bottom: 00px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8d8ca65c-cae3-43e7-b9ba-6d307cc5013e .shogun-heading-component h2 {
  color: rgba(0, 105, 148, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-de410974-ed87-4186-addb-2dc83320d7f3 {
  padding-top: 100px;
padding-left: 50px;
padding-bottom: 75px;
padding-right: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-de410974-ed87-4186-addb-2dc83320d7f3 {
  padding-top: 50px;
padding-left: 25px;
padding-right: 25px;
}
}







#s-de410974-ed87-4186-addb-2dc83320d7f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de410974-ed87-4186-addb-2dc83320d7f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1e357a4c-d7e4-434f-aba2-cd20aa22ae14 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
text-align: center;
}

#s-1e357a4c-d7e4-434f-aba2-cd20aa22ae14 .shogun-heading-component h2 {
  color: rgba(0, 102, 153, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-b6a0aa29-1ef4-4107-a3f7-4e0acd6de581 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}
@media (min-width: 1200px){#s-b6a0aa29-1ef4-4107-a3f7-4e0acd6de581 {
  display: none;
}
#s-b6a0aa29-1ef4-4107-a3f7-4e0acd6de581, #wrap-s-b6a0aa29-1ef4-4107-a3f7-4e0acd6de581 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b6a0aa29-1ef4-4107-a3f7-4e0acd6de581 {
  display: none;
}
#s-b6a0aa29-1ef4-4107-a3f7-4e0acd6de581, #wrap-s-b6a0aa29-1ef4-4107-a3f7-4e0acd6de581 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b6a0aa29-1ef4-4107-a3f7-4e0acd6de581 {
  display: none;
}
#s-b6a0aa29-1ef4-4107-a3f7-4e0acd6de581, #wrap-s-b6a0aa29-1ef4-4107-a3f7-4e0acd6de581 { display:none !important; }}






  #s-b6a0aa29-1ef4-4107-a3f7-4e0acd6de581 img.shogun-image {
    

    
    
    
  }


#s-b6a0aa29-1ef4-4107-a3f7-4e0acd6de581 .shogun-image-content {
  
    align-items: center;
  
}

#s-1bbc1e57-63f9-4c48-ac45-43489cc585c1 {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
max-width: 1000px;
text-align: center;
}
@media (max-width: 767px){#s-1bbc1e57-63f9-4c48-ac45-43489cc585c1 {
  display: none;
}
#s-1bbc1e57-63f9-4c48-ac45-43489cc585c1, #wrap-s-1bbc1e57-63f9-4c48-ac45-43489cc585c1 { display:none !important; }}






  #s-1bbc1e57-63f9-4c48-ac45-43489cc585c1 img.shogun-image {
    

    
    
    
  }


#s-1bbc1e57-63f9-4c48-ac45-43489cc585c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-43eb6e51-e280-480c-b015-e780d60a130f {
  padding-top: 100px;
padding-left: 50px;
padding-bottom: 100px;
padding-right: 50px;
min-height: 50px;
background-color: rgba(232, 238, 244, 1);
}
@media (max-width: 767px){#s-43eb6e51-e280-480c-b015-e780d60a130f {
  padding-top: 50px;
padding-left: 25px;
padding-bottom: 50px;
padding-right: 25px;
}
}







#s-43eb6e51-e280-480c-b015-e780d60a130f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43eb6e51-e280-480c-b015-e780d60a130f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e20f076c-bf69-4d74-be63-2913ae21f8f3 {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-e20f076c-bf69-4d74-be63-2913ae21f8f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e20f076c-bf69-4d74-be63-2913ae21f8f3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e20f076c-bf69-4d74-be63-2913ae21f8f3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e20f076c-bf69-4d74-be63-2913ae21f8f3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e20f076c-bf69-4d74-be63-2913ae21f8f3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e20f076c-bf69-4d74-be63-2913ae21f8f3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e20f076c-bf69-4d74-be63-2913ae21f8f3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-6eb00729-e68d-4d3e-9793-316f3e3d2c69 {
  min-height: 400px;
}
@media (max-width: 767px){#s-6eb00729-e68d-4d3e-9793-316f3e3d2c69 {
  min-height: 0px;
}
}







#s-6eb00729-e68d-4d3e-9793-316f3e3d2c69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6eb00729-e68d-4d3e-9793-316f3e3d2c69.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ec242151-55e6-41ac-ac97-df6deecd6811 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
text-align: center;
}

#s-ec242151-55e6-41ac-ac97-df6deecd6811 .shogun-heading-component h2 {
  color: rgba(0, 102, 153, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.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-97e5dd64-ec65-41c2-a1b5-87d03a813b79 {
  margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 50px;
background-color: rgba(243, 126, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-97e5dd64-ec65-41c2-a1b5-87d03a813b79:hover {background-color: rgba(243, 93, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-97e5dd64-ec65-41c2-a1b5-87d03a813b79:active {background-color: rgba(243, 126, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-97e5dd64-ec65-41c2-a1b5-87d03a813b79-root {
    text-align: center;
  }


#s-97e5dd64-ec65-41c2-a1b5-87d03a813b79.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-97e5dd64-ec65-41c2-a1b5-87d03a813b79-root {
    text-align: center;
  }


#s-97e5dd64-ec65-41c2-a1b5-87d03a813b79.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-97e5dd64-ec65-41c2-a1b5-87d03a813b79-root {
    text-align: center;
  }


#s-97e5dd64-ec65-41c2-a1b5-87d03a813b79.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-97e5dd64-ec65-41c2-a1b5-87d03a813b79-root {
    text-align: center;
  }


#s-97e5dd64-ec65-41c2-a1b5-87d03a813b79.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-97e5dd64-ec65-41c2-a1b5-87d03a813b79-root {
    text-align: center;
  }


#s-97e5dd64-ec65-41c2-a1b5-87d03a813b79.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-d78ee7e4-219c-43b8-909d-40940c60e811 {
  padding-top: 100px;
padding-left: 50px;
padding-bottom: 100px;
padding-right: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-d78ee7e4-219c-43b8-909d-40940c60e811 {
  padding-top: 50px;
padding-left: 25px;
padding-bottom: 50px;
padding-right: 25px;
}
}







#s-d78ee7e4-219c-43b8-909d-40940c60e811 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d78ee7e4-219c-43b8-909d-40940c60e811.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ef9d4c3c-f722-41d8-b56a-1e5c31db4b2a {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-ef9d4c3c-f722-41d8-b56a-1e5c31db4b2a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef9d4c3c-f722-41d8-b56a-1e5c31db4b2a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ef9d4c3c-f722-41d8-b56a-1e5c31db4b2a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ef9d4c3c-f722-41d8-b56a-1e5c31db4b2a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ef9d4c3c-f722-41d8-b56a-1e5c31db4b2a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef9d4c3c-f722-41d8-b56a-1e5c31db4b2a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ef9d4c3c-f722-41d8-b56a-1e5c31db4b2a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-ef9d4c3c-f722-41d8-b56a-1e5c31db4b2a"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c1b71288-55e8-4246-9bc6-e2adc371e3d9 {
  text-align: center;
}







  #s-c1b71288-55e8-4246-9bc6-e2adc371e3d9 img.shogun-image {
    

    
    
    
  }


#s-c1b71288-55e8-4246-9bc6-e2adc371e3d9 .shogun-image-content {
  
    align-items: center;
  
}

#s-014ba328-4e7f-4975-88f8-297788d4a120 {
  min-height: 400px;
}
@media (max-width: 767px){#s-014ba328-4e7f-4975-88f8-297788d4a120 {
  min-height: 0px;
}
}







#s-014ba328-4e7f-4975-88f8-297788d4a120 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-014ba328-4e7f-4975-88f8-297788d4a120.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1656187c-c7af-4336-8fb9-dc3c4a346eea {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
text-align: center;
}

#s-1656187c-c7af-4336-8fb9-dc3c4a346eea .shogun-heading-component h2 {
  color: rgba(0, 102, 153, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-0a5649f1-1e5b-4573-8416-5438e172c934 {
  padding-top: 100px;
padding-left: 50px;
padding-bottom: 100px;
padding-right: 50px;
min-height: 50px;
background-color: rgba(232, 238, 244, 1);
}
@media (max-width: 767px){#s-0a5649f1-1e5b-4573-8416-5438e172c934 {
  padding-top: 50px;
padding-left: 25px;
padding-bottom: 50px;
padding-right: 25px;
}
}







#s-0a5649f1-1e5b-4573-8416-5438e172c934 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a5649f1-1e5b-4573-8416-5438e172c934.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b0c5f3b2-05dd-4312-9bba-8806daec5f57 {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-b0c5f3b2-05dd-4312-9bba-8806daec5f57"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b0c5f3b2-05dd-4312-9bba-8806daec5f57"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b0c5f3b2-05dd-4312-9bba-8806daec5f57"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b0c5f3b2-05dd-4312-9bba-8806daec5f57"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b0c5f3b2-05dd-4312-9bba-8806daec5f57"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b0c5f3b2-05dd-4312-9bba-8806daec5f57"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b0c5f3b2-05dd-4312-9bba-8806daec5f57"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-85c03ab3-e416-47ec-96c6-282c35203a96 {
  min-height: 400px;
}
@media (max-width: 767px){#s-85c03ab3-e416-47ec-96c6-282c35203a96 {
  min-height: 0px;
}
}







#s-85c03ab3-e416-47ec-96c6-282c35203a96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85c03ab3-e416-47ec-96c6-282c35203a96.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-648426d7-6193-4572-94ab-634bfc3ec542 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
text-align: center;
}

#s-648426d7-6193-4572-94ab-634bfc3ec542 .shogun-heading-component h2 {
  color: rgba(0, 102, 153, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-954a37b2-544a-44fe-ba37-052cb8f044e3 {
  padding-top: 100px;
padding-left: 50px;
padding-bottom: 100px;
padding-right: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-954a37b2-544a-44fe-ba37-052cb8f044e3 {
  padding-top: 50px;
padding-left: 25px;
padding-bottom: 50px;
padding-right: 25px;
}
}







#s-954a37b2-544a-44fe-ba37-052cb8f044e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-954a37b2-544a-44fe-ba37-052cb8f044e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-289d8cdb-49f1-405e-a97d-74124c1591aa {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-289d8cdb-49f1-405e-a97d-74124c1591aa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-289d8cdb-49f1-405e-a97d-74124c1591aa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-289d8cdb-49f1-405e-a97d-74124c1591aa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-289d8cdb-49f1-405e-a97d-74124c1591aa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-289d8cdb-49f1-405e-a97d-74124c1591aa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-289d8cdb-49f1-405e-a97d-74124c1591aa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-289d8cdb-49f1-405e-a97d-74124c1591aa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-289d8cdb-49f1-405e-a97d-74124c1591aa"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-adf986d3-9ebd-4a0e-a9e2-21fa6df33ef2 {
  text-align: center;
}







  #s-adf986d3-9ebd-4a0e-a9e2-21fa6df33ef2 img.shogun-image {
    

    
    
    
  }


#s-adf986d3-9ebd-4a0e-a9e2-21fa6df33ef2 .shogun-image-content {
  
    align-items: center;
  
}

#s-e43694f5-cbfc-493b-bade-a60c3329de37 {
  min-height: 400px;
}
@media (max-width: 767px){#s-e43694f5-cbfc-493b-bade-a60c3329de37 {
  min-height: 0px;
}
}







#s-e43694f5-cbfc-493b-bade-a60c3329de37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e43694f5-cbfc-493b-bade-a60c3329de37.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca57fe4d-5361-47b2-b08b-06c64f36d43b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
text-align: center;
}

#s-ca57fe4d-5361-47b2-b08b-06c64f36d43b .shogun-heading-component h2 {
  color: rgba(0, 102, 153, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-03754782-62d2-4875-af24-c1c9dcf3bfe3 {
  padding-top: 100px;
padding-left: 50px;
padding-bottom: 100px;
padding-right: 50px;
min-height: 50px;
background-color: rgba(232, 238, 244, 1);
}
@media (max-width: 767px){#s-03754782-62d2-4875-af24-c1c9dcf3bfe3 {
  padding-top: 50px;
padding-left: 25px;
padding-bottom: 50px;
padding-right: 25px;
}
}







#s-03754782-62d2-4875-af24-c1c9dcf3bfe3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03754782-62d2-4875-af24-c1c9dcf3bfe3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f13a895c-c567-4700-8558-7435bd80222a {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-f13a895c-c567-4700-8558-7435bd80222a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f13a895c-c567-4700-8558-7435bd80222a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f13a895c-c567-4700-8558-7435bd80222a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f13a895c-c567-4700-8558-7435bd80222a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f13a895c-c567-4700-8558-7435bd80222a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f13a895c-c567-4700-8558-7435bd80222a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f13a895c-c567-4700-8558-7435bd80222a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-c4a8c54c-8a0c-4d0f-a214-1f208c81838c {
  min-height: 400px;
}
@media (max-width: 767px){#s-c4a8c54c-8a0c-4d0f-a214-1f208c81838c {
  min-height: 0px;
}
}







#s-c4a8c54c-8a0c-4d0f-a214-1f208c81838c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4a8c54c-8a0c-4d0f-a214-1f208c81838c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc351501-3289-4e9a-850f-27f3d8b61c20 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
text-align: center;
}

#s-dc351501-3289-4e9a-850f-27f3d8b61c20 .shogun-heading-component h2 {
  color: rgba(0, 102, 153, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-470a073b-4f8d-48d8-ab7f-a3ff98d114a6 {
  padding-top: 100px;
padding-left: 50px;
padding-bottom: 100px;
padding-right: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-470a073b-4f8d-48d8-ab7f-a3ff98d114a6 {
  padding-top: 50px;
padding-left: 25px;
padding-bottom: 50px;
padding-right: 25px;
}
}







#s-470a073b-4f8d-48d8-ab7f-a3ff98d114a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-470a073b-4f8d-48d8-ab7f-a3ff98d114a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-61fe07f4-05c4-41c0-b892-74257bcadf6e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1400px;
}

#s-61fe07f4-05c4-41c0-b892-74257bcadf6e .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-61fe07f4-05c4-41c0-b892-74257bcadf6e .shg-sld-nav-button.shg-sld-left,
#s-61fe07f4-05c4-41c0-b892-74257bcadf6e .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-49fe47cf-440c-410a-9795-7ff572b2a122"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-49fe47cf-440c-410a-9795-7ff572b2a122"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-49fe47cf-440c-410a-9795-7ff572b2a122"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-49fe47cf-440c-410a-9795-7ff572b2a122"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f33256e8-be75-4720-92a2-e0409b459d4f {
  text-align: center;
}







  #s-f33256e8-be75-4720-92a2-e0409b459d4f img.shogun-image {
    

    
    
    
  }


#s-f33256e8-be75-4720-92a2-e0409b459d4f .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-cf1153b6-f90e-4ba7-a03d-480bca29090d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf1153b6-f90e-4ba7-a03d-480bca29090d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cf1153b6-f90e-4ba7-a03d-480bca29090d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf1153b6-f90e-4ba7-a03d-480bca29090d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8f72d7d6-7724-4f15-b815-3d19bc3bf244 {
  text-align: center;
}







  #s-8f72d7d6-7724-4f15-b815-3d19bc3bf244 img.shogun-image {
    

    
    
    
  }


#s-8f72d7d6-7724-4f15-b815-3d19bc3bf244 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f0afe4d-be18-4083-b1b1-f185d11f8348 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-9f0afe4d-be18-4083-b1b1-f185d11f8348 {
  display: none;
}
#s-9f0afe4d-be18-4083-b1b1-f185d11f8348, #wrap-s-9f0afe4d-be18-4083-b1b1-f185d11f8348 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9f0afe4d-be18-4083-b1b1-f185d11f8348 {
  display: none;
}
#s-9f0afe4d-be18-4083-b1b1-f185d11f8348, #wrap-s-9f0afe4d-be18-4083-b1b1-f185d11f8348 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9f0afe4d-be18-4083-b1b1-f185d11f8348 {
  display: none;
}
#s-9f0afe4d-be18-4083-b1b1-f185d11f8348, #wrap-s-9f0afe4d-be18-4083-b1b1-f185d11f8348 { display:none !important; }}







#s-9f0afe4d-be18-4083-b1b1-f185d11f8348 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f0afe4d-be18-4083-b1b1-f185d11f8348.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e12db06-32dc-4bdb-b48e-29ba45bacddf {
  text-align: center;
}







  #s-6e12db06-32dc-4bdb-b48e-29ba45bacddf img.shogun-image {
    

    
    
    
  }


#s-6e12db06-32dc-4bdb-b48e-29ba45bacddf .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-1f87010a-23cc-404c-9d75-5c4d2331d18a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1f87010a-23cc-404c-9d75-5c4d2331d18a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1f87010a-23cc-404c-9d75-5c4d2331d18a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1f87010a-23cc-404c-9d75-5c4d2331d18a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3f88e615-e027-4ea2-b539-7d7a03ee461b {
  text-align: center;
}







  #s-3f88e615-e027-4ea2-b539-7d7a03ee461b img.shogun-image {
    

    
    
    
  }


#s-3f88e615-e027-4ea2-b539-7d7a03ee461b .shogun-image-content {
  
    align-items: center;
  
}

#s-4bdbed26-8189-4b66-b959-307a70cdde5d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-4bdbed26-8189-4b66-b959-307a70cdde5d {
  display: none;
}
#s-4bdbed26-8189-4b66-b959-307a70cdde5d, #wrap-s-4bdbed26-8189-4b66-b959-307a70cdde5d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4bdbed26-8189-4b66-b959-307a70cdde5d {
  display: none;
}
#s-4bdbed26-8189-4b66-b959-307a70cdde5d, #wrap-s-4bdbed26-8189-4b66-b959-307a70cdde5d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4bdbed26-8189-4b66-b959-307a70cdde5d {
  display: none;
}
#s-4bdbed26-8189-4b66-b959-307a70cdde5d, #wrap-s-4bdbed26-8189-4b66-b959-307a70cdde5d { display:none !important; }}







#s-4bdbed26-8189-4b66-b959-307a70cdde5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4bdbed26-8189-4b66-b959-307a70cdde5d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00477fdb-51f0-4a13-8347-27e8599c01ce {
  text-align: center;
}







  #s-00477fdb-51f0-4a13-8347-27e8599c01ce img.shogun-image {
    

    
    
    
  }


#s-00477fdb-51f0-4a13-8347-27e8599c01ce .shogun-image-content {
  
    align-items: center;
  
}

#s-20037209-50d9-403e-b38c-6b04711e4259 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-20037209-50d9-403e-b38c-6b04711e4259"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-20037209-50d9-403e-b38c-6b04711e4259"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-20037209-50d9-403e-b38c-6b04711e4259"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-20037209-50d9-403e-b38c-6b04711e4259"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5c4bdd57-a038-45f5-a601-aaf50316dd69 {
  text-align: center;
}







  #s-5c4bdd57-a038-45f5-a601-aaf50316dd69 img.shogun-image {
    

    
    
    
  }


#s-5c4bdd57-a038-45f5-a601-aaf50316dd69 .shogun-image-content {
  
    align-items: center;
  
}

#s-6f50e181-a24b-4bd6-a504-c966ec8da4dc {
  min-height: 50px;
}
@media (min-width: 1200px){#s-6f50e181-a24b-4bd6-a504-c966ec8da4dc {
  display: none;
}
#s-6f50e181-a24b-4bd6-a504-c966ec8da4dc, #wrap-s-6f50e181-a24b-4bd6-a504-c966ec8da4dc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6f50e181-a24b-4bd6-a504-c966ec8da4dc {
  display: none;
}
#s-6f50e181-a24b-4bd6-a504-c966ec8da4dc, #wrap-s-6f50e181-a24b-4bd6-a504-c966ec8da4dc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6f50e181-a24b-4bd6-a504-c966ec8da4dc {
  display: none;
}
#s-6f50e181-a24b-4bd6-a504-c966ec8da4dc, #wrap-s-6f50e181-a24b-4bd6-a504-c966ec8da4dc { display:none !important; }}







#s-6f50e181-a24b-4bd6-a504-c966ec8da4dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f50e181-a24b-4bd6-a504-c966ec8da4dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7bc38ac8-0df8-4f93-ad19-2d158287df84 {
  text-align: center;
}







  #s-7bc38ac8-0df8-4f93-ad19-2d158287df84 img.shogun-image {
    

    
    
    
  }


#s-7bc38ac8-0df8-4f93-ad19-2d158287df84 .shogun-image-content {
  
    align-items: center;
  
}

#s-4118721a-fcd6-486c-b291-a3b0bb6690de {
  margin-left: auto;
margin-right: auto;
padding-top: 75px;
padding-bottom: 75px;
min-height: 50px;
background-color: rgba(232, 238, 244, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-4118721a-fcd6-486c-b291-a3b0bb6690de {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-4118721a-fcd6-486c-b291-a3b0bb6690de {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-4118721a-fcd6-486c-b291-a3b0bb6690de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4118721a-fcd6-486c-b291-a3b0bb6690de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-806b8e42-5fd7-4a38-ae11-f900b876360d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
}








#s-806b8e42-5fd7-4a38-ae11-f900b876360d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-806b8e42-5fd7-4a38-ae11-f900b876360d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f217d92f-faa3-4c49-8506-9060ed2e969b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
text-align: center;
}

#s-f217d92f-faa3-4c49-8506-9060ed2e969b .shogun-heading-component h1 {
  color: rgba(0, 105, 148, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-94281d30-8e2d-4115-957f-01b560859160 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

.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-f319a9f1-c911-415c-8b99-c25c56378719 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f319a9f1-c911-415c-8b99-c25c56378719 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-f319a9f1-c911-415c-8b99-c25c56378719 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-f319a9f1-c911-415c-8b99-c25c56378719 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-f319a9f1-c911-415c-8b99-c25c56378719 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0.5);
  padding: 10px;
}

#s-f319a9f1-c911-415c-8b99-c25c56378719 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 105, 148, 1);
}

#s-f319a9f1-c911-415c-8b99-c25c56378719 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-f319a9f1-c911-415c-8b99-c25c56378719 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 105, 148, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 21px;
}

#s-f319a9f1-c911-415c-8b99-c25c56378719 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 21px;
}@media (max-width: 767px){#s-f319a9f1-c911-415c-8b99-c25c56378719 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-f319a9f1-c911-415c-8b99-c25c56378719 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0.5);
  padding: 10px;
}

#s-f319a9f1-c911-415c-8b99-c25c56378719 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 105, 148, 1);
}

#s-f319a9f1-c911-415c-8b99-c25c56378719 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-f319a9f1-c911-415c-8b99-c25c56378719 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 105, 148, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-f319a9f1-c911-415c-8b99-c25c56378719 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}}
#s-e1be5234-caff-4cd4-91df-149d8db4a142 {
  margin-left: 25px;
margin-right: 25px;
padding-left: 2.5%;
padding-right: 2.5%;
}

#s-b3041ad0-ea20-4639-9e22-bf0f187cf6d9 {
  margin-left: 25px;
margin-right: 25px;
padding-left: 2.5%;
padding-right: 2.5%;
}

#s-18609b53-26ee-40ea-9c0c-b6d433415c01 {
  margin-left: 25px;
margin-right: 25px;
padding-left: 2.5%;
padding-right: 2.5%;
}

#s-b35a85b8-0f7a-47e8-a0ad-27f739a4b419 {
  margin-left: 25px;
margin-right: 25px;
padding-left: 2.5%;
padding-right: 2.5%;
}

#s-f56502cb-ad0a-4025-9a72-8855787be4e4 {
  margin-left: 25px;
margin-right: 25px;
padding-left: 2.5%;
padding-bottom: 15px;
padding-right: 2.5%;
}

#s-b38b96f8-1d94-43b7-aea1-a62fd6fb873f {
  margin-left: 25px;
margin-right: 25px;
padding-left: 2.5%;
padding-right: 2.5%;
}

#s-6fcb371e-f83d-43ec-a22d-c7bab9a1f0f6 {
  margin-left: 25px;
margin-right: 25px;
padding-left: 2.5%;
padding-right: 2.5%;
}

#s-19185a9e-3cd8-4748-953a-8bcc403ac64f {
  margin-left: 25px;
margin-right: 25px;
padding-left: 2.5%;
padding-right: 2.5%;
}

#s-3a240e7c-3413-419c-92f3-8768e910a641 {
  padding-top: 50px;
padding-left: 50px;
padding-bottom: 25px;
padding-right: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-3a240e7c-3413-419c-92f3-8768e910a641 {
  padding-left: 25px;
padding-right: 25px;
}
}







#s-3a240e7c-3413-419c-92f3-8768e910a641 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a240e7c-3413-419c-92f3-8768e910a641.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f21f1157-b1aa-4bab-982e-e6cb91734067 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 25px;
max-width: 1200px;
text-align: center;
}

#s-f21f1157-b1aa-4bab-982e-e6cb91734067 .shogun-heading-component h2 {
  color: rgba(0, 102, 153, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.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-43c15568-8bed-4d70-a2b0-71ca60d03643 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-43c15568-8bed-4d70-a2b0-71ca60d03643 {
  
}
}@media (max-width: 767px){#s-43c15568-8bed-4d70-a2b0-71ca60d03643 {
  display: none;
}
#s-43c15568-8bed-4d70-a2b0-71ca60d03643, #wrap-s-43c15568-8bed-4d70-a2b0-71ca60d03643 { display:none !important; }}
#s-43c15568-8bed-4d70-a2b0-71ca60d03643 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-43c15568-8bed-4d70-a2b0-71ca60d03643 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-43c15568-8bed-4d70-a2b0-71ca60d03643 td.shogun-table-column {
  background-color: rgba(203, 206, 218, 1);
  padding: 10px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-43c15568-8bed-4d70-a2b0-71ca60d03643 td.shogun-table-row {
  background-color: rgba(232, 238, 244, 1);
  padding: 10px;
}

#s-43c15568-8bed-4d70-a2b0-71ca60d03643 td.shogun-table-column, #s-43c15568-8bed-4d70-a2b0-71ca60d03643 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-46b4a68b-c3cd-463f-81bd-95036d62a5ed {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-0c6ab399-9cea-4742-94c0-8aa0b073fe5e {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-0c6ab399-9cea-4742-94c0-8aa0b073fe5e {
  display: none;
}
#s-0c6ab399-9cea-4742-94c0-8aa0b073fe5e, #wrap-s-0c6ab399-9cea-4742-94c0-8aa0b073fe5e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0c6ab399-9cea-4742-94c0-8aa0b073fe5e {
  display: none;
}
#s-0c6ab399-9cea-4742-94c0-8aa0b073fe5e, #wrap-s-0c6ab399-9cea-4742-94c0-8aa0b073fe5e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0c6ab399-9cea-4742-94c0-8aa0b073fe5e {
  display: none;
}
#s-0c6ab399-9cea-4742-94c0-8aa0b073fe5e, #wrap-s-0c6ab399-9cea-4742-94c0-8aa0b073fe5e { display:none !important; }}
#s-0c6ab399-9cea-4742-94c0-8aa0b073fe5e .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-0c6ab399-9cea-4742-94c0-8aa0b073fe5e table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-0c6ab399-9cea-4742-94c0-8aa0b073fe5e td.shogun-table-column {
  background-color: rgba(203, 206, 218, 1);
  padding: 5px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-0c6ab399-9cea-4742-94c0-8aa0b073fe5e td.shogun-table-row {
  background-color: rgba(232, 238, 244, 1);
  padding: 5px;
}

#s-0c6ab399-9cea-4742-94c0-8aa0b073fe5e td.shogun-table-column, #s-0c6ab399-9cea-4742-94c0-8aa0b073fe5e td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-6d672095-23e9-4837-8c56-8bbc6cbd4885 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

#s-8d53d266-2259-4bbd-a50a-33895e508487 {
  margin-left: 5%;
margin-right: 5%;
}

#s-8d53d266-2259-4bbd-a50a-33895e508487 hr {
  border-top: 2px solid #ddd;
}

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