.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-27cdb82c-fdb3-46b8-9b47-5e5754429053 {
  box-shadow:0px 0px 0px 0px rgba(74, 159, 220, 1);
min-height: 50px;
}








#s-27cdb82c-fdb3-46b8-9b47-5e5754429053 > .shg-box-overlay {
  background-color: rgba(237, 173, 41, 1);
  opacity: 0.9;
}#s-27cdb82c-fdb3-46b8-9b47-5e5754429053.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-a348a77d-7db4-468b-9a3e-aeb2613a39bf {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a348a77d-7db4-468b-9a3e-aeb2613a39bf .shogun-heading-component h2 {
  color: rgba(45, 45, 45, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-0525853b-f16f-452b-a069-1f4ca479469e {
  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-0525853b-f16f-452b-a069-1f4ca479469e {
  margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
}







#s-0525853b-f16f-452b-a069-1f4ca479469e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0525853b-f16f-452b-a069-1f4ca479469e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa72fd24-a63d-45a4-bb20-ec09fb5bb2a9 {
  margin-top: 100px;
margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
min-height: 50px;
max-width: 1420px;
}
@media (max-width: 767px){#s-aa72fd24-a63d-45a4-bb20-ec09fb5bb2a9 {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-aa72fd24-a63d-45a4-bb20-ec09fb5bb2a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa72fd24-a63d-45a4-bb20-ec09fb5bb2a9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-40ce4f31-8468-427d-8a53-1829f56d0591 {
  padding-top: 0px;
text-align: left;
}

#s-40ce4f31-8468-427d-8a53-1829f56d0591 .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: center;
}



#s-8839d9ec-2b86-4743-a389-b6c4cb60fd85 {
  margin-top: 8px;
padding-top: 8px;
padding-bottom: 8px;
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;
}

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

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

#s-499b1d38-a044-49cf-9d7c-737ba834bf0c {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-499b1d38-a044-49cf-9d7c-737ba834bf0c {
  
}
}
#s-499b1d38-a044-49cf-9d7c-737ba834bf0c hr {
  border-top: 1px solid rgba(45, 45, 45, 0.5);
}

.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-11a543fd-5ce4-42a9-a34d-9b518f1e7823 {
  padding-left: 50px;
padding-right: 50px;
}
@media (max-width: 767px){#s-11a543fd-5ce4-42a9-a34d-9b518f1e7823 {
  padding-left: 40px;
padding-right: 40px;
}
}
@media (min-width: 0px) {
[id="s-11a543fd-5ce4-42a9-a34d-9b518f1e7823"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-11a543fd-5ce4-42a9-a34d-9b518f1e7823"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-11a543fd-5ce4-42a9-a34d-9b518f1e7823"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-11a543fd-5ce4-42a9-a34d-9b518f1e7823"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-d461360c-977e-420b-aa1b-0a00f668b41e {
  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-d461360c-977e-420b-aa1b-0a00f668b41e {
  margin-bottom: 49px;
}
}







#s-d461360c-977e-420b-aa1b-0a00f668b41e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d461360c-977e-420b-aa1b-0a00f668b41e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-2ede638e-4a6e-4986-9132-8111c36039b5 {
  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;
max-width: 750px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-2ede638e-4a6e-4986-9132-8111c36039b5 img.shogun-image,
  #s-2ede638e-4a6e-4986-9132-8111c36039b5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2ede638e-4a6e-4986-9132-8111c36039b5 {
    width: 100%;
    height: auto;
  }



  #s-2ede638e-4a6e-4986-9132-8111c36039b5 img.shogun-image {
    

    
    
    
  }


#s-2ede638e-4a6e-4986-9132-8111c36039b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-c73e554f-d276-46e0-991a-7ab8b496b4c1 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-c73e554f-d276-46e0-991a-7ab8b496b4c1 .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-b98699ed-87c4-4f50-819d-cd3bdd37376b {
  margin-top: 8px;
padding-top: 8px;
padding-bottom: 8px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(45, 45, 45, 1);
border-style: solid;
}

#s-75121784-35d9-42b6-a96e-023d8f1c210a {
  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-75121784-35d9-42b6-a96e-023d8f1c210a {
  margin-bottom: 49px;
}
}







#s-75121784-35d9-42b6-a96e-023d8f1c210a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75121784-35d9-42b6-a96e-023d8f1c210a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bfb15fc0-7b5b-476a-89ff-e9d586704d78 {
  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;
max-width: 750px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-bfb15fc0-7b5b-476a-89ff-e9d586704d78 img.shogun-image,
  #s-bfb15fc0-7b5b-476a-89ff-e9d586704d78 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bfb15fc0-7b5b-476a-89ff-e9d586704d78 {
    width: 100%;
    height: auto;
  }



  #s-bfb15fc0-7b5b-476a-89ff-e9d586704d78 img.shogun-image {
    

    
    
    
  }


