.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-dccf909e-6559-4826-8bcd-4b9b4cfe7d5e {
  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-dccf909e-6559-4826-8bcd-4b9b4cfe7d5e {
  
}
}







#s-dccf909e-6559-4826-8bcd-4b9b4cfe7d5e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-dccf909e-6559-4826-8bcd-4b9b4cfe7d5e.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-ea3c947e-4873-4cf5-ad58-7af678e076b8 {
  margin-top: 0px;
padding-top: 100px;
padding-bottom: 100px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(45, 45, 45, 0);
}

@media (min-width: 0px) {
[id="s-ea3c947e-4873-4cf5-ad58-7af678e076b8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ea3c947e-4873-4cf5-ad58-7af678e076b8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.666666666666668px);
}

[id="s-ea3c947e-4873-4cf5-ad58-7af678e076b8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-ea3c947e-4873-4cf5-ad58-7af678e076b8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.666666666666668px);
}

[id="s-ea3c947e-4873-4cf5-ad58-7af678e076b8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-ea3c947e-4873-4cf5-ad58-7af678e076b8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.666666666666668px);
}

[id="s-ea3c947e-4873-4cf5-ad58-7af678e076b8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.666666666666668px);
}

}

.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-2b87f888-1f2f-4067-992d-99e46006c2bf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2b87f888-1f2f-4067-992d-99e46006c2bf .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-d45eb1eb-55e1-4bed-9c46-41c44905e2fa {
  margin-top: 0px;
margin-bottom: 20px;
}

#s-e09b892c-07cc-4f37-818a-3101dcbf812b {
  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-e09b892c-07cc-4f37-818a-3101dcbf812b {
  margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
}







#s-e09b892c-07cc-4f37-818a-3101dcbf812b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e09b892c-07cc-4f37-818a-3101dcbf812b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3aac1c65-43bc-4639-bf99-5cb0f774a97c {
  margin-top: 100px;
margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
min-height: 50px;
max-width: 1420px;
}
@media (max-width: 767px){#s-3aac1c65-43bc-4639-bf99-5cb0f774a97c {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 1420px;
}
}







#s-3aac1c65-43bc-4639-bf99-5cb0f774a97c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3aac1c65-43bc-4639-bf99-5cb0f774a97c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-44789efa-e753-4a8a-bd59-e78a9247d71e {
  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-44789efa-e753-4a8a-bd59-e78a9247d71e {
  padding-left: 40px;
padding-right: 40px;
}
}
@media (min-width: 0px) {
[id="s-44789efa-e753-4a8a-bd59-e78a9247d71e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-44789efa-e753-4a8a-bd59-e78a9247d71e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-44789efa-e753-4a8a-bd59-e78a9247d71e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 35.0px);
}

}

@media (min-width: 992px) {
[id="s-44789efa-e753-4a8a-bd59-e78a9247d71e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-44789efa-e753-4a8a-bd59-e78a9247d71e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 35.0px);
}

}

@media (min-width: 1200px) {
[id="s-44789efa-e753-4a8a-bd59-e78a9247d71e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-44789efa-e753-4a8a-bd59-e78a9247d71e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 35.0px);
}

}

@media (max-width: 767px){#s-82f150dc-e19a-4c2c-bf9b-194f4e391e8d {
  margin-top: 50px;
margin-bottom: 50px;
}
}







#s-82f150dc-e19a-4c2c-bf9b-194f4e391e8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82f150dc-e19a-4c2c-bf9b-194f4e391e8d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6aeffa0a-c7f4-4475-ab47-56e0c9c028bb {
  padding-top: 0px;
text-align: left;
}

#s-6aeffa0a-c7f4-4475-ab47-56e0c9c028bb .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-0e360f5f-9bf5-438d-b81c-130a14dd8f9c {
  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-45ec626f-f88e-4741-aee4-894408524e05 {
  border-radius: 20px;
text-align: center;
}
@media (max-width: 767px){#s-45ec626f-f88e-4741-aee4-894408524e05 {
  margin-top: 20px;
margin-bottom: 0px;
}
}






  #s-45ec626f-f88e-4741-aee4-894408524e05 img.shogun-image {
    

    
    
    
  }


#s-45ec626f-f88e-4741-aee4-894408524e05 .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-4d91d54c-33f4-4f62-be58-3363df34a595 {
  margin-top: 50px;
margin-bottom: 50px;
}

#s-4d91d54c-33f4-4f62-be58-3363df34a595 hr {
  border-top: 1px solid rgba(45, 45, 45, 0.5);
}

#s-ffd81d97-9b5d-461a-bf45-a0464c11b3fe {
  margin-left: 50px;
