.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-62d33b13-233c-4df1-b47d-cc0e640f590c {
  margin-bottom: 4em;
min-height: 50px;
}








#s-62d33b13-233c-4df1-b47d-cc0e640f590c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62d33b13-233c-4df1-b47d-cc0e640f590c.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-13d8218c-b6de-4c18-8da5-248ef18bb4bb {
  margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-13d8218c-b6de-4c18-8da5-248ef18bb4bb .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-20da2ec0-150f-43ab-9786-e2e0a1a1721f {
  margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
padding-top: 0px;
min-height: 160px;
max-width: 1650px;
}








#s-20da2ec0-150f-43ab-9786-e2e0a1a1721f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20da2ec0-150f-43ab-9786-e2e0a1a1721f.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-3f3b18e8-8145-4467-8b32-73f88951092e {
  text-align: center;
}







  #s-3f3b18e8-8145-4467-8b32-73f88951092e img.shogun-image {
    

    
    
    
  }


#s-3f3b18e8-8145-4467-8b32-73f88951092e .shogun-image-content {
  
    align-items: center;
  
}

#s-d7970f33-942c-496c-aa92-411fc0cae38d {
  padding-left: 1em;
padding-right: 1em;
min-height: 30px;
max-width: 140px;
background-color: rgba(33, 34, 38, 0.8);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-d7970f33-942c-496c-aa92-411fc0cae38d {
  display: none;
}
#s-d7970f33-942c-496c-aa92-411fc0cae38d, #wrap-s-d7970f33-942c-496c-aa92-411fc0cae38d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d7970f33-942c-496c-aa92-411fc0cae38d {
  display: none;
}
#s-d7970f33-942c-496c-aa92-411fc0cae38d, #wrap-s-d7970f33-942c-496c-aa92-411fc0cae38d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d7970f33-942c-496c-aa92-411fc0cae38d {
  display: none;
}
#s-d7970f33-942c-496c-aa92-411fc0cae38d, #wrap-s-d7970f33-942c-496c-aa92-411fc0cae38d { display: none !important; }}







#s-d7970f33-942c-496c-aa92-411fc0cae38d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7970f33-942c-496c-aa92-411fc0cae38d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-48425967-368c-41cb-a97f-072d3533c074 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 100px;
text-align: center;
}







  #s-48425967-368c-41cb-a97f-072d3533c074 img.shogun-image {
    

    
    
    
  }


#s-48425967-368c-41cb-a97f-072d3533c074 .shogun-image-content {
  
    align-items: center;
  
}

#s-8cfef939-7298-41ab-b5ae-1bd09a2bc9d6 {
  padding-left: 1em;
padding-right: 1em;
min-height: 50px;
max-width: 200px;
background-color: rgba(33, 34, 38, 0.8);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-8cfef939-7298-41ab-b5ae-1bd09a2bc9d6 {
  display: none;
}
#s-8cfef939-7298-41ab-b5ae-1bd09a2bc9d6, #wrap-s-8cfef939-7298-41ab-b5ae-1bd09a2bc9d6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8cfef939-7298-41ab-b5ae-1bd09a2bc9d6 {
  display: none;
}
#s-8cfef939-7298-41ab-b5ae-1bd09a2bc9d6, #wrap-s-8cfef939-7298-41ab-b5ae-1bd09a2bc9d6 { display: none !important; }}@media (max-width: 767px){#s-8cfef939-7298-41ab-b5ae-1bd09a2bc9d6 {
  display: none;
}
#s-8cfef939-7298-41ab-b5ae-1bd09a2bc9d6, #wrap-s-8cfef939-7298-41ab-b5ae-1bd09a2bc9d6 { display: none !important; }}







#s-8cfef939-7298-41ab-b5ae-1bd09a2bc9d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8cfef939-7298-41ab-b5ae-1bd09a2bc9d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4bf2713-d72f-4122-aeae-82963ea2c980 {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
padding-top: 0em;
padding-bottom: 0em;
max-width: 150px;
text-align: center;
}







  #s-d4bf2713-d72f-4122-aeae-82963ea2c980 img.shogun-image {
    

    
    
    
  }


#s-d4bf2713-d72f-4122-aeae-82963ea2c980 .shogun-image-content {
  
    align-items: center;
  
}

#s-58263a50-26fb-4cfd-b3d2-b59d70672903 {
  padding-left: 2em;