#s-bfb15fc0-7b5b-476a-89ff-e9d586704d78 .shogun-image-content {
  
    align-items: center;
  
}

#s-63fb037c-3e87-4832-a6ff-f5aabbdff991 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-63fb037c-3e87-4832-a6ff-f5aabbdff991 .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-759108a8-2986-480f-9b3a-d7dc8b4c7250 {
  margin-top: 8px;
padding-top: 8px;
padding-bottom: 8px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(45, 45, 45, 1);
border-style: solid;
}

#s-ebc54cd1-b0b9-46ad-901f-7f56243a4b73 {
  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-ebc54cd1-b0b9-46ad-901f-7f56243a4b73 {
  margin-bottom: 49px;
}
}







#s-ebc54cd1-b0b9-46ad-901f-7f56243a4b73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ebc54cd1-b0b9-46ad-901f-7f56243a4b73.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e2fd3b75-4d0d-4a6b-94e7-7992924b3004 {
  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;
max-width: 750px;
aspect-ratio: 750/439;
text-align: center;
}





  #s-e2fd3b75-4d0d-4a6b-94e7-7992924b3004 img.shogun-image,
  #s-e2fd3b75-4d0d-4a6b-94e7-7992924b3004 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e2fd3b75-4d0d-4a6b-94e7-7992924b3004 {
    width: 100%;
    height: auto;
  }



  #s-e2fd3b75-4d0d-4a6b-94e7-7992924b3004 img.shogun-image {
    

    
    
    
  }


#s-e2fd3b75-4d0d-4a6b-94e7-7992924b3004 .shogun-image-content {
  
    align-items: center;
  
}

#s-92863fca-76da-468b-a11d-7c378a0caaf6 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-92863fca-76da-468b-a11d-7c378a0caaf6 .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-3a2d574c-92b9-4b16-b163-deba4faa2840 {
  margin-top: 8px;
padding-top: 8px;
padding-bottom: 8px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(45, 45, 45, 1);
border-style: solid;
}

#s-eb22aa66-9450-4edd-9e6f-9304b1853020 {
  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-eb22aa66-9450-4edd-9e6f-9304b1853020 {
  margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
}







#s-eb22aa66-9450-4edd-9e6f-9304b1853020 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb22aa66-9450-4edd-9e6f-9304b1853020.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-db0a5539-ffdf-4a1e-acd0-08643291f012 {
  margin-top: 100px;
margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
min-height: 50px;
max-width: 1420px;
}
@media (max-width: 767px){#s-db0a5539-ffdf-4a1e-acd0-08643291f012 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 1420px;
}
}







#s-db0a5539-ffdf-4a1e-acd0-08643291f012 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db0a5539-ffdf-4a1e-acd0-08643291f012.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c0f06887-c087-4399-b391-fd9b67a5f9af {
  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-c0f06887-c087-4399-b391-fd9b67a5f9af {
  padding-left: 40px;
padding-right: 40px;
}
}
@media (min-width: 0px) {
[id="s-c0f06887-c087-4399-b391-fd9b67a5f9af"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c0f06887-c087-4399-b391-fd9b67a5f9af"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-c0f06887-c087-4399-b391-fd9b67a5f9af"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 35.0px);
}

}

@media (min-width: 992px) {
[id="s-c0f06887-c087-4399-b391-fd9b67a5f9af"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-c0f06887-c087-4399-b391-fd9b67a5f9af"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 35.0px);
}

}

@media (min-width: 1200px) {
[id="s-c0f06887-c087-4399-b391-fd9b67a5f9af"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-c0f06887-c087-4399-b391-fd9b67a5f9af"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 35.0px);
}

}

@media (max-width: 767px){#s-39e775e4-c1ff-4ac5-9865-21166dece4cd {
  margin-top: 50px;
margin-bottom: 50px;
}
}







#s-39e775e4-c1ff-4ac5-9865-21166dece4cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39e775e4-c1ff-4ac5-9865-21166dece4cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd36a743-76a5-40dd-9a44-f3016e273706 {
  padding-top: 0px;
text-align: left;
}

#s-fd36a743-76a5-40dd-9a44-f3016e273706 .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-a936c64a-c13e-40ae-b109-77984c53c08b {
  border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(45, 45, 45, 1);
border-style: solid;
}

#s-b08a2654-67ee-4e7c-9a73-775948ca6711 {
  border-radius: 20px;
max-width: 5632px;
aspect-ratio: 16/9;
text-align: center;
}
@media (max-width: 767px){#s-b08a2654-67ee-4e7c-9a73-775948ca6711 {
  margin-top: 20px;
margin-bottom: 0px;
}
}




  #s-b08a2654-67ee-4e7c-9a73-775948ca6711 img.shogun-image,
  #s-b08a2654-67ee-4e7c-9a73-775948ca6711 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b08a2654-67ee-4e7c-9a73-775948ca6711 {
    width: 100%;
    height: auto;
  }



  #s-b08a2654-67ee-4e7c-9a73-775948ca6711 img.shogun-image {
    

    
    
    
  }