margin-right: 50px;
}
@media (max-width: 767px){#s-ffd81d97-9b5d-461a-bf45-a0464c11b3fe {
  margin-left: 40px;
margin-right: 40px;
}
}
@media (min-width: 0px) {
[id="s-ffd81d97-9b5d-461a-bf45-a0464c11b3fe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ffd81d97-9b5d-461a-bf45-a0464c11b3fe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-ffd81d97-9b5d-461a-bf45-a0464c11b3fe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-ffd81d97-9b5d-461a-bf45-a0464c11b3fe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-8ffc8e81-592a-4e74-82e9-1d7a94c8815d {
  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-8ffc8e81-592a-4e74-82e9-1d7a94c8815d {
  margin-bottom: 49px;
}
}







#s-8ffc8e81-592a-4e74-82e9-1d7a94c8815d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ffc8e81-592a-4e74-82e9-1d7a94c8815d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bb38cc8f-0c9c-4641-9b32-e151bd25fcb4 {
  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-bb38cc8f-0c9c-4641-9b32-e151bd25fcb4 img.shogun-image {
    

    
    
    
  }


#s-bb38cc8f-0c9c-4641-9b32-e151bd25fcb4 .shogun-image-content {
  
    align-items: center;
  
}

#s-5bc9fa0f-a2a5-47df-b7f1-148bdb859dfa {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-5bc9fa0f-a2a5-47df-b7f1-148bdb859dfa .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-a22a9040-722c-40d3-874f-347974863575 {
  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-1ed5a9b9-37c8-4bde-889e-1af05d97c0fd {
  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-1ed5a9b9-37c8-4bde-889e-1af05d97c0fd {
  margin-top: 0px;
margin-bottom: 50px;
}
}







#s-1ed5a9b9-37c8-4bde-889e-1af05d97c0fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ed5a9b9-37c8-4bde-889e-1af05d97c0fd.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-005b135e-8d08-4ab1-a68d-77e415ccdcbc {
  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-005b135e-8d08-4ab1-a68d-77e415ccdcbc img.shogun-image {
    

    
    
    
  }


#s-005b135e-8d08-4ab1-a68d-77e415ccdcbc .shogun-image-content {
  
    align-items: center;
  
}

#s-d2abb9d5-95e5-48cc-8dc3-b76e762e9849 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-d2abb9d5-95e5-48cc-8dc3-b76e762e9849 .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-7eff3853-45c7-4936-b25c-8e3507c24c8f {
  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-f63d9ced-8422-444e-89dd-f83112eb4733 {
  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-f63d9ced-8422-444e-89dd-f83112eb4733 {
  margin-bottom: 50px;
}
}







#s-f63d9ced-8422-444e-89dd-f83112eb4733 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f63d9ced-8422-444e-89dd-f83112eb4733.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1af7d650-3fe0-4d57-96b2-474dc445761d {
  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-1af7d650-3fe0-4d57-96b2-474dc445761d img.shogun-image {
    

    
    
    
  }


#s-1af7d650-3fe0-4d57-96b2-474dc445761d .shogun-image-content {
  
    align-items: center;
  
}

#s-15f18b71-cf81-49e2-a716-50fba65df420 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-15f18b71-cf81-49e2-a716-50fba65df420 .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-0b9dd273-c540-4632-940b-6b408be2bf54 {
  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-9e9611cc-2dea-4e47-9348-c2e19c90a47f {
  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-9e9611cc-2dea-4e47-9348-c2e19c90a47f {
  margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
}







#s-9e9611cc-2dea-4e47-9348-c2e19c90a47f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e9611cc-2dea-4e47-9348-c2e19c90a47f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c078cc1f-0434-44e1-af65-2f3387764cba {
  margin-top: 100px;
margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
min-height: 50px;
max-width: 1420px;
}
@media (max-width: 767px){#s-c078cc1f-0434-44e1-af65-2f3387764cba {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-c078cc1f-0434-44e1-af65-2f3387764cba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c078cc1f-0434-44e1-af65-2f3387764cba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-50be6574-b7c2-46e0-9d27-f3ea02f37768 {
  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-50be6574-b7c2-46e0-9d27-f3ea02f37768 {
  padding-left: 40px;
padding-right: 40px;
}
}
@media (min-width: 0px) {
[id="s-50be6574-b7c2-46e0-9d27-f3ea02f37768"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-50be6574-b7c2-46e0-9d27-f3ea02f37768"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-50be6574-b7c2-46e0-9d27-f3ea02f37768"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 35.0px);
}

}

