.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: ;
}

.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-379224b9-4ffd-41ee-b235-5bf3839dfc76 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
min-height: 600px;
background-attachment: scroll;
background-position: center top;
}
@media (max-width: 767px){#s-379224b9-4ffd-41ee-b235-5bf3839dfc76 {
  
}
}







#s-379224b9-4ffd-41ee-b235-5bf3839dfc76 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-379224b9-4ffd-41ee-b235-5bf3839dfc76.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d7a10da-000e-4607-aa74-97d4feb5aacb {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 1200px){#s-4d7a10da-000e-4607-aa74-97d4feb5aacb {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4d7a10da-000e-4607-aa74-97d4feb5aacb {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4d7a10da-000e-4607-aa74-97d4feb5aacb {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-4d7a10da-000e-4607-aa74-97d4feb5aacb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d7a10da-000e-4607-aa74-97d4feb5aacb.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-f8a508ce-9b89-4416-8441-9eb5ce7ded16 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f8a508ce-9b89-4416-8441-9eb5ce7ded16 .shogun-heading-component h1 {
  color: rgba(236, 236, 236, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: center;
}



#s-90251fc7-d068-49cf-89ae-3cdba6f7a14e {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-03af737d-9b20-4ef3-a507-bf42c150ed6e {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
background-color: rgba(236, 236, 236, 1);
}
@media (max-width: 767px){#s-03af737d-9b20-4ef3-a507-bf42c150ed6e {
  margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
}







#s-03af737d-9b20-4ef3-a507-bf42c150ed6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03af737d-9b20-4ef3-a507-bf42c150ed6e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-48877b02-ab51-4360-845e-c29fa92a238c {
  margin-top: 100px;
margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
min-height: 50px;
max-width: 1420px;
}
@media (max-width: 767px){#s-48877b02-ab51-4360-845e-c29fa92a238c {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 1420px;
}
}







#s-48877b02-ab51-4360-845e-c29fa92a238c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48877b02-ab51-4360-845e-c29fa92a238c.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-47d20134-46f2-4aaf-babe-7d3f1b014161 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 50px;
padding-right: 50px;
min-height: 50px;
}
@media (max-width: 767px){#s-47d20134-46f2-4aaf-babe-7d3f1b014161 {
  padding-left: 40px;
padding-right: 40px;
}
}
@media (min-width: 0px) {
[id="s-47d20134-46f2-4aaf-babe-7d3f1b014161"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-47d20134-46f2-4aaf-babe-7d3f1b014161"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-47d20134-46f2-4aaf-babe-7d3f1b014161"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 35.0px);
}

}

@media (min-width: 992px) {
[id="s-47d20134-46f2-4aaf-babe-7d3f1b014161"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-47d20134-46f2-4aaf-babe-7d3f1b014161"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 35.0px);
}

}

@media (min-width: 1200px) {
[id="s-47d20134-46f2-4aaf-babe-7d3f1b014161"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-47d20134-46f2-4aaf-babe-7d3f1b014161"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 35.0px);
}

}

@media (max-width: 767px){#s-19420ec4-1adb-44bb-a82a-1550d660d6c9 {
  margin-top: 50px;
margin-bottom: 50px;
}
}







#s-19420ec4-1adb-44bb-a82a-1550d660d6c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19420ec4-1adb-44bb-a82a-1550d660d6c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3fc08d8e-851c-49d7-9b18-3734b82fd97d {
  padding-top: 0px;
text-align: left;
}

#s-3fc08d8e-851c-49d7-9b18-3734b82fd97d .shogun-heading-component h1 {
  color: rgba(74, 159, 220, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 60px;
  
  
  text-align: left;
}



#s-b8787e25-3faf-4270-8d8f-4c4355b6cf1c {
  margin-top: 20px;
padding-top: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(45, 45, 45, 0.5);
border-style: solid;
}

.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-23e6f714-1145-4898-b945-4502a7d12857 {
  border-radius: 20px;
text-align: center;
}
@media (max-width: 767px){#s-23e6f714-1145-4898-b945-4502a7d12857 {
  margin-top: 20px;
margin-bottom: 0px;
}
}






  #s-23e6f714-1145-4898-b945-4502a7d12857 img.shogun-image {
    

    
    
    
  }


#s-23e6f714-1145-4898-b945-4502a7d12857 .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-8a682505-ae74-4f0b-8c52-2cdd9c10fb6f {
  margin-top: 50px;
margin-bottom: 50px;
}

#s-8a682505-ae74-4f0b-8c52-2cdd9c10fb6f hr {
  border-top: 1px solid rgba(45, 45, 45, 0.5);
}

#s-96ce6086-06cb-472f-b900-7af00e5af38c {
  margin-left: 50px;
margin-right: 50px;
}
@media (max-width: 767px){#s-96ce6086-06cb-472f-b900-7af00e5af38c {
  margin-left: 40px;
margin-right: 40px;
}
}
@media (min-width: 0px) {
[id="s-96ce6086-06cb-472f-b900-7af00e5af38c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-96ce6086-06cb-472f-b900-7af00e5af38c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-96ce6086-06cb-472f-b900-7af00e5af38c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-96ce6086-06cb-472f-b900-7af00e5af38c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-de629aea-5eec-4d64-ae07-af2d92108f9e {
  box-shadow:5px 5px 10px 0px rgba(0, 0, 0, 0.1);
padding-top: 30px;
padding-left: 25px;
padding-bottom: 30px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-de629aea-5eec-4d64-ae07-af2d92108f9e {
  margin-bottom: 49px;
}
}







#s-de629aea-5eec-4d64-ae07-af2d92108f9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de629aea-5eec-4d64-ae07-af2d92108f9e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8489d33e-5a2b-41fc-a91d-55ad1422b4fb {
  margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
text-align: center;
}







  #s-8489d33e-5a2b-41fc-a91d-55ad1422b4fb img.shogun-image {
    

    
    
    
  }