#s-b08a2654-67ee-4e7c-9a73-775948ca6711 .shogun-image-content {
  
    align-items: center;
  
}

#s-dc58a18f-f828-4ced-843c-5a29af9fd48b {
  margin-top: 50px;
margin-bottom: 50px;
}

#s-dc58a18f-f828-4ced-843c-5a29af9fd48b hr {
  border-top: 1px solid rgba(45, 45, 45, 0.5);
}

#s-851434ab-05fa-46ee-aedf-348d5fd789bc {
  margin-left: 50px;
margin-right: 50px;
}
@media (max-width: 767px){#s-851434ab-05fa-46ee-aedf-348d5fd789bc {
  margin-left: 40px;
margin-right: 40px;
}
}
@media (min-width: 0px) {
[id="s-851434ab-05fa-46ee-aedf-348d5fd789bc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-851434ab-05fa-46ee-aedf-348d5fd789bc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-851434ab-05fa-46ee-aedf-348d5fd789bc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-851434ab-05fa-46ee-aedf-348d5fd789bc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-8681a394-a6b7-4e14-9fba-58fe279ce268 {
  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-8681a394-a6b7-4e14-9fba-58fe279ce268 {
  margin-bottom: 49px;
}
}







#s-8681a394-a6b7-4e14-9fba-58fe279ce268 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8681a394-a6b7-4e14-9fba-58fe279ce268.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-be955ce9-a2ec-4184-bb3b-f3010d4abe80 {
  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;
max-width: 750px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-be955ce9-a2ec-4184-bb3b-f3010d4abe80 img.shogun-image,
  #s-be955ce9-a2ec-4184-bb3b-f3010d4abe80 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-be955ce9-a2ec-4184-bb3b-f3010d4abe80 {
    width: 100%;
    height: auto;
  }



  #s-be955ce9-a2ec-4184-bb3b-f3010d4abe80 img.shogun-image {
    

    
    
    
  }


#s-be955ce9-a2ec-4184-bb3b-f3010d4abe80 .shogun-image-content {
  
    align-items: center;
  
}

#s-edd56be6-0967-4afd-b17d-63be751e5deb {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-edd56be6-0967-4afd-b17d-63be751e5deb .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-6ed56f3b-1a12-4058-8d70-f5665b9be2bd {
  margin-top: 8px;
padding-top: 8px;
padding-bottom: 8px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(45, 45, 45, 1);
border-style: solid;
}

#s-feed59a5-4bca-4f7f-bdfb-621d02005b3f {
  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-feed59a5-4bca-4f7f-bdfb-621d02005b3f {
  margin-top: 0px;
margin-bottom: 50px;
}
}







#s-feed59a5-4bca-4f7f-bdfb-621d02005b3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-feed59a5-4bca-4f7f-bdfb-621d02005b3f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8fc61bbd-bf02-46f6-81df-50801fd296d1 {
  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;
max-width: 750px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-8fc61bbd-bf02-46f6-81df-50801fd296d1 img.shogun-image,
  #s-8fc61bbd-bf02-46f6-81df-50801fd296d1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8fc61bbd-bf02-46f6-81df-50801fd296d1 {
    width: 100%;
    height: auto;
  }



  #s-8fc61bbd-bf02-46f6-81df-50801fd296d1 img.shogun-image {
    

    
    
    
  }


#s-8fc61bbd-bf02-46f6-81df-50801fd296d1 .shogun-image-content {
  
    align-items: center;
  
}

#s-a4234918-bf56-4213-bc06-78e7317d8073 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-a4234918-bf56-4213-bc06-78e7317d8073 .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-c2bd4158-c1bc-4ce4-bdcd-c53f536ed371 {
  margin-top: 8px;
margin-bottom: 0px;
padding-top: 8px;
padding-bottom: 8px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(45, 45, 45, 1);
border-style: solid;
}

#s-bef29f69-f40c-4371-8d96-3ab9eb5655de {
  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-bef29f69-f40c-4371-8d96-3ab9eb5655de {
  margin-bottom: 50px;
}
}







#s-bef29f69-f40c-4371-8d96-3ab9eb5655de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bef29f69-f40c-4371-8d96-3ab9eb5655de.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ee3bc1e0-0292-4126-a61f-ab69449d353d {
  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;
max-width: 2992px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-ee3bc1e0-0292-4126-a61f-ab69449d353d img.shogun-image,
  #s-ee3bc1e0-0292-4126-a61f-ab69449d353d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ee3bc1e0-0292-4126-a61f-ab69449d353d {
    width: 100%;
    height: auto;
  }



  #s-ee3bc1e0-0292-4126-a61f-ab69449d353d img.shogun-image {
    

    
    
    
  }


#s-ee3bc1e0-0292-4126-a61f-ab69449d353d .shogun-image-content {
  
    align-items: center;
  
}