@media (min-width: 992px) {
[id="s-50be6574-b7c2-46e0-9d27-f3ea02f37768"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-50be6574-b7c2-46e0-9d27-f3ea02f37768"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 35.0px);
}

}

@media (min-width: 1200px) {
[id="s-50be6574-b7c2-46e0-9d27-f3ea02f37768"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-50be6574-b7c2-46e0-9d27-f3ea02f37768"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 35.0px);
}

}

@media (max-width: 767px) {
  [id="s-50be6574-b7c2-46e0-9d27-f3ea02f37768"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-1b7f4ca4-ecb8-4112-9f06-4113dcd57d6e {
  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-1b7f4ca4-ecb8-4112-9f06-4113dcd57d6e {
  margin-top: 20px;
margin-bottom: 20px;
}
}






  #s-1b7f4ca4-ecb8-4112-9f06-4113dcd57d6e img.shogun-image {
    

    
    
    
  }


#s-1b7f4ca4-ecb8-4112-9f06-4113dcd57d6e .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-f9eae88d-f955-4fe1-bc29-508fb5e90d8a {
  margin-top: 50px;
margin-bottom: 50px;
}
}







#s-f9eae88d-f955-4fe1-bc29-508fb5e90d8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9eae88d-f955-4fe1-bc29-508fb5e90d8a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5395f635-1776-4ee3-8e77-047f100b4540 {
  padding-top: 0px;
text-align: left;
}

#s-5395f635-1776-4ee3-8e77-047f100b4540 .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-887d01bd-0913-4ff1-8daa-cb918a4ba720 {
  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-cd72cc2f-3858-48ce-8808-ae14e40e0ba5 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 65%;
text-align: left;
}
@media (max-width: 767px){#s-cd72cc2f-3858-48ce-8808-ae14e40e0ba5 {
  max-width: 100%;
}
}






  img.s-cd72cc2f-3858-48ce-8808-ae14e40e0ba5.shogun-image {
    
    
  }


.s-cd72cc2f-3858-48ce-8808-ae14e40e0ba5 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd72cc2f-3858-48ce-8808-ae14e40e0ba5.shg-align-container {
  text-align: left
}

.s-cd72cc2f-3858-48ce-8808-ae14e40e0ba5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd72cc2f-3858-48ce-8808-ae14e40e0ba5.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-cd72cc2f-3858-48ce-8808-ae14e40e0ba5.shogun-image {
    
    
  }


.s-cd72cc2f-3858-48ce-8808-ae14e40e0ba5 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd72cc2f-3858-48ce-8808-ae14e40e0ba5.shg-align-container {
  text-align: left
}

.s-cd72cc2f-3858-48ce-8808-ae14e40e0ba5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd72cc2f-3858-48ce-8808-ae14e40e0ba5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cd72cc2f-3858-48ce-8808-ae14e40e0ba5.shogun-image {
    
    
  }


.s-cd72cc2f-3858-48ce-8808-ae14e40e0ba5 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd72cc2f-3858-48ce-8808-ae14e40e0ba5.shg-align-container {
  text-align: left
}

.s-cd72cc2f-3858-48ce-8808-ae14e40e0ba5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd72cc2f-3858-48ce-8808-ae14e40e0ba5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cd72cc2f-3858-48ce-8808-ae14e40e0ba5.shogun-image {
    
    
  }


.s-cd72cc2f-3858-48ce-8808-ae14e40e0ba5 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd72cc2f-3858-48ce-8808-ae14e40e0ba5.shg-align-container {
  text-align: left
}

.s-cd72cc2f-3858-48ce-8808-ae14e40e0ba5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd72cc2f-3858-48ce-8808-ae14e40e0ba5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cd72cc2f-3858-48ce-8808-ae14e40e0ba5.shogun-image {
    
    
  }


.s-cd72cc2f-3858-48ce-8808-ae14e40e0ba5 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd72cc2f-3858-48ce-8808-ae14e40e0ba5.shg-align-container {
  text-align: left
}

.s-cd72cc2f-3858-48ce-8808-ae14e40e0ba5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd72cc2f-3858-48ce-8808-ae14e40e0ba5.shogun-image {
  box-sizing: border-box;
}


}
#s-f37ce2c2-34d9-4fb9-b1b9-1498ca47367e {
  margin-top: 50px;
margin-bottom: 50px;
}
@media (max-width: 767px){#s-f37ce2c2-34d9-4fb9-b1b9-1498ca47367e {
  
}
}
#s-f37ce2c2-34d9-4fb9-b1b9-1498ca47367e hr {
  border-top: 1px solid rgba(45, 45, 45, 0.5);
}

