.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: #000000;
  font-family: Serif;
  font-weight: 400;
}

.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: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #000000;
  font-family: Karla;
}

.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: #000000;
  font-family: Serif;
  font-weight: 400;
}

.shg-theme-text-content p {
  color: #000000;
  font-family: Karla;
  font-weight: 400;
}

.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-23360ee9-e219-4c84-941a-f9121192cdaf {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-23360ee9-e219-4c84-941a-f9121192cdaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23360ee9-e219-4c84-941a-f9121192cdaf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4dcc6065-ebad-40af-9897-e68cbc3bfb99 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
max-width: 1400px;
}








#s-4dcc6065-ebad-40af-9897-e68cbc3bfb99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4dcc6065-ebad-40af-9897-e68cbc3bfb99.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-176f7993-3ff9-4aac-ae01-16f8475607df hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

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

@media (min-width: 0px) {
[id="s-0c1981a5-22d2-4cd7-a1fd-22ac22fe2fee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c1981a5-22d2-4cd7-a1fd-22ac22fe2fee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0c1981a5-22d2-4cd7-a1fd-22ac22fe2fee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c1981a5-22d2-4cd7-a1fd-22ac22fe2fee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

.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: #000000;
  font-family: Serif;
  text-transform: none;
  font-weight: 400;
  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-6fc80f4b-ced3-459d-8b52-aaa6c47cbcc7 {
  padding-top: 5%;
padding-bottom: 5%;
text-align: center;
}

#s-6fc80f4b-ced3-459d-8b52-aaa6c47cbcc7 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-74cf1d49-8594-41cd-a177-3e852a69bef2 {
  padding-top: 5%;
padding-bottom: 5%;
text-align: center;
}

#s-74cf1d49-8594-41cd-a177-3e852a69bef2 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-39fd68dc-67fb-4f7f-a2c9-fa4244bc4126 {
  padding-top: 5%;
padding-bottom: 5%;
text-align: center;
}

#s-39fd68dc-67fb-4f7f-a2c9-fa4244bc4126 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-8299d46f-9e26-42e2-ae6a-b4f0112e1fcf hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-78ceec67-355c-4a67-a823-74c4c3fb51a6 {
  min-height: 0px;
}

@media (min-width: 0px) {
[id="s-78ceec67-355c-4a67-a823-74c4c3fb51a6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-78ceec67-355c-4a67-a823-74c4c3fb51a6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-78ceec67-355c-4a67-a823-74c4c3fb51a6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-78ceec67-355c-4a67-a823-74c4c3fb51a6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-78ceec67-355c-4a67-a823-74c4c3fb51a6"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-6c1e51e7-93f4-46c6-b569-cc3107b7c00a {
  min-height: 50px;
}








#s-6c1e51e7-93f4-46c6-b569-cc3107b7c00a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c1e51e7-93f4-46c6-b569-cc3107b7c00a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b2a4b701-d0a2-4267-94be-b351a32799ab {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
text-align: left;
}

#s-b2a4b701-d0a2-4267-94be-b351a32799ab .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-9edded83-2787-4d13-8617-97f94e7311b7 {
  padding-top: 0%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}

#s-f370eeb7-0eda-4042-ac84-22f18731c96c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}








#s-f370eeb7-0eda-4042-ac84-22f18731c96c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f370eeb7-0eda-4042-ac84-22f18731c96c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f291803d-4c91-4072-9772-24aeb3684260 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-7e8a6aa7-dcb8-43f7-b8cb-12ab31497ed5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e8a6aa7-dcb8-43f7-b8cb-12ab31497ed5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7e8a6aa7-dcb8-43f7-b8cb-12ab31497ed5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7e8a6aa7-dcb8-43f7-b8cb-12ab31497ed5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7e8a6aa7-dcb8-43f7-b8cb-12ab31497ed5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e8a6aa7-dcb8-43f7-b8cb-12ab31497ed5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7e8a6aa7-dcb8-43f7-b8cb-12ab31497ed5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-d1582107-f3d5-43ca-834e-691118a64c82 {
  min-height: 500px;
}








#s-d1582107-f3d5-43ca-834e-691118a64c82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1582107-f3d5-43ca-834e-691118a64c82.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c49f4935-220a-4f2f-8401-9285c0692760 {
  min-height: 50px;
}








#s-c49f4935-220a-4f2f-8401-9285c0692760 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c49f4935-220a-4f2f-8401-9285c0692760.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d429dde9-a857-431c-961f-36d5a5f3cfcd {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
text-align: left;
}

#s-d429dde9-a857-431c-961f-36d5a5f3cfcd .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-6ef5f124-01e8-45f3-abf3-9826b143bd61 {
  padding-top: 0%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}

#s-e9ad83f8-cdc5-4430-a2b9-c22a1866a80d hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-113a43a9-56c2-497e-9cc0-526dfd8d36d7 {
  min-height: 0px;
}

@media (min-width: 0px) {
[id="s-113a43a9-56c2-497e-9cc0-526dfd8d36d7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-113a43a9-56c2-497e-9cc0-526dfd8d36d7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-113a43a9-56c2-497e-9cc0-526dfd8d36d7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-113a43a9-56c2-497e-9cc0-526dfd8d36d7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-113a43a9-56c2-497e-9cc0-526dfd8d36d7"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-fdb36881-34b5-422e-9ba7-912650502546 {
  min-height: 50px;
}








#s-fdb36881-34b5-422e-9ba7-912650502546 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fdb36881-34b5-422e-9ba7-912650502546.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b3cb9a3-120a-4cb8-9e6e-640f2059a876 {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
text-align: left;
}

#s-0b3cb9a3-120a-4cb8-9e6e-640f2059a876 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-53b773b2-f3d1-4a05-99bd-a61b222e7237 {
  padding-top: 0%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}

#s-53be2c7c-b72a-49d4-ac51-3a3028295bae {
  background-repeat: no-repeat;
background-size: cover;
min-height: 700px;
background-position: center center;
}








#s-53be2c7c-b72a-49d4-ac51-3a3028295bae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53be2c7c-b72a-49d4-ac51-3a3028295bae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-50bece1c-0c9b-40e6-b74b-7b18e566d722 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-9535ee76-3a40-442a-b3ca-4030b94d9964"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9535ee76-3a40-442a-b3ca-4030b94d9964"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-9535ee76-3a40-442a-b3ca-4030b94d9964"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-9535ee76-3a40-442a-b3ca-4030b94d9964"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

}

#s-d90e3740-bfc2-44eb-8cca-770e07f16b85 {
  margin-top: 2px;
margin-bottom: 2px;
padding-top: 5%;
padding-bottom: 5%;
min-height: 700px;
}








#s-d90e3740-bfc2-44eb-8cca-770e07f16b85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d90e3740-bfc2-44eb-8cca-770e07f16b85.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-4b34af43-94f5-4434-9f89-20c550fafa9f {
  max-width: 1280px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-4b34af43-94f5-4434-9f89-20c550fafa9f img.shogun-image,
  #s-4b34af43-94f5-4434-9f89-20c550fafa9f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4b34af43-94f5-4434-9f89-20c550fafa9f {
    width: 100%;
    height: auto;
  }

  #s-4b34af43-94f5-4434-9f89-20c550fafa9f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b34af43-94f5-4434-9f89-20c550fafa9f.shogun-image {
    
    
  }


.s-4b34af43-94f5-4434-9f89-20c550fafa9f .shogun-image-content {
  
    align-items: center;
  
}

.s-4b34af43-94f5-4434-9f89-20c550fafa9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b34af43-94f5-4434-9f89-20c550fafa9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b34af43-94f5-4434-9f89-20c550fafa9f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b34af43-94f5-4434-9f89-20c550fafa9f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b34af43-94f5-4434-9f89-20c550fafa9f.shogun-image-container {
      position: relative;
    }

    .s-4b34af43-94f5-4434-9f89-20c550fafa9f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b34af43-94f5-4434-9f89-20c550fafa9f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b34af43-94f5-4434-9f89-20c550fafa9f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-4b34af43-94f5-4434-9f89-20c550fafa9f img.shogun-image,
  #s-4b34af43-94f5-4434-9f89-20c550fafa9f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4b34af43-94f5-4434-9f89-20c550fafa9f {
    width: 100%;
    height: auto;
  }

  #s-4b34af43-94f5-4434-9f89-20c550fafa9f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b34af43-94f5-4434-9f89-20c550fafa9f.shogun-image {
    
    
  }


.s-4b34af43-94f5-4434-9f89-20c550fafa9f .shogun-image-content {
  
    align-items: center;
  
}