padding-right: 2em;
min-height: 50px;
max-width: 300px;
background-color: rgba(33, 34, 38, 0.8);
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-58263a50-26fb-4cfd-b3d2-b59d70672903 {
  display: none;
}
#s-58263a50-26fb-4cfd-b3d2-b59d70672903, #wrap-s-58263a50-26fb-4cfd-b3d2-b59d70672903 { display: none !important; }}@media (max-width: 767px){#s-58263a50-26fb-4cfd-b3d2-b59d70672903 {
  display: none;
}
#s-58263a50-26fb-4cfd-b3d2-b59d70672903, #wrap-s-58263a50-26fb-4cfd-b3d2-b59d70672903 { display: none !important; }}







#s-58263a50-26fb-4cfd-b3d2-b59d70672903 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58263a50-26fb-4cfd-b3d2-b59d70672903.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97321676-2ba0-4c2e-84a4-ad1857302631 {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
padding-top: 1em;
padding-bottom: 1em;
max-width: 250px;
text-align: center;
}







  #s-97321676-2ba0-4c2e-84a4-ad1857302631 img.shogun-image {
    

    
    
    
  }


#s-97321676-2ba0-4c2e-84a4-ad1857302631 .shogun-image-content {
  
    align-items: center;
  
}

#s-958ea998-95c2-49ea-bb3b-a5a98cdfd4b1 {
  min-height: 50px;
}








#s-958ea998-95c2-49ea-bb3b-a5a98cdfd4b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-958ea998-95c2-49ea-bb3b-a5a98cdfd4b1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-81c878ef-3a2a-413a-b964-36fa1fb035c0 {
  margin-top: 0em;
margin-bottom: 2em;
}

.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-48e34ce0-f6d6-461b-b4e5-7bcb5d88b129 {
  margin-top: 1em;
margin-bottom: 0px;
}

#s-48aacffb-2503-41f1-a93a-fe444c563389 {
  margin-bottom: 0em;
min-height: 50px;
}








#s-48aacffb-2503-41f1-a93a-fe444c563389 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48aacffb-2503-41f1-a93a-fe444c563389.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-c7a58e1b-75e8-41cf-91a2-0e06c7a80296 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c7a58e1b-75e8-41cf-91a2-0e06c7a80296"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c7a58e1b-75e8-41cf-91a2-0e06c7a80296"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c7a58e1b-75e8-41cf-91a2-0e06c7a80296"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c7a58e1b-75e8-41cf-91a2-0e06c7a80296"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-3500f1ff-1b0b-4a83-9d30-3f47aabb5bdc {
  min-height: 50px;
}








#s-3500f1ff-1b0b-4a83-9d30-3f47aabb5bdc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3500f1ff-1b0b-4a83-9d30-3f47aabb5bdc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3923ea2b-2530-424e-9afd-b35ed65b82e3 {
  text-align: center;
}







  #s-3923ea2b-2530-424e-9afd-b35ed65b82e3 img.shogun-image {
    

    
    
    
  }


#s-3923ea2b-2530-424e-9afd-b35ed65b82e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-1a636a06-d238-472c-8025-5316f32b4813 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-97dcb5ae-4122-4e76-9ca5-a733369012ca {
  min-height: 50px;
}








#s-97dcb5ae-4122-4e76-9ca5-a733369012ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97dcb5ae-4122-4e76-9ca5-a733369012ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b44350d6-e772-461f-963d-91fca38d3b45 {
  text-align: center;
}







  #s-b44350d6-e772-461f-963d-91fca38d3b45 img.shogun-image {
    

    
    
    
  }


#s-b44350d6-e772-461f-963d-91fca38d3b45 .shogun-image-content {
  
    align-items: center;
  
}

#s-b39f40b8-1763-41b6-aed4-f9d2a650d1a0 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-886e1715-1a4c-4ead-9620-361616959419 {
  min-height: 50px;
}








#s-886e1715-1a4c-4ead-9620-361616959419 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-886e1715-1a4c-4ead-9620-361616959419.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e0d3f6fa-2c44-4920-b854-277873cc2fe8 {
  text-align: center;
}







  #s-e0d3f6fa-2c44-4920-b854-277873cc2fe8 img.shogun-image {
    

    
    
    
  }


#s-e0d3f6fa-2c44-4920-b854-277873cc2fe8 .shogun-image-content {
  
    align-items: center;
  
}

#s-9ec7bf00-dc74-442a-99e2-93527355e41b {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-c8583f15-3ed4-4a5d-950f-d59d65e61380 {
  min-height: 50px;
}