#s-7b07ccd0-b97e-4cb8-980b-d55726d9c036 {
  padding-left: 50px;
padding-right: 50px;
}
@media (max-width: 767px){#s-7b07ccd0-b97e-4cb8-980b-d55726d9c036 {
  padding-left: 40px;
padding-right: 40px;
}
}
@media (min-width: 0px) {
[id="s-7b07ccd0-b97e-4cb8-980b-d55726d9c036"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b07ccd0-b97e-4cb8-980b-d55726d9c036"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-7b07ccd0-b97e-4cb8-980b-d55726d9c036"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-7b07ccd0-b97e-4cb8-980b-d55726d9c036"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-83aff108-a483-427c-a1d1-e298b0201e9c {
  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-83aff108-a483-427c-a1d1-e298b0201e9c {
  margin-bottom: 49px;
}
}







#s-83aff108-a483-427c-a1d1-e298b0201e9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83aff108-a483-427c-a1d1-e298b0201e9c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3c1e2d0f-3d1a-4685-9a97-8166451adcfb {
  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-3c1e2d0f-3d1a-4685-9a97-8166451adcfb {
  margin-top: 2px;
}
}






  #s-3c1e2d0f-3d1a-4685-9a97-8166451adcfb img.shogun-image {
    

    
    
    
  }


#s-3c1e2d0f-3d1a-4685-9a97-8166451adcfb .shogun-image-content {
  
    align-items: center;
  
}

#s-84d0d0e4-cc39-4887-b70f-c8836e549a88 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-84d0d0e4-cc39-4887-b70f-c8836e549a88 .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-d4fff409-b3f6-4ef1-ba00-c679a0a03043 {
  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-18647b0d-84df-479e-8fab-0e9679f483ff {
  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-18647b0d-84df-479e-8fab-0e9679f483ff {
  margin-bottom: 49px;
}
}







#s-18647b0d-84df-479e-8fab-0e9679f483ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18647b0d-84df-479e-8fab-0e9679f483ff.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8acac8d9-e2d4-4e51-a30b-b8209674c485 {
  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-8acac8d9-e2d4-4e51-a30b-b8209674c485 img.shogun-image {
    

    
    
    
  }


#s-8acac8d9-e2d4-4e51-a30b-b8209674c485 .shogun-image-content {
  
    align-items: center;
  
}

#s-eb01da09-a6dd-47f3-8ccb-0bf555fa6ca5 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-eb01da09-a6dd-47f3-8ccb-0bf555fa6ca5 .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-0ea86116-c26d-41a6-b7e4-c1f9dacc56b7 {
  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-42fcaea9-10b6-4e0f-afd8-91d13b3785b1 {
  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-42fcaea9-10b6-4e0f-afd8-91d13b3785b1 {
  margin-bottom: 49px;
}
}







#s-42fcaea9-10b6-4e0f-afd8-91d13b3785b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42fcaea9-10b6-4e0f-afd8-91d13b3785b1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bd3f74d1-deb2-4903-91c2-6d1c68159674 {
  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-bd3f74d1-deb2-4903-91c2-6d1c68159674 img.shogun-image {
    

    
    
    
  }


#s-bd3f74d1-deb2-4903-91c2-6d1c68159674 .shogun-image-content {
  
    align-items: center;
  
}

#s-d7c0e9ae-3c16-4d3f-8972-50dcca518189 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-d7c0e9ae-3c16-4d3f-8972-50dcca518189 .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-da032def-049e-47a5-bdce-f26c864dba54 {
  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-0f0597d4-528b-4424-953c-27b29aeb7625 {
  background-repeat: no-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 60%;
background-attachment: scroll;
}
@media (max-width: 767px){#s-0f0597d4-528b-4424-953c-27b29aeb7625 {
  display: none;
}
#s-0f0597d4-528b-4424-953c-27b29aeb7625, #wrap-s-0f0597d4-528b-4424-953c-27b29aeb7625 { display:none !important; }}







#s-0f0597d4-528b-4424-953c-27b29aeb7625 > .shg-box-overlay {
  background-color: rgba(5, 5, 5, 1);
  opacity: 0.2;
}#s-0f0597d4-528b-4424-953c-27b29aeb7625.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e1375603-0a20-4637-a982-1a0bd1e677d4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e1375603-0a20-4637-a982-1a0bd1e677d4 .shogun-heading-component h1 {
  color: rgba(236, 236, 236, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 50px;
  
  
  
}



#s-da00afa7-c5d4-4dd0-9eda-e6b84b9be5ed {
  padding-left: 0%;
padding-right: 0%;
}