.s-4b34af43-94f5-4434-9f89-20c550fafa9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b34af43-94f5-4434-9f89-20c550fafa9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b34af43-94f5-4434-9f89-20c550fafa9f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b34af43-94f5-4434-9f89-20c550fafa9f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b34af43-94f5-4434-9f89-20c550fafa9f.shogun-image-container {
      position: relative;
    }

    .s-4b34af43-94f5-4434-9f89-20c550fafa9f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b34af43-94f5-4434-9f89-20c550fafa9f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b34af43-94f5-4434-9f89-20c550fafa9f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-4b34af43-94f5-4434-9f89-20c550fafa9f img.shogun-image,
  #s-4b34af43-94f5-4434-9f89-20c550fafa9f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4b34af43-94f5-4434-9f89-20c550fafa9f {
    width: 100%;
    height: auto;
  }

  #s-4b34af43-94f5-4434-9f89-20c550fafa9f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b34af43-94f5-4434-9f89-20c550fafa9f.shogun-image {
    
    
  }


.s-4b34af43-94f5-4434-9f89-20c550fafa9f .shogun-image-content {
  
    align-items: center;
  
}

.s-4b34af43-94f5-4434-9f89-20c550fafa9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b34af43-94f5-4434-9f89-20c550fafa9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b34af43-94f5-4434-9f89-20c550fafa9f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b34af43-94f5-4434-9f89-20c550fafa9f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b34af43-94f5-4434-9f89-20c550fafa9f.shogun-image-container {
      position: relative;
    }

    .s-4b34af43-94f5-4434-9f89-20c550fafa9f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b34af43-94f5-4434-9f89-20c550fafa9f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b34af43-94f5-4434-9f89-20c550fafa9f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-4b34af43-94f5-4434-9f89-20c550fafa9f img.shogun-image,
  #s-4b34af43-94f5-4434-9f89-20c550fafa9f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4b34af43-94f5-4434-9f89-20c550fafa9f {
    width: 100%;
    height: auto;
  }

  #s-4b34af43-94f5-4434-9f89-20c550fafa9f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b34af43-94f5-4434-9f89-20c550fafa9f.shogun-image {
    
    
  }


.s-4b34af43-94f5-4434-9f89-20c550fafa9f .shogun-image-content {
  
    align-items: center;
  
}

.s-4b34af43-94f5-4434-9f89-20c550fafa9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b34af43-94f5-4434-9f89-20c550fafa9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b34af43-94f5-4434-9f89-20c550fafa9f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b34af43-94f5-4434-9f89-20c550fafa9f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b34af43-94f5-4434-9f89-20c550fafa9f.shogun-image-container {
      position: relative;
    }

    .s-4b34af43-94f5-4434-9f89-20c550fafa9f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b34af43-94f5-4434-9f89-20c550fafa9f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b34af43-94f5-4434-9f89-20c550fafa9f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-4b34af43-94f5-4434-9f89-20c550fafa9f img.shogun-image,
  #s-4b34af43-94f5-4434-9f89-20c550fafa9f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4b34af43-94f5-4434-9f89-20c550fafa9f {
    width: 100%;
    height: auto;
  }

  #s-4b34af43-94f5-4434-9f89-20c550fafa9f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b34af43-94f5-4434-9f89-20c550fafa9f.shogun-image {
    
    
  }


.s-4b34af43-94f5-4434-9f89-20c550fafa9f .shogun-image-content {
  
    align-items: center;
  
}

.s-4b34af43-94f5-4434-9f89-20c550fafa9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b34af43-94f5-4434-9f89-20c550fafa9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b34af43-94f5-4434-9f89-20c550fafa9f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b34af43-94f5-4434-9f89-20c550fafa9f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b34af43-94f5-4434-9f89-20c550fafa9f.shogun-image-container {
      position: relative;
    }

    .s-4b34af43-94f5-4434-9f89-20c550fafa9f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b34af43-94f5-4434-9f89-20c550fafa9f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b34af43-94f5-4434-9f89-20c550fafa9f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-89c7d496-f06b-4a60-af6c-3906fbeb43fe {
  padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
text-align: center;
}

#s-89c7d496-f06b-4a60-af6c-3906fbeb43fe .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-9b1b5029-eed1-479a-adfe-38b5c2663e0c {
  margin-top: 2px;
margin-bottom: 2px;
padding-top: 5%;
padding-bottom: 5%;
min-height: 700px;
}








#s-9b1b5029-eed1-479a-adfe-38b5c2663e0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b1b5029-eed1-479a-adfe-38b5c2663e0c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e89ee0f2-3336-4d1b-9079-7a297dbce696 {
  max-width: 1280px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-e89ee0f2-3336-4d1b-9079-7a297dbce696 img.shogun-image,
  #s-e89ee0f2-3336-4d1b-9079-7a297dbce696 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e89ee0f2-3336-4d1b-9079-7a297dbce696 {
    width: 100%;
    height: auto;
  }

  #s-e89ee0f2-3336-4d1b-9079-7a297dbce696 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e89ee0f2-3336-4d1b-9079-7a297dbce696.shogun-image {
    
    
  }


.s-e89ee0f2-3336-4d1b-9079-7a297dbce696 .shogun-image-content {
  
    align-items: center;
  
}

.s-e89ee0f2-3336-4d1b-9079-7a297dbce696.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e89ee0f2-3336-4d1b-9079-7a297dbce696.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e89ee0f2-3336-4d1b-9079-7a297dbce696.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e89ee0f2-3336-4d1b-9079-7a297dbce696 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e89ee0f2-3336-4d1b-9079-7a297dbce696.shogun-image-container {
      position: relative;
    }

    .s-e89ee0f2-3336-4d1b-9079-7a297dbce696.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e89ee0f2-3336-4d1b-9079-7a297dbce696.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e89ee0f2-3336-4d1b-9079-7a297dbce696 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-e89ee0f2-3336-4d1b-9079-7a297dbce696 img.shogun-image,
  #s-e89ee0f2-3336-4d1b-9079-7a297dbce696 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e89ee0f2-3336-4d1b-9079-7a297dbce696 {
    width: 100%;
    height: auto;
  }

  #s-e89ee0f2-3336-4d1b-9079-7a297dbce696 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e89ee0f2-3336-4d1b-9079-7a297dbce696.shogun-image {
    
    
  }


.s-e89ee0f2-3336-4d1b-9079-7a297dbce696 .shogun-image-content {
  
    align-items: center;
  
}

.s-e89ee0f2-3336-4d1b-9079-7a297dbce696.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e89ee0f2-3336-4d1b-9079-7a297dbce696.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e89ee0f2-3336-4d1b-9079-7a297dbce696.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e89ee0f2-3336-4d1b-9079-7a297dbce696 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e89ee0f2-3336-4d1b-9079-7a297dbce696.shogun-image-container {
      position: relative;
    }

    .s-e89ee0f2-3336-4d1b-9079-7a297dbce696.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e89ee0f2-3336-4d1b-9079-7a297dbce696.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e89ee0f2-3336-4d1b-9079-7a297dbce696 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-e89ee0f2-3336-4d1b-9079-7a297dbce696 img.shogun-image,
  #s-e89ee0f2-3336-4d1b-9079-7a297dbce696 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e89ee0f2-3336-4d1b-9079-7a297dbce696 {
    width: 100%;
    height: auto;
  }

  #s-e89ee0f2-3336-4d1b-9079-7a297dbce696 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e89ee0f2-3336-4d1b-9079-7a297dbce696.shogun-image {
    
    
  }


.s-e89ee0f2-3336-4d1b-9079-7a297dbce696 .shogun-image-content {
  
    align-items: center;
  
}

.s-e89ee0f2-3336-4d1b-9079-7a297dbce696.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e89ee0f2-3336-4d1b-9079-7a297dbce696.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e89ee0f2-3336-4d1b-9079-7a297dbce696.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e89ee0f2-3336-4d1b-9079-7a297dbce696 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e89ee0f2-3336-4d1b-9079-7a297dbce696.shogun-image-container {
      position: relative;
    }

    .s-e89ee0f2-3336-4d1b-9079-7a297dbce696.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e89ee0f2-3336-4d1b-9079-7a297dbce696.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e89ee0f2-3336-4d1b-9079-7a297dbce696 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-e89ee0f2-3336-4d1b-9079-7a297dbce696 img.shogun-image,
  #s-e89ee0f2-3336-4d1b-9079-7a297dbce696 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e89ee0f2-3336-4d1b-9079-7a297dbce696 {
    width: 100%;
    height: auto;
  }

  #s-e89ee0f2-3336-4d1b-9079-7a297dbce696 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e89ee0f2-3336-4d1b-9079-7a297dbce696.shogun-image {
    
    
  }