#s-8489d33e-5a2b-41fc-a91d-55ad1422b4fb .shogun-image-content {
  
    align-items: center;
  
}

#s-848dc787-4dfd-463c-91bc-c5f274c8c36f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-848dc787-4dfd-463c-91bc-c5f274c8c36f .shogun-heading-component h1 {
  color: rgba(45, 45, 45, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-50070ce1-b4f2-4cb5-ad9c-f044c8117d45 {
  margin-top: 20px;
padding-top: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(45, 45, 45, 0.5);
border-style: solid;
}

#s-5f88d173-b5de-45bd-8279-84f5c12e0a53 {
  box-shadow:5px 5px 10px 0px rgba(0, 0, 0, 0.1);
padding-top: 30px;
padding-left: 25px;
padding-bottom: 30px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-5f88d173-b5de-45bd-8279-84f5c12e0a53 {
  margin-top: 0px;
margin-bottom: 50px;
}
}







#s-5f88d173-b5de-45bd-8279-84f5c12e0a53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f88d173-b5de-45bd-8279-84f5c12e0a53.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5ba2d696-8cba-454c-94ca-a6aa18ab1b27 {
  margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
}







  #s-5ba2d696-8cba-454c-94ca-a6aa18ab1b27 img.shogun-image {
    

    
    
    
  }


#s-5ba2d696-8cba-454c-94ca-a6aa18ab1b27 .shogun-image-content {
  
    align-items: center;
  
}

#s-524e07f2-ef1e-47e0-92ea-d603fdc2e5de {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-524e07f2-ef1e-47e0-92ea-d603fdc2e5de .shogun-heading-component h1 {
  color: rgba(45, 45, 45, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-1000ae77-a230-4c30-9e7e-1ecb58cad166 {
  margin-top: 20px;
padding-top: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(45, 45, 45, 0.5);
border-style: solid;
}

#s-3dcad110-863a-434b-8601-0eba6bd2a486 {
  box-shadow:5px 5px 10px 0px rgba(0, 0, 0, 0.1);
padding-top: 30px;
padding-left: 25px;
padding-bottom: 30px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-3dcad110-863a-434b-8601-0eba6bd2a486 {
  margin-bottom: 50px;
}
}







#s-3dcad110-863a-434b-8601-0eba6bd2a486 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3dcad110-863a-434b-8601-0eba6bd2a486.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-62f7a65a-7f70-4ba9-8b80-1b13a3e84843 {
  margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
}







  #s-62f7a65a-7f70-4ba9-8b80-1b13a3e84843 img.shogun-image {
    

    
    
    
  }


#s-62f7a65a-7f70-4ba9-8b80-1b13a3e84843 .shogun-image-content {
  
    align-items: center;
  
}

#s-41129e4c-c084-4bd0-a277-478d44032d05 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-41129e4c-c084-4bd0-a277-478d44032d05 .shogun-heading-component h1 {
  color: rgba(45, 45, 45, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-abf22475-9ced-4a5c-b865-d3c0573d8432 {
  margin-top: 20px;
padding-top: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(45, 45, 45, 0.5);
border-style: solid;
}

#s-1cb06bfc-e987-40ef-b7e3-96da64df08d7 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
background-color: rgba(236, 236, 236, 1);
}
@media (max-width: 767px){#s-1cb06bfc-e987-40ef-b7e3-96da64df08d7 {
  margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
}







#s-1cb06bfc-e987-40ef-b7e3-96da64df08d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1cb06bfc-e987-40ef-b7e3-96da64df08d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1e1fb812-6e63-499b-9f85-6cd02bf6a0e2 {
  margin-top: 100px;
margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
min-height: 50px;
max-width: 1420px;
}
@media (max-width: 767px){#s-1e1fb812-6e63-499b-9f85-6cd02bf6a0e2 {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-1e1fb812-6e63-499b-9f85-6cd02bf6a0e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e1fb812-6e63-499b-9f85-6cd02bf6a0e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3e25d5d8-cc50-46a4-9640-0abba4cb551a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 50px;
padding-right: 50px;
min-height: 50px;
}
@media (max-width: 767px){#s-3e25d5d8-cc50-46a4-9640-0abba4cb551a {
  padding-left: 40px;
padding-right: 40px;
}
}
@media (min-width: 0px) {
[id="s-3e25d5d8-cc50-46a4-9640-0abba4cb551a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3e25d5d8-cc50-46a4-9640-0abba4cb551a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-3e25d5d8-cc50-46a4-9640-0abba4cb551a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 35.0px);
}

}

@media (min-width: 992px) {
[id="s-3e25d5d8-cc50-46a4-9640-0abba4cb551a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-3e25d5d8-cc50-46a4-9640-0abba4cb551a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 35.0px);
}

}

@media (min-width: 1200px) {
[id="s-3e25d5d8-cc50-46a4-9640-0abba4cb551a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-3e25d5d8-cc50-46a4-9640-0abba4cb551a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 35.0px);
}

}