#s-882e75b5-9bbf-4a9e-9fc5-f69e8e0d6413 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-882e75b5-9bbf-4a9e-9fc5-f69e8e0d6413 .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-4d36821c-b69e-405b-abb2-83292512f3a9 {
  margin-top: 8px;
padding-top: 8px;
padding-bottom: 8px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(45, 45, 45, 1);
border-style: solid;
}

#s-0de498cd-ca44-47b3-9ac7-c23ec4d2f091 {
  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-0de498cd-ca44-47b3-9ac7-c23ec4d2f091 {
  margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
}







#s-0de498cd-ca44-47b3-9ac7-c23ec4d2f091 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0de498cd-ca44-47b3-9ac7-c23ec4d2f091.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9d43a356-da2e-40ff-8828-f52959a2b09d {
  margin-top: 100px;
margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
min-height: 50px;
max-width: 1420px;
}
@media (max-width: 767px){#s-9d43a356-da2e-40ff-8828-f52959a2b09d {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-9d43a356-da2e-40ff-8828-f52959a2b09d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d43a356-da2e-40ff-8828-f52959a2b09d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-071199b1-4895-4b35-88b2-8cb1f96375ac {
  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-071199b1-4895-4b35-88b2-8cb1f96375ac {
  padding-left: 40px;
padding-right: 40px;
}
}
@media (min-width: 0px) {
[id="s-071199b1-4895-4b35-88b2-8cb1f96375ac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-071199b1-4895-4b35-88b2-8cb1f96375ac"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-071199b1-4895-4b35-88b2-8cb1f96375ac"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 35.0px);
}

}

@media (min-width: 992px) {
[id="s-071199b1-4895-4b35-88b2-8cb1f96375ac"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-071199b1-4895-4b35-88b2-8cb1f96375ac"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 35.0px);
}

}

@media (min-width: 1200px) {
[id="s-071199b1-4895-4b35-88b2-8cb1f96375ac"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-071199b1-4895-4b35-88b2-8cb1f96375ac"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 35.0px);
}

}

@media (max-width: 767px) {
  [id="s-071199b1-4895-4b35-88b2-8cb1f96375ac"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-07f99089-d60e-4d95-801e-be368c67c8ec {
  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;
max-width: 5632px;
aspect-ratio: 16/9;
text-align: center;
}
@media (max-width: 767px){#s-07f99089-d60e-4d95-801e-be368c67c8ec {
  margin-top: 20px;
margin-bottom: 20px;
}
}




  #s-07f99089-d60e-4d95-801e-be368c67c8ec img.shogun-image,
  #s-07f99089-d60e-4d95-801e-be368c67c8ec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-07f99089-d60e-4d95-801e-be368c67c8ec {
    width: 100%;
    height: auto;
  }



  #s-07f99089-d60e-4d95-801e-be368c67c8ec img.shogun-image {
    

    
    
    
  }


#s-07f99089-d60e-4d95-801e-be368c67c8ec .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-9e7ed1a3-0261-44a4-a0d1-160295853772 {
  margin-top: 50px;
margin-bottom: 50px;
}
}







#s-9e7ed1a3-0261-44a4-a0d1-160295853772 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e7ed1a3-0261-44a4-a0d1-160295853772.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6b5bb79-ddf1-43aa-b42e-90f70a600cc6 {
  padding-top: 0px;
text-align: left;
}

#s-a6b5bb79-ddf1-43aa-b42e-90f70a600cc6 .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-e02ad72d-f108-44f7-877b-8bfba83222da {
  margin-top: 8px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(45, 45, 45, 1);
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;
  position: relative;
}

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd {
  margin-top: 6px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 13px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: left;
}
#s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd:hover {border-radius: 6px !important;}




  #s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd img.shogun-image,
  #s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd {
    width: 100%;
    height: auto;
  }

  #s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd.shogun-image {
    
    
  }


.s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd .shogun-image-content {
  
    align-items: center;
  
}

.s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd.shogun-image-container {
      position: relative;
    }

    .s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd img.shogun-image,
  #s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd {
    width: 100%;
    height: auto;
  }

  #s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd.shogun-image {
    
    
  }


.s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd .shogun-image-content {
  
    align-items: center;
  
}

.s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd.shogun-image-container {
      position: relative;
    }

    .s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd img.shogun-image,
  #s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd {
    width: 100%;
    height: auto;
  }

  #s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd.shogun-image {
    
    
  }


.s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd .shogun-image-content {
  
    align-items: center;
  
}

.s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd.shogun-image-container {
      position: relative;
    }

    .s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd img.shogun-image,
  #s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd {
    width: 100%;
    height: auto;
  }

  #s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd.shogun-image {
    
    
  }


.s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd .shogun-image-content {
  
    align-items: center;
  
}

.s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd.shogun-image-container {
      position: relative;
    }

    .s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd img.shogun-image,
  #s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd {
    width: 100%;
    height: auto;
  }

  #s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd.shogun-image {
    
    
  }