#s-c8583f15-3ed4-4a5d-950f-d59d65e61380 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8583f15-3ed4-4a5d-950f-d59d65e61380.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-96bd58ae-b6ff-4540-a1ae-66094e7f98c3 {
  text-align: center;
}







  #s-96bd58ae-b6ff-4540-a1ae-66094e7f98c3 img.shogun-image {
    

    
    
    
  }


#s-96bd58ae-b6ff-4540-a1ae-66094e7f98c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-72a472f5-6d2d-4bee-b398-971416401ef0 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-33a90e1c-19af-445e-b6b3-1130da7acf1d {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-33a90e1c-19af-445e-b6b3-1130da7acf1d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-33a90e1c-19af-445e-b6b3-1130da7acf1d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-33a90e1c-19af-445e-b6b3-1130da7acf1d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-33a90e1c-19af-445e-b6b3-1130da7acf1d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-21d6d055-ee2a-4aee-83df-c93f6bcb320b {
  min-height: 50px;
}








#s-21d6d055-ee2a-4aee-83df-c93f6bcb320b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21d6d055-ee2a-4aee-83df-c93f6bcb320b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-965b63a9-a2bc-4b8b-a8a0-4e98545f20fd {
  text-align: center;
}







  #s-965b63a9-a2bc-4b8b-a8a0-4e98545f20fd img.shogun-image {
    

    
    
    
  }


#s-965b63a9-a2bc-4b8b-a8a0-4e98545f20fd .shogun-image-content {
  
    align-items: center;
  
}

#s-bae55e9a-bc98-4e2d-a67d-c8921549af47 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-471dff51-fbdf-439e-9703-be0c2b6ad285 {
  text-align: center;
}







  #s-471dff51-fbdf-439e-9703-be0c2b6ad285 img.shogun-image {
    

    
    
    
  }


#s-471dff51-fbdf-439e-9703-be0c2b6ad285 .shogun-image-content {
  
    align-items: center;
  
}

#s-2ed04141-0a2e-44dc-8673-4e1c2b7105c7 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-23cdfaeb-63c0-4c82-ac27-610a3315f3bc {
  margin-top: 30px;
margin-bottom: 0px;
text-align: center;
}

#s-60a30f0c-0c0d-47b6-833a-cdeca5f9a329 {
  margin-top: 0px;
margin-bottom: 5em;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-60a30f0c-0c0d-47b6-833a-cdeca5f9a329 {
  display: none;
}
#s-60a30f0c-0c0d-47b6-833a-cdeca5f9a329, #wrap-s-60a30f0c-0c0d-47b6-833a-cdeca5f9a329 { display: none !important; }}@media (max-width: 767px){#s-60a30f0c-0c0d-47b6-833a-cdeca5f9a329 {
  display: none;
}
#s-60a30f0c-0c0d-47b6-833a-cdeca5f9a329, #wrap-s-60a30f0c-0c0d-47b6-833a-cdeca5f9a329 { display: none !important; }}







#s-60a30f0c-0c0d-47b6-833a-cdeca5f9a329 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60a30f0c-0c0d-47b6-833a-cdeca5f9a329.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b83ddea6-bf3b-4309-87d4-74535de62552 {
  margin-top: 0em;
margin-left: 0em;
margin-bottom: 0em;
margin-right: 0em;
padding-left: 0em;
padding-right: 2em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(207, 207, 207, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-b83ddea6-bf3b-4309-87d4-74535de62552"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b83ddea6-bf3b-4309-87d4-74535de62552"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 18.0px);
}

}

@media (min-width: 992px) {
[id="s-b83ddea6-bf3b-4309-87d4-74535de62552"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 18.0px);
}

}

@media (min-width: 1200px) {
[id="s-b83ddea6-bf3b-4309-87d4-74535de62552"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 18.0px);
}

}

#s-c5ecd4b7-020c-4fa5-a863-aa1f5df12e70 {
  text-align: center;
}







  #s-c5ecd4b7-020c-4fa5-a863-aa1f5df12e70 img.shogun-image {
    

    
    
    
  }


#s-c5ecd4b7-020c-4fa5-a863-aa1f5df12e70 .shogun-image-content {
  
    align-items: center;
  
}

#s-05dc03fd-e5b9-4466-ba24-5bda84d6aaf9 {
  text-align: center;
background-color: rgba(0, 0, 0, 0);
}







  #s-05dc03fd-e5b9-4466-ba24-5bda84d6aaf9 img.shogun-image {
    

    
    
    
  }


#s-05dc03fd-e5b9-4466-ba24-5bda84d6aaf9 .shogun-image-content {
  
    align-items: center;
  
}