@media (max-width: 767px) {
  [id="s-3e25d5d8-cc50-46a4-9640-0abba4cb551a"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-191775d5-08dc-496c-80c7-4d8601c464d4 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
text-align: center;
}
@media (max-width: 767px){#s-191775d5-08dc-496c-80c7-4d8601c464d4 {
  margin-top: 20px;
margin-bottom: 20px;
}
}






  #s-191775d5-08dc-496c-80c7-4d8601c464d4 img.shogun-image {
    

    
    
    
  }


#s-191775d5-08dc-496c-80c7-4d8601c464d4 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-c761d454-dfca-49e2-89c5-d72c8a56b262 {
  margin-top: 50px;
margin-bottom: 50px;
}
}







#s-c761d454-dfca-49e2-89c5-d72c8a56b262 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c761d454-dfca-49e2-89c5-d72c8a56b262.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-088df92e-1434-4a37-8500-034a38b38dcc {
  padding-top: 0px;
text-align: left;
}

#s-088df92e-1434-4a37-8500-034a38b38dcc .shogun-heading-component h1 {
  color: rgba(74, 159, 220, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 60px;
  
  
  text-align: left;
}



#s-9b472fcc-e529-4fa5-849d-424936b4a200 {
  margin-top: 20px;
padding-top: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(45, 45, 45, 0.5);
border-style: solid;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image.hover ~ * {
  z-index: 1;
}

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

#s-bcaa6fa7-8524-447f-bf66-90e6c21a7dc5 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 65%;
text-align: left;
}
@media (max-width: 767px){#s-bcaa6fa7-8524-447f-bf66-90e6c21a7dc5 {
  max-width: 100%;
}
}






  img.s-bcaa6fa7-8524-447f-bf66-90e6c21a7dc5.shogun-image {
    
    
  }


.s-bcaa6fa7-8524-447f-bf66-90e6c21a7dc5 .shogun-image-content {
  
    align-items: center;
  
}

.s-bcaa6fa7-8524-447f-bf66-90e6c21a7dc5.shg-align-container {
  text-align: left
}

.s-bcaa6fa7-8524-447f-bf66-90e6c21a7dc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcaa6fa7-8524-447f-bf66-90e6c21a7dc5.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-bcaa6fa7-8524-447f-bf66-90e6c21a7dc5.shogun-image {
    
    
  }


.s-bcaa6fa7-8524-447f-bf66-90e6c21a7dc5 .shogun-image-content {
  
    align-items: center;
  
}

.s-bcaa6fa7-8524-447f-bf66-90e6c21a7dc5.shg-align-container {
  text-align: left
}

.s-bcaa6fa7-8524-447f-bf66-90e6c21a7dc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcaa6fa7-8524-447f-bf66-90e6c21a7dc5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bcaa6fa7-8524-447f-bf66-90e6c21a7dc5.shogun-image {
    
    
  }


.s-bcaa6fa7-8524-447f-bf66-90e6c21a7dc5 .shogun-image-content {
  
    align-items: center;
  
}

.s-bcaa6fa7-8524-447f-bf66-90e6c21a7dc5.shg-align-container {
  text-align: left
}

.s-bcaa6fa7-8524-447f-bf66-90e6c21a7dc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcaa6fa7-8524-447f-bf66-90e6c21a7dc5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bcaa6fa7-8524-447f-bf66-90e6c21a7dc5.shogun-image {
    
    
  }


.s-bcaa6fa7-8524-447f-bf66-90e6c21a7dc5 .shogun-image-content {
  
    align-items: center;
  
}

.s-bcaa6fa7-8524-447f-bf66-90e6c21a7dc5.shg-align-container {
  text-align: left
}

.s-bcaa6fa7-8524-447f-bf66-90e6c21a7dc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcaa6fa7-8524-447f-bf66-90e6c21a7dc5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bcaa6fa7-8524-447f-bf66-90e6c21a7dc5.shogun-image {
    
    
  }


.s-bcaa6fa7-8524-447f-bf66-90e6c21a7dc5 .shogun-image-content {
  
    align-items: center;
  
}

.s-bcaa6fa7-8524-447f-bf66-90e6c21a7dc5.shg-align-container {
  text-align: left
}

.s-bcaa6fa7-8524-447f-bf66-90e6c21a7dc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcaa6fa7-8524-447f-bf66-90e6c21a7dc5.shogun-image {
  box-sizing: border-box;
}


}
#s-9b2d374f-3173-4700-a50d-631569958e16 {
  margin-top: 50px;
margin-bottom: 50px;
}
@media (max-width: 767px){#s-9b2d374f-3173-4700-a50d-631569958e16 {
  
}
}
#s-9b2d374f-3173-4700-a50d-631569958e16 hr {
  border-top: 1px solid rgba(45, 45, 45, 0.5);
}

#s-90a5aca1-a453-49c5-83a7-97e920d4a622 {
  padding-left: 50px;
padding-right: 50px;
}
@media (max-width: 767px){#s-90a5aca1-a453-49c5-83a7-97e920d4a622 {
  padding-left: 40px;
padding-right: 40px;
}
}
@media (min-width: 0px) {
[id="s-90a5aca1-a453-49c5-83a7-97e920d4a622"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-90a5aca1-a453-49c5-83a7-97e920d4a622"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-90a5aca1-a453-49c5-83a7-97e920d4a622"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-90a5aca1-a453-49c5-83a7-97e920d4a622"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-f46d881c-e18b-48f3-a1d4-705fc6e66498 {
  box-shadow:5px 5px 10px 0px rgba(0, 0, 0, 0.1);
padding-top: 30px;
padding-left: 25px;
padding-bottom: 30px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-f46d881c-e18b-48f3-a1d4-705fc6e66498 {
  margin-bottom: 49px;
}
}







#s-f46d881c-e18b-48f3-a1d4-705fc6e66498 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f46d881c-e18b-48f3-a1d4-705fc6e66498.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-11cdf488-0bec-45d9-a130-b55eede55068 {
  margin-top: 0px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
}
@media (max-width: 767px){#s-11cdf488-0bec-45d9-a130-b55eede55068 {
  margin-top: 2px;
}
}






  #s-11cdf488-0bec-45d9-a130-b55eede55068 img.shogun-image {
    

    
    
    
  }