.s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd .shogun-image-content {
  
    align-items: center;
  
}

.s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd.shogun-image-container {
      position: relative;
    }

    .s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f02f69c2-fdb9-45e1-8c5e-e669b4714edd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c64148da-f671-442e-bbc9-647c8229d962 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 65%;
text-align: left;
}
@media (max-width: 767px){#s-c64148da-f671-442e-bbc9-647c8229d962 {
  max-width: 100%;
}
}






  img.s-c64148da-f671-442e-bbc9-647c8229d962.shogun-image {
    
    
  }


.s-c64148da-f671-442e-bbc9-647c8229d962 .shogun-image-content {
  
    align-items: center;
  
}

.s-c64148da-f671-442e-bbc9-647c8229d962.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c64148da-f671-442e-bbc9-647c8229d962.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c64148da-f671-442e-bbc9-647c8229d962.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-c64148da-f671-442e-bbc9-647c8229d962.shogun-image {
    
    
  }


.s-c64148da-f671-442e-bbc9-647c8229d962 .shogun-image-content {
  
    align-items: center;
  
}

.s-c64148da-f671-442e-bbc9-647c8229d962.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c64148da-f671-442e-bbc9-647c8229d962.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c64148da-f671-442e-bbc9-647c8229d962.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c64148da-f671-442e-bbc9-647c8229d962.shogun-image {
    
    
  }


.s-c64148da-f671-442e-bbc9-647c8229d962 .shogun-image-content {
  
    align-items: center;
  
}

.s-c64148da-f671-442e-bbc9-647c8229d962.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c64148da-f671-442e-bbc9-647c8229d962.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c64148da-f671-442e-bbc9-647c8229d962.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c64148da-f671-442e-bbc9-647c8229d962.shogun-image {
    
    
  }


.s-c64148da-f671-442e-bbc9-647c8229d962 .shogun-image-content {
  
    align-items: center;
  
}

.s-c64148da-f671-442e-bbc9-647c8229d962.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c64148da-f671-442e-bbc9-647c8229d962.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c64148da-f671-442e-bbc9-647c8229d962.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c64148da-f671-442e-bbc9-647c8229d962.shogun-image {
    
    
  }


.s-c64148da-f671-442e-bbc9-647c8229d962 .shogun-image-content {
  
    align-items: center;
  
}

.s-c64148da-f671-442e-bbc9-647c8229d962.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c64148da-f671-442e-bbc9-647c8229d962.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c64148da-f671-442e-bbc9-647c8229d962.shogun-image {
  box-sizing: border-box;
}



}
#s-ea1fc9a9-4079-47e9-8583-a7f7e075bcf1 {
  margin-top: 50px;
margin-bottom: 50px;
}
@media (max-width: 767px){#s-ea1fc9a9-4079-47e9-8583-a7f7e075bcf1 {
  
}
}
#s-ea1fc9a9-4079-47e9-8583-a7f7e075bcf1 hr {
  border-top: 1px solid rgba(45, 45, 45, 0.5);
}

#s-d9772ac4-7edb-4434-999e-22fb97bcfd8e {
  padding-left: 50px;
padding-right: 50px;
}
@media (max-width: 767px){#s-d9772ac4-7edb-4434-999e-22fb97bcfd8e {
  padding-left: 40px;
padding-right: 40px;
}
}
@media (min-width: 0px) {
[id="s-d9772ac4-7edb-4434-999e-22fb97bcfd8e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9772ac4-7edb-4434-999e-22fb97bcfd8e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-d9772ac4-7edb-4434-999e-22fb97bcfd8e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-d9772ac4-7edb-4434-999e-22fb97bcfd8e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-6f59e22f-8184-4e33-a74a-5b929989a1e6 {
  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-6f59e22f-8184-4e33-a74a-5b929989a1e6 {
  margin-bottom: 49px;
}
}







#s-6f59e22f-8184-4e33-a74a-5b929989a1e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f59e22f-8184-4e33-a74a-5b929989a1e6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-aeec345a-948d-4eb9-96bd-d3efbe9f98a0 {
  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;
max-width: 750px;
aspect-ratio: 16/9;
text-align: center;
}
@media (max-width: 767px){#s-aeec345a-948d-4eb9-96bd-d3efbe9f98a0 {
  margin-top: 2px;
}
}




  #s-aeec345a-948d-4eb9-96bd-d3efbe9f98a0 img.shogun-image,
  #s-aeec345a-948d-4eb9-96bd-d3efbe9f98a0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aeec345a-948d-4eb9-96bd-d3efbe9f98a0 {
    width: 100%;
    height: auto;
  }



  #s-aeec345a-948d-4eb9-96bd-d3efbe9f98a0 img.shogun-image {
    

    
    
    
  }