#s-99f00845-72ae-48ad-9d72-5554a1b02f81 {
  margin-top: 1em;
margin-bottom: 0em;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-99f00845-72ae-48ad-9d72-5554a1b02f81 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-1b2fdd8f-5187-40fc-9c28-7cc8f90e0d7f {
  margin-top: 0px;
margin-bottom: 5em;
min-height: 50px;
}
@media (min-width: 1200px){#s-1b2fdd8f-5187-40fc-9c28-7cc8f90e0d7f {
  display: none;
}
#s-1b2fdd8f-5187-40fc-9c28-7cc8f90e0d7f, #wrap-s-1b2fdd8f-5187-40fc-9c28-7cc8f90e0d7f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1b2fdd8f-5187-40fc-9c28-7cc8f90e0d7f {
  display: none;
}
#s-1b2fdd8f-5187-40fc-9c28-7cc8f90e0d7f, #wrap-s-1b2fdd8f-5187-40fc-9c28-7cc8f90e0d7f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1b2fdd8f-5187-40fc-9c28-7cc8f90e0d7f {
  
}
}@media (max-width: 767px){#s-1b2fdd8f-5187-40fc-9c28-7cc8f90e0d7f {
  
}
}







#s-1b2fdd8f-5187-40fc-9c28-7cc8f90e0d7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b2fdd8f-5187-40fc-9c28-7cc8f90e0d7f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9e90916-bd38-4d75-8dcf-8fcda6f39e6d {
  text-align: center;
}







  #s-c9e90916-bd38-4d75-8dcf-8fcda6f39e6d img.shogun-image {
    

    
    
    
  }


#s-c9e90916-bd38-4d75-8dcf-8fcda6f39e6d .shogun-image-content {
  
    align-items: center;
  
}

#s-7750489e-1d6b-4958-9399-53dedb243c4e {
  text-align: center;
background-color: rgba(0, 0, 0, 0);
}







  #s-7750489e-1d6b-4958-9399-53dedb243c4e img.shogun-image {
    

    
    
    
  }


#s-7750489e-1d6b-4958-9399-53dedb243c4e .shogun-image-content {
  
    align-items: center;
  
}

#s-1bc84f7d-5c98-4468-96f7-cd2056e83733 {
  margin-top: 1em;
margin-bottom: 0em;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-1bc84f7d-5c98-4468-96f7-cd2056e83733 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-6c751314-7a1a-465c-baa6-a79f7998989b {
  margin-top: 0px;
margin-bottom: 6em;
min-height: 50px;
}
@media (min-width: 1200px){#s-6c751314-7a1a-465c-baa6-a79f7998989b {
  display: none;
}
#s-6c751314-7a1a-465c-baa6-a79f7998989b, #wrap-s-6c751314-7a1a-465c-baa6-a79f7998989b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6c751314-7a1a-465c-baa6-a79f7998989b {
  display: none;
}
#s-6c751314-7a1a-465c-baa6-a79f7998989b, #wrap-s-6c751314-7a1a-465c-baa6-a79f7998989b { display: none !important; }}@media (max-width: 767px){#s-6c751314-7a1a-465c-baa6-a79f7998989b {
  display: none;
}
#s-6c751314-7a1a-465c-baa6-a79f7998989b, #wrap-s-6c751314-7a1a-465c-baa6-a79f7998989b { display: none !important; }}







#s-6c751314-7a1a-465c-baa6-a79f7998989b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c751314-7a1a-465c-baa6-a79f7998989b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-35be4f2b-1be9-4dc5-ba6d-5807fd419fe6 {
  margin-top: 0px;
margin-bottom: 0em;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-35be4f2b-1be9-4dc5-ba6d-5807fd419fe6 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-af15a149-da4b-47f7-b447-e2b344e3d3ac {
  margin-bottom: 4em;
}

@media (min-width: 0px) {
[id="s-af15a149-da4b-47f7-b447-e2b344e3d3ac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af15a149-da4b-47f7-b447-e2b344e3d3ac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-af15a149-da4b-47f7-b447-e2b344e3d3ac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-af15a149-da4b-47f7-b447-e2b344e3d3ac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9e062abf-0a8d-49e0-a8f6-273b9a303e22 {
  text-align: center;
}







  #s-9e062abf-0a8d-49e0-a8f6-273b9a303e22 img.shogun-image {
    

    
    
    
  }


#s-9e062abf-0a8d-49e0-a8f6-273b9a303e22 .shogun-image-content {
  
    align-items: center;
  
}