#s-11cdf488-0bec-45d9-a130-b55eede55068 .shogun-image-content {
  
    align-items: center;
  
}

#s-5237ee73-11c4-436d-9c86-b9e6cdc83c12 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-5237ee73-11c4-436d-9c86-b9e6cdc83c12 .shogun-heading-component h1 {
  color: rgba(45, 45, 45, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-4ff22434-a4bc-470c-96ac-d2d7eb8ff907 {
  margin-top: 20px;
padding-top: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(45, 45, 45, 0.5);
border-style: solid;
}

#s-bbaa0ee3-ebed-4f84-b3c2-ce1680325454 {
  box-shadow:5px 5px 10px 0px rgba(0, 0, 0, 0.1);
padding-top: 30px;
padding-left: 25px;
padding-bottom: 30px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-bbaa0ee3-ebed-4f84-b3c2-ce1680325454 {
  margin-bottom: 49px;
}
}







#s-bbaa0ee3-ebed-4f84-b3c2-ce1680325454 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bbaa0ee3-ebed-4f84-b3c2-ce1680325454.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3ffeb2f5-3761-463b-91df-b244b5fecf76 {
  margin-top: 0px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
}







  #s-3ffeb2f5-3761-463b-91df-b244b5fecf76 img.shogun-image {
    

    
    
    
  }


#s-3ffeb2f5-3761-463b-91df-b244b5fecf76 .shogun-image-content {
  
    align-items: center;
  
}

#s-f0da0fa8-c575-4137-8db7-dd97b5443358 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-f0da0fa8-c575-4137-8db7-dd97b5443358 .shogun-heading-component h1 {
  color: rgba(45, 45, 45, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-43f562e6-b3f5-4a45-8860-6e6ec5ac07a0 {
  margin-top: 20px;
padding-top: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(45, 45, 45, 0.5);
border-style: solid;
}

#s-771eef9d-c452-4b4c-ad94-485973414e19 {
  box-shadow:5px 5px 10px 0px rgba(0, 0, 0, 0.1);
padding-top: 30px;
padding-left: 25px;
padding-bottom: 30px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-771eef9d-c452-4b4c-ad94-485973414e19 {
  margin-bottom: 49px;
}
}







#s-771eef9d-c452-4b4c-ad94-485973414e19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-771eef9d-c452-4b4c-ad94-485973414e19.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9704dd88-07ae-4833-8893-9fb14fe617be {
  margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
}







  #s-9704dd88-07ae-4833-8893-9fb14fe617be img.shogun-image {
    

    
    
    
  }


#s-9704dd88-07ae-4833-8893-9fb14fe617be .shogun-image-content {
  
    align-items: center;
  
}

#s-49618371-52d3-42a0-b0d6-ac8dcee4669a {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-49618371-52d3-42a0-b0d6-ac8dcee4669a .shogun-heading-component h1 {
  color: rgba(45, 45, 45, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-87ca7999-7475-44ad-b825-73ef12479f29 {
  margin-top: 20px;
padding-top: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(45, 45, 45, 0.5);
border-style: solid;
}

#s-880f893a-8853-484c-a8fa-6dbede70a19d {
  background-repeat: repeat;
background-size: cover;
margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (max-width: 767px){#s-880f893a-8853-484c-a8fa-6dbede70a19d {
  display: none;
}
#s-880f893a-8853-484c-a8fa-6dbede70a19d, #wrap-s-880f893a-8853-484c-a8fa-6dbede70a19d { display:none !important; }}







#s-880f893a-8853-484c-a8fa-6dbede70a19d > .shg-box-overlay {
  background-color: rgba(5, 5, 5, 1);
  opacity: 0.5;
}#s-880f893a-8853-484c-a8fa-6dbede70a19d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dffc3d26-c8c7-41b3-81c2-1f258f614e95 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dffc3d26-c8c7-41b3-81c2-1f258f614e95 .shogun-heading-component h1 {
  color: rgba(236, 236, 236, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 50px;
  
  
  
}



#s-f0712775-706f-4596-8771-e738696e9ad3 {
  padding-left: 0%;
padding-right: 0%;
}

#s-6bb09994-6826-4cfd-a105-5755a36dfe04 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
background-color: rgba(236, 236, 236, 1);
}
@media (max-width: 767px){#s-6bb09994-6826-4cfd-a105-5755a36dfe04 {
  margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
}







#s-6bb09994-6826-4cfd-a105-5755a36dfe04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6bb09994-6826-4cfd-a105-5755a36dfe04.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b014248-c6ca-4713-97e2-2042d1d7d991 {
  margin-top: 100px;
margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
min-height: 50px;
max-width: 1420px;
}
@media (max-width: 767px){#s-4b014248-c6ca-4713-97e2-2042d1d7d991 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 1420px;
}
}