.s-e89ee0f2-3336-4d1b-9079-7a297dbce696 .shogun-image-content {
  
    align-items: center;
  
}

.s-e89ee0f2-3336-4d1b-9079-7a297dbce696.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e89ee0f2-3336-4d1b-9079-7a297dbce696.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e89ee0f2-3336-4d1b-9079-7a297dbce696.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e89ee0f2-3336-4d1b-9079-7a297dbce696 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e89ee0f2-3336-4d1b-9079-7a297dbce696.shogun-image-container {
      position: relative;
    }

    .s-e89ee0f2-3336-4d1b-9079-7a297dbce696.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e89ee0f2-3336-4d1b-9079-7a297dbce696.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e89ee0f2-3336-4d1b-9079-7a297dbce696 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-e89ee0f2-3336-4d1b-9079-7a297dbce696 img.shogun-image,
  #s-e89ee0f2-3336-4d1b-9079-7a297dbce696 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e89ee0f2-3336-4d1b-9079-7a297dbce696 {
    width: 100%;
    height: auto;
  }

  #s-e89ee0f2-3336-4d1b-9079-7a297dbce696 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e89ee0f2-3336-4d1b-9079-7a297dbce696.shogun-image {
    
    
  }


.s-e89ee0f2-3336-4d1b-9079-7a297dbce696 .shogun-image-content {
  
    align-items: center;
  
}

.s-e89ee0f2-3336-4d1b-9079-7a297dbce696.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e89ee0f2-3336-4d1b-9079-7a297dbce696.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e89ee0f2-3336-4d1b-9079-7a297dbce696.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e89ee0f2-3336-4d1b-9079-7a297dbce696 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e89ee0f2-3336-4d1b-9079-7a297dbce696.shogun-image-container {
      position: relative;
    }

    .s-e89ee0f2-3336-4d1b-9079-7a297dbce696.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e89ee0f2-3336-4d1b-9079-7a297dbce696.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e89ee0f2-3336-4d1b-9079-7a297dbce696 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a8cdb12d-8b11-4a50-8652-8d6896ace67e {
  padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
text-align: center;
}

#s-a8cdb12d-8b11-4a50-8652-8d6896ace67e .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-e63cc260-5854-48df-8c91-228fd003e33f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e63cc260-5854-48df-8c91-228fd003e33f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-e63cc260-5854-48df-8c91-228fd003e33f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-e63cc260-5854-48df-8c91-228fd003e33f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

}

#s-0ea6a9fc-5c41-4a8b-b567-9fa113009f7c {
  margin-top: 2px;
margin-bottom: 2px;
padding-top: 5%;
padding-bottom: 5%;
min-height: 700px;
}








#s-0ea6a9fc-5c41-4a8b-b567-9fa113009f7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ea6a9fc-5c41-4a8b-b567-9fa113009f7c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a22e77ff-b6b6-4955-b6bd-3103410277ce {
  max-width: 1280px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-a22e77ff-b6b6-4955-b6bd-3103410277ce img.shogun-image,
  #s-a22e77ff-b6b6-4955-b6bd-3103410277ce .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a22e77ff-b6b6-4955-b6bd-3103410277ce {
    width: 100%;
    height: auto;
  }

  #s-a22e77ff-b6b6-4955-b6bd-3103410277ce img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a22e77ff-b6b6-4955-b6bd-3103410277ce.shogun-image {
    
    
  }


.s-a22e77ff-b6b6-4955-b6bd-3103410277ce .shogun-image-content {
  
    align-items: center;
  
}

.s-a22e77ff-b6b6-4955-b6bd-3103410277ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a22e77ff-b6b6-4955-b6bd-3103410277ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a22e77ff-b6b6-4955-b6bd-3103410277ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a22e77ff-b6b6-4955-b6bd-3103410277ce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a22e77ff-b6b6-4955-b6bd-3103410277ce.shogun-image-container {
      position: relative;
    }

    .s-a22e77ff-b6b6-4955-b6bd-3103410277ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a22e77ff-b6b6-4955-b6bd-3103410277ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a22e77ff-b6b6-4955-b6bd-3103410277ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a22e77ff-b6b6-4955-b6bd-3103410277ce img.shogun-image,
  #s-a22e77ff-b6b6-4955-b6bd-3103410277ce .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a22e77ff-b6b6-4955-b6bd-3103410277ce {
    width: 100%;
    height: auto;
  }

  #s-a22e77ff-b6b6-4955-b6bd-3103410277ce img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a22e77ff-b6b6-4955-b6bd-3103410277ce.shogun-image {
    
    
  }


.s-a22e77ff-b6b6-4955-b6bd-3103410277ce .shogun-image-content {
  
    align-items: center;
  
}

.s-a22e77ff-b6b6-4955-b6bd-3103410277ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a22e77ff-b6b6-4955-b6bd-3103410277ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a22e77ff-b6b6-4955-b6bd-3103410277ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a22e77ff-b6b6-4955-b6bd-3103410277ce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a22e77ff-b6b6-4955-b6bd-3103410277ce.shogun-image-container {
      position: relative;
    }

    .s-a22e77ff-b6b6-4955-b6bd-3103410277ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a22e77ff-b6b6-4955-b6bd-3103410277ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a22e77ff-b6b6-4955-b6bd-3103410277ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a22e77ff-b6b6-4955-b6bd-3103410277ce img.shogun-image,
  #s-a22e77ff-b6b6-4955-b6bd-3103410277ce .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a22e77ff-b6b6-4955-b6bd-3103410277ce {
    width: 100%;
    height: auto;
  }

  #s-a22e77ff-b6b6-4955-b6bd-3103410277ce img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a22e77ff-b6b6-4955-b6bd-3103410277ce.shogun-image {
    
    
  }


.s-a22e77ff-b6b6-4955-b6bd-3103410277ce .shogun-image-content {
  
    align-items: center;
  
}

.s-a22e77ff-b6b6-4955-b6bd-3103410277ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a22e77ff-b6b6-4955-b6bd-3103410277ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a22e77ff-b6b6-4955-b6bd-3103410277ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a22e77ff-b6b6-4955-b6bd-3103410277ce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a22e77ff-b6b6-4955-b6bd-3103410277ce.shogun-image-container {
      position: relative;
    }

    .s-a22e77ff-b6b6-4955-b6bd-3103410277ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a22e77ff-b6b6-4955-b6bd-3103410277ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a22e77ff-b6b6-4955-b6bd-3103410277ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a22e77ff-b6b6-4955-b6bd-3103410277ce img.shogun-image,
  #s-a22e77ff-b6b6-4955-b6bd-3103410277ce .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a22e77ff-b6b6-4955-b6bd-3103410277ce {
    width: 100%;
    height: auto;
  }

  #s-a22e77ff-b6b6-4955-b6bd-3103410277ce img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a22e77ff-b6b6-4955-b6bd-3103410277ce.shogun-image {
    
    
  }


.s-a22e77ff-b6b6-4955-b6bd-3103410277ce .shogun-image-content {
  
    align-items: center;
  
}

.s-a22e77ff-b6b6-4955-b6bd-3103410277ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a22e77ff-b6b6-4955-b6bd-3103410277ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a22e77ff-b6b6-4955-b6bd-3103410277ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a22e77ff-b6b6-4955-b6bd-3103410277ce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a22e77ff-b6b6-4955-b6bd-3103410277ce.shogun-image-container {
      position: relative;
    }

    .s-a22e77ff-b6b6-4955-b6bd-3103410277ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a22e77ff-b6b6-4955-b6bd-3103410277ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a22e77ff-b6b6-4955-b6bd-3103410277ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a22e77ff-b6b6-4955-b6bd-3103410277ce img.shogun-image,
  #s-a22e77ff-b6b6-4955-b6bd-3103410277ce .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a22e77ff-b6b6-4955-b6bd-3103410277ce {
    width: 100%;
    height: auto;
  }

  #s-a22e77ff-b6b6-4955-b6bd-3103410277ce img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a22e77ff-b6b6-4955-b6bd-3103410277ce.shogun-image {
    
    
  }


.s-a22e77ff-b6b6-4955-b6bd-3103410277ce .shogun-image-content {
  
    align-items: center;
  
}