#s-735ba97e-8837-449a-9233-75b6c7a51c9a {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-bottom: 40px;
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;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-735ba97e-8837-449a-9233-75b6c7a51c9a {
  display: none;
}
#s-735ba97e-8837-449a-9233-75b6c7a51c9a, #wrap-s-735ba97e-8837-449a-9233-75b6c7a51c9a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-735ba97e-8837-449a-9233-75b6c7a51c9a {
  display: none;
}
#s-735ba97e-8837-449a-9233-75b6c7a51c9a, #wrap-s-735ba97e-8837-449a-9233-75b6c7a51c9a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-735ba97e-8837-449a-9233-75b6c7a51c9a {
  display: none;
}
#s-735ba97e-8837-449a-9233-75b6c7a51c9a, #wrap-s-735ba97e-8837-449a-9233-75b6c7a51c9a { display:none !important; }}@media (max-width: 767px){#s-735ba97e-8837-449a-9233-75b6c7a51c9a {
  
}
}







#s-735ba97e-8837-449a-9233-75b6c7a51c9a > .shg-box-overlay {
  background-color: rgba(5, 5, 5, 1);
  opacity: 0.2;
}#s-735ba97e-8837-449a-9233-75b6c7a51c9a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e598548e-6f1c-4f83-b16f-09e58f4c3ab2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e598548e-6f1c-4f83-b16f-09e58f4c3ab2 .shogun-heading-component h1 {
  color: rgba(236, 236, 236, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 50px;
  
  
  
}



#s-b39d15cf-e22f-4676-b35a-96b0b258dde5 {
  padding-left: 0%;
padding-right: 0%;
}

#s-9fba6803-109a-4af0-8897-10bcdd000e09 {
  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-9fba6803-109a-4af0-8897-10bcdd000e09 {
  margin-bottom: 20px;
}
}







#s-9fba6803-109a-4af0-8897-10bcdd000e09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9fba6803-109a-4af0-8897-10bcdd000e09.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-30a24918-e20c-4049-aa17-2ff968a0cdc8 {
  margin-top: 100px;
margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
min-height: 50px;
max-width: 1420px;
}
@media (max-width: 767px){#s-30a24918-e20c-4049-aa17-2ff968a0cdc8 {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-30a24918-e20c-4049-aa17-2ff968a0cdc8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30a24918-e20c-4049-aa17-2ff968a0cdc8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ba0a8f8-ddc5-472b-a935-8d7e8d7e0cda {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5ba0a8f8-ddc5-472b-a935-8d7e8d7e0cda .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-8b0a914c-a1d0-4e22-a85c-24264927b8f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b0a914c-a1d0-4e22-a85c-24264927b8f9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8b0a914c-a1d0-4e22-a85c-24264927b8f9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b0a914c-a1d0-4e22-a85c-24264927b8f9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e50200a2-a26e-47ea-a22a-32009753c6b6 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.1);
margin-left: 4px;
margin-right: 4px;
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;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-e50200a2-a26e-47ea-a22a-32009753c6b6 {
  margin-left: 40px;
margin-bottom: 49px;
margin-right: 40px;
}
}







#s-e50200a2-a26e-47ea-a22a-32009753c6b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e50200a2-a26e-47ea-a22a-32009753c6b6.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-1efb47eb-6891-4cd8-bacc-59cd95450fcb {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-1c143813-2f70-4955-94c0-254b02a1f318 {
  margin-top: 5px;
margin-bottom: 20px;
padding-top: 0px;
text-align: right;
}

#s-1c143813-2f70-4955-94c0-254b02a1f318 .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-9a22bea8-aff5-4fc3-8f9a-c14fc2057737 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-9a22bea8-aff5-4fc3-8f9a-c14fc2057737 .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-f19c9e9c-af97-4b03-9ec8-878750161439 {
  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-cf795407-6f50-4435-a5e7-4a1b122ef450 {
  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;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-cf795407-6f50-4435-a5e7-4a1b122ef450 {
  margin-left: 50px;
margin-bottom: 49px;
margin-right: 50px;
}
}







#s-cf795407-6f50-4435-a5e7-4a1b122ef450 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf795407-6f50-4435-a5e7-4a1b122ef450.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4a0d1c05-816f-48de-8bc0-29b949bccf0d {
  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-4a0d1c05-816f-48de-8bc0-29b949bccf0d img.shogun-image {
    

    
    
    
  }


#s-4a0d1c05-816f-48de-8bc0-29b949bccf0d .shogun-image-content {
  
    align-items: center;
  
}

#s-f941278e-1cf4-4c1a-89ee-b665c92a7536 {
  margin-top: 5px;