#s-aeec345a-948d-4eb9-96bd-d3efbe9f98a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-bc04ae22-2d86-4919-9bff-1188687f56a6 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-bc04ae22-2d86-4919-9bff-1188687f56a6 .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-42a86861-743f-4991-a20a-b70402404ee1 {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 8px;
padding-bottom: 8px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(45, 45, 45, 1);
border-style: solid;
}

#s-d533c06d-b502-4187-ad11-75aebcdacb48 {
  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-d533c06d-b502-4187-ad11-75aebcdacb48 {
  margin-bottom: 49px;
}
}







#s-d533c06d-b502-4187-ad11-75aebcdacb48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d533c06d-b502-4187-ad11-75aebcdacb48.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8bfbadcb-2326-44e2-aa90-07c91ae42685 {
  max-width: 750px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-8bfbadcb-2326-44e2-aa90-07c91ae42685 img.shogun-image,
  #s-8bfbadcb-2326-44e2-aa90-07c91ae42685 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8bfbadcb-2326-44e2-aa90-07c91ae42685 {
    width: 100%;
    height: auto;
  }

  #s-8bfbadcb-2326-44e2-aa90-07c91ae42685 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8bfbadcb-2326-44e2-aa90-07c91ae42685.shogun-image {
    
    
  }


.s-8bfbadcb-2326-44e2-aa90-07c91ae42685 .shogun-image-content {
  
    align-items: center;
  
}

.s-8bfbadcb-2326-44e2-aa90-07c91ae42685.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bfbadcb-2326-44e2-aa90-07c91ae42685.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bfbadcb-2326-44e2-aa90-07c91ae42685.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8bfbadcb-2326-44e2-aa90-07c91ae42685 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-8bfbadcb-2326-44e2-aa90-07c91ae42685.shogun-image-container {
      position: relative;
    }

    .s-8bfbadcb-2326-44e2-aa90-07c91ae42685.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8bfbadcb-2326-44e2-aa90-07c91ae42685.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8bfbadcb-2326-44e2-aa90-07c91ae42685 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-8bfbadcb-2326-44e2-aa90-07c91ae42685 img.shogun-image,
  #s-8bfbadcb-2326-44e2-aa90-07c91ae42685 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8bfbadcb-2326-44e2-aa90-07c91ae42685 {
    width: 100%;
    height: auto;
  }

  #s-8bfbadcb-2326-44e2-aa90-07c91ae42685 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8bfbadcb-2326-44e2-aa90-07c91ae42685.shogun-image {
    
    
  }


.s-8bfbadcb-2326-44e2-aa90-07c91ae42685 .shogun-image-content {
  
    align-items: center;
  
}

.s-8bfbadcb-2326-44e2-aa90-07c91ae42685.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bfbadcb-2326-44e2-aa90-07c91ae42685.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bfbadcb-2326-44e2-aa90-07c91ae42685.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8bfbadcb-2326-44e2-aa90-07c91ae42685 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-8bfbadcb-2326-44e2-aa90-07c91ae42685.shogun-image-container {
      position: relative;
    }

    .s-8bfbadcb-2326-44e2-aa90-07c91ae42685.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8bfbadcb-2326-44e2-aa90-07c91ae42685.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8bfbadcb-2326-44e2-aa90-07c91ae42685 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-8bfbadcb-2326-44e2-aa90-07c91ae42685 img.shogun-image,
  #s-8bfbadcb-2326-44e2-aa90-07c91ae42685 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8bfbadcb-2326-44e2-aa90-07c91ae42685 {
    width: 100%;
    height: auto;
  }

  #s-8bfbadcb-2326-44e2-aa90-07c91ae42685 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8bfbadcb-2326-44e2-aa90-07c91ae42685.shogun-image {
    
    
  }


.s-8bfbadcb-2326-44e2-aa90-07c91ae42685 .shogun-image-content {
  
    align-items: center;
  
}

.s-8bfbadcb-2326-44e2-aa90-07c91ae42685.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bfbadcb-2326-44e2-aa90-07c91ae42685.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bfbadcb-2326-44e2-aa90-07c91ae42685.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8bfbadcb-2326-44e2-aa90-07c91ae42685 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-8bfbadcb-2326-44e2-aa90-07c91ae42685.shogun-image-container {
      position: relative;
    }

    .s-8bfbadcb-2326-44e2-aa90-07c91ae42685.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8bfbadcb-2326-44e2-aa90-07c91ae42685.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8bfbadcb-2326-44e2-aa90-07c91ae42685 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-8bfbadcb-2326-44e2-aa90-07c91ae42685 img.shogun-image,
  #s-8bfbadcb-2326-44e2-aa90-07c91ae42685 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8bfbadcb-2326-44e2-aa90-07c91ae42685 {
    width: 100%;
    height: auto;
  }

  #s-8bfbadcb-2326-44e2-aa90-07c91ae42685 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8bfbadcb-2326-44e2-aa90-07c91ae42685.shogun-image {
    
    
  }