.s-a22e77ff-b6b6-4955-b6bd-3103410277ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a22e77ff-b6b6-4955-b6bd-3103410277ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a22e77ff-b6b6-4955-b6bd-3103410277ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a22e77ff-b6b6-4955-b6bd-3103410277ce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a22e77ff-b6b6-4955-b6bd-3103410277ce.shogun-image-container {
      position: relative;
    }

    .s-a22e77ff-b6b6-4955-b6bd-3103410277ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a22e77ff-b6b6-4955-b6bd-3103410277ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a22e77ff-b6b6-4955-b6bd-3103410277ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-3d875cc3-6d6d-4908-b404-d6913a8655d3 {
  padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
text-align: center;
}

#s-3d875cc3-6d6d-4908-b404-d6913a8655d3 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-d3c15897-c217-4ec1-b5e3-a2fc3962b544 {
  margin-top: 2px;
margin-bottom: 2px;
padding-top: 5%;
padding-bottom: 5%;
min-height: 700px;
}








#s-d3c15897-c217-4ec1-b5e3-a2fc3962b544 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3c15897-c217-4ec1-b5e3-a2fc3962b544.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4648caf6-c325-4b73-828e-b57d6191bd0f {
  max-width: 1280px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-4648caf6-c325-4b73-828e-b57d6191bd0f img.shogun-image,
  #s-4648caf6-c325-4b73-828e-b57d6191bd0f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4648caf6-c325-4b73-828e-b57d6191bd0f {
    width: 100%;
    height: auto;
  }

  #s-4648caf6-c325-4b73-828e-b57d6191bd0f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4648caf6-c325-4b73-828e-b57d6191bd0f.shogun-image {
    
    
  }


.s-4648caf6-c325-4b73-828e-b57d6191bd0f .shogun-image-content {
  
    align-items: center;
  
}

.s-4648caf6-c325-4b73-828e-b57d6191bd0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4648caf6-c325-4b73-828e-b57d6191bd0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4648caf6-c325-4b73-828e-b57d6191bd0f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4648caf6-c325-4b73-828e-b57d6191bd0f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4648caf6-c325-4b73-828e-b57d6191bd0f.shogun-image-container {
      position: relative;
    }

    .s-4648caf6-c325-4b73-828e-b57d6191bd0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4648caf6-c325-4b73-828e-b57d6191bd0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4648caf6-c325-4b73-828e-b57d6191bd0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-4648caf6-c325-4b73-828e-b57d6191bd0f img.shogun-image,
  #s-4648caf6-c325-4b73-828e-b57d6191bd0f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4648caf6-c325-4b73-828e-b57d6191bd0f {
    width: 100%;
    height: auto;
  }

  #s-4648caf6-c325-4b73-828e-b57d6191bd0f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4648caf6-c325-4b73-828e-b57d6191bd0f.shogun-image {
    
    
  }


.s-4648caf6-c325-4b73-828e-b57d6191bd0f .shogun-image-content {
  
    align-items: center;
  
}

.s-4648caf6-c325-4b73-828e-b57d6191bd0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4648caf6-c325-4b73-828e-b57d6191bd0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4648caf6-c325-4b73-828e-b57d6191bd0f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4648caf6-c325-4b73-828e-b57d6191bd0f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4648caf6-c325-4b73-828e-b57d6191bd0f.shogun-image-container {
      position: relative;
    }

    .s-4648caf6-c325-4b73-828e-b57d6191bd0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4648caf6-c325-4b73-828e-b57d6191bd0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4648caf6-c325-4b73-828e-b57d6191bd0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-4648caf6-c325-4b73-828e-b57d6191bd0f img.shogun-image,
  #s-4648caf6-c325-4b73-828e-b57d6191bd0f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4648caf6-c325-4b73-828e-b57d6191bd0f {
    width: 100%;
    height: auto;
  }

  #s-4648caf6-c325-4b73-828e-b57d6191bd0f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4648caf6-c325-4b73-828e-b57d6191bd0f.shogun-image {
    
    
  }


.s-4648caf6-c325-4b73-828e-b57d6191bd0f .shogun-image-content {
  
    align-items: center;
  
}

.s-4648caf6-c325-4b73-828e-b57d6191bd0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4648caf6-c325-4b73-828e-b57d6191bd0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4648caf6-c325-4b73-828e-b57d6191bd0f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4648caf6-c325-4b73-828e-b57d6191bd0f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4648caf6-c325-4b73-828e-b57d6191bd0f.shogun-image-container {
      position: relative;
    }

    .s-4648caf6-c325-4b73-828e-b57d6191bd0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4648caf6-c325-4b73-828e-b57d6191bd0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4648caf6-c325-4b73-828e-b57d6191bd0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-4648caf6-c325-4b73-828e-b57d6191bd0f img.shogun-image,
  #s-4648caf6-c325-4b73-828e-b57d6191bd0f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4648caf6-c325-4b73-828e-b57d6191bd0f {
    width: 100%;
    height: auto;
  }

  #s-4648caf6-c325-4b73-828e-b57d6191bd0f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4648caf6-c325-4b73-828e-b57d6191bd0f.shogun-image {
    
    
  }


.s-4648caf6-c325-4b73-828e-b57d6191bd0f .shogun-image-content {
  
    align-items: center;
  
}

.s-4648caf6-c325-4b73-828e-b57d6191bd0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4648caf6-c325-4b73-828e-b57d6191bd0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4648caf6-c325-4b73-828e-b57d6191bd0f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4648caf6-c325-4b73-828e-b57d6191bd0f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4648caf6-c325-4b73-828e-b57d6191bd0f.shogun-image-container {
      position: relative;
    }

    .s-4648caf6-c325-4b73-828e-b57d6191bd0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4648caf6-c325-4b73-828e-b57d6191bd0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4648caf6-c325-4b73-828e-b57d6191bd0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-4648caf6-c325-4b73-828e-b57d6191bd0f img.shogun-image,
  #s-4648caf6-c325-4b73-828e-b57d6191bd0f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4648caf6-c325-4b73-828e-b57d6191bd0f {
    width: 100%;
    height: auto;
  }

  #s-4648caf6-c325-4b73-828e-b57d6191bd0f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4648caf6-c325-4b73-828e-b57d6191bd0f.shogun-image {
    
    
  }


.s-4648caf6-c325-4b73-828e-b57d6191bd0f .shogun-image-content {
  
    align-items: center;
  
}

.s-4648caf6-c325-4b73-828e-b57d6191bd0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4648caf6-c325-4b73-828e-b57d6191bd0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4648caf6-c325-4b73-828e-b57d6191bd0f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4648caf6-c325-4b73-828e-b57d6191bd0f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4648caf6-c325-4b73-828e-b57d6191bd0f.shogun-image-container {
      position: relative;
    }

    .s-4648caf6-c325-4b73-828e-b57d6191bd0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4648caf6-c325-4b73-828e-b57d6191bd0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4648caf6-c325-4b73-828e-b57d6191bd0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-ecdaa7b0-6c43-4eb8-af8d-c7f6ebb634c0 {
  padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
text-align: center;
}

#s-ecdaa7b0-6c43-4eb8-af8d-c7f6ebb634c0 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-f46204b3-ae03-44f1-920e-4a485917b218"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f46204b3-ae03-44f1-920e-4a485917b218"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f46204b3-ae03-44f1-920e-4a485917b218"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f46204b3-ae03-44f1-920e-4a485917b218"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f46204b3-ae03-44f1-920e-4a485917b218"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f46204b3-ae03-44f1-920e-4a485917b218"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f46204b3-ae03-44f1-920e-4a485917b218"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-8d975660-ca44-43fb-81a0-4f032eb816b9 {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
text-align: left;
}

#s-8d975660-ca44-43fb-81a0-4f032eb816b9 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-389b6bda-ea00-478f-bba7-4e1a07e10415 {
  padding-top: 0%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-a8ecc4da-e301-4e51-ac60-e9040cc5337a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a8ecc4da-e301-4e51-ac60-e9040cc5337a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-a8ecc4da-e301-4e51-ac60-e9040cc5337a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-a8ecc4da-e301-4e51-ac60-e9040cc5337a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-a8ecc4da-e301-4e51-ac60-e9040cc5337a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-a8ecc4da-e301-4e51-ac60-e9040cc5337a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-a8ecc4da-e301-4e51-ac60-e9040cc5337a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-8713cf2f-d42c-41a8-9d3c-58cab550e5bf {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 2px;
margin-bottom: 2px;
padding-top: 0%;
padding-bottom: 0%;
min-height: 500px;
background-position: center center;
}