#s-4b014248-c6ca-4713-97e2-2042d1d7d991 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b014248-c6ca-4713-97e2-2042d1d7d991.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-74881dbd-0bcb-4f73-9903-0e30153cfbd9 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 50px;
padding-right: 50px;
min-height: 50px;
}
@media (max-width: 767px){#s-74881dbd-0bcb-4f73-9903-0e30153cfbd9 {
  padding-left: 40px;
padding-right: 40px;
}
}
@media (min-width: 0px) {
[id="s-74881dbd-0bcb-4f73-9903-0e30153cfbd9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-74881dbd-0bcb-4f73-9903-0e30153cfbd9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-74881dbd-0bcb-4f73-9903-0e30153cfbd9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 35.0px);
}

}

@media (min-width: 992px) {
[id="s-74881dbd-0bcb-4f73-9903-0e30153cfbd9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-74881dbd-0bcb-4f73-9903-0e30153cfbd9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 35.0px);
}

}

@media (min-width: 1200px) {
[id="s-74881dbd-0bcb-4f73-9903-0e30153cfbd9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-74881dbd-0bcb-4f73-9903-0e30153cfbd9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 35.0px);
}

}

@media (max-width: 767px){#s-7390afb6-4cbb-40d7-a77f-29ba86efb31c {
  margin-top: 50px;
margin-bottom: 50px;
}
}







#s-7390afb6-4cbb-40d7-a77f-29ba86efb31c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7390afb6-4cbb-40d7-a77f-29ba86efb31c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-273bce2b-efec-41cc-a360-061588877cf0 {
  padding-top: 0px;
text-align: left;
}

#s-273bce2b-efec-41cc-a360-061588877cf0 .shogun-heading-component h1 {
  color: rgba(74, 159, 220, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 60px;
  
  
  text-align: left;
}



#s-12f0bab9-5af3-4040-8e6e-4d4c185d84c2 {
  margin-top: 20px;
padding-top: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(45, 45, 45, 0.5);
border-style: solid;
}

#s-b6c71ec5-3580-4873-a46e-6be12aee28bc {
  border-radius: 20px;
text-align: center;
}
@media (max-width: 767px){#s-b6c71ec5-3580-4873-a46e-6be12aee28bc {
  margin-top: 20px;
margin-bottom: 0px;
}
}






  #s-b6c71ec5-3580-4873-a46e-6be12aee28bc img.shogun-image {
    

    
    
    
  }


#s-b6c71ec5-3580-4873-a46e-6be12aee28bc .shogun-image-content {
  
    align-items: center;
  
}

#s-a52da7de-66cb-406d-a245-3c8e88135f5f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
max-width: 1420px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-a52da7de-66cb-406d-a245-3c8e88135f5f {
  margin-bottom: 20px;
}
}







#s-a52da7de-66cb-406d-a245-3c8e88135f5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a52da7de-66cb-406d-a245-3c8e88135f5f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f5c9f747-859c-4e78-9497-5c1c22fe7896 {
  margin-top: 100px;
margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
min-height: 50px;
max-width: 1420px;
}
@media (max-width: 767px){#s-f5c9f747-859c-4e78-9497-5c1c22fe7896 {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-f5c9f747-859c-4e78-9497-5c1c22fe7896 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5c9f747-859c-4e78-9497-5c1c22fe7896.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-99cfd8b1-d0a8-4775-8f18-a0a4405d13ce {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-99cfd8b1-d0a8-4775-8f18-a0a4405d13ce .shogun-heading-component h1 {
  color: rgba(74, 159, 220, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 50px;
  
  
  
}



@media (min-width: 0px) {
[id="s-8899779c-a48c-4f2a-b210-9a6ecf87b287"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8899779c-a48c-4f2a-b210-9a6ecf87b287"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8899779c-a48c-4f2a-b210-9a6ecf87b287"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8899779c-a48c-4f2a-b210-9a6ecf87b287"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0c29c67a-12fc-48bc-a8cf-b3c1759962fe {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.1);
padding-top: 30px;
padding-left: 25px;
padding-bottom: 30px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-0c29c67a-12fc-48bc-a8cf-b3c1759962fe {
  margin-bottom: 49px;
}
}







#s-0c29c67a-12fc-48bc-a8cf-b3c1759962fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c29c67a-12fc-48bc-a8cf-b3c1759962fe.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-60270cb3-c1e5-484b-bdb8-f7de73e38ed6 {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-06302dab-fb6f-4a83-8d14-d0942147c5f9 {
  margin-top: 5px;
margin-bottom: 20px;
padding-top: 0px;
text-align: right;
}

#s-06302dab-fb6f-4a83-8d14-d0942147c5f9 .shogun-heading-component h1 {
  color: rgba(77, 77, 77, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: right;
}



#s-7af4bb93-2ffb-4642-928c-55584222d4f6 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-7af4bb93-2ffb-4642-928c-55584222d4f6 .shogun-heading-component h1 {
  color: rgba(45, 45, 45, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-096b55ec-caf0-4328-ad3a-27dc95d07e77 {
  margin-top: 20px;
padding-top: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(45, 45, 45, 0.5);
border-style: solid;
}

#s-eab08b0c-ddb4-44bd-961d-9813e9fb464f {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.1);
padding-top: 30px;
padding-left: 25px;
padding-bottom: 30px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-eab08b0c-ddb4-44bd-961d-9813e9fb464f {
  margin-bottom: 49px;
}
}







#s-eab08b0c-ddb4-44bd-961d-9813e9fb464f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eab08b0c-ddb4-44bd-961d-9813e9fb464f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5e67f398-efea-40b1-8bb8-7d10bf5f20b1 {
  margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
}







  #s-5e67f398-efea-40b1-8bb8-7d10bf5f20b1 img.shogun-image {
    

    
    
    
  }