.s-8bfbadcb-2326-44e2-aa90-07c91ae42685 .shogun-image-content {
  
    align-items: center;
  
}

.s-8bfbadcb-2326-44e2-aa90-07c91ae42685.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bfbadcb-2326-44e2-aa90-07c91ae42685.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bfbadcb-2326-44e2-aa90-07c91ae42685.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8bfbadcb-2326-44e2-aa90-07c91ae42685 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-8bfbadcb-2326-44e2-aa90-07c91ae42685.shogun-image-container {
      position: relative;
    }

    .s-8bfbadcb-2326-44e2-aa90-07c91ae42685.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8bfbadcb-2326-44e2-aa90-07c91ae42685.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8bfbadcb-2326-44e2-aa90-07c91ae42685 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-8bfbadcb-2326-44e2-aa90-07c91ae42685 img.shogun-image,
  #s-8bfbadcb-2326-44e2-aa90-07c91ae42685 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8bfbadcb-2326-44e2-aa90-07c91ae42685 {
    width: 100%;
    height: auto;
  }

  #s-8bfbadcb-2326-44e2-aa90-07c91ae42685 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8bfbadcb-2326-44e2-aa90-07c91ae42685.shogun-image {
    
    
  }


.s-8bfbadcb-2326-44e2-aa90-07c91ae42685 .shogun-image-content {
  
    align-items: center;
  
}

.s-8bfbadcb-2326-44e2-aa90-07c91ae42685.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bfbadcb-2326-44e2-aa90-07c91ae42685.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bfbadcb-2326-44e2-aa90-07c91ae42685.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8bfbadcb-2326-44e2-aa90-07c91ae42685 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-8bfbadcb-2326-44e2-aa90-07c91ae42685.shogun-image-container {
      position: relative;
    }

    .s-8bfbadcb-2326-44e2-aa90-07c91ae42685.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8bfbadcb-2326-44e2-aa90-07c91ae42685.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8bfbadcb-2326-44e2-aa90-07c91ae42685 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-15de1fd0-669d-495d-8b9d-59292229c4bd {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-15de1fd0-669d-495d-8b9d-59292229c4bd .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-8167dbaa-0329-45f4-9bb2-acc59d880403 {
  margin-top: 8px;
padding-top: 8px;
padding-bottom: 8px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(45, 45, 45, 1);
border-style: solid;
}

#s-32c27022-dc24-4ee2-a1a7-7ceb2fed3837 {
  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-32c27022-dc24-4ee2-a1a7-7ceb2fed3837 {
  margin-bottom: 49px;
}
}







#s-32c27022-dc24-4ee2-a1a7-7ceb2fed3837 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32c27022-dc24-4ee2-a1a7-7ceb2fed3837.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-10e1a0eb-cb57-4e93-84d7-4b8680235943 {
  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;
max-width: 750px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-10e1a0eb-cb57-4e93-84d7-4b8680235943 img.shogun-image,
  #s-10e1a0eb-cb57-4e93-84d7-4b8680235943 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-10e1a0eb-cb57-4e93-84d7-4b8680235943 {
    width: 100%;
    height: auto;
  }



  #s-10e1a0eb-cb57-4e93-84d7-4b8680235943 img.shogun-image {
    

    
    
    
  }


#s-10e1a0eb-cb57-4e93-84d7-4b8680235943 .shogun-image-content {
  
    align-items: center;
  
}

#s-6821c789-fd2a-4cee-be59-1dc571dff91d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-6821c789-fd2a-4cee-be59-1dc571dff91d .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-9ea4216b-7eb3-4ffc-ac11-3d6d31a0919b {
  margin-top: 8px;
padding-top: 8px;
padding-bottom: 8px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(45, 45, 45, 1);
border-style: solid;
}

#s-9d68d268-887e-4f8e-aa05-5a6184865b45 {
  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-9d68d268-887e-4f8e-aa05-5a6184865b45 {
  margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
}







#s-9d68d268-887e-4f8e-aa05-5a6184865b45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d68d268-887e-4f8e-aa05-5a6184865b45.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b5c8519-da21-4ec4-9588-2cc9998cb9c1 {
  margin-top: 100px;
margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
min-height: 50px;
max-width: 1420px;
}
@media (max-width: 767px){#s-2b5c8519-da21-4ec4-9588-2cc9998cb9c1 {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-2b5c8519-da21-4ec4-9588-2cc9998cb9c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b5c8519-da21-4ec4-9588-2cc9998cb9c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e9e0a7e-86fa-4773-86fa-8201cb54d0ad {
  padding-left: 50px;
padding-right: 50px;
}
@media (max-width: 767px){#s-9e9e0a7e-86fa-4773-86fa-8201cb54d0ad {
  padding-left: 40px;
padding-right: 40px;
}
}
@media (min-width: 0px) {
[id="s-9e9e0a7e-86fa-4773-86fa-8201cb54d0ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e9e0a7e-86fa-4773-86fa-8201cb54d0ad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-9e9e0a7e-86fa-4773-86fa-8201cb54d0ad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-9e9e0a7e-86fa-4773-86fa-8201cb54d0ad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (max-width: 767px){#s-11950728-b4de-42e3-bd8f-ee4ddc2f5faf {
  margin-top: 50px;
margin-bottom: 50px;
}
}