#s-8713cf2f-d42c-41a8-9d3c-58cab550e5bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8713cf2f-d42c-41a8-9d3c-58cab550e5bf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7d974c16-ba60-4c66-a0a1-28635f326baa {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 2px;
margin-bottom: 2px;
min-height: 500px;
background-position: center center;
}








#s-7d974c16-ba60-4c66-a0a1-28635f326baa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d974c16-ba60-4c66-a0a1-28635f326baa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-84e78a22-59f7-420b-8928-809a46c45f35"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-84e78a22-59f7-420b-8928-809a46c45f35"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-84e78a22-59f7-420b-8928-809a46c45f35"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-84e78a22-59f7-420b-8928-809a46c45f35"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-84e78a22-59f7-420b-8928-809a46c45f35"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-84e78a22-59f7-420b-8928-809a46c45f35"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-84e78a22-59f7-420b-8928-809a46c45f35"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0px);
}

}

#s-d2d979d3-c0ec-48b4-9921-d790524d4098 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 2px;
margin-bottom: 2px;
padding-top: 0%;
padding-bottom: 0%;
min-height: 500px;
background-position: center center;
}








#s-d2d979d3-c0ec-48b4-9921-d790524d4098 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2d979d3-c0ec-48b4-9921-d790524d4098.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-87e59fea-8fb5-4c64-94dd-46f87f8d8602 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 2px;
margin-bottom: 2px;
min-height: 500px;
background-position: center center;
}








#s-87e59fea-8fb5-4c64-94dd-46f87f8d8602 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87e59fea-8fb5-4c64-94dd-46f87f8d8602.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09be9436-f9f0-442e-ada9-08ca47137a18 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-e1d93bd5-c8b8-4ae8-82c2-6de5d437bf6d {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-e1d93bd5-c8b8-4ae8-82c2-6de5d437bf6d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e1d93bd5-c8b8-4ae8-82c2-6de5d437bf6d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-e1d93bd5-c8b8-4ae8-82c2-6de5d437bf6d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-e1d93bd5-c8b8-4ae8-82c2-6de5d437bf6d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-5275aff9-c65e-4e73-926f-8df5db0d6098 {
  min-height: 50px;
}








#s-5275aff9-c65e-4e73-926f-8df5db0d6098 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5275aff9-c65e-4e73-926f-8df5db0d6098.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-47d8e6c6-648f-4e0e-b5d8-b0c61e6465ac {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-47d8e6c6-648f-4e0e-b5d8-b0c61e6465ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47d8e6c6-648f-4e0e-b5d8-b0c61e6465ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9db9cd5-a7c7-47f3-9bec-f21487904de4 {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
text-align: left;
}

#s-c9db9cd5-a7c7-47f3-9bec-f21487904de4 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-0d836995-15da-4404-bdc0-d6c7df4ff061 {
  padding-top: 0%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}

#s-2c7aab08-31ab-4e8d-8630-ef570ee1b5f4 {
  min-height: 50px;
}








#s-2c7aab08-31ab-4e8d-8630-ef570ee1b5f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c7aab08-31ab-4e8d-8630-ef570ee1b5f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-61ee7969-5096-4c82-a453-a0744d179063 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-61ee7969-5096-4c82-a453-a0744d179063 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61ee7969-5096-4c82-a453-a0744d179063.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-87328154-6e73-4aad-9553-c2a7b0960f70 {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
text-align: left;
}

#s-87328154-6e73-4aad-9553-c2a7b0960f70 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-10e585fd-0722-4457-b59a-04a809534069 {
  padding-top: 0%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}

#s-699a81d1-26ca-45e9-b08b-55a3ff3da02b hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b {
  max-width: 1920px;
aspect-ratio: 1920/960;
text-align: center;
}





  #s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b img.shogun-image,
  #s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b {
    width: 100%;
    height: auto;
  }

  #s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b.shogun-image {
    
    
  }


.s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b .shogun-image-content {
  
    align-items: center;
  
}

.s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b {
      --shg-aspect-ratio: calc(1920/960); 
    }

    .s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b.shogun-image-container {
      position: relative;
    }

    .s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b img.shogun-image,
  #s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b {
    width: 100%;
    height: auto;
  }

  #s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b.shogun-image {
    
    
  }


.s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b .shogun-image-content {
  
    align-items: center;
  
}

.s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b {
      --shg-aspect-ratio: calc(1920/960); 
    }

    .s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b.shogun-image-container {
      position: relative;
    }

    .s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b img.shogun-image,
  #s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b {
    width: 100%;
    height: auto;
  }

  #s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b.shogun-image {
    
    
  }


.s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b .shogun-image-content {
  
    align-items: center;
  
}

.s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b {
      --shg-aspect-ratio: calc(1920/960); 
    }

    .s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b.shogun-image-container {
      position: relative;
    }

    .s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b img.shogun-image,
  #s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b {
    width: 100%;
    height: auto;
  }

  #s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b.shogun-image {
    
    
  }


.s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b .shogun-image-content {
  
    align-items: center;
  
}

.s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b {
      --shg-aspect-ratio: calc(1920/960); 
    }

    .s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b.shogun-image-container {
      position: relative;
    }

    .s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b img.shogun-image,
  #s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b {
    width: 100%;
    height: auto;
  }

  #s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b.shogun-image {
    
    
  }


.s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b .shogun-image-content {
  
    align-items: center;
  
}

.s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b {
      --shg-aspect-ratio: calc(1920/960); 
    }

    .s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b.shogun-image-container {
      position: relative;
    }

    .s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8818ff9-2d22-4094-81e0-99ff6cbb8d2b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
@media (min-width: 0px) {
[id="s-9d2efc98-207e-4598-9c6d-9ab472db396b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9d2efc98-207e-4598-9c6d-9ab472db396b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9d2efc98-207e-4598-9c6d-9ab472db396b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9d2efc98-207e-4598-9c6d-9ab472db396b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9d2efc98-207e-4598-9c6d-9ab472db396b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d2efc98-207e-4598-9c6d-9ab472db396b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9d2efc98-207e-4598-9c6d-9ab472db396b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-8edd8176-15d0-4d06-acf9-60b27790695b {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
text-align: center;
}

#s-8edd8176-15d0-4d06-acf9-60b27790695b .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-96bebf21-906a-4516-92c3-11df11fd3ede {
  padding-top: 0%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-a1392ec3-354b-41ed-a1d0-30d21e22ed31 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-a1392ec3-354b-41ed-a1d0-30d21e22ed31 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-a1392ec3-354b-41ed-a1d0-30d21e22ed31 .shg-sld-nav-button.shg-sld-left,
#s-a1392ec3-354b-41ed-a1d0-30d21e22ed31 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-12d7b7ef-2197-4991-9855-c2e5c54fd680 {
  min-height: 50px;
}








#s-12d7b7ef-2197-4991-9855-c2e5c54fd680 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12d7b7ef-2197-4991-9855-c2e5c54fd680.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bdd12643-a847-4eb1-bd66-344bb52b4615 {
  max-width: 1440px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-bdd12643-a847-4eb1-bd66-344bb52b4615 img.shogun-image,
  #s-bdd12643-a847-4eb1-bd66-344bb52b4615 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bdd12643-a847-4eb1-bd66-344bb52b4615 {
    width: 100%;
    height: auto;
  }

  #s-bdd12643-a847-4eb1-bd66-344bb52b4615 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bdd12643-a847-4eb1-bd66-344bb52b4615.shogun-image {
    
    
  }


.s-bdd12643-a847-4eb1-bd66-344bb52b4615 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdd12643-a847-4eb1-bd66-344bb52b4615.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdd12643-a847-4eb1-bd66-344bb52b4615.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdd12643-a847-4eb1-bd66-344bb52b4615.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bdd12643-a847-4eb1-bd66-344bb52b4615 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-bdd12643-a847-4eb1-bd66-344bb52b4615.shogun-image-container {
      position: relative;
    }

    .s-bdd12643-a847-4eb1-bd66-344bb52b4615.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdd12643-a847-4eb1-bd66-344bb52b4615.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdd12643-a847-4eb1-bd66-344bb52b4615 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-bdd12643-a847-4eb1-bd66-344bb52b4615 img.shogun-image,
  #s-bdd12643-a847-4eb1-bd66-344bb52b4615 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bdd12643-a847-4eb1-bd66-344bb52b4615 {
    width: 100%;
    height: auto;
  }

  #s-bdd12643-a847-4eb1-bd66-344bb52b4615 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bdd12643-a847-4eb1-bd66-344bb52b4615.shogun-image {
    
    
  }