#s-5e67f398-efea-40b1-8bb8-7d10bf5f20b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-dffafd81-66ce-4ba3-987d-b8e4312b4b60 {
  margin-top: 5px;
margin-bottom: 20px;
padding-top: 0px;
text-align: right;
}

#s-dffafd81-66ce-4ba3-987d-b8e4312b4b60 .shogun-heading-component h1 {
  color: rgba(77, 77, 77, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: right;
}



#s-83f20598-db27-4cca-88e1-3137023768b3 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-83f20598-db27-4cca-88e1-3137023768b3 .shogun-heading-component h1 {
  color: rgba(45, 45, 45, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-c1ab656c-cceb-41a2-a2bc-de00f1e63298 {
  margin-top: 20px;
padding-top: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(45, 45, 45, 0.5);
border-style: solid;
}

#s-f46f9746-18b5-4672-9ea7-1b900af05e6d {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.1);
padding-top: 30px;
padding-left: 25px;
padding-bottom: 30px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-f46f9746-18b5-4672-9ea7-1b900af05e6d {
  margin-bottom: 49px;
}
}







#s-f46f9746-18b5-4672-9ea7-1b900af05e6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f46f9746-18b5-4672-9ea7-1b900af05e6d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bd419014-dd33-40f9-a3b7-5e324143ad34 {
  margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
}
@media (max-width: 767px){#s-bd419014-dd33-40f9-a3b7-5e324143ad34 {
  margin-top: 20px;
}
}






  #s-bd419014-dd33-40f9-a3b7-5e324143ad34 img.shogun-image {
    

    
    
    
  }


#s-bd419014-dd33-40f9-a3b7-5e324143ad34 .shogun-image-content {
  
    align-items: center;
  
}

#s-42b887c5-60f4-49dd-a171-f1440b7b6488 {
  margin-top: 5px;
margin-bottom: 20px;
padding-top: 0px;
text-align: right;
}

#s-42b887c5-60f4-49dd-a171-f1440b7b6488 .shogun-heading-component h1 {
  color: rgba(77, 77, 77, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: right;
}



#s-3a2d12b3-c15d-4580-9703-932f70f4fa7c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-3a2d12b3-c15d-4580-9703-932f70f4fa7c .shogun-heading-component h1 {
  color: rgba(45, 45, 45, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-db218596-0bb6-4003-b5a6-5471ca151c88 {
  margin-top: 20px;
padding-top: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(45, 45, 45, 0.5);
border-style: solid;
}

#s-2416060c-ccd5-4a31-9a10-6fa091795478 {
  margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2416060c-ccd5-4a31-9a10-6fa091795478 .shogun-heading-component h1 {
  color: rgba(74, 159, 220, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 50px;
  
  
  
}



#s-34273870-4f78-4bc1-9fa9-6ad533faf493 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

@media (min-width: 0px) {
[id="s-34273870-4f78-4bc1-9fa9-6ad533faf493"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-34273870-4f78-4bc1-9fa9-6ad533faf493"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-34273870-4f78-4bc1-9fa9-6ad533faf493"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-34273870-4f78-4bc1-9fa9-6ad533faf493"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-ae0fab0f-7461-4d9d-b8a1-1ada0c4990f8 {
  padding-top: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(236, 236, 236, 0.5);
}








#s-ae0fab0f-7461-4d9d-b8a1-1ada0c4990f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae0fab0f-7461-4d9d-b8a1-1ada0c4990f8 {
  cursor: pointer;
}#s-ae0fab0f-7461-4d9d-b8a1-1ada0c4990f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fefd86e5-5513-4dff-b91b-034741194320 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fefd86e5-5513-4dff-b91b-034741194320 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-fefd86e5-5513-4dff-b91b-034741194320 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-ae23b0cb-5be8-414b-9867-bc52f0f0319d {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
max-width: 1200px;
text-align: center;
}







  img.s-ae23b0cb-5be8-414b-9867-bc52f0f0319d.shogun-image {
    
    
  }


.s-ae23b0cb-5be8-414b-9867-bc52f0f0319d .shogun-image-content {
  
    align-items: center;
  
}

.s-ae23b0cb-5be8-414b-9867-bc52f0f0319d.shg-align-container {
  text-align: center
}

.s-ae23b0cb-5be8-414b-9867-bc52f0f0319d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae23b0cb-5be8-414b-9867-bc52f0f0319d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-ae23b0cb-5be8-414b-9867-bc52f0f0319d.shogun-image {
    
    
  }


.s-ae23b0cb-5be8-414b-9867-bc52f0f0319d .shogun-image-content {
  
    align-items: center;
  
}

.s-ae23b0cb-5be8-414b-9867-bc52f0f0319d.shg-align-container {
  text-align: center
}

.s-ae23b0cb-5be8-414b-9867-bc52f0f0319d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae23b0cb-5be8-414b-9867-bc52f0f0319d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ae23b0cb-5be8-414b-9867-bc52f0f0319d.shogun-image {
    
    
  }


.s-ae23b0cb-5be8-414b-9867-bc52f0f0319d .shogun-image-content {
  
    align-items: center;
  
}

.s-ae23b0cb-5be8-414b-9867-bc52f0f0319d.shg-align-container {
  text-align: center
}

.s-ae23b0cb-5be8-414b-9867-bc52f0f0319d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae23b0cb-5be8-414b-9867-bc52f0f0319d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ae23b0cb-5be8-414b-9867-bc52f0f0319d.shogun-image {
    
    
  }


.s-ae23b0cb-5be8-414b-9867-bc52f0f0319d .shogun-image-content {
  
    align-items: center;
  
}

.s-ae23b0cb-5be8-414b-9867-bc52f0f0319d.shg-align-container {
  text-align: center
}

.s-ae23b0cb-5be8-414b-9867-bc52f0f0319d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae23b0cb-5be8-414b-9867-bc52f0f0319d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ae23b0cb-5be8-414b-9867-bc52f0f0319d.shogun-image {
    
    
  }


.s-ae23b0cb-5be8-414b-9867-bc52f0f0319d .shogun-image-content {
  
    align-items: center;
  
}

.s-ae23b0cb-5be8-414b-9867-bc52f0f0319d.shg-align-container {
  text-align: center
}

.s-ae23b0cb-5be8-414b-9867-bc52f0f0319d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae23b0cb-5be8-414b-9867-bc52f0f0319d.shogun-image {
  box-sizing: border-box;
}


}
#s-d4ef6e0e-eafc-4298-bb50-0d6e38adfbe5 {
  margin-left: 10%;