#s-11950728-b4de-42e3-bd8f-ee4ddc2f5faf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11950728-b4de-42e3-bd8f-ee4ddc2f5faf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-06e834d9-1578-45ed-8dbd-cce2104e6a60 {
  padding-top: 0px;
text-align: left;
}

#s-06e834d9-1578-45ed-8dbd-cce2104e6a60 .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-9d6d53f0-5a32-482d-95bf-61232179b9da {
  margin-top: 8px;
padding-top: 8px;
padding-bottom: 8px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(45, 45, 45, 1);
border-style: solid;
}

#s-944f3194-83fb-4d93-bace-34d5d2117bdd {
  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-944f3194-83fb-4d93-bace-34d5d2117bdd {
  margin-bottom: 49px;
}
}







#s-944f3194-83fb-4d93-bace-34d5d2117bdd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-944f3194-83fb-4d93-bace-34d5d2117bdd.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0fae7f17-beeb-4869-8177-bf0f1cd5950c {
  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;
max-width: 750px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-0fae7f17-beeb-4869-8177-bf0f1cd5950c img.shogun-image,
  #s-0fae7f17-beeb-4869-8177-bf0f1cd5950c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0fae7f17-beeb-4869-8177-bf0f1cd5950c {
    width: 100%;
    height: auto;
  }



  #s-0fae7f17-beeb-4869-8177-bf0f1cd5950c img.shogun-image {
    

    
    
    
  }


#s-0fae7f17-beeb-4869-8177-bf0f1cd5950c .shogun-image-content {
  
    align-items: center;
  
}

#s-c09c21aa-d653-4c63-acb6-dddc272152ac {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-c09c21aa-d653-4c63-acb6-dddc272152ac .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-e1ee8a8c-9723-4e81-9c42-4306082f589c {
  margin-top: 8px;
padding-top: 8px;
padding-bottom: 8px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(45, 45, 45, 1);
border-style: solid;
}

#s-71fc3300-18ee-43ea-a368-1d0980ad3546 {
  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-71fc3300-18ee-43ea-a368-1d0980ad3546 {
  margin-bottom: 49px;
}
}







#s-71fc3300-18ee-43ea-a368-1d0980ad3546 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71fc3300-18ee-43ea-a368-1d0980ad3546.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6500f323-7983-4d05-a773-c019edfebc2c {
  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;
max-width: 750px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-6500f323-7983-4d05-a773-c019edfebc2c img.shogun-image,
  #s-6500f323-7983-4d05-a773-c019edfebc2c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6500f323-7983-4d05-a773-c019edfebc2c {
    width: 100%;
    height: auto;
  }



  #s-6500f323-7983-4d05-a773-c019edfebc2c img.shogun-image {
    

    
    
    
  }


#s-6500f323-7983-4d05-a773-c019edfebc2c .shogun-image-content {
  
    align-items: center;
  
}

#s-ee382f41-8cf0-4e58-89db-12623ea97658 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-ee382f41-8cf0-4e58-89db-12623ea97658 .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-4c57c9cd-31d1-45cd-847c-1f7c564a79b5 {
  margin-top: 8px;
padding-top: 8px;
padding-bottom: 8px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(45, 45, 45, 1);
border-style: solid;
}

#s-6939280e-6387-45bb-b1c6-ac689e361452 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
min-height: 50px;
max-width: 1420px;
}
@media (max-width: 767px){#s-6939280e-6387-45bb-b1c6-ac689e361452 {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-6939280e-6387-45bb-b1c6-ac689e361452 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6939280e-6387-45bb-b1c6-ac689e361452.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36259dbb-7ff0-4766-89ea-e5bb63130017 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-36259dbb-7ff0-4766-89ea-e5bb63130017 .shogun-heading-component h1 {
  color: rgba(74, 159, 220, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-9de13790-c479-42a4-9c47-dd25ba54520e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-9de13790-c479-42a4-9c47-dd25ba54520e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(8, 8, 8, 0);
  padding: 10px;
}

#s-9de13790-c479-42a4-9c47-dd25ba54520e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-9de13790-c479-42a4-9c47-dd25ba54520e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-9de13790-c479-42a4-9c47-dd25ba54520e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-9de13790-c479-42a4-9c47-dd25ba54520e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-bb6f56e2-65e5-4ff6-91e9-1aaaccdab342 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-f199cc19-604f-4f4f-aab3-dff03853c7de {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-caba2992-afe3-41cd-8142-2443ef47bd67 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-94ea3121-d236-4556-988e-2726fbf61242 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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