.s-bdd12643-a847-4eb1-bd66-344bb52b4615 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdd12643-a847-4eb1-bd66-344bb52b4615.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdd12643-a847-4eb1-bd66-344bb52b4615.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdd12643-a847-4eb1-bd66-344bb52b4615.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bdd12643-a847-4eb1-bd66-344bb52b4615 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-bdd12643-a847-4eb1-bd66-344bb52b4615.shogun-image-container {
      position: relative;
    }

    .s-bdd12643-a847-4eb1-bd66-344bb52b4615.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdd12643-a847-4eb1-bd66-344bb52b4615.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdd12643-a847-4eb1-bd66-344bb52b4615 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-bdd12643-a847-4eb1-bd66-344bb52b4615 img.shogun-image,
  #s-bdd12643-a847-4eb1-bd66-344bb52b4615 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bdd12643-a847-4eb1-bd66-344bb52b4615 {
    width: 100%;
    height: auto;
  }

  #s-bdd12643-a847-4eb1-bd66-344bb52b4615 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bdd12643-a847-4eb1-bd66-344bb52b4615.shogun-image {
    
    
  }


.s-bdd12643-a847-4eb1-bd66-344bb52b4615 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdd12643-a847-4eb1-bd66-344bb52b4615.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdd12643-a847-4eb1-bd66-344bb52b4615.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdd12643-a847-4eb1-bd66-344bb52b4615.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bdd12643-a847-4eb1-bd66-344bb52b4615 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-bdd12643-a847-4eb1-bd66-344bb52b4615.shogun-image-container {
      position: relative;
    }

    .s-bdd12643-a847-4eb1-bd66-344bb52b4615.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdd12643-a847-4eb1-bd66-344bb52b4615.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdd12643-a847-4eb1-bd66-344bb52b4615 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-bdd12643-a847-4eb1-bd66-344bb52b4615 img.shogun-image,
  #s-bdd12643-a847-4eb1-bd66-344bb52b4615 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bdd12643-a847-4eb1-bd66-344bb52b4615 {
    width: 100%;
    height: auto;
  }

  #s-bdd12643-a847-4eb1-bd66-344bb52b4615 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bdd12643-a847-4eb1-bd66-344bb52b4615.shogun-image {
    
    
  }


.s-bdd12643-a847-4eb1-bd66-344bb52b4615 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdd12643-a847-4eb1-bd66-344bb52b4615.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdd12643-a847-4eb1-bd66-344bb52b4615.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdd12643-a847-4eb1-bd66-344bb52b4615.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bdd12643-a847-4eb1-bd66-344bb52b4615 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-bdd12643-a847-4eb1-bd66-344bb52b4615.shogun-image-container {
      position: relative;
    }

    .s-bdd12643-a847-4eb1-bd66-344bb52b4615.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdd12643-a847-4eb1-bd66-344bb52b4615.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdd12643-a847-4eb1-bd66-344bb52b4615 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-bdd12643-a847-4eb1-bd66-344bb52b4615 img.shogun-image,
  #s-bdd12643-a847-4eb1-bd66-344bb52b4615 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bdd12643-a847-4eb1-bd66-344bb52b4615 {
    width: 100%;
    height: auto;
  }

  #s-bdd12643-a847-4eb1-bd66-344bb52b4615 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bdd12643-a847-4eb1-bd66-344bb52b4615.shogun-image {
    
    
  }


.s-bdd12643-a847-4eb1-bd66-344bb52b4615 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdd12643-a847-4eb1-bd66-344bb52b4615.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdd12643-a847-4eb1-bd66-344bb52b4615.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdd12643-a847-4eb1-bd66-344bb52b4615.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bdd12643-a847-4eb1-bd66-344bb52b4615 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-bdd12643-a847-4eb1-bd66-344bb52b4615.shogun-image-container {
      position: relative;
    }

    .s-bdd12643-a847-4eb1-bd66-344bb52b4615.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdd12643-a847-4eb1-bd66-344bb52b4615.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdd12643-a847-4eb1-bd66-344bb52b4615 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a1c7f899-9c76-4552-bfa9-9240976bde2c {
  padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
text-align: center;
}

#s-a1c7f899-9c76-4552-bfa9-9240976bde2c .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-a8ef3f94-fc5e-4425-9c52-51a2ef8a7505 {
  min-height: 50px;
}








#s-a8ef3f94-fc5e-4425-9c52-51a2ef8a7505 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8ef3f94-fc5e-4425-9c52-51a2ef8a7505.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5f300204-aaac-4b14-9c61-6276e250f8a2 {
  max-width: 1440px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-5f300204-aaac-4b14-9c61-6276e250f8a2 img.shogun-image,
  #s-5f300204-aaac-4b14-9c61-6276e250f8a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5f300204-aaac-4b14-9c61-6276e250f8a2 {
    width: 100%;
    height: auto;
  }

  #s-5f300204-aaac-4b14-9c61-6276e250f8a2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5f300204-aaac-4b14-9c61-6276e250f8a2.shogun-image {
    
    
  }


.s-5f300204-aaac-4b14-9c61-6276e250f8a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f300204-aaac-4b14-9c61-6276e250f8a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f300204-aaac-4b14-9c61-6276e250f8a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f300204-aaac-4b14-9c61-6276e250f8a2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5f300204-aaac-4b14-9c61-6276e250f8a2 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-5f300204-aaac-4b14-9c61-6276e250f8a2.shogun-image-container {
      position: relative;
    }

    .s-5f300204-aaac-4b14-9c61-6276e250f8a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f300204-aaac-4b14-9c61-6276e250f8a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f300204-aaac-4b14-9c61-6276e250f8a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-5f300204-aaac-4b14-9c61-6276e250f8a2 img.shogun-image,
  #s-5f300204-aaac-4b14-9c61-6276e250f8a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5f300204-aaac-4b14-9c61-6276e250f8a2 {
    width: 100%;
    height: auto;
  }

  #s-5f300204-aaac-4b14-9c61-6276e250f8a2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5f300204-aaac-4b14-9c61-6276e250f8a2.shogun-image {
    
    
  }


.s-5f300204-aaac-4b14-9c61-6276e250f8a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f300204-aaac-4b14-9c61-6276e250f8a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f300204-aaac-4b14-9c61-6276e250f8a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f300204-aaac-4b14-9c61-6276e250f8a2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5f300204-aaac-4b14-9c61-6276e250f8a2 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-5f300204-aaac-4b14-9c61-6276e250f8a2.shogun-image-container {
      position: relative;
    }

    .s-5f300204-aaac-4b14-9c61-6276e250f8a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f300204-aaac-4b14-9c61-6276e250f8a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f300204-aaac-4b14-9c61-6276e250f8a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-5f300204-aaac-4b14-9c61-6276e250f8a2 img.shogun-image,
  #s-5f300204-aaac-4b14-9c61-6276e250f8a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5f300204-aaac-4b14-9c61-6276e250f8a2 {
    width: 100%;
    height: auto;
  }

  #s-5f300204-aaac-4b14-9c61-6276e250f8a2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5f300204-aaac-4b14-9c61-6276e250f8a2.shogun-image {
    
    
  }


.s-5f300204-aaac-4b14-9c61-6276e250f8a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f300204-aaac-4b14-9c61-6276e250f8a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f300204-aaac-4b14-9c61-6276e250f8a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f300204-aaac-4b14-9c61-6276e250f8a2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5f300204-aaac-4b14-9c61-6276e250f8a2 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-5f300204-aaac-4b14-9c61-6276e250f8a2.shogun-image-container {
      position: relative;
    }

    .s-5f300204-aaac-4b14-9c61-6276e250f8a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f300204-aaac-4b14-9c61-6276e250f8a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f300204-aaac-4b14-9c61-6276e250f8a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-5f300204-aaac-4b14-9c61-6276e250f8a2 img.shogun-image,
  #s-5f300204-aaac-4b14-9c61-6276e250f8a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5f300204-aaac-4b14-9c61-6276e250f8a2 {
    width: 100%;
    height: auto;
  }

  #s-5f300204-aaac-4b14-9c61-6276e250f8a2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5f300204-aaac-4b14-9c61-6276e250f8a2.shogun-image {
    
    
  }