margin-bottom: 20px;
padding-top: 0px;
text-align: right;
}

#s-f941278e-1cf4-4c1a-89ee-b665c92a7536 .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-d147f1cc-49ee-4d9b-b8a6-68e22961d0c1 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-d147f1cc-49ee-4d9b-b8a6-68e22961d0c1 .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-79c007f9-e0af-4904-9a0b-ecd14fb3146a {
  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-02923ecd-9376-449e-aca3-b5c89e72f4c3 {
  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;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-02923ecd-9376-449e-aca3-b5c89e72f4c3 {
  margin-left: 50px;
margin-bottom: 49px;
margin-right: 50px;
}
}







#s-02923ecd-9376-449e-aca3-b5c89e72f4c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02923ecd-9376-449e-aca3-b5c89e72f4c3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9c25a605-337f-41f9-b82a-953cd6293655 {
  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-9c25a605-337f-41f9-b82a-953cd6293655 {
  margin-top: 20px;
}
}






  #s-9c25a605-337f-41f9-b82a-953cd6293655 img.shogun-image {
    

    
    
    
  }


#s-9c25a605-337f-41f9-b82a-953cd6293655 .shogun-image-content {
  
    align-items: center;
  
}

#s-2c3bb9ce-ab2b-4aa4-916c-9612e650c8ed {
  margin-top: 5px;
margin-bottom: 20px;
padding-top: 0px;
text-align: right;
}