#s-106e2939-95e4-43ca-bb9c-dcc584f7f7fe {
  text-align: center;
background-color: rgba(0, 0, 0, 0);
}







  #s-106e2939-95e4-43ca-bb9c-dcc584f7f7fe img.shogun-image {
    

    
    
    
  }


#s-106e2939-95e4-43ca-bb9c-dcc584f7f7fe .shogun-image-content {
  
    align-items: center;
  
}

#s-aae0c919-0bfa-43b9-9b94-d1bc4da67993 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-aae0c919-0bfa-43b9-9b94-d1bc4da67993 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-dc112fe2-7b3f-45db-a30b-fd2977e12fb1 {
  margin-bottom: 4em;
}

@media (min-width: 0px) {
[id="s-dc112fe2-7b3f-45db-a30b-fd2977e12fb1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc112fe2-7b3f-45db-a30b-fd2977e12fb1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dc112fe2-7b3f-45db-a30b-fd2977e12fb1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc112fe2-7b3f-45db-a30b-fd2977e12fb1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-937951b8-220b-4ff1-b655-1dd69bf4083f {
  text-align: center;
}







  #s-937951b8-220b-4ff1-b655-1dd69bf4083f img.shogun-image {
    

    
    
    
  }


#s-937951b8-220b-4ff1-b655-1dd69bf4083f .shogun-image-content {
  
    align-items: center;
  
}

#s-edc07462-c04d-4b17-a610-e6a8401aabb1 {
  text-align: center;
background-color: rgba(0, 0, 0, 0);
}







  #s-edc07462-c04d-4b17-a610-e6a8401aabb1 img.shogun-image {
    

    
    
    
  }


#s-edc07462-c04d-4b17-a610-e6a8401aabb1 .shogun-image-content {
  
    align-items: center;
  
}

#s-4bc0c9ad-a523-4e6d-b1b0-afccb589e8b8 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-4bc0c9ad-a523-4e6d-b1b0-afccb589e8b8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-7cc9bbb8-1738-420e-9782-4843d8dc13c1 {
  margin-bottom: 4em;
}

@media (min-width: 0px) {
[id="s-7cc9bbb8-1738-420e-9782-4843d8dc13c1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7cc9bbb8-1738-420e-9782-4843d8dc13c1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7cc9bbb8-1738-420e-9782-4843d8dc13c1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7cc9bbb8-1738-420e-9782-4843d8dc13c1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b9bf2e0b-f256-4be1-b441-1fb975364520 {
  text-align: center;
}







  #s-b9bf2e0b-f256-4be1-b441-1fb975364520 img.shogun-image {
    

    
    
    
  }


#s-b9bf2e0b-f256-4be1-b441-1fb975364520 .shogun-image-content {
  
    align-items: center;
  
}

#s-6072801e-b96a-4ffa-812e-ca25ec14fee8 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-6072801e-b96a-4ffa-812e-ca25ec14fee8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-e1fc1395-8502-450e-ad56-c9495c24b64a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e1fc1395-8502-450e-ad56-c9495c24b64a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e1fc1395-8502-450e-ad56-c9495c24b64a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e1fc1395-8502-450e-ad56-c9495c24b64a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-be22cabd-7c20-476d-a553-e14f834cd8fc {
  text-align: center;
}







  #s-be22cabd-7c20-476d-a553-e14f834cd8fc img.shogun-image {
    

    
    
    
  }


#s-be22cabd-7c20-476d-a553-e14f834cd8fc .shogun-image-content {
  
    align-items: center;
  
}

#s-0f55d4a9-602f-4993-a400-8041f200e37e {
  text-align: center;
background-color: rgba(0, 0, 0, 0);
}







  #s-0f55d4a9-602f-4993-a400-8041f200e37e img.shogun-image {
    

    
    
    
  }


#s-0f55d4a9-602f-4993-a400-8041f200e37e .shogun-image-content {
  
    align-items: center;
  
}

#s-70252f57-a4d3-42b3-9b7b-28ba836b3690 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-70252f57-a4d3-42b3-9b7b-28ba836b3690 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-b543746e-2deb-4285-a03d-05d0bfcea481 {
  margin-top: 0px;
margin-bottom: 6em;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b543746e-2deb-4285-a03d-05d0bfcea481 {
  display: none;
}
#s-b543746e-2deb-4285-a03d-05d0bfcea481, #wrap-s-b543746e-2deb-4285-a03d-05d0bfcea481 { display: none !important; }}