.s-5f300204-aaac-4b14-9c61-6276e250f8a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f300204-aaac-4b14-9c61-6276e250f8a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f300204-aaac-4b14-9c61-6276e250f8a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f300204-aaac-4b14-9c61-6276e250f8a2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5f300204-aaac-4b14-9c61-6276e250f8a2 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-5f300204-aaac-4b14-9c61-6276e250f8a2.shogun-image-container {
      position: relative;
    }

    .s-5f300204-aaac-4b14-9c61-6276e250f8a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f300204-aaac-4b14-9c61-6276e250f8a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f300204-aaac-4b14-9c61-6276e250f8a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-5f300204-aaac-4b14-9c61-6276e250f8a2 img.shogun-image,
  #s-5f300204-aaac-4b14-9c61-6276e250f8a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5f300204-aaac-4b14-9c61-6276e250f8a2 {
    width: 100%;
    height: auto;
  }

  #s-5f300204-aaac-4b14-9c61-6276e250f8a2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5f300204-aaac-4b14-9c61-6276e250f8a2.shogun-image {
    
    
  }


.s-5f300204-aaac-4b14-9c61-6276e250f8a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f300204-aaac-4b14-9c61-6276e250f8a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f300204-aaac-4b14-9c61-6276e250f8a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f300204-aaac-4b14-9c61-6276e250f8a2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5f300204-aaac-4b14-9c61-6276e250f8a2 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-5f300204-aaac-4b14-9c61-6276e250f8a2.shogun-image-container {
      position: relative;
    }

    .s-5f300204-aaac-4b14-9c61-6276e250f8a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f300204-aaac-4b14-9c61-6276e250f8a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f300204-aaac-4b14-9c61-6276e250f8a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-36b5be0c-4266-4d55-bd5c-4c4636dd9897 {
  padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
text-align: center;
}

#s-36b5be0c-4266-4d55-bd5c-4c4636dd9897 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-5f26cf94-56be-4d6b-becd-d620a6567314 {
  min-height: 50px;
}








#s-5f26cf94-56be-4d6b-becd-d620a6567314 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f26cf94-56be-4d6b-becd-d620a6567314.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745 {
  max-width: 1440px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745 img.shogun-image,
  #s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745 {
    width: 100%;
    height: auto;
  }

  #s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745.shogun-image {
    
    
  }


.s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745 .shogun-image-content {
  
    align-items: center;
  
}

.s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745.shogun-image-container {
      position: relative;
    }

    .s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745 img.shogun-image,
  #s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745 {
    width: 100%;
    height: auto;
  }

  #s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745.shogun-image {
    
    
  }


.s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745 .shogun-image-content {
  
    align-items: center;
  
}

.s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745.shogun-image-container {
      position: relative;
    }

    .s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745 img.shogun-image,
  #s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745 {
    width: 100%;
    height: auto;
  }

  #s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745.shogun-image {
    
    
  }


.s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745 .shogun-image-content {
  
    align-items: center;
  
}

.s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745.shogun-image-container {
      position: relative;
    }

    .s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745 img.shogun-image,
  #s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745 {
    width: 100%;
    height: auto;
  }

  #s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745.shogun-image {
    
    
  }


.s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745 .shogun-image-content {
  
    align-items: center;
  
}

.s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745.shogun-image-container {
      position: relative;
    }

    .s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745 img.shogun-image,
  #s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745 {
    width: 100%;
    height: auto;
  }

  #s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745.shogun-image {
    
    
  }


.s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745 .shogun-image-content {
  
    align-items: center;
  
}

.s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745.shogun-image-container {
      position: relative;
    }

    .s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65c84fa5-5ed9-4dfc-8e9d-9fecaec77745 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-ac933f24-5022-4bed-a5ca-0c9034088d06 {
  padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
text-align: center;
}

#s-ac933f24-5022-4bed-a5ca-0c9034088d06 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-a97703ea-7ae6-4cc4-a481-c241cb38c6c4 {
  min-height: 50px;
}








#s-a97703ea-7ae6-4cc4-a481-c241cb38c6c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a97703ea-7ae6-4cc4-a481-c241cb38c6c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b0ec4421-ce42-4609-9bfa-87eb632b2789 {
  max-width: 1440px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-b0ec4421-ce42-4609-9bfa-87eb632b2789 img.shogun-image,
  #s-b0ec4421-ce42-4609-9bfa-87eb632b2789 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b0ec4421-ce42-4609-9bfa-87eb632b2789 {
    width: 100%;
    height: auto;
  }

  #s-b0ec4421-ce42-4609-9bfa-87eb632b2789 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b0ec4421-ce42-4609-9bfa-87eb632b2789.shogun-image {
    
    
  }


.s-b0ec4421-ce42-4609-9bfa-87eb632b2789 .shogun-image-content {
  
    align-items: center;
  
}

.s-b0ec4421-ce42-4609-9bfa-87eb632b2789.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0ec4421-ce42-4609-9bfa-87eb632b2789.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0ec4421-ce42-4609-9bfa-87eb632b2789.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b0ec4421-ce42-4609-9bfa-87eb632b2789 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-b0ec4421-ce42-4609-9bfa-87eb632b2789.shogun-image-container {
      position: relative;
    }

    .s-b0ec4421-ce42-4609-9bfa-87eb632b2789.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b0ec4421-ce42-4609-9bfa-87eb632b2789.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b0ec4421-ce42-4609-9bfa-87eb632b2789 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-b0ec4421-ce42-4609-9bfa-87eb632b2789 img.shogun-image,
  #s-b0ec4421-ce42-4609-9bfa-87eb632b2789 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b0ec4421-ce42-4609-9bfa-87eb632b2789 {
    width: 100%;
    height: auto;
  }

  #s-b0ec4421-ce42-4609-9bfa-87eb632b2789 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b0ec4421-ce42-4609-9bfa-87eb632b2789.shogun-image {
    
    
  }


.s-b0ec4421-ce42-4609-9bfa-87eb632b2789 .shogun-image-content {
  
    align-items: center;
  
}

.s-b0ec4421-ce42-4609-9bfa-87eb632b2789.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0ec4421-ce42-4609-9bfa-87eb632b2789.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0ec4421-ce42-4609-9bfa-87eb632b2789.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b0ec4421-ce42-4609-9bfa-87eb632b2789 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-b0ec4421-ce42-4609-9bfa-87eb632b2789.shogun-image-container {
      position: relative;
    }

    .s-b0ec4421-ce42-4609-9bfa-87eb632b2789.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b0ec4421-ce42-4609-9bfa-87eb632b2789.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b0ec4421-ce42-4609-9bfa-87eb632b2789 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-b0ec4421-ce42-4609-9bfa-87eb632b2789 img.shogun-image,
  #s-b0ec4421-ce42-4609-9bfa-87eb632b2789 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b0ec4421-ce42-4609-9bfa-87eb632b2789 {
    width: 100%;
    height: auto;
  }

  #s-b0ec4421-ce42-4609-9bfa-87eb632b2789 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b0ec4421-ce42-4609-9bfa-87eb632b2789.shogun-image {
    
    
  }


.s-b0ec4421-ce42-4609-9bfa-87eb632b2789 .shogun-image-content {
  
    align-items: center;
  
}

.s-b0ec4421-ce42-4609-9bfa-87eb632b2789.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0ec4421-ce42-4609-9bfa-87eb632b2789.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0ec4421-ce42-4609-9bfa-87eb632b2789.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b0ec4421-ce42-4609-9bfa-87eb632b2789 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-b0ec4421-ce42-4609-9bfa-87eb632b2789.shogun-image-container {
      position: relative;
    }

    .s-b0ec4421-ce42-4609-9bfa-87eb632b2789.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b0ec4421-ce42-4609-9bfa-87eb632b2789.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b0ec4421-ce42-4609-9bfa-87eb632b2789 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-b0ec4421-ce42-4609-9bfa-87eb632b2789 img.shogun-image,
  #s-b0ec4421-ce42-4609-9bfa-87eb632b2789 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b0ec4421-ce42-4609-9bfa-87eb632b2789 {
    width: 100%;
    height: auto;
  }

  #s-b0ec4421-ce42-4609-9bfa-87eb632b2789 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b0ec4421-ce42-4609-9bfa-87eb632b2789.shogun-image {
    
    
  }


.s-b0ec4421-ce42-4609-9bfa-87eb632b2789 .shogun-image-content {
  
    align-items: center;
  
}