#s-2c3bb9ce-ab2b-4aa4-916c-9612e650c8ed .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-7f14605e-2db9-4238-b467-1cf0211014b3 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-7f14605e-2db9-4238-b467-1cf0211014b3 .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-c0da61e1-7cee-4db0-9879-578b4bb21cbe {
  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-b13afb29-58ed-488b-b287-da8e08220050 {
  margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b13afb29-58ed-488b-b287-da8e08220050 .shogun-heading-component h1 {
  color: rgba(74, 159, 220, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 50px;
  
  
  
}



#s-8c2d06e7-80df-43f3-ae73-1f74e9248d84 {
  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-8c2d06e7-80df-43f3-ae73-1f74e9248d84"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8c2d06e7-80df-43f3-ae73-1f74e9248d84"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8c2d06e7-80df-43f3-ae73-1f74e9248d84"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c2d06e7-80df-43f3-ae73-1f74e9248d84"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-e2dae4d6-880b-4027-b07f-f809659669e6 {
  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-e2dae4d6-880b-4027-b07f-f809659669e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2dae4d6-880b-4027-b07f-f809659669e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-238298ac-97dd-4f71-b36c-9e4e4b8dcb3b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-238298ac-97dd-4f71-b36c-9e4e4b8dcb3b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-3b471463-fb18-4cc0-971e-c3583222c67e {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
max-width: 1200px;
text-align: center;
}







  img.s-3b471463-fb18-4cc0-971e-c3583222c67e.shogun-image {
    
    
  }


.s-3b471463-fb18-4cc0-971e-c3583222c67e .shogun-image-content {
  
    align-items: center;
  
}

.s-3b471463-fb18-4cc0-971e-c3583222c67e.shg-align-container {
  text-align: center
}

.s-3b471463-fb18-4cc0-971e-c3583222c67e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b471463-fb18-4cc0-971e-c3583222c67e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-3b471463-fb18-4cc0-971e-c3583222c67e.shogun-image {
    
    
  }


.s-3b471463-fb18-4cc0-971e-c3583222c67e .shogun-image-content {
  
    align-items: center;
  
}

.s-3b471463-fb18-4cc0-971e-c3583222c67e.shg-align-container {
  text-align: center
}

.s-3b471463-fb18-4cc0-971e-c3583222c67e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b471463-fb18-4cc0-971e-c3583222c67e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3b471463-fb18-4cc0-971e-c3583222c67e.shogun-image {
    
    
  }


.s-3b471463-fb18-4cc0-971e-c3583222c67e .shogun-image-content {
  
    align-items: center;
  
}

.s-3b471463-fb18-4cc0-971e-c3583222c67e.shg-align-container {
  text-align: center
}

.s-3b471463-fb18-4cc0-971e-c3583222c67e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b471463-fb18-4cc0-971e-c3583222c67e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3b471463-fb18-4cc0-971e-c3583222c67e.shogun-image {
    
    
  }


.s-3b471463-fb18-4cc0-971e-c3583222c67e .shogun-image-content {
  
    align-items: center;
  
}

.s-3b471463-fb18-4cc0-971e-c3583222c67e.shg-align-container {
  text-align: center
}

.s-3b471463-fb18-4cc0-971e-c3583222c67e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b471463-fb18-4cc0-971e-c3583222c67e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3b471463-fb18-4cc0-971e-c3583222c67e.shogun-image {
    
    
  }


.s-3b471463-fb18-4cc0-971e-c3583222c67e .shogun-image-content {
  
    align-items: center;
  
}

.s-3b471463-fb18-4cc0-971e-c3583222c67e.shg-align-container {
  text-align: center
}

.s-3b471463-fb18-4cc0-971e-c3583222c67e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b471463-fb18-4cc0-971e-c3583222c67e.shogun-image {
  box-sizing: border-box;
}


}
#s-3df2af83-d97c-4c3b-90b1-b200bfe27ee2 {
  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-3df2af83-d97c-4c3b-90b1-b200bfe27ee2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3df2af83-d97c-4c3b-90b1-b200bfe27ee2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e58ad0d3-7a0c-4e9e-991a-e6192c39c363 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e58ad0d3-7a0c-4e9e-991a-e6192c39c363 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-fa9caa78-e606-4d41-99f8-cc8e1fd7808d {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
max-width: 1200px;
text-align: center;
}







  img.s-fa9caa78-e606-4d41-99f8-cc8e1fd7808d.shogun-image {
    
    
  }


.s-fa9caa78-e606-4d41-99f8-cc8e1fd7808d .shogun-image-content {
  
    align-items: center;
  
}

.s-fa9caa78-e606-4d41-99f8-cc8e1fd7808d.shg-align-container {
  text-align: center
}

.s-fa9caa78-e606-4d41-99f8-cc8e1fd7808d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa9caa78-e606-4d41-99f8-cc8e1fd7808d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-fa9caa78-e606-4d41-99f8-cc8e1fd7808d.shogun-image {
    
    
  }


.s-fa9caa78-e606-4d41-99f8-cc8e1fd7808d .shogun-image-content {
  
    align-items: center;
  
}

.s-fa9caa78-e606-4d41-99f8-cc8e1fd7808d.shg-align-container {
  text-align: center
}

.s-fa9caa78-e606-4d41-99f8-cc8e1fd7808d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa9caa78-e606-4d41-99f8-cc8e1fd7808d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fa9caa78-e606-4d41-99f8-cc8e1fd7808d.shogun-image {
    
    
  }


.s-fa9caa78-e606-4d41-99f8-cc8e1fd7808d .shogun-image-content {
  
    align-items: center;
  
}

.s-fa9caa78-e606-4d41-99f8-cc8e1fd7808d.shg-align-container {
  text-align: center
}

.s-fa9caa78-e606-4d41-99f8-cc8e1fd7808d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa9caa78-e606-4d41-99f8-cc8e1fd7808d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fa9caa78-e606-4d41-99f8-cc8e1fd7808d.shogun-image {
    
    
  }


.s-fa9caa78-e606-4d41-99f8-cc8e1fd7808d .shogun-image-content {
  
    align-items: center;
  
}

.s-fa9caa78-e606-4d41-99f8-cc8e1fd7808d.shg-align-container {
  text-align: center
}

.s-fa9caa78-e606-4d41-99f8-cc8e1fd7808d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa9caa78-e606-4d41-99f8-cc8e1fd7808d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fa9caa78-e606-4d41-99f8-cc8e1fd7808d.shogun-image {
    
    
  }


.s-fa9caa78-e606-4d41-99f8-cc8e1fd7808d .shogun-image-content {
  
    align-items: center;
  
}

.s-fa9caa78-e606-4d41-99f8-cc8e1fd7808d.shg-align-container {
  text-align: center
}

.s-fa9caa78-e606-4d41-99f8-cc8e1fd7808d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa9caa78-e606-4d41-99f8-cc8e1fd7808d.shogun-image {
  box-sizing: border-box;
}


}
#s-1550349a-2648-49c2-85fb-3edc694ba5d2 {
  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-1550349a-2648-49c2-85fb-3edc694ba5d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1550349a-2648-49c2-85fb-3edc694ba5d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2fec6e59-c6fa-4567-9516-4143fc88fa12 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2fec6e59-c6fa-4567-9516-4143fc88fa12 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-e035614c-4d5a-490e-a641-eb497c96d0b7 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
max-width: 1200px;
text-align: center;
}







  img.s-e035614c-4d5a-490e-a641-eb497c96d0b7.shogun-image {
    
    
  }


.s-e035614c-4d5a-490e-a641-eb497c96d0b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-e035614c-4d5a-490e-a641-eb497c96d0b7.shg-align-container {
  text-align: center
}