margin-right: 10%;
}

#s-ecf081e9-61f0-47a1-8ae1-b3d8685a6228 {
  padding-top: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(74, 159, 220, 1);
}








#s-ecf081e9-61f0-47a1-8ae1-b3d8685a6228 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ecf081e9-61f0-47a1-8ae1-b3d8685a6228 {
  cursor: pointer;
}#s-ecf081e9-61f0-47a1-8ae1-b3d8685a6228.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-963532ee-1b54-41a5-a64b-634d0c518744 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-963532ee-1b54-41a5-a64b-634d0c518744 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-963532ee-1b54-41a5-a64b-634d0c518744 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-bdadbad9-2871-496e-8e11-1587c609289f {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
max-width: 1200px;
text-align: center;
}







  img.s-bdadbad9-2871-496e-8e11-1587c609289f.shogun-image {
    
    
  }


.s-bdadbad9-2871-496e-8e11-1587c609289f .shogun-image-content {
  
    align-items: center;
  
}

.s-bdadbad9-2871-496e-8e11-1587c609289f.shg-align-container {
  text-align: center
}

.s-bdadbad9-2871-496e-8e11-1587c609289f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdadbad9-2871-496e-8e11-1587c609289f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-bdadbad9-2871-496e-8e11-1587c609289f.shogun-image {
    
    
  }


.s-bdadbad9-2871-496e-8e11-1587c609289f .shogun-image-content {
  
    align-items: center;
  
}

.s-bdadbad9-2871-496e-8e11-1587c609289f.shg-align-container {
  text-align: center
}

.s-bdadbad9-2871-496e-8e11-1587c609289f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdadbad9-2871-496e-8e11-1587c609289f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bdadbad9-2871-496e-8e11-1587c609289f.shogun-image {
    
    
  }


.s-bdadbad9-2871-496e-8e11-1587c609289f .shogun-image-content {
  
    align-items: center;
  
}

.s-bdadbad9-2871-496e-8e11-1587c609289f.shg-align-container {
  text-align: center
}

.s-bdadbad9-2871-496e-8e11-1587c609289f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdadbad9-2871-496e-8e11-1587c609289f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bdadbad9-2871-496e-8e11-1587c609289f.shogun-image {
    
    
  }


.s-bdadbad9-2871-496e-8e11-1587c609289f .shogun-image-content {
  
    align-items: center;
  
}

.s-bdadbad9-2871-496e-8e11-1587c609289f.shg-align-container {
  text-align: center
}

.s-bdadbad9-2871-496e-8e11-1587c609289f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdadbad9-2871-496e-8e11-1587c609289f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bdadbad9-2871-496e-8e11-1587c609289f.shogun-image {
    
    
  }


.s-bdadbad9-2871-496e-8e11-1587c609289f .shogun-image-content {
  
    align-items: center;
  
}

.s-bdadbad9-2871-496e-8e11-1587c609289f.shg-align-container {
  text-align: center
}

.s-bdadbad9-2871-496e-8e11-1587c609289f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdadbad9-2871-496e-8e11-1587c609289f.shogun-image {
  box-sizing: border-box;
}


}
#s-e838825b-f6b2-4f2e-b447-3a8d313f605c {
  margin-left: 10%;
margin-right: 10%;
}

#s-5eb8ff98-f509-4411-bd97-205609709d40 {
  padding-top: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(236, 236, 236, 0.5);
}








#s-5eb8ff98-f509-4411-bd97-205609709d40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5eb8ff98-f509-4411-bd97-205609709d40 {
  cursor: pointer;
}#s-5eb8ff98-f509-4411-bd97-205609709d40.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-71ed79ea-fdea-41b1-8325-1ce4c11419a4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-71ed79ea-fdea-41b1-8325-1ce4c11419a4 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-71ed79ea-fdea-41b1-8325-1ce4c11419a4 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-298fd79e-9502-4633-ba50-24dd06a7cb2e {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
max-width: 1200px;
text-align: center;
}







  img.s-298fd79e-9502-4633-ba50-24dd06a7cb2e.shogun-image {
    
    
  }


.s-298fd79e-9502-4633-ba50-24dd06a7cb2e .shogun-image-content {
  
    align-items: center;
  
}