#s-b543746e-2deb-4285-a03d-05d0bfcea481 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b543746e-2deb-4285-a03d-05d0bfcea481.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-65b49a93-bd9a-4209-b385-46e9701e1e64 {
  margin-top: 0px;
margin-bottom: 0em;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-65b49a93-bd9a-4209-b385-46e9701e1e64 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-7a5c9582-cfd4-44f5-b3bc-c1157192999e {
  margin-top: 0em;
margin-bottom: 3em;
}

@media (min-width: 0px) {
[id="s-7a5c9582-cfd4-44f5-b3bc-c1157192999e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a5c9582-cfd4-44f5-b3bc-c1157192999e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-7a5c9582-cfd4-44f5-b3bc-c1157192999e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a5c9582-cfd4-44f5-b3bc-c1157192999e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 24.0px);
}

}

@media (min-width: 0px) {
[id="s-96825d0b-499b-4c18-b043-f9dee4b38d40"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-96825d0b-499b-4c18-b043-f9dee4b38d40"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-96825d0b-499b-4c18-b043-f9dee4b38d40"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-96825d0b-499b-4c18-b043-f9dee4b38d40"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8ea19671-3df7-4512-ba8e-ce618c8a301a {
  text-align: center;
}







  #s-8ea19671-3df7-4512-ba8e-ce618c8a301a img.shogun-image {
    

    
    
    
  }


#s-8ea19671-3df7-4512-ba8e-ce618c8a301a .shogun-image-content {
  
    align-items: center;
  
}

#s-9c8fe1ff-eac8-4c30-bee8-0d9591b82828 {
  text-align: center;
background-color: rgba(0, 0, 0, 0);
}







  #s-9c8fe1ff-eac8-4c30-bee8-0d9591b82828 img.shogun-image {
    

    
    
    
  }


#s-9c8fe1ff-eac8-4c30-bee8-0d9591b82828 .shogun-image-content {
  
    align-items: center;
  
}

#s-f7fa0e98-4f90-4cd7-85d0-edfdf122bddf {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-f7fa0e98-4f90-4cd7-85d0-edfdf122bddf .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-80fdc6be-3fbc-4870-8537-5cfcd4ceefe0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-80fdc6be-3fbc-4870-8537-5cfcd4ceefe0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-80fdc6be-3fbc-4870-8537-5cfcd4ceefe0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-80fdc6be-3fbc-4870-8537-5cfcd4ceefe0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-58c2f6f8-59b7-4f92-a987-23cea888328b {
  text-align: center;
}







  #s-58c2f6f8-59b7-4f92-a987-23cea888328b img.shogun-image {
    

    
    
    
  }


#s-58c2f6f8-59b7-4f92-a987-23cea888328b .shogun-image-content {
  
    align-items: center;
  
}

#s-09e0396f-c524-4874-978b-f0f53f5a93c7 {
  text-align: center;
background-color: rgba(0, 0, 0, 0);
}







  #s-09e0396f-c524-4874-978b-f0f53f5a93c7 img.shogun-image {
    

    
    
    
  }


#s-09e0396f-c524-4874-978b-f0f53f5a93c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-fbd908b7-a622-40d0-b7da-6007898f20d3 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-fbd908b7-a622-40d0-b7da-6007898f20d3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-27741410-0e71-4893-91b0-b8af031ecb6a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-27741410-0e71-4893-91b0-b8af031ecb6a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-27741410-0e71-4893-91b0-b8af031ecb6a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-27741410-0e71-4893-91b0-b8af031ecb6a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 24.0px);
}

}

@media (min-width: 0px) {
[id="s-129a1b0b-345e-4aec-8de7-b03b13d8a183"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-129a1b0b-345e-4aec-8de7-b03b13d8a183"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-129a1b0b-345e-4aec-8de7-b03b13d8a183"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-129a1b0b-345e-4aec-8de7-b03b13d8a183"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2ddd987d-97f8-44fb-bb6c-4bf5485e84c8 {
  text-align: center;
}







  #s-2ddd987d-97f8-44fb-bb6c-4bf5485e84c8 img.shogun-image {
    

    
    
    
  }


#s-2ddd987d-97f8-44fb-bb6c-4bf5485e84c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-b3be7400-9bb1-48d1-9578-652fe174a225 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b3be7400-9bb1-48d1-9578-652fe174a225 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-1edce94e-30db-44a4-b9e1-e371e77a5421"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1edce94e-30db-44a4-b9e1-e371e77a5421"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1edce94e-30db-44a4-b9e1-e371e77a5421"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1edce94e-30db-44a4-b9e1-e371e77a5421"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-059c7fe2-dda0-4f63-8d48-2fa02c1cae34 {
  text-align: center;
}







  #s-059c7fe2-dda0-4f63-8d48-2fa02c1cae34 img.shogun-image {
    

    
    
    
  }