.s-b0ec4421-ce42-4609-9bfa-87eb632b2789.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0ec4421-ce42-4609-9bfa-87eb632b2789.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0ec4421-ce42-4609-9bfa-87eb632b2789.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b0ec4421-ce42-4609-9bfa-87eb632b2789 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-b0ec4421-ce42-4609-9bfa-87eb632b2789.shogun-image-container {
      position: relative;
    }

    .s-b0ec4421-ce42-4609-9bfa-87eb632b2789.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b0ec4421-ce42-4609-9bfa-87eb632b2789.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b0ec4421-ce42-4609-9bfa-87eb632b2789 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-b0ec4421-ce42-4609-9bfa-87eb632b2789 img.shogun-image,
  #s-b0ec4421-ce42-4609-9bfa-87eb632b2789 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b0ec4421-ce42-4609-9bfa-87eb632b2789 {
    width: 100%;
    height: auto;
  }

  #s-b0ec4421-ce42-4609-9bfa-87eb632b2789 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b0ec4421-ce42-4609-9bfa-87eb632b2789.shogun-image {
    
    
  }


.s-b0ec4421-ce42-4609-9bfa-87eb632b2789 .shogun-image-content {
  
    align-items: center;
  
}

.s-b0ec4421-ce42-4609-9bfa-87eb632b2789.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0ec4421-ce42-4609-9bfa-87eb632b2789.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0ec4421-ce42-4609-9bfa-87eb632b2789.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b0ec4421-ce42-4609-9bfa-87eb632b2789 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-b0ec4421-ce42-4609-9bfa-87eb632b2789.shogun-image-container {
      position: relative;
    }

    .s-b0ec4421-ce42-4609-9bfa-87eb632b2789.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b0ec4421-ce42-4609-9bfa-87eb632b2789.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b0ec4421-ce42-4609-9bfa-87eb632b2789 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-9180502c-f9ee-4b1e-8165-b1fb06f2b21d {
  padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
text-align: center;
}

#s-9180502c-f9ee-4b1e-8165-b1fb06f2b21d .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-8a3bbdbd-d7d0-45e6-b888-67f13ffe17cc {
  min-height: 50px;
}








#s-8a3bbdbd-d7d0-45e6-b888-67f13ffe17cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a3bbdbd-d7d0-45e6-b888-67f13ffe17cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2 {
  max-width: 1440px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2 img.shogun-image,
  #s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2 {
    width: 100%;
    height: auto;
  }

  #s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2.shogun-image {
    
    
  }


.s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2.shogun-image-container {
      position: relative;
    }

    .s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2 img.shogun-image,
  #s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2 {
    width: 100%;
    height: auto;
  }

  #s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2.shogun-image {
    
    
  }


.s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2.shogun-image-container {
      position: relative;
    }

    .s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2 img.shogun-image,
  #s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2 {
    width: 100%;
    height: auto;
  }

  #s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2.shogun-image {
    
    
  }


.s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2.shogun-image-container {
      position: relative;
    }

    .s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2 img.shogun-image,
  #s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2 {
    width: 100%;
    height: auto;
  }

  #s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2.shogun-image {
    
    
  }


.s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2.shogun-image-container {
      position: relative;
    }

    .s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2 img.shogun-image,
  #s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2 {
    width: 100%;
    height: auto;
  }

  #s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2.shogun-image {
    
    
  }


.s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2.shogun-image-container {
      position: relative;
    }

    .s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b78d1da-0bfd-4c11-aa4a-8b2543543ce2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a72f190a-f077-432f-805f-05f2aec6bde5 {
  padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
text-align: center;
}

#s-a72f190a-f077-432f-805f-05f2aec6bde5 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-fe391c4b-f276-4d6b-898e-7b6df2e19548 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-b47bc93a-a863-4bf8-b649-27804079cbcb {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-b47bc93a-a863-4bf8-b649-27804079cbcb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b47bc93a-a863-4bf8-b649-27804079cbcb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-b47bc93a-a863-4bf8-b649-27804079cbcb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-b47bc93a-a863-4bf8-b649-27804079cbcb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-68e49f54-dffd-40db-9682-6adc08c8cbe1 {
  min-height: 50px;
}








#s-68e49f54-dffd-40db-9682-6adc08c8cbe1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68e49f54-dffd-40db-9682-6adc08c8cbe1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37be83e2-4145-417c-8d6d-beb8e817105a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-37be83e2-4145-417c-8d6d-beb8e817105a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37be83e2-4145-417c-8d6d-beb8e817105a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a591a61f-f06e-4e43-b74c-c33e101dbb45 {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
text-align: left;
}

#s-a591a61f-f06e-4e43-b74c-c33e101dbb45 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-af91a019-638e-48d2-92c1-8f84d858a06a {
  padding-top: 0%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}

#s-ed842c08-7cf6-4a93-9d33-a7873d66e619 {
  min-height: 50px;
}








#s-ed842c08-7cf6-4a93-9d33-a7873d66e619 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed842c08-7cf6-4a93-9d33-a7873d66e619.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25d70f50-7dce-4e9a-bd7a-956ce58e8739 {
  min-height: 400px;
}








#s-25d70f50-7dce-4e9a-bd7a-956ce58e8739 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25d70f50-7dce-4e9a-bd7a-956ce58e8739.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa6bb471-1f5b-4fc1-ae8f-4b7dbe30dd6d {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
text-align: left;
}

#s-aa6bb471-1f5b-4fc1-ae8f-4b7dbe30dd6d .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-b9b6c26d-deff-4e47-8fd5-d72c44dd9f95 {
  padding-top: 0%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}

#s-c8d7c9ef-95ff-44c4-ae8d-44e4ee5b15fe hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-e1202f5f-4b0a-4cbb-bf42-01fa0fdd69a1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e1202f5f-4b0a-4cbb-bf42-01fa0fdd69a1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e1202f5f-4b0a-4cbb-bf42-01fa0fdd69a1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e1202f5f-4b0a-4cbb-bf42-01fa0fdd69a1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e1202f5f-4b0a-4cbb-bf42-01fa0fdd69a1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e1202f5f-4b0a-4cbb-bf42-01fa0fdd69a1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e1202f5f-4b0a-4cbb-bf42-01fa0fdd69a1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-0fcc2291-b68d-4bd4-a362-aa32321c80d6 {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
text-align: center;
}

#s-0fcc2291-b68d-4bd4-a362-aa32321c80d6 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-ad840c04-e7e6-4e2f-8ff7-5150fb0023d1 {
  padding-top: 0%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}

#s-9aa6609d-3277-41e7-9233-7301deb983fe {
  background-repeat: no-repeat;
background-size: contain;
min-height: 500px;
background-position: center center;
}








#s-9aa6609d-3277-41e7-9233-7301deb983fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9aa6609d-3277-41e7-9233-7301deb983fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3fb5e0d4-cada-4df6-b2a3-86041896ce16 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-c75a2e8c-fe55-4bc0-832e-5f5aba659a14"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c75a2e8c-fe55-4bc0-832e-5f5aba659a14"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c75a2e8c-fe55-4bc0-832e-5f5aba659a14"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c75a2e8c-fe55-4bc0-832e-5f5aba659a14"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2 {
  max-width: 1200px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2 img.shogun-image,
  #s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2 {
    width: 100%;
    height: auto;
  }

  #s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2.shogun-image {
    
    
  }


.s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2.shogun-image-container {
      position: relative;
    }

    .s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2 img.shogun-image,
  #s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2 {
    width: 100%;
    height: auto;
  }

  #s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2.shogun-image {
    
    
  }


.s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2.shogun-image-container {
      position: relative;
    }

    .s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2 img.shogun-image,
  #s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2 {
    width: 100%;
    height: auto;
  }

  #s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2.shogun-image {
    
    
  }


.s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2.shogun-image-container {
      position: relative;
    }

    .s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2 img.shogun-image,
  #s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2 {
    width: 100%;
    height: auto;
  }

  #s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2.shogun-image {
    
    
  }


.s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2.shogun-image-container {
      position: relative;
    }

    .s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2 img.shogun-image,
  #s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2 {
    width: 100%;
    height: auto;
  }

  #s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2.shogun-image {
    
    
  }


.s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2.shogun-image-container {
      position: relative;
    }

    .s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c7be369-ce49-4f38-a18b-63c95fb0f7c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-1d199316-dddf-4635-b367-3d804a1d88c1 {
  min-height: 50px;
}








#s-1d199316-dddf-4635-b367-3d804a1d88c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d199316-dddf-4635-b367-3d804a1d88c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-255dbb93-5705-4fc0-b09c-ee3a6b5611a6 {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
text-align: left;
}

#s-255dbb93-5705-4fc0-b09c-ee3a6b5611a6 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-43f77897-98c5-4b1a-82c3-705dad3597e3 {
  padding-top: 0%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}

#s-17ad714e-b90b-426e-98c9-a111cc1ac186 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

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