.s-298fd79e-9502-4633-ba50-24dd06a7cb2e.shg-align-container {
  text-align: center
}

.s-298fd79e-9502-4633-ba50-24dd06a7cb2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-298fd79e-9502-4633-ba50-24dd06a7cb2e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-298fd79e-9502-4633-ba50-24dd06a7cb2e.shogun-image {
    
    
  }


.s-298fd79e-9502-4633-ba50-24dd06a7cb2e .shogun-image-content {
  
    align-items: center;
  
}

.s-298fd79e-9502-4633-ba50-24dd06a7cb2e.shg-align-container {
  text-align: center
}

.s-298fd79e-9502-4633-ba50-24dd06a7cb2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-298fd79e-9502-4633-ba50-24dd06a7cb2e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-298fd79e-9502-4633-ba50-24dd06a7cb2e.shogun-image {
    
    
  }


.s-298fd79e-9502-4633-ba50-24dd06a7cb2e .shogun-image-content {
  
    align-items: center;
  
}

.s-298fd79e-9502-4633-ba50-24dd06a7cb2e.shg-align-container {
  text-align: center
}

.s-298fd79e-9502-4633-ba50-24dd06a7cb2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-298fd79e-9502-4633-ba50-24dd06a7cb2e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-298fd79e-9502-4633-ba50-24dd06a7cb2e.shogun-image {
    
    
  }


.s-298fd79e-9502-4633-ba50-24dd06a7cb2e .shogun-image-content {
  
    align-items: center;
  
}

.s-298fd79e-9502-4633-ba50-24dd06a7cb2e.shg-align-container {
  text-align: center
}

.s-298fd79e-9502-4633-ba50-24dd06a7cb2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-298fd79e-9502-4633-ba50-24dd06a7cb2e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-298fd79e-9502-4633-ba50-24dd06a7cb2e.shogun-image {
    
    
  }


.s-298fd79e-9502-4633-ba50-24dd06a7cb2e .shogun-image-content {
  
    align-items: center;
  
}

.s-298fd79e-9502-4633-ba50-24dd06a7cb2e.shg-align-container {
  text-align: center
}

.s-298fd79e-9502-4633-ba50-24dd06a7cb2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-298fd79e-9502-4633-ba50-24dd06a7cb2e.shogun-image {
  box-sizing: border-box;
}


}
#s-e471fd52-9c78-4a85-be0d-307df4320f31 {
  margin-left: 10%;
margin-right: 10%;
}

#s-bd0897bd-3093-4df4-b3da-8bf0298d917c {
  padding-top: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(236, 236, 236, 0.5);
}








#s-bd0897bd-3093-4df4-b3da-8bf0298d917c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd0897bd-3093-4df4-b3da-8bf0298d917c {
  cursor: pointer;
}#s-bd0897bd-3093-4df4-b3da-8bf0298d917c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e7f588d9-b255-40d6-a538-a534f8c470e5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e7f588d9-b255-40d6-a538-a534f8c470e5 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-e7f588d9-b255-40d6-a538-a534f8c470e5 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-0aae104c-6dc4-418e-b799-e06bffa7c4c3 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
max-width: 1200px;
text-align: center;
}







  img.s-0aae104c-6dc4-418e-b799-e06bffa7c4c3.shogun-image {
    
    
  }


.s-0aae104c-6dc4-418e-b799-e06bffa7c4c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-0aae104c-6dc4-418e-b799-e06bffa7c4c3.shg-align-container {
  text-align: center
}

.s-0aae104c-6dc4-418e-b799-e06bffa7c4c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0aae104c-6dc4-418e-b799-e06bffa7c4c3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-0aae104c-6dc4-418e-b799-e06bffa7c4c3.shogun-image {
    
    
  }


.s-0aae104c-6dc4-418e-b799-e06bffa7c4c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-0aae104c-6dc4-418e-b799-e06bffa7c4c3.shg-align-container {
  text-align: center
}

.s-0aae104c-6dc4-418e-b799-e06bffa7c4c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0aae104c-6dc4-418e-b799-e06bffa7c4c3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0aae104c-6dc4-418e-b799-e06bffa7c4c3.shogun-image {
    
    
  }


.s-0aae104c-6dc4-418e-b799-e06bffa7c4c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-0aae104c-6dc4-418e-b799-e06bffa7c4c3.shg-align-container {
  text-align: center
}

.s-0aae104c-6dc4-418e-b799-e06bffa7c4c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0aae104c-6dc4-418e-b799-e06bffa7c4c3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0aae104c-6dc4-418e-b799-e06bffa7c4c3.shogun-image {
    
    
  }


.s-0aae104c-6dc4-418e-b799-e06bffa7c4c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-0aae104c-6dc4-418e-b799-e06bffa7c4c3.shg-align-container {
  text-align: center
}

.s-0aae104c-6dc4-418e-b799-e06bffa7c4c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0aae104c-6dc4-418e-b799-e06bffa7c4c3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0aae104c-6dc4-418e-b799-e06bffa7c4c3.shogun-image {
    
    
  }


.s-0aae104c-6dc4-418e-b799-e06bffa7c4c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-0aae104c-6dc4-418e-b799-e06bffa7c4c3.shg-align-container {
  text-align: center
}

.s-0aae104c-6dc4-418e-b799-e06bffa7c4c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0aae104c-6dc4-418e-b799-e06bffa7c4c3.shogun-image {
  box-sizing: border-box;
}


}
#s-0dfd482d-9217-4315-b8e6-76f11495319c {
  margin-left: 10%;
margin-right: 10%;
}

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