.s-e035614c-4d5a-490e-a641-eb497c96d0b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e035614c-4d5a-490e-a641-eb497c96d0b7.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-e035614c-4d5a-490e-a641-eb497c96d0b7.shogun-image {
    
    
  }


.s-e035614c-4d5a-490e-a641-eb497c96d0b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-e035614c-4d5a-490e-a641-eb497c96d0b7.shg-align-container {
  text-align: center
}

.s-e035614c-4d5a-490e-a641-eb497c96d0b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e035614c-4d5a-490e-a641-eb497c96d0b7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e035614c-4d5a-490e-a641-eb497c96d0b7.shogun-image {
    
    
  }


.s-e035614c-4d5a-490e-a641-eb497c96d0b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-e035614c-4d5a-490e-a641-eb497c96d0b7.shg-align-container {
  text-align: center
}

.s-e035614c-4d5a-490e-a641-eb497c96d0b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e035614c-4d5a-490e-a641-eb497c96d0b7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e035614c-4d5a-490e-a641-eb497c96d0b7.shogun-image {
    
    
  }


.s-e035614c-4d5a-490e-a641-eb497c96d0b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-e035614c-4d5a-490e-a641-eb497c96d0b7.shg-align-container {
  text-align: center
}

.s-e035614c-4d5a-490e-a641-eb497c96d0b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e035614c-4d5a-490e-a641-eb497c96d0b7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e035614c-4d5a-490e-a641-eb497c96d0b7.shogun-image {
    
    
  }


.s-e035614c-4d5a-490e-a641-eb497c96d0b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-e035614c-4d5a-490e-a641-eb497c96d0b7.shg-align-container {
  text-align: center
}

.s-e035614c-4d5a-490e-a641-eb497c96d0b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e035614c-4d5a-490e-a641-eb497c96d0b7.shogun-image {
  box-sizing: border-box;
}


}
#s-b3745b9f-62d5-43a4-8714-ee5e2540c0d3 {
  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-b3745b9f-62d5-43a4-8714-ee5e2540c0d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3745b9f-62d5-43a4-8714-ee5e2540c0d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d5499df6-61b6-4765-8f61-e008fe987a02 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d5499df6-61b6-4765-8f61-e008fe987a02 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-6db76444-e091-4abc-8a24-62867402951f {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
max-width: 1200px;
text-align: center;
}







  img.s-6db76444-e091-4abc-8a24-62867402951f.shogun-image {
    
    
  }


.s-6db76444-e091-4abc-8a24-62867402951f .shogun-image-content {
  
    align-items: center;
  
}

.s-6db76444-e091-4abc-8a24-62867402951f.shg-align-container {
  text-align: center
}

.s-6db76444-e091-4abc-8a24-62867402951f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6db76444-e091-4abc-8a24-62867402951f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-6db76444-e091-4abc-8a24-62867402951f.shogun-image {
    
    
  }


.s-6db76444-e091-4abc-8a24-62867402951f .shogun-image-content {
  
    align-items: center;
  
}

.s-6db76444-e091-4abc-8a24-62867402951f.shg-align-container {
  text-align: center
}

.s-6db76444-e091-4abc-8a24-62867402951f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6db76444-e091-4abc-8a24-62867402951f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6db76444-e091-4abc-8a24-62867402951f.shogun-image {
    
    
  }


.s-6db76444-e091-4abc-8a24-62867402951f .shogun-image-content {
  
    align-items: center;
  
}

.s-6db76444-e091-4abc-8a24-62867402951f.shg-align-container {
  text-align: center
}

.s-6db76444-e091-4abc-8a24-62867402951f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6db76444-e091-4abc-8a24-62867402951f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6db76444-e091-4abc-8a24-62867402951f.shogun-image {
    
    
  }


.s-6db76444-e091-4abc-8a24-62867402951f .shogun-image-content {
  
    align-items: center;
  
}

.s-6db76444-e091-4abc-8a24-62867402951f.shg-align-container {
  text-align: center
}

.s-6db76444-e091-4abc-8a24-62867402951f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6db76444-e091-4abc-8a24-62867402951f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6db76444-e091-4abc-8a24-62867402951f.shogun-image {
    
    
  }


.s-6db76444-e091-4abc-8a24-62867402951f .shogun-image-content {
  
    align-items: center;
  
}

.s-6db76444-e091-4abc-8a24-62867402951f.shg-align-container {
  text-align: center
}

.s-6db76444-e091-4abc-8a24-62867402951f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6db76444-e091-4abc-8a24-62867402951f.shogun-image {
  box-sizing: border-box;
}


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