#s-059c7fe2-dda0-4f63-8d48-2fa02c1cae34 .shogun-image-content {
  
    align-items: center;
  
}

#s-06d90fe7-026e-436a-83f8-b1eb7aaa7fa1 {
  text-align: center;
background-color: rgba(0, 0, 0, 0);
}







  #s-06d90fe7-026e-436a-83f8-b1eb7aaa7fa1 img.shogun-image {
    

    
    
    
  }


#s-06d90fe7-026e-436a-83f8-b1eb7aaa7fa1 .shogun-image-content {
  
    align-items: center;
  
}

#s-9845f596-6107-47f7-b981-cf3f465b8663 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-9845f596-6107-47f7-b981-cf3f465b8663 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-1a6e61d3-7948-48fb-a3c5-94321e2679b1 {
  margin-top: 0em;
margin-left: 0em;
margin-bottom: 4em;
margin-right: 0em;
padding-top: 2em;
padding-left: 2em;
padding-bottom: 2em;
padding-right: 2em;
min-height: 50px;
background-color: rgba(244, 243, 239, 1);
}








#s-1a6e61d3-7948-48fb-a3c5-94321e2679b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a6e61d3-7948-48fb-a3c5-94321e2679b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d3bc4946-0231-4656-8103-06ef62b0acd8 {
  margin-top: 0px;
margin-bottom: 0em;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d3bc4946-0231-4656-8103-06ef62b0acd8 {
  
}
}@media (max-width: 767px){#s-d3bc4946-0231-4656-8103-06ef62b0acd8 {
  
}
}







#s-d3bc4946-0231-4656-8103-06ef62b0acd8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3bc4946-0231-4656-8103-06ef62b0acd8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9c09aafd-ab9f-466a-88eb-90acf9746570 {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
padding-left: 0em;
padding-right: 2em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(207, 207, 207, 1);
border-style: solid;
max-width: 800px;
background-color: rgba(255, 255, 255, 0);
}

@media (min-width: 0px) {
[id="s-9c09aafd-ab9f-466a-88eb-90acf9746570"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c09aafd-ab9f-466a-88eb-90acf9746570"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-9c09aafd-ab9f-466a-88eb-90acf9746570"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-9c09aafd-ab9f-466a-88eb-90acf9746570"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-9c09aafd-ab9f-466a-88eb-90acf9746570"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c09aafd-ab9f-466a-88eb-90acf9746570"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-9c09aafd-ab9f-466a-88eb-90acf9746570"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 24.0px);
}

}

#s-adbba762-1fc3-4c9c-8ad7-6574b0c79f78 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-adbba762-1fc3-4c9c-8ad7-6574b0c79f78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-adbba762-1fc3-4c9c-8ad7-6574b0c79f78.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7410c839-131e-40d1-ac3a-643cf49b4619 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}







  #s-7410c839-131e-40d1-ac3a-643cf49b4619 img.shogun-image {
    

    
    
    
  }


#s-7410c839-131e-40d1-ac3a-643cf49b4619 .shogun-image-content {
  
    align-items: center;
  
}

#s-4b886638-0050-4e2d-8c27-21e30aaa7201 {
  padding-top: 1em;
min-height: 50px;
}








#s-4b886638-0050-4e2d-8c27-21e30aaa7201 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b886638-0050-4e2d-8c27-21e30aaa7201.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b5bf6c8b-13f3-4a0c-9c7a-76a5e41864cf {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b5bf6c8b-13f3-4a0c-9c7a-76a5e41864cf .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-8f442d0a-d1e0-4e51-9333-4814e9877c70 {
  margin-top: 0px;
margin-bottom: 6em;
padding-top: 0em;
padding-bottom: 0em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(207, 207, 207, 1);
border-style: solid;
min-height: 50px;
}








#s-8f442d0a-d1e0-4e51-9333-4814e9877c70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f442d0a-d1e0-4e51-9333-4814e9877c70.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2d062e30-4bb8-4add-9531-9b85d7326db9 {
  margin-top: 0px;
margin-bottom: 1em;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2d062e30-4bb8-4add-9531-9b85d7326db9 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-01ccc22d-efbe-4832-b0b7-9a848560b27a {
  margin-top: 0px;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(207, 207, 207, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-01ccc22d-efbe-4832-b0b7-9a848560b27a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-01ccc22d-efbe-4832-b0b7-9a848560b27a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-01ccc22d-efbe-4832-b0b7-9a848560b27a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-01ccc22d-efbe-4832-b0b7-9a848560b27a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5f6ae463-b56e-4a9f-804c-1e83859d3b2b {
  margin-top: 0px;
margin-bottom: 0em;
padding-top: 1em;
padding-bottom: 0em;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(207, 207, 207, 1);
border-style: solid;
}

#s-17b5cb0a-4574-4431-83cb-3394c7123051 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(207, 207, 207, 1);
border-style: solid;
}

#s-164b1737-e391-454a-b252-be39c73c889f {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(207, 207, 207, 1);
border-style: solid;
}

#s-dda52434-245c-40f5-a175-b58e7e5dc926 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 1em;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(207, 207, 207, 1);
border-style: solid;
}

#s-f67002bc-8e57-405a-a410-81ffb1caeab8 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(207, 207, 207, 1);
border-style: solid;
}

#s-407d402d-5893-46a9-8687-ce1fbf2513c5 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(207, 207, 207, 1);
border-style: solid;
}

#s-b9a2a405-f7ff-4ed4-8450-d8056e326a3c {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 1em;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(207, 207, 207, 1);
border-style: solid;
}

#s-4db892d3-cfd2-4237-9c8f-41291c4c6813 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(207, 207, 207, 1);
border-style: solid;
}

#s-9d38aeaf-93dd-43e0-89cc-4b0e4509f144 {
  padding-top: 0em;
padding-bottom: 0em;
min-height: 50px;
}








#s-9d38aeaf-93dd-43e0-89cc-4b0e4509f144 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d38aeaf-93dd-43e0-89cc-4b0e4509f144.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-898bc8ba-5224-4ff7-935d-81b5be365739 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-898bc8ba-5224-4ff7-935d-81b5be365739"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-898bc8ba-5224-4ff7-935d-81b5be365739"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-898bc8ba-5224-4ff7-935d-81b5be365739"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-898bc8ba-5224-4ff7-935d-81b5be365739"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-10cb44ff-11bf-44d1-8893-25134493b1f7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-10cb44ff-11bf-44d1-8893-25134493b1f7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-10cb44ff-11bf-44d1-8893-25134493b1f7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-10cb44ff-11bf-44d1-8893-25134493b1f7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-10cb44ff-11bf-44d1-8893-25134493b1f7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-10cb44ff-11bf-44d1-8893-25134493b1f7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-10cb44ff-11bf-44d1-8893-25134493b1f7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

#s-9fa18a7c-c0e7-4bfb-8ee6-509478e6a863 {
  text-align: center;
}







  #s-9fa18a7c-c0e7-4bfb-8ee6-509478e6a863 img.shogun-image {
    

    
    
    
  }


#s-9fa18a7c-c0e7-4bfb-8ee6-509478e6a863 .shogun-image-content {
  
    align-items: center;
  
}

#s-f94d9d58-829a-45e8-a4b7-84dd11317cfa {
  margin-bottom: 0px;
}

#s-634a31d4-06ef-47bb-80b3-2d5528d4da5a {
  margin-top: 0px;
margin-bottom: 3em;
}

@media (min-width: 0px) {
[id="s-60ca6a5d-79e8-4497-8504-1aae0de36342"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60ca6a5d-79e8-4497-8504-1aae0de36342"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-60ca6a5d-79e8-4497-8504-1aae0de36342"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-60ca6a5d-79e8-4497-8504-1aae0de36342"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-60ca6a5d-79e8-4497-8504-1aae0de36342"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-60ca6a5d-79e8-4497-8504-1aae0de36342"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-60ca6a5d-79e8-4497-8504-1aae0de36342"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

#s-870e744e-754c-43a6-8c1f-6857142b82fe {
  text-align: center;
}







  #s-870e744e-754c-43a6-8c1f-6857142b82fe img.shogun-image {
    

    
    
    
  }


#s-870e744e-754c-43a6-8c1f-6857142b82fe .shogun-image-content {
  
    align-items: center;
  
}

#s-20c14fa3-2139-4267-b0fe-876a6e1252fd {
  margin-bottom: 0px;
}

#s-fe3c36b7-2357-4e30-892d-aa53cbb0b3f3 {
  margin-top: 0px;
margin-bottom: 3em;
}

#s-9a31f861-8eb5-4b0a-b969-c1b59914218a {
  margin-bottom: 2em;
padding-top: 1em;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(207, 207, 207, 1);
border-style: solid;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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