.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-ffa41fc6-8486-42e6-9903-33f5f7923853 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-ffa41fc6-8486-42e6-9903-33f5f7923853 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ffa41fc6-8486-42e6-9903-33f5f7923853 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ffa41fc6-8486-42e6-9903-33f5f7923853 {
  
}
}@media (max-width: 767px){#s-ffa41fc6-8486-42e6-9903-33f5f7923853 {
  
}
}







#s-ffa41fc6-8486-42e6-9903-33f5f7923853 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffa41fc6-8486-42e6-9903-33f5f7923853.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-1a49b0a5-10c7-4657-be78-ec2a8f007759 {
  margin-top: 2em;
margin-left: 25px;
margin-bottom: 0em;
margin-right: 25px;
padding-top: 3em;
text-align: center;
}

#s-1a49b0a5-10c7-4657-be78-ec2a8f007759 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}



.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-2b9f52ad-3a8e-492a-84b4-b2f81f79634f {
  border-style: solid;
margin-top: 0px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
padding-top: 14px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
border-radius: 1px;
}

#s-73c035d5-fd72-48c1-acd5-52c444934241 {
  background-attachment: fixed;
min-height: 50px;
}








#s-73c035d5-fd72-48c1-acd5-52c444934241 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73c035d5-fd72-48c1-acd5-52c444934241.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

#s-83e12365-7f37-4ad9-8f22-eb6ea31d53c7 hr {
  border-top: 1px solid #ddd;
}

#s-bd67f0e6-73cb-4973-88cc-c3cafc777b7a {
  margin-top: auto;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 30px;
max-width: 1200px;
background-color: rgba(245, 245, 245, 1);
}
@media (max-width: 767px){#s-bd67f0e6-73cb-4973-88cc-c3cafc777b7a {
  
}
}







#s-bd67f0e6-73cb-4973-88cc-c3cafc777b7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd67f0e6-73cb-4973-88cc-c3cafc777b7a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-60b51658-ab40-4c9d-8492-1c164497e5a4 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-60b51658-ab40-4c9d-8492-1c164497e5a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60b51658-ab40-4c9d-8492-1c164497e5a4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-c6255aec-ab5f-447a-b453-2c7965f7e72d {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c6255aec-ab5f-447a-b453-2c7965f7e72d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c6255aec-ab5f-447a-b453-2c7965f7e72d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.0em);
}

[id="s-c6255aec-ab5f-447a-b453-2c7965f7e72d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.0em);
}

[id="s-c6255aec-ab5f-447a-b453-2c7965f7e72d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.0em);
}

}

@media (min-width: 992px) {
[id="s-c6255aec-ab5f-447a-b453-2c7965f7e72d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.0em);
}

[id="s-c6255aec-ab5f-447a-b453-2c7965f7e72d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.0em);
}

[id="s-c6255aec-ab5f-447a-b453-2c7965f7e72d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.0em);
}

}

@media (min-width: 1200px) {
[id="s-c6255aec-ab5f-447a-b453-2c7965f7e72d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.0em);
}

[id="s-c6255aec-ab5f-447a-b453-2c7965f7e72d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.0em);
}

[id="s-c6255aec-ab5f-447a-b453-2c7965f7e72d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.0em);
}

}

#s-8c13f9f7-2896-4ed3-ba81-109817809ffe {
  background-color: rgba(245, 245, 245, 1);
}








#s-8c13f9f7-2896-4ed3-ba81-109817809ffe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c13f9f7-2896-4ed3-ba81-109817809ffe.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6fbc7fb4-c747-44ba-866a-93102846861e {
  margin-top: 25px;
margin-left: 2em;
margin-right: 2em;
}








#s-6fbc7fb4-c747-44ba-866a-93102846861e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6fbc7fb4-c747-44ba-866a-93102846861e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-047a6976-a131-48a5-8e0a-fe198c869351 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-047a6976-a131-48a5-8e0a-fe198c869351 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 55px;
  
  
  
}



#s-0b82991d-0de5-49a5-95cc-8166678c3fa7 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0b82991d-0de5-49a5-95cc-8166678c3fa7 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-09fd6ccb-ed9d-4c3b-a20b-6de7a4592892 {
  margin-top: 0px;
margin-left: 25px;
margin-right: 25px;
}

#s-b58af255-0138-4d44-b5e0-26db91f520d4 {
  margin-top: 25px;
margin-left: 25px;
margin-right: 25px;
}








#s-b58af255-0138-4d44-b5e0-26db91f520d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b58af255-0138-4d44-b5e0-26db91f520d4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0a6689da-ca54-4405-8368-5e91297ba455 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0a6689da-ca54-4405-8368-5e91297ba455 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-16ffb6f4-8362-4a05-9f11-e19bc26dab6a {
  border-style: solid;
margin-top: 0px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
padding-top: 14px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
border-radius: 1px;
}

#s-437e3052-f7d3-4d51-83c4-399a9261462e {
  border-style: solid;
margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}

@media (min-width: 0px) {
[id="s-437e3052-f7d3-4d51-83c4-399a9261462e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-437e3052-f7d3-4d51-83c4-399a9261462e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-437e3052-f7d3-4d51-83c4-399a9261462e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-437e3052-f7d3-4d51-83c4-399a9261462e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-437e3052-f7d3-4d51-83c4-399a9261462e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-437e3052-f7d3-4d51-83c4-399a9261462e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-437e3052-f7d3-4d51-83c4-399a9261462e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-6483f1ab-4cbe-4223-b04d-5306015a1c9e {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-6483f1ab-4cbe-4223-b04d-5306015a1c9e:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #000 !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(227, 227, 227, 1) !important;
text-decoration: none !important;}#s-6483f1ab-4cbe-4223-b04d-5306015a1c9e:active {border-style: solid !important;
border-color: #000 !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-6483f1ab-4cbe-4223-b04d-5306015a1c9e-root {
    text-align: center;
  }


#s-6483f1ab-4cbe-4223-b04d-5306015a1c9e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6483f1ab-4cbe-4223-b04d-5306015a1c9e-root {
    text-align: center;
  }


#s-6483f1ab-4cbe-4223-b04d-5306015a1c9e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6483f1ab-4cbe-4223-b04d-5306015a1c9e-root {
    text-align: center;
  }


#s-6483f1ab-4cbe-4223-b04d-5306015a1c9e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6483f1ab-4cbe-4223-b04d-5306015a1c9e-root {
    text-align: center;
  }


#s-6483f1ab-4cbe-4223-b04d-5306015a1c9e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6483f1ab-4cbe-4223-b04d-5306015a1c9e-root {
    text-align: center;
  }


#s-6483f1ab-4cbe-4223-b04d-5306015a1c9e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-d3efa726-eb04-4f20-a1d4-becc2dc77e4b {
  margin-top: 25px;
margin-left: 25px;
margin-right: 25px;
}








#s-d3efa726-eb04-4f20-a1d4-becc2dc77e4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3efa726-eb04-4f20-a1d4-becc2dc77e4b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-238739a1-add2-43b2-86e4-8f56a62ad03a {
  max-width: 843px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-238739a1-add2-43b2-86e4-8f56a62ad03a img.shogun-image,
  #s-238739a1-add2-43b2-86e4-8f56a62ad03a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-238739a1-add2-43b2-86e4-8f56a62ad03a {
    width: 100%;
    height: auto;
  }

  #s-238739a1-add2-43b2-86e4-8f56a62ad03a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-238739a1-add2-43b2-86e4-8f56a62ad03a.shogun-image {
    
    
  }


.s-238739a1-add2-43b2-86e4-8f56a62ad03a .shogun-image-content {
  
    align-items: center;
  
}

.s-238739a1-add2-43b2-86e4-8f56a62ad03a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-238739a1-add2-43b2-86e4-8f56a62ad03a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-238739a1-add2-43b2-86e4-8f56a62ad03a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-238739a1-add2-43b2-86e4-8f56a62ad03a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-238739a1-add2-43b2-86e4-8f56a62ad03a.shogun-image-container {
      position: relative;
    }

    .s-238739a1-add2-43b2-86e4-8f56a62ad03a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-238739a1-add2-43b2-86e4-8f56a62ad03a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-238739a1-add2-43b2-86e4-8f56a62ad03a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-238739a1-add2-43b2-86e4-8f56a62ad03a img.shogun-image,
  #s-238739a1-add2-43b2-86e4-8f56a62ad03a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-238739a1-add2-43b2-86e4-8f56a62ad03a {
    width: 100%;
    height: auto;
  }

  #s-238739a1-add2-43b2-86e4-8f56a62ad03a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-238739a1-add2-43b2-86e4-8f56a62ad03a.shogun-image {
    
    
  }


.s-238739a1-add2-43b2-86e4-8f56a62ad03a .shogun-image-content {
  
    align-items: center;
  
}

.s-238739a1-add2-43b2-86e4-8f56a62ad03a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-238739a1-add2-43b2-86e4-8f56a62ad03a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-238739a1-add2-43b2-86e4-8f56a62ad03a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-238739a1-add2-43b2-86e4-8f56a62ad03a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-238739a1-add2-43b2-86e4-8f56a62ad03a.shogun-image-container {
      position: relative;
    }

    .s-238739a1-add2-43b2-86e4-8f56a62ad03a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-238739a1-add2-43b2-86e4-8f56a62ad03a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-238739a1-add2-43b2-86e4-8f56a62ad03a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-238739a1-add2-43b2-86e4-8f56a62ad03a img.shogun-image,
  #s-238739a1-add2-43b2-86e4-8f56a62ad03a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-238739a1-add2-43b2-86e4-8f56a62ad03a {
    width: 100%;
    height: auto;
  }

  #s-238739a1-add2-43b2-86e4-8f56a62ad03a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-238739a1-add2-43b2-86e4-8f56a62ad03a.shogun-image {
    
    
  }


.s-238739a1-add2-43b2-86e4-8f56a62ad03a .shogun-image-content {
  
    align-items: center;
  
}

.s-238739a1-add2-43b2-86e4-8f56a62ad03a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-238739a1-add2-43b2-86e4-8f56a62ad03a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-238739a1-add2-43b2-86e4-8f56a62ad03a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-238739a1-add2-43b2-86e4-8f56a62ad03a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-238739a1-add2-43b2-86e4-8f56a62ad03a.shogun-image-container {
      position: relative;
    }

    .s-238739a1-add2-43b2-86e4-8f56a62ad03a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-238739a1-add2-43b2-86e4-8f56a62ad03a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-238739a1-add2-43b2-86e4-8f56a62ad03a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-238739a1-add2-43b2-86e4-8f56a62ad03a img.shogun-image,
  #s-238739a1-add2-43b2-86e4-8f56a62ad03a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-238739a1-add2-43b2-86e4-8f56a62ad03a {
    width: 100%;
    height: auto;
  }

  #s-238739a1-add2-43b2-86e4-8f56a62ad03a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-238739a1-add2-43b2-86e4-8f56a62ad03a.shogun-image {
    
    
  }


.s-238739a1-add2-43b2-86e4-8f56a62ad03a .shogun-image-content {
  
    align-items: center;
  
}

.s-238739a1-add2-43b2-86e4-8f56a62ad03a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-238739a1-add2-43b2-86e4-8f56a62ad03a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-238739a1-add2-43b2-86e4-8f56a62ad03a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-238739a1-add2-43b2-86e4-8f56a62ad03a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-238739a1-add2-43b2-86e4-8f56a62ad03a.shogun-image-container {
      position: relative;
    }

    .s-238739a1-add2-43b2-86e4-8f56a62ad03a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-238739a1-add2-43b2-86e4-8f56a62ad03a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-238739a1-add2-43b2-86e4-8f56a62ad03a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-238739a1-add2-43b2-86e4-8f56a62ad03a img.shogun-image,
  #s-238739a1-add2-43b2-86e4-8f56a62ad03a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-238739a1-add2-43b2-86e4-8f56a62ad03a {
    width: 100%;
    height: auto;
  }

  #s-238739a1-add2-43b2-86e4-8f56a62ad03a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-238739a1-add2-43b2-86e4-8f56a62ad03a.shogun-image {
    
    
  }


.s-238739a1-add2-43b2-86e4-8f56a62ad03a .shogun-image-content {
  
    align-items: center;
  
}

.s-238739a1-add2-43b2-86e4-8f56a62ad03a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-238739a1-add2-43b2-86e4-8f56a62ad03a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-238739a1-add2-43b2-86e4-8f56a62ad03a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-238739a1-add2-43b2-86e4-8f56a62ad03a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-238739a1-add2-43b2-86e4-8f56a62ad03a.shogun-image-container {
      position: relative;
    }

    .s-238739a1-add2-43b2-86e4-8f56a62ad03a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-238739a1-add2-43b2-86e4-8f56a62ad03a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-238739a1-add2-43b2-86e4-8f56a62ad03a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-e862cb3e-b718-47f8-95fd-ceb86bf0e048 hr {
  border-top: 1px solid #ddd;
}

#s-b71ad70b-28c0-49ca-9f11-d736586182f4 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b71ad70b-28c0-49ca-9f11-d736586182f4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b71ad70b-28c0-49ca-9f11-d736586182f4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.0em);
}

[id="s-b71ad70b-28c0-49ca-9f11-d736586182f4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.0em);
}

[id="s-b71ad70b-28c0-49ca-9f11-d736586182f4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.0em);
}

}

@media (min-width: 992px) {
[id="s-b71ad70b-28c0-49ca-9f11-d736586182f4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.0em);
}

[id="s-b71ad70b-28c0-49ca-9f11-d736586182f4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.0em);
}

[id="s-b71ad70b-28c0-49ca-9f11-d736586182f4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.0em);
}

}

@media (min-width: 1200px) {
[id="s-b71ad70b-28c0-49ca-9f11-d736586182f4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.0em);
}

[id="s-b71ad70b-28c0-49ca-9f11-d736586182f4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.0em);
}

[id="s-b71ad70b-28c0-49ca-9f11-d736586182f4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.0em);
}

}

#s-5b01f249-a39f-4bbe-bf2e-20945493f59c {
  background-color: rgba(245, 245, 245, 1);
}








#s-5b01f249-a39f-4bbe-bf2e-20945493f59c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b01f249-a39f-4bbe-bf2e-20945493f59c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-79f952e0-78e7-468c-8deb-9c9875c3de38 {
  margin-top: 25px;
margin-left: 2em;
margin-right: 2em;
}








#s-79f952e0-78e7-468c-8deb-9c9875c3de38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79f952e0-78e7-468c-8deb-9c9875c3de38.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0805fdf3-01ff-41b2-9913-c93841f9acc3 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0805fdf3-01ff-41b2-9913-c93841f9acc3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 55px;
  
  
  
}



#s-1a3735ee-8128-4925-b322-698ab3fe483a {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1a3735ee-8128-4925-b322-698ab3fe483a .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-f678f38b-904d-43ae-ad36-fdda3113074c {
  margin-top: 0px;
margin-left: 25px;
margin-right: 25px;
}

#s-e9324d90-948b-4659-a91b-f73415f6e032 {
  margin-top: 25px;
margin-left: 25px;
margin-right: 25px;
}








#s-e9324d90-948b-4659-a91b-f73415f6e032 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9324d90-948b-4659-a91b-f73415f6e032.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8313ab62-ea98-4016-bcf5-06b5ec3a415e {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8313ab62-ea98-4016-bcf5-06b5ec3a415e .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-8557e55f-7f9e-4c26-a8de-e46beb6820cd {
  border-style: solid;
margin-top: 0px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
padding-top: 14px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
border-radius: 1px;
}

#s-8ce001d4-88f7-46a2-a2e7-0311c3dd9826 {
  border-style: solid;
margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}

@media (min-width: 0px) {
[id="s-8ce001d4-88f7-46a2-a2e7-0311c3dd9826"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8ce001d4-88f7-46a2-a2e7-0311c3dd9826"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8ce001d4-88f7-46a2-a2e7-0311c3dd9826"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8ce001d4-88f7-46a2-a2e7-0311c3dd9826"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8ce001d4-88f7-46a2-a2e7-0311c3dd9826"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ce001d4-88f7-46a2-a2e7-0311c3dd9826"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8ce001d4-88f7-46a2-a2e7-0311c3dd9826"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-d2ebbc37-c63c-4b08-9d0b-5bd5c9b04c44 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-d2ebbc37-c63c-4b08-9d0b-5bd5c9b04c44:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #000 !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(227, 227, 227, 1) !important;
text-decoration: none !important;}#s-d2ebbc37-c63c-4b08-9d0b-5bd5c9b04c44:active {border-style: solid !important;
border-color: #000 !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-d2ebbc37-c63c-4b08-9d0b-5bd5c9b04c44-root {
    text-align: center;
  }


#s-d2ebbc37-c63c-4b08-9d0b-5bd5c9b04c44.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d2ebbc37-c63c-4b08-9d0b-5bd5c9b04c44-root {
    text-align: center;
  }


#s-d2ebbc37-c63c-4b08-9d0b-5bd5c9b04c44.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d2ebbc37-c63c-4b08-9d0b-5bd5c9b04c44-root {
    text-align: center;
  }


#s-d2ebbc37-c63c-4b08-9d0b-5bd5c9b04c44.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d2ebbc37-c63c-4b08-9d0b-5bd5c9b04c44-root {
    text-align: center;
  }


#s-d2ebbc37-c63c-4b08-9d0b-5bd5c9b04c44.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d2ebbc37-c63c-4b08-9d0b-5bd5c9b04c44-root {
    text-align: center;
  }


#s-d2ebbc37-c63c-4b08-9d0b-5bd5c9b04c44.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-78f2da60-53c1-4e2c-88e8-e68e06f87d69 {
  margin-top: 25px;
margin-left: 25px;
margin-right: 25px;
}








#s-78f2da60-53c1-4e2c-88e8-e68e06f87d69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78f2da60-53c1-4e2c-88e8-e68e06f87d69.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-55212680-eed1-4f0a-bae5-2606e5b6f515 {
  max-width: 1664px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-55212680-eed1-4f0a-bae5-2606e5b6f515 img.shogun-image,
  #s-55212680-eed1-4f0a-bae5-2606e5b6f515 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-55212680-eed1-4f0a-bae5-2606e5b6f515 {
    width: 100%;
    height: auto;
  }

  #s-55212680-eed1-4f0a-bae5-2606e5b6f515 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-55212680-eed1-4f0a-bae5-2606e5b6f515.shogun-image {
    
    
  }


.s-55212680-eed1-4f0a-bae5-2606e5b6f515 .shogun-image-content {
  
    align-items: center;
  
}

.s-55212680-eed1-4f0a-bae5-2606e5b6f515.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55212680-eed1-4f0a-bae5-2606e5b6f515.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55212680-eed1-4f0a-bae5-2606e5b6f515.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55212680-eed1-4f0a-bae5-2606e5b6f515 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-55212680-eed1-4f0a-bae5-2606e5b6f515.shogun-image-container {
      position: relative;
    }

    .s-55212680-eed1-4f0a-bae5-2606e5b6f515.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55212680-eed1-4f0a-bae5-2606e5b6f515.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55212680-eed1-4f0a-bae5-2606e5b6f515 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-55212680-eed1-4f0a-bae5-2606e5b6f515 img.shogun-image,
  #s-55212680-eed1-4f0a-bae5-2606e5b6f515 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-55212680-eed1-4f0a-bae5-2606e5b6f515 {
    width: 100%;
    height: auto;
  }

  #s-55212680-eed1-4f0a-bae5-2606e5b6f515 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-55212680-eed1-4f0a-bae5-2606e5b6f515.shogun-image {
    
    
  }


.s-55212680-eed1-4f0a-bae5-2606e5b6f515 .shogun-image-content {
  
    align-items: center;
  
}

.s-55212680-eed1-4f0a-bae5-2606e5b6f515.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55212680-eed1-4f0a-bae5-2606e5b6f515.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55212680-eed1-4f0a-bae5-2606e5b6f515.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55212680-eed1-4f0a-bae5-2606e5b6f515 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-55212680-eed1-4f0a-bae5-2606e5b6f515.shogun-image-container {
      position: relative;
    }

    .s-55212680-eed1-4f0a-bae5-2606e5b6f515.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55212680-eed1-4f0a-bae5-2606e5b6f515.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55212680-eed1-4f0a-bae5-2606e5b6f515 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-55212680-eed1-4f0a-bae5-2606e5b6f515 img.shogun-image,
  #s-55212680-eed1-4f0a-bae5-2606e5b6f515 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-55212680-eed1-4f0a-bae5-2606e5b6f515 {
    width: 100%;
    height: auto;
  }

  #s-55212680-eed1-4f0a-bae5-2606e5b6f515 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-55212680-eed1-4f0a-bae5-2606e5b6f515.shogun-image {
    
    
  }


.s-55212680-eed1-4f0a-bae5-2606e5b6f515 .shogun-image-content {
  
    align-items: center;
  
}

.s-55212680-eed1-4f0a-bae5-2606e5b6f515.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55212680-eed1-4f0a-bae5-2606e5b6f515.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55212680-eed1-4f0a-bae5-2606e5b6f515.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55212680-eed1-4f0a-bae5-2606e5b6f515 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-55212680-eed1-4f0a-bae5-2606e5b6f515.shogun-image-container {
      position: relative;
    }

    .s-55212680-eed1-4f0a-bae5-2606e5b6f515.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55212680-eed1-4f0a-bae5-2606e5b6f515.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55212680-eed1-4f0a-bae5-2606e5b6f515 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-55212680-eed1-4f0a-bae5-2606e5b6f515 img.shogun-image,
  #s-55212680-eed1-4f0a-bae5-2606e5b6f515 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-55212680-eed1-4f0a-bae5-2606e5b6f515 {
    width: 100%;
    height: auto;
  }

  #s-55212680-eed1-4f0a-bae5-2606e5b6f515 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-55212680-eed1-4f0a-bae5-2606e5b6f515.shogun-image {
    
    
  }


.s-55212680-eed1-4f0a-bae5-2606e5b6f515 .shogun-image-content {
  
    align-items: center;
  
}

.s-55212680-eed1-4f0a-bae5-2606e5b6f515.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55212680-eed1-4f0a-bae5-2606e5b6f515.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55212680-eed1-4f0a-bae5-2606e5b6f515.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55212680-eed1-4f0a-bae5-2606e5b6f515 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-55212680-eed1-4f0a-bae5-2606e5b6f515.shogun-image-container {
      position: relative;
    }

    .s-55212680-eed1-4f0a-bae5-2606e5b6f515.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55212680-eed1-4f0a-bae5-2606e5b6f515.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55212680-eed1-4f0a-bae5-2606e5b6f515 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-55212680-eed1-4f0a-bae5-2606e5b6f515 img.shogun-image,
  #s-55212680-eed1-4f0a-bae5-2606e5b6f515 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-55212680-eed1-4f0a-bae5-2606e5b6f515 {
    width: 100%;
    height: auto;
  }

  #s-55212680-eed1-4f0a-bae5-2606e5b6f515 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-55212680-eed1-4f0a-bae5-2606e5b6f515.shogun-image {
    
    
  }


.s-55212680-eed1-4f0a-bae5-2606e5b6f515 .shogun-image-content {
  
    align-items: center;
  
}

.s-55212680-eed1-4f0a-bae5-2606e5b6f515.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55212680-eed1-4f0a-bae5-2606e5b6f515.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55212680-eed1-4f0a-bae5-2606e5b6f515.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55212680-eed1-4f0a-bae5-2606e5b6f515 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-55212680-eed1-4f0a-bae5-2606e5b6f515.shogun-image-container {
      position: relative;
    }

    .s-55212680-eed1-4f0a-bae5-2606e5b6f515.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55212680-eed1-4f0a-bae5-2606e5b6f515.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55212680-eed1-4f0a-bae5-2606e5b6f515 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-1302449c-a03a-4fb9-9f41-bd661f0fb588 hr {
  border-top: 1px solid #ddd;
}

#s-a2a29b12-a84c-4ffa-8625-11eb355dc073 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a2a29b12-a84c-4ffa-8625-11eb355dc073"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a2a29b12-a84c-4ffa-8625-11eb355dc073"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.0em);
}

[id="s-a2a29b12-a84c-4ffa-8625-11eb355dc073"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.0em);
}

[id="s-a2a29b12-a84c-4ffa-8625-11eb355dc073"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.0em);
}

}

@media (min-width: 992px) {
[id="s-a2a29b12-a84c-4ffa-8625-11eb355dc073"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.0em);
}

[id="s-a2a29b12-a84c-4ffa-8625-11eb355dc073"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.0em);
}

[id="s-a2a29b12-a84c-4ffa-8625-11eb355dc073"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.0em);
}

}

@media (min-width: 1200px) {
[id="s-a2a29b12-a84c-4ffa-8625-11eb355dc073"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.0em);
}

[id="s-a2a29b12-a84c-4ffa-8625-11eb355dc073"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.0em);
}

[id="s-a2a29b12-a84c-4ffa-8625-11eb355dc073"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.0em);
}

}

#s-fff478fa-c168-4544-939c-2a7c7f001511 {
  background-color: rgba(245, 245, 245, 1);
}








#s-fff478fa-c168-4544-939c-2a7c7f001511 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fff478fa-c168-4544-939c-2a7c7f001511.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-44765760-ad94-4e0a-a7c9-b9591bb6d73f {
  margin-top: 25px;
margin-left: 2em;
margin-right: 2em;
}








#s-44765760-ad94-4e0a-a7c9-b9591bb6d73f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44765760-ad94-4e0a-a7c9-b9591bb6d73f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-477d1ac4-d1f9-45f4-b443-8365458aaa83 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-477d1ac4-d1f9-45f4-b443-8365458aaa83 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 55px;
  
  
  
}



#s-3791420e-09e4-43c1-b5eb-66cf7d32337f {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3791420e-09e4-43c1-b5eb-66cf7d32337f .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-fd2a6444-4e54-4f29-b85c-66eba7fe3452 {
  margin-top: 0px;
margin-left: 25px;
margin-right: 25px;
}

#s-85ad81ce-2b47-4c53-a84e-b9ac524d089e {
  margin-top: 25px;
margin-left: 25px;
margin-right: 25px;
}








#s-85ad81ce-2b47-4c53-a84e-b9ac524d089e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85ad81ce-2b47-4c53-a84e-b9ac524d089e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a8f61348-4048-48ae-b352-dc457d54c4e2 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a8f61348-4048-48ae-b352-dc457d54c4e2 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-8db4c831-beca-4546-890f-9839b8ba8da7 {
  border-style: solid;
margin-top: 0px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
padding-top: 14px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
border-radius: 1px;
}

#s-7f5f7aff-9bd9-47be-a05e-b93d61174fdf {
  border-style: solid;
margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}

@media (min-width: 0px) {
[id="s-7f5f7aff-9bd9-47be-a05e-b93d61174fdf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7f5f7aff-9bd9-47be-a05e-b93d61174fdf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7f5f7aff-9bd9-47be-a05e-b93d61174fdf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7f5f7aff-9bd9-47be-a05e-b93d61174fdf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7f5f7aff-9bd9-47be-a05e-b93d61174fdf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f5f7aff-9bd9-47be-a05e-b93d61174fdf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7f5f7aff-9bd9-47be-a05e-b93d61174fdf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-79277fbe-1c37-4b0e-83be-5c0bbec43df8 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-79277fbe-1c37-4b0e-83be-5c0bbec43df8:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #000 !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(227, 227, 227, 1) !important;
text-decoration: none !important;}#s-79277fbe-1c37-4b0e-83be-5c0bbec43df8:active {border-style: solid !important;
border-color: #000 !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-79277fbe-1c37-4b0e-83be-5c0bbec43df8-root {
    text-align: center;
  }


#s-79277fbe-1c37-4b0e-83be-5c0bbec43df8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-79277fbe-1c37-4b0e-83be-5c0bbec43df8-root {
    text-align: center;
  }


#s-79277fbe-1c37-4b0e-83be-5c0bbec43df8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-79277fbe-1c37-4b0e-83be-5c0bbec43df8-root {
    text-align: center;
  }


#s-79277fbe-1c37-4b0e-83be-5c0bbec43df8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-79277fbe-1c37-4b0e-83be-5c0bbec43df8-root {
    text-align: center;
  }


#s-79277fbe-1c37-4b0e-83be-5c0bbec43df8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-79277fbe-1c37-4b0e-83be-5c0bbec43df8-root {
    text-align: center;
  }


#s-79277fbe-1c37-4b0e-83be-5c0bbec43df8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-12b00765-06f0-4a03-937e-e20f79884ebe {
  margin-top: 25px;
margin-left: 25px;
margin-right: 25px;
}








#s-12b00765-06f0-4a03-937e-e20f79884ebe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12b00765-06f0-4a03-937e-e20f79884ebe.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89 {
  max-width: 828px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89 img.shogun-image,
  #s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89 {
    width: 100%;
    height: auto;
  }

  #s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89.shogun-image {
    
    
  }


.s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89.shogun-image-container {
      position: relative;
    }

    .s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89 img.shogun-image,
  #s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89 {
    width: 100%;
    height: auto;
  }

  #s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89.shogun-image {
    
    
  }


.s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89.shogun-image-container {
      position: relative;
    }

    .s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89 img.shogun-image,
  #s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89 {
    width: 100%;
    height: auto;
  }

  #s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89.shogun-image {
    
    
  }


.s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89.shogun-image-container {
      position: relative;
    }

    .s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89 img.shogun-image,
  #s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89 {
    width: 100%;
    height: auto;
  }

  #s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89.shogun-image {
    
    
  }


.s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89.shogun-image-container {
      position: relative;
    }

    .s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89 img.shogun-image,
  #s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89 {
    width: 100%;
    height: auto;
  }

  #s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89.shogun-image {
    
    
  }


.s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89.shogun-image-container {
      position: relative;
    }

    .s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9b0984f-6c8d-40bb-917d-7ee77a60ea89 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-b47db334-b0d8-458b-b016-39eab87b4b82 hr {
  border-top: 1px solid #ddd;
}

#s-7b5bab0d-6b99-432b-aebc-13c14d1b51b1 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-7b5bab0d-6b99-432b-aebc-13c14d1b51b1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b5bab0d-6b99-432b-aebc-13c14d1b51b1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.0em);
}

[id="s-7b5bab0d-6b99-432b-aebc-13c14d1b51b1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.0em);
}

[id="s-7b5bab0d-6b99-432b-aebc-13c14d1b51b1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.0em);
}

}

@media (min-width: 992px) {
[id="s-7b5bab0d-6b99-432b-aebc-13c14d1b51b1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.0em);
}

[id="s-7b5bab0d-6b99-432b-aebc-13c14d1b51b1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.0em);
}

[id="s-7b5bab0d-6b99-432b-aebc-13c14d1b51b1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.0em);
}

}

@media (min-width: 1200px) {
[id="s-7b5bab0d-6b99-432b-aebc-13c14d1b51b1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.0em);
}

[id="s-7b5bab0d-6b99-432b-aebc-13c14d1b51b1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.0em);
}

[id="s-7b5bab0d-6b99-432b-aebc-13c14d1b51b1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.0em);
}

}

#s-14fb8f02-9c70-4fb2-87d2-3e16afa217d0 {
  background-color: rgba(245, 245, 245, 1);
}








#s-14fb8f02-9c70-4fb2-87d2-3e16afa217d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14fb8f02-9c70-4fb2-87d2-3e16afa217d0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5629ae90-fd10-438b-a3a8-4cc2a1b20760 {
  margin-top: 25px;
margin-left: 2em;
margin-right: 2em;
}








#s-5629ae90-fd10-438b-a3a8-4cc2a1b20760 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5629ae90-fd10-438b-a3a8-4cc2a1b20760.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-909301a9-5f1f-4988-9918-687aeab7c6ab {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-909301a9-5f1f-4988-9918-687aeab7c6ab .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 55px;
  
  
  
}



#s-5fb169fa-72bb-4ee5-8fb4-7203b12c29ee {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5fb169fa-72bb-4ee5-8fb4-7203b12c29ee .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-1224a126-afa3-4595-aa74-291b4dbc2297 {
  margin-top: 0px;
margin-left: 25px;
margin-right: 25px;
}

#s-a309ef48-1ede-4611-be39-b1502fe37b92 {
  margin-top: 25px;
margin-left: 25px;
margin-right: 25px;
}








#s-a309ef48-1ede-4611-be39-b1502fe37b92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a309ef48-1ede-4611-be39-b1502fe37b92.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8d210cad-4451-4296-8cd9-00bad455029a {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8d210cad-4451-4296-8cd9-00bad455029a .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-b536932d-f413-41f6-b219-a7ca0e55b762 {
  border-style: solid;
margin-top: 0px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
padding-top: 14px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
border-radius: 1px;
}

#s-b23b5002-286c-4584-b29c-dfdd6d0ccd54 {
  border-style: solid;
margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}

@media (min-width: 0px) {
[id="s-b23b5002-286c-4584-b29c-dfdd6d0ccd54"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b23b5002-286c-4584-b29c-dfdd6d0ccd54"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b23b5002-286c-4584-b29c-dfdd6d0ccd54"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b23b5002-286c-4584-b29c-dfdd6d0ccd54"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b23b5002-286c-4584-b29c-dfdd6d0ccd54"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b23b5002-286c-4584-b29c-dfdd6d0ccd54"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b23b5002-286c-4584-b29c-dfdd6d0ccd54"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-901e41f9-29d0-428a-a791-105aa48ff754 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-901e41f9-29d0-428a-a791-105aa48ff754:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #000 !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(227, 227, 227, 1) !important;
text-decoration: none !important;}#s-901e41f9-29d0-428a-a791-105aa48ff754:active {border-style: solid !important;
border-color: #000 !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-901e41f9-29d0-428a-a791-105aa48ff754-root {
    text-align: center;
  }


#s-901e41f9-29d0-428a-a791-105aa48ff754.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-901e41f9-29d0-428a-a791-105aa48ff754-root {
    text-align: center;
  }


#s-901e41f9-29d0-428a-a791-105aa48ff754.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-901e41f9-29d0-428a-a791-105aa48ff754-root {
    text-align: center;
  }


#s-901e41f9-29d0-428a-a791-105aa48ff754.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-901e41f9-29d0-428a-a791-105aa48ff754-root {
    text-align: center;
  }


#s-901e41f9-29d0-428a-a791-105aa48ff754.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-901e41f9-29d0-428a-a791-105aa48ff754-root {
    text-align: center;
  }


#s-901e41f9-29d0-428a-a791-105aa48ff754.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-77f806c3-a506-42a8-931b-55cff5f8384f {
  margin-top: 25px;
margin-left: 25px;
margin-right: 25px;
}








#s-77f806c3-a506-42a8-931b-55cff5f8384f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77f806c3-a506-42a8-931b-55cff5f8384f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a98baa0f-6083-415c-83fa-99289411e232 {
  max-width: 1536px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-a98baa0f-6083-415c-83fa-99289411e232 img.shogun-image,
  #s-a98baa0f-6083-415c-83fa-99289411e232 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a98baa0f-6083-415c-83fa-99289411e232 {
    width: 100%;
    height: auto;
  }

  #s-a98baa0f-6083-415c-83fa-99289411e232 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a98baa0f-6083-415c-83fa-99289411e232.shogun-image {
    
    
  }


.s-a98baa0f-6083-415c-83fa-99289411e232 .shogun-image-content {
  
    align-items: center;
  
}

.s-a98baa0f-6083-415c-83fa-99289411e232.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a98baa0f-6083-415c-83fa-99289411e232.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a98baa0f-6083-415c-83fa-99289411e232.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a98baa0f-6083-415c-83fa-99289411e232 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a98baa0f-6083-415c-83fa-99289411e232.shogun-image-container {
      position: relative;
    }

    .s-a98baa0f-6083-415c-83fa-99289411e232.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a98baa0f-6083-415c-83fa-99289411e232.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a98baa0f-6083-415c-83fa-99289411e232 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a98baa0f-6083-415c-83fa-99289411e232 img.shogun-image,
  #s-a98baa0f-6083-415c-83fa-99289411e232 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a98baa0f-6083-415c-83fa-99289411e232 {
    width: 100%;
    height: auto;
  }

  #s-a98baa0f-6083-415c-83fa-99289411e232 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a98baa0f-6083-415c-83fa-99289411e232.shogun-image {
    
    
  }


.s-a98baa0f-6083-415c-83fa-99289411e232 .shogun-image-content {
  
    align-items: center;
  
}

.s-a98baa0f-6083-415c-83fa-99289411e232.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a98baa0f-6083-415c-83fa-99289411e232.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a98baa0f-6083-415c-83fa-99289411e232.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a98baa0f-6083-415c-83fa-99289411e232 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a98baa0f-6083-415c-83fa-99289411e232.shogun-image-container {
      position: relative;
    }

    .s-a98baa0f-6083-415c-83fa-99289411e232.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a98baa0f-6083-415c-83fa-99289411e232.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a98baa0f-6083-415c-83fa-99289411e232 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a98baa0f-6083-415c-83fa-99289411e232 img.shogun-image,
  #s-a98baa0f-6083-415c-83fa-99289411e232 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a98baa0f-6083-415c-83fa-99289411e232 {
    width: 100%;
    height: auto;
  }

  #s-a98baa0f-6083-415c-83fa-99289411e232 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a98baa0f-6083-415c-83fa-99289411e232.shogun-image {
    
    
  }


.s-a98baa0f-6083-415c-83fa-99289411e232 .shogun-image-content {
  
    align-items: center;
  
}

.s-a98baa0f-6083-415c-83fa-99289411e232.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a98baa0f-6083-415c-83fa-99289411e232.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a98baa0f-6083-415c-83fa-99289411e232.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a98baa0f-6083-415c-83fa-99289411e232 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a98baa0f-6083-415c-83fa-99289411e232.shogun-image-container {
      position: relative;
    }

    .s-a98baa0f-6083-415c-83fa-99289411e232.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a98baa0f-6083-415c-83fa-99289411e232.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a98baa0f-6083-415c-83fa-99289411e232 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a98baa0f-6083-415c-83fa-99289411e232 img.shogun-image,
  #s-a98baa0f-6083-415c-83fa-99289411e232 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a98baa0f-6083-415c-83fa-99289411e232 {
    width: 100%;
    height: auto;
  }

  #s-a98baa0f-6083-415c-83fa-99289411e232 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a98baa0f-6083-415c-83fa-99289411e232.shogun-image {
    
    
  }


.s-a98baa0f-6083-415c-83fa-99289411e232 .shogun-image-content {
  
    align-items: center;
  
}

.s-a98baa0f-6083-415c-83fa-99289411e232.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a98baa0f-6083-415c-83fa-99289411e232.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a98baa0f-6083-415c-83fa-99289411e232.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a98baa0f-6083-415c-83fa-99289411e232 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a98baa0f-6083-415c-83fa-99289411e232.shogun-image-container {
      position: relative;
    }

    .s-a98baa0f-6083-415c-83fa-99289411e232.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a98baa0f-6083-415c-83fa-99289411e232.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a98baa0f-6083-415c-83fa-99289411e232 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a98baa0f-6083-415c-83fa-99289411e232 img.shogun-image,
  #s-a98baa0f-6083-415c-83fa-99289411e232 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a98baa0f-6083-415c-83fa-99289411e232 {
    width: 100%;
    height: auto;
  }

  #s-a98baa0f-6083-415c-83fa-99289411e232 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a98baa0f-6083-415c-83fa-99289411e232.shogun-image {
    
    
  }


.s-a98baa0f-6083-415c-83fa-99289411e232 .shogun-image-content {
  
    align-items: center;
  
}

.s-a98baa0f-6083-415c-83fa-99289411e232.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a98baa0f-6083-415c-83fa-99289411e232.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a98baa0f-6083-415c-83fa-99289411e232.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a98baa0f-6083-415c-83fa-99289411e232 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a98baa0f-6083-415c-83fa-99289411e232.shogun-image-container {
      position: relative;
    }

    .s-a98baa0f-6083-415c-83fa-99289411e232.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a98baa0f-6083-415c-83fa-99289411e232.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a98baa0f-6083-415c-83fa-99289411e232 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-f80e2d35-0576-4199-80d0-47ed9f9e03e9 hr {
  border-top: 1px solid #ddd;
}

#s-b028c12c-d8c9-4fde-b598-88740a69b229 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b028c12c-d8c9-4fde-b598-88740a69b229"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b028c12c-d8c9-4fde-b598-88740a69b229"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.0em);
}

[id="s-b028c12c-d8c9-4fde-b598-88740a69b229"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.0em);
}

[id="s-b028c12c-d8c9-4fde-b598-88740a69b229"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.0em);
}

}

@media (min-width: 992px) {
[id="s-b028c12c-d8c9-4fde-b598-88740a69b229"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.0em);
}

[id="s-b028c12c-d8c9-4fde-b598-88740a69b229"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.0em);
}

[id="s-b028c12c-d8c9-4fde-b598-88740a69b229"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.0em);
}

}

@media (min-width: 1200px) {
[id="s-b028c12c-d8c9-4fde-b598-88740a69b229"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.0em);
}

[id="s-b028c12c-d8c9-4fde-b598-88740a69b229"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.0em);
}

[id="s-b028c12c-d8c9-4fde-b598-88740a69b229"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.0em);
}

}

#s-ee91f9fb-8e53-4738-8e3c-d791ef47df5d {
  background-color: rgba(245, 245, 245, 1);
}








#s-ee91f9fb-8e53-4738-8e3c-d791ef47df5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee91f9fb-8e53-4738-8e3c-d791ef47df5d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-93ddfc39-5735-4328-a788-8ce18f988e08 {
  margin-top: 25px;
margin-left: 2em;
margin-right: 2em;
}








#s-93ddfc39-5735-4328-a788-8ce18f988e08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93ddfc39-5735-4328-a788-8ce18f988e08.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1410cc20-0ee6-4865-a451-9d4a2cd7fdfd {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1410cc20-0ee6-4865-a451-9d4a2cd7fdfd .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 55px;
  
  
  
}



#s-87b617fb-aeec-4905-998f-5388efe23627 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-87b617fb-aeec-4905-998f-5388efe23627 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-ebeae9ba-6f3b-4da4-b448-d6f2bf14a70e {
  margin-top: 0px;
margin-left: 25px;
margin-right: 25px;
}

#s-63ceabb5-fa5a-4d16-a0f3-2c106a95e4cc {
  margin-top: 25px;
margin-left: 25px;
margin-right: 25px;
}








#s-63ceabb5-fa5a-4d16-a0f3-2c106a95e4cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63ceabb5-fa5a-4d16-a0f3-2c106a95e4cc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2455bc3f-79df-4ba2-b93c-27e79c0c754a {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2455bc3f-79df-4ba2-b93c-27e79c0c754a .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-0031b4ee-65c1-475a-860d-e92a1ee863d7 {
  border-style: solid;
margin-top: 0px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
padding-top: 14px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
border-radius: 1px;
}

#s-47c7e0b7-3838-4ce5-8b98-50427f012a5b {
  margin-top: 25px;
margin-left: 25px;
margin-right: 25px;
}








#s-47c7e0b7-3838-4ce5-8b98-50427f012a5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47c7e0b7-3838-4ce5-8b98-50427f012a5b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3843a7b5-30c7-4a38-b3bb-439d410623ee {
  max-width: 1384px;
aspect-ratio: 1384/1716;
text-align: center;
}





  #s-3843a7b5-30c7-4a38-b3bb-439d410623ee img.shogun-image,
  #s-3843a7b5-30c7-4a38-b3bb-439d410623ee .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3843a7b5-30c7-4a38-b3bb-439d410623ee {
    width: 100%;
    height: auto;
  }

  #s-3843a7b5-30c7-4a38-b3bb-439d410623ee img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3843a7b5-30c7-4a38-b3bb-439d410623ee.shogun-image {
    
    
  }


.s-3843a7b5-30c7-4a38-b3bb-439d410623ee .shogun-image-content {
  
    align-items: center;
  
}

.s-3843a7b5-30c7-4a38-b3bb-439d410623ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3843a7b5-30c7-4a38-b3bb-439d410623ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3843a7b5-30c7-4a38-b3bb-439d410623ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3843a7b5-30c7-4a38-b3bb-439d410623ee {
      --shg-aspect-ratio: calc(1384/1716); 
    }

    .s-3843a7b5-30c7-4a38-b3bb-439d410623ee.shogun-image-container {
      position: relative;
    }

    .s-3843a7b5-30c7-4a38-b3bb-439d410623ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3843a7b5-30c7-4a38-b3bb-439d410623ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3843a7b5-30c7-4a38-b3bb-439d410623ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-3843a7b5-30c7-4a38-b3bb-439d410623ee img.shogun-image,
  #s-3843a7b5-30c7-4a38-b3bb-439d410623ee .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3843a7b5-30c7-4a38-b3bb-439d410623ee {
    width: 100%;
    height: auto;
  }

  #s-3843a7b5-30c7-4a38-b3bb-439d410623ee img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3843a7b5-30c7-4a38-b3bb-439d410623ee.shogun-image {
    
    
  }


.s-3843a7b5-30c7-4a38-b3bb-439d410623ee .shogun-image-content {
  
    align-items: center;
  
}

.s-3843a7b5-30c7-4a38-b3bb-439d410623ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3843a7b5-30c7-4a38-b3bb-439d410623ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3843a7b5-30c7-4a38-b3bb-439d410623ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3843a7b5-30c7-4a38-b3bb-439d410623ee {
      --shg-aspect-ratio: calc(1384/1716); 
    }

    .s-3843a7b5-30c7-4a38-b3bb-439d410623ee.shogun-image-container {
      position: relative;
    }

    .s-3843a7b5-30c7-4a38-b3bb-439d410623ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3843a7b5-30c7-4a38-b3bb-439d410623ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3843a7b5-30c7-4a38-b3bb-439d410623ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-3843a7b5-30c7-4a38-b3bb-439d410623ee img.shogun-image,
  #s-3843a7b5-30c7-4a38-b3bb-439d410623ee .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3843a7b5-30c7-4a38-b3bb-439d410623ee {
    width: 100%;
    height: auto;
  }

  #s-3843a7b5-30c7-4a38-b3bb-439d410623ee img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3843a7b5-30c7-4a38-b3bb-439d410623ee.shogun-image {
    
    
  }


.s-3843a7b5-30c7-4a38-b3bb-439d410623ee .shogun-image-content {
  
    align-items: center;
  
}

.s-3843a7b5-30c7-4a38-b3bb-439d410623ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3843a7b5-30c7-4a38-b3bb-439d410623ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3843a7b5-30c7-4a38-b3bb-439d410623ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3843a7b5-30c7-4a38-b3bb-439d410623ee {
      --shg-aspect-ratio: calc(1384/1716); 
    }

    .s-3843a7b5-30c7-4a38-b3bb-439d410623ee.shogun-image-container {
      position: relative;
    }

    .s-3843a7b5-30c7-4a38-b3bb-439d410623ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3843a7b5-30c7-4a38-b3bb-439d410623ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3843a7b5-30c7-4a38-b3bb-439d410623ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-3843a7b5-30c7-4a38-b3bb-439d410623ee img.shogun-image,
  #s-3843a7b5-30c7-4a38-b3bb-439d410623ee .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3843a7b5-30c7-4a38-b3bb-439d410623ee {
    width: 100%;
    height: auto;
  }

  #s-3843a7b5-30c7-4a38-b3bb-439d410623ee img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3843a7b5-30c7-4a38-b3bb-439d410623ee.shogun-image {
    
    
  }


.s-3843a7b5-30c7-4a38-b3bb-439d410623ee .shogun-image-content {
  
    align-items: center;
  
}

.s-3843a7b5-30c7-4a38-b3bb-439d410623ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3843a7b5-30c7-4a38-b3bb-439d410623ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3843a7b5-30c7-4a38-b3bb-439d410623ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3843a7b5-30c7-4a38-b3bb-439d410623ee {
      --shg-aspect-ratio: calc(1384/1716); 
    }

    .s-3843a7b5-30c7-4a38-b3bb-439d410623ee.shogun-image-container {
      position: relative;
    }

    .s-3843a7b5-30c7-4a38-b3bb-439d410623ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3843a7b5-30c7-4a38-b3bb-439d410623ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3843a7b5-30c7-4a38-b3bb-439d410623ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-3843a7b5-30c7-4a38-b3bb-439d410623ee img.shogun-image,
  #s-3843a7b5-30c7-4a38-b3bb-439d410623ee .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3843a7b5-30c7-4a38-b3bb-439d410623ee {
    width: 100%;
    height: auto;
  }

  #s-3843a7b5-30c7-4a38-b3bb-439d410623ee img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3843a7b5-30c7-4a38-b3bb-439d410623ee.shogun-image {
    
    
  }


.s-3843a7b5-30c7-4a38-b3bb-439d410623ee .shogun-image-content {
  
    align-items: center;
  
}

.s-3843a7b5-30c7-4a38-b3bb-439d410623ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3843a7b5-30c7-4a38-b3bb-439d410623ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3843a7b5-30c7-4a38-b3bb-439d410623ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3843a7b5-30c7-4a38-b3bb-439d410623ee {
      --shg-aspect-ratio: calc(1384/1716); 
    }

    .s-3843a7b5-30c7-4a38-b3bb-439d410623ee.shogun-image-container {
      position: relative;
    }

    .s-3843a7b5-30c7-4a38-b3bb-439d410623ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3843a7b5-30c7-4a38-b3bb-439d410623ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3843a7b5-30c7-4a38-b3bb-439d410623ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-1b844d1c-e365-440b-a893-3ffbd9ad1417 {
  margin-top: 25px;
margin-left: 25px;
margin-right: 25px;
}








#s-1b844d1c-e365-440b-a893-3ffbd9ad1417 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b844d1c-e365-440b-a893-3ffbd9ad1417.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-107900b4-3cba-4a81-8eff-b043c0d8702f {
  max-width: 1352px;
aspect-ratio: 1352/1760;
text-align: center;
}





  #s-107900b4-3cba-4a81-8eff-b043c0d8702f img.shogun-image,
  #s-107900b4-3cba-4a81-8eff-b043c0d8702f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-107900b4-3cba-4a81-8eff-b043c0d8702f {
    width: 100%;
    height: auto;
  }

  #s-107900b4-3cba-4a81-8eff-b043c0d8702f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-107900b4-3cba-4a81-8eff-b043c0d8702f.shogun-image {
    
    
  }


.s-107900b4-3cba-4a81-8eff-b043c0d8702f .shogun-image-content {
  
    align-items: center;
  
}

.s-107900b4-3cba-4a81-8eff-b043c0d8702f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-107900b4-3cba-4a81-8eff-b043c0d8702f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-107900b4-3cba-4a81-8eff-b043c0d8702f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-107900b4-3cba-4a81-8eff-b043c0d8702f {
      --shg-aspect-ratio: calc(1352/1760); 
    }

    .s-107900b4-3cba-4a81-8eff-b043c0d8702f.shogun-image-container {
      position: relative;
    }

    .s-107900b4-3cba-4a81-8eff-b043c0d8702f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-107900b4-3cba-4a81-8eff-b043c0d8702f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-107900b4-3cba-4a81-8eff-b043c0d8702f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-107900b4-3cba-4a81-8eff-b043c0d8702f img.shogun-image,
  #s-107900b4-3cba-4a81-8eff-b043c0d8702f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-107900b4-3cba-4a81-8eff-b043c0d8702f {
    width: 100%;
    height: auto;
  }

  #s-107900b4-3cba-4a81-8eff-b043c0d8702f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-107900b4-3cba-4a81-8eff-b043c0d8702f.shogun-image {
    
    
  }


.s-107900b4-3cba-4a81-8eff-b043c0d8702f .shogun-image-content {
  
    align-items: center;
  
}

.s-107900b4-3cba-4a81-8eff-b043c0d8702f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-107900b4-3cba-4a81-8eff-b043c0d8702f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-107900b4-3cba-4a81-8eff-b043c0d8702f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-107900b4-3cba-4a81-8eff-b043c0d8702f {
      --shg-aspect-ratio: calc(1352/1760); 
    }

    .s-107900b4-3cba-4a81-8eff-b043c0d8702f.shogun-image-container {
      position: relative;
    }

    .s-107900b4-3cba-4a81-8eff-b043c0d8702f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-107900b4-3cba-4a81-8eff-b043c0d8702f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-107900b4-3cba-4a81-8eff-b043c0d8702f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-107900b4-3cba-4a81-8eff-b043c0d8702f img.shogun-image,
  #s-107900b4-3cba-4a81-8eff-b043c0d8702f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-107900b4-3cba-4a81-8eff-b043c0d8702f {
    width: 100%;
    height: auto;
  }

  #s-107900b4-3cba-4a81-8eff-b043c0d8702f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-107900b4-3cba-4a81-8eff-b043c0d8702f.shogun-image {
    
    
  }


.s-107900b4-3cba-4a81-8eff-b043c0d8702f .shogun-image-content {
  
    align-items: center;
  
}

.s-107900b4-3cba-4a81-8eff-b043c0d8702f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-107900b4-3cba-4a81-8eff-b043c0d8702f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-107900b4-3cba-4a81-8eff-b043c0d8702f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-107900b4-3cba-4a81-8eff-b043c0d8702f {
      --shg-aspect-ratio: calc(1352/1760); 
    }

    .s-107900b4-3cba-4a81-8eff-b043c0d8702f.shogun-image-container {
      position: relative;
    }

    .s-107900b4-3cba-4a81-8eff-b043c0d8702f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-107900b4-3cba-4a81-8eff-b043c0d8702f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-107900b4-3cba-4a81-8eff-b043c0d8702f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-107900b4-3cba-4a81-8eff-b043c0d8702f img.shogun-image,
  #s-107900b4-3cba-4a81-8eff-b043c0d8702f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-107900b4-3cba-4a81-8eff-b043c0d8702f {
    width: 100%;
    height: auto;
  }

  #s-107900b4-3cba-4a81-8eff-b043c0d8702f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-107900b4-3cba-4a81-8eff-b043c0d8702f.shogun-image {
    
    
  }


.s-107900b4-3cba-4a81-8eff-b043c0d8702f .shogun-image-content {
  
    align-items: center;
  
}

.s-107900b4-3cba-4a81-8eff-b043c0d8702f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-107900b4-3cba-4a81-8eff-b043c0d8702f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-107900b4-3cba-4a81-8eff-b043c0d8702f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-107900b4-3cba-4a81-8eff-b043c0d8702f {
      --shg-aspect-ratio: calc(1352/1760); 
    }

    .s-107900b4-3cba-4a81-8eff-b043c0d8702f.shogun-image-container {
      position: relative;
    }

    .s-107900b4-3cba-4a81-8eff-b043c0d8702f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-107900b4-3cba-4a81-8eff-b043c0d8702f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-107900b4-3cba-4a81-8eff-b043c0d8702f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-107900b4-3cba-4a81-8eff-b043c0d8702f img.shogun-image,
  #s-107900b4-3cba-4a81-8eff-b043c0d8702f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-107900b4-3cba-4a81-8eff-b043c0d8702f {
    width: 100%;
    height: auto;
  }

  #s-107900b4-3cba-4a81-8eff-b043c0d8702f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-107900b4-3cba-4a81-8eff-b043c0d8702f.shogun-image {
    
    
  }


.s-107900b4-3cba-4a81-8eff-b043c0d8702f .shogun-image-content {
  
    align-items: center;
  
}

.s-107900b4-3cba-4a81-8eff-b043c0d8702f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-107900b4-3cba-4a81-8eff-b043c0d8702f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-107900b4-3cba-4a81-8eff-b043c0d8702f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-107900b4-3cba-4a81-8eff-b043c0d8702f {
      --shg-aspect-ratio: calc(1352/1760); 
    }

    .s-107900b4-3cba-4a81-8eff-b043c0d8702f.shogun-image-container {
      position: relative;
    }

    .s-107900b4-3cba-4a81-8eff-b043c0d8702f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-107900b4-3cba-4a81-8eff-b043c0d8702f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-107900b4-3cba-4a81-8eff-b043c0d8702f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-37b3ab73-f9c4-4555-a09e-7ebcfe12fc8b hr {
  border-top: 1px solid #ddd;
}

#s-534c715a-8418-425d-b862-b24ed2ce984e {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-534c715a-8418-425d-b862-b24ed2ce984e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-534c715a-8418-425d-b862-b24ed2ce984e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.0em);
}

[id="s-534c715a-8418-425d-b862-b24ed2ce984e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.0em);
}

[id="s-534c715a-8418-425d-b862-b24ed2ce984e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.0em);
}

}

@media (min-width: 992px) {
[id="s-534c715a-8418-425d-b862-b24ed2ce984e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.0em);
}

[id="s-534c715a-8418-425d-b862-b24ed2ce984e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.0em);
}

[id="s-534c715a-8418-425d-b862-b24ed2ce984e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.0em);
}

}

@media (min-width: 1200px) {
[id="s-534c715a-8418-425d-b862-b24ed2ce984e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.0em);
}

[id="s-534c715a-8418-425d-b862-b24ed2ce984e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.0em);
}

[id="s-534c715a-8418-425d-b862-b24ed2ce984e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.0em);
}

}

#s-f31bfefc-1813-40aa-89e4-0ccaab19c58f {
  background-color: rgba(245, 245, 245, 1);
}








#s-f31bfefc-1813-40aa-89e4-0ccaab19c58f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f31bfefc-1813-40aa-89e4-0ccaab19c58f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a54fbda3-95b4-4b31-824e-1da312087292 {
  margin-top: 25px;
margin-left: 2em;
margin-right: 2em;
}








#s-a54fbda3-95b4-4b31-824e-1da312087292 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a54fbda3-95b4-4b31-824e-1da312087292.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-73c1b4f6-8394-4347-9f15-13b624691528 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-73c1b4f6-8394-4347-9f15-13b624691528 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 55px;
  
  
  
}



#s-1567c49a-cd80-40dd-abb3-89058a39cd9a {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1567c49a-cd80-40dd-abb3-89058a39cd9a .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-3d571965-6e1e-4165-8266-181de79177a1 {
  margin-top: 0px;
margin-left: 25px;
margin-right: 25px;
}

#s-f4b7d41b-949f-4317-8d45-1ea013adffbc {
  margin-top: 25px;
margin-left: 25px;
margin-right: 25px;
}








#s-f4b7d41b-949f-4317-8d45-1ea013adffbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4b7d41b-949f-4317-8d45-1ea013adffbc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-df1155b2-ee34-4811-8ada-b85636e670ec {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df1155b2-ee34-4811-8ada-b85636e670ec .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-c7e1d2a4-1a1a-4e19-8af0-3536ab4e41bb {
  border-style: solid;
margin-top: 0px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
padding-top: 14px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
border-radius: 1px;
}

#s-8ed37a4b-3570-45fc-b130-11c0393683ad {
  margin-top: 25px;
margin-left: 25px;
margin-right: 25px;
}








#s-8ed37a4b-3570-45fc-b130-11c0393683ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ed37a4b-3570-45fc-b130-11c0393683ad.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76 {
  max-width: 1690px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76 img.shogun-image,
  #s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76 {
    width: 100%;
    height: auto;
  }

  #s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76.shogun-image {
    
    
  }


.s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76.shogun-image-container {
      position: relative;
    }

    .s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76 img.shogun-image,
  #s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76 {
    width: 100%;
    height: auto;
  }

  #s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76.shogun-image {
    
    
  }


.s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76.shogun-image-container {
      position: relative;
    }

    .s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76 img.shogun-image,
  #s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76 {
    width: 100%;
    height: auto;
  }

  #s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76.shogun-image {
    
    
  }


.s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76.shogun-image-container {
      position: relative;
    }

    .s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76 img.shogun-image,
  #s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76 {
    width: 100%;
    height: auto;
  }

  #s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76.shogun-image {
    
    
  }


.s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76.shogun-image-container {
      position: relative;
    }

    .s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76 img.shogun-image,
  #s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76 {
    width: 100%;
    height: auto;
  }

  #s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76.shogun-image {
    
    
  }


.s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76.shogun-image-container {
      position: relative;
    }

    .s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b29f5be-e68b-4619-bbcf-fb23a69e4d76 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a6f200d2-760f-4c64-a00e-3725beee75c2 {
  margin-top: 25px;
margin-left: 25px;
margin-right: 25px;
}








#s-a6f200d2-760f-4c64-a00e-3725beee75c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6f200d2-760f-4c64-a00e-3725beee75c2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b592243c-cd30-435e-920d-a756169e93a0 {
  max-width: 1192px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-b592243c-cd30-435e-920d-a756169e93a0 img.shogun-image,
  #s-b592243c-cd30-435e-920d-a756169e93a0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b592243c-cd30-435e-920d-a756169e93a0 {
    width: 100%;
    height: auto;
  }

  #s-b592243c-cd30-435e-920d-a756169e93a0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b592243c-cd30-435e-920d-a756169e93a0.shogun-image {
    
    
  }


.s-b592243c-cd30-435e-920d-a756169e93a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-b592243c-cd30-435e-920d-a756169e93a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b592243c-cd30-435e-920d-a756169e93a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b592243c-cd30-435e-920d-a756169e93a0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b592243c-cd30-435e-920d-a756169e93a0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b592243c-cd30-435e-920d-a756169e93a0.shogun-image-container {
      position: relative;
    }

    .s-b592243c-cd30-435e-920d-a756169e93a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b592243c-cd30-435e-920d-a756169e93a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b592243c-cd30-435e-920d-a756169e93a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-b592243c-cd30-435e-920d-a756169e93a0 img.shogun-image,
  #s-b592243c-cd30-435e-920d-a756169e93a0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b592243c-cd30-435e-920d-a756169e93a0 {
    width: 100%;
    height: auto;
  }

  #s-b592243c-cd30-435e-920d-a756169e93a0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b592243c-cd30-435e-920d-a756169e93a0.shogun-image {
    
    
  }


.s-b592243c-cd30-435e-920d-a756169e93a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-b592243c-cd30-435e-920d-a756169e93a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b592243c-cd30-435e-920d-a756169e93a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b592243c-cd30-435e-920d-a756169e93a0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b592243c-cd30-435e-920d-a756169e93a0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b592243c-cd30-435e-920d-a756169e93a0.shogun-image-container {
      position: relative;
    }

    .s-b592243c-cd30-435e-920d-a756169e93a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b592243c-cd30-435e-920d-a756169e93a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b592243c-cd30-435e-920d-a756169e93a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-b592243c-cd30-435e-920d-a756169e93a0 img.shogun-image,
  #s-b592243c-cd30-435e-920d-a756169e93a0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b592243c-cd30-435e-920d-a756169e93a0 {
    width: 100%;
    height: auto;
  }

  #s-b592243c-cd30-435e-920d-a756169e93a0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b592243c-cd30-435e-920d-a756169e93a0.shogun-image {
    
    
  }


.s-b592243c-cd30-435e-920d-a756169e93a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-b592243c-cd30-435e-920d-a756169e93a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b592243c-cd30-435e-920d-a756169e93a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b592243c-cd30-435e-920d-a756169e93a0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b592243c-cd30-435e-920d-a756169e93a0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b592243c-cd30-435e-920d-a756169e93a0.shogun-image-container {
      position: relative;
    }

    .s-b592243c-cd30-435e-920d-a756169e93a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b592243c-cd30-435e-920d-a756169e93a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b592243c-cd30-435e-920d-a756169e93a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-b592243c-cd30-435e-920d-a756169e93a0 img.shogun-image,
  #s-b592243c-cd30-435e-920d-a756169e93a0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b592243c-cd30-435e-920d-a756169e93a0 {
    width: 100%;
    height: auto;
  }

  #s-b592243c-cd30-435e-920d-a756169e93a0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b592243c-cd30-435e-920d-a756169e93a0.shogun-image {
    
    
  }


.s-b592243c-cd30-435e-920d-a756169e93a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-b592243c-cd30-435e-920d-a756169e93a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b592243c-cd30-435e-920d-a756169e93a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b592243c-cd30-435e-920d-a756169e93a0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b592243c-cd30-435e-920d-a756169e93a0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b592243c-cd30-435e-920d-a756169e93a0.shogun-image-container {
      position: relative;
    }

    .s-b592243c-cd30-435e-920d-a756169e93a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b592243c-cd30-435e-920d-a756169e93a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b592243c-cd30-435e-920d-a756169e93a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-b592243c-cd30-435e-920d-a756169e93a0 img.shogun-image,
  #s-b592243c-cd30-435e-920d-a756169e93a0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b592243c-cd30-435e-920d-a756169e93a0 {
    width: 100%;
    height: auto;
  }

  #s-b592243c-cd30-435e-920d-a756169e93a0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b592243c-cd30-435e-920d-a756169e93a0.shogun-image {
    
    
  }


.s-b592243c-cd30-435e-920d-a756169e93a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-b592243c-cd30-435e-920d-a756169e93a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b592243c-cd30-435e-920d-a756169e93a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b592243c-cd30-435e-920d-a756169e93a0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b592243c-cd30-435e-920d-a756169e93a0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b592243c-cd30-435e-920d-a756169e93a0.shogun-image-container {
      position: relative;
    }

    .s-b592243c-cd30-435e-920d-a756169e93a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b592243c-cd30-435e-920d-a756169e93a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b592243c-cd30-435e-920d-a756169e93a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-7e2517ff-5411-4250-97c6-1a1834a83616 hr {
  border-top: 1px solid #ddd;
}

#s-ddb55787-532a-4315-b322-4f4d17718ec8 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ddb55787-532a-4315-b322-4f4d17718ec8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ddb55787-532a-4315-b322-4f4d17718ec8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.0em);
}

[id="s-ddb55787-532a-4315-b322-4f4d17718ec8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.0em);
}

[id="s-ddb55787-532a-4315-b322-4f4d17718ec8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.0em);
}

}

@media (min-width: 992px) {
[id="s-ddb55787-532a-4315-b322-4f4d17718ec8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.0em);
}

[id="s-ddb55787-532a-4315-b322-4f4d17718ec8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.0em);
}

[id="s-ddb55787-532a-4315-b322-4f4d17718ec8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.0em);
}

}

@media (min-width: 1200px) {
[id="s-ddb55787-532a-4315-b322-4f4d17718ec8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.0em);
}

[id="s-ddb55787-532a-4315-b322-4f4d17718ec8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.0em);
}

[id="s-ddb55787-532a-4315-b322-4f4d17718ec8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.0em);
}

}

#s-4eea4e77-db45-49c3-a66e-3d841d300c8f {
  background-color: rgba(245, 245, 245, 1);
}








#s-4eea4e77-db45-49c3-a66e-3d841d300c8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4eea4e77-db45-49c3-a66e-3d841d300c8f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8ddeda90-5cbc-4f85-9e83-0acd215c7465 {
  margin-top: 25px;
margin-left: 2em;
margin-right: 2em;
}








#s-8ddeda90-5cbc-4f85-9e83-0acd215c7465 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ddeda90-5cbc-4f85-9e83-0acd215c7465.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3688ba7d-27ca-4bd6-8b18-f54ffcfc1f23 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3688ba7d-27ca-4bd6-8b18-f54ffcfc1f23 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 55px;
  
  
  
}



#s-24cd8ba3-aeaa-4559-9eda-aa236afc1ba6 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-24cd8ba3-aeaa-4559-9eda-aa236afc1ba6 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-ea483fb2-ed85-4365-a2a3-6d94cb5e4ec3 {
  margin-top: 0px;
margin-left: 25px;
margin-right: 25px;
}

#s-9f3bd1b8-4ede-4d0e-b6ea-bb4ef6f6a726 {
  margin-top: 25px;
margin-left: 25px;
margin-right: 25px;
}








#s-9f3bd1b8-4ede-4d0e-b6ea-bb4ef6f6a726 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f3bd1b8-4ede-4d0e-b6ea-bb4ef6f6a726.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f8e2c1ed-6f26-484f-a213-1a9d387f86c3 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f8e2c1ed-6f26-484f-a213-1a9d387f86c3 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-a85517fe-5230-4db6-9550-9cfcc5262119 {
  border-style: solid;
margin-top: 0px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
padding-top: 14px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
border-radius: 1px;
}

#s-86bade87-4af5-4590-b437-7d48a494386d {
  margin-top: 25px;
margin-left: 25px;
margin-right: 25px;
}








#s-86bade87-4af5-4590-b437-7d48a494386d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86bade87-4af5-4590-b437-7d48a494386d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-13a18f09-eced-4bbd-b9a7-8459faf88882 {
  max-width: 1642px;
aspect-ratio: 1642/1750;
text-align: center;
}





  #s-13a18f09-eced-4bbd-b9a7-8459faf88882 img.shogun-image,
  #s-13a18f09-eced-4bbd-b9a7-8459faf88882 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-13a18f09-eced-4bbd-b9a7-8459faf88882 {
    width: 100%;
    height: auto;
  }

  #s-13a18f09-eced-4bbd-b9a7-8459faf88882 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-13a18f09-eced-4bbd-b9a7-8459faf88882.shogun-image {
    
    
  }


.s-13a18f09-eced-4bbd-b9a7-8459faf88882 .shogun-image-content {
  
    align-items: center;
  
}

.s-13a18f09-eced-4bbd-b9a7-8459faf88882.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13a18f09-eced-4bbd-b9a7-8459faf88882.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13a18f09-eced-4bbd-b9a7-8459faf88882.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-13a18f09-eced-4bbd-b9a7-8459faf88882 {
      --shg-aspect-ratio: calc(1642/1750); 
    }

    .s-13a18f09-eced-4bbd-b9a7-8459faf88882.shogun-image-container {
      position: relative;
    }

    .s-13a18f09-eced-4bbd-b9a7-8459faf88882.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13a18f09-eced-4bbd-b9a7-8459faf88882.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13a18f09-eced-4bbd-b9a7-8459faf88882 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-13a18f09-eced-4bbd-b9a7-8459faf88882 img.shogun-image,
  #s-13a18f09-eced-4bbd-b9a7-8459faf88882 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-13a18f09-eced-4bbd-b9a7-8459faf88882 {
    width: 100%;
    height: auto;
  }

  #s-13a18f09-eced-4bbd-b9a7-8459faf88882 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-13a18f09-eced-4bbd-b9a7-8459faf88882.shogun-image {
    
    
  }


.s-13a18f09-eced-4bbd-b9a7-8459faf88882 .shogun-image-content {
  
    align-items: center;
  
}

.s-13a18f09-eced-4bbd-b9a7-8459faf88882.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13a18f09-eced-4bbd-b9a7-8459faf88882.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13a18f09-eced-4bbd-b9a7-8459faf88882.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-13a18f09-eced-4bbd-b9a7-8459faf88882 {
      --shg-aspect-ratio: calc(1642/1750); 
    }

    .s-13a18f09-eced-4bbd-b9a7-8459faf88882.shogun-image-container {
      position: relative;
    }

    .s-13a18f09-eced-4bbd-b9a7-8459faf88882.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13a18f09-eced-4bbd-b9a7-8459faf88882.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13a18f09-eced-4bbd-b9a7-8459faf88882 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-13a18f09-eced-4bbd-b9a7-8459faf88882 img.shogun-image,
  #s-13a18f09-eced-4bbd-b9a7-8459faf88882 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-13a18f09-eced-4bbd-b9a7-8459faf88882 {
    width: 100%;
    height: auto;
  }

  #s-13a18f09-eced-4bbd-b9a7-8459faf88882 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-13a18f09-eced-4bbd-b9a7-8459faf88882.shogun-image {
    
    
  }


.s-13a18f09-eced-4bbd-b9a7-8459faf88882 .shogun-image-content {
  
    align-items: center;
  
}

.s-13a18f09-eced-4bbd-b9a7-8459faf88882.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13a18f09-eced-4bbd-b9a7-8459faf88882.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13a18f09-eced-4bbd-b9a7-8459faf88882.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-13a18f09-eced-4bbd-b9a7-8459faf88882 {
      --shg-aspect-ratio: calc(1642/1750); 
    }

    .s-13a18f09-eced-4bbd-b9a7-8459faf88882.shogun-image-container {
      position: relative;
    }

    .s-13a18f09-eced-4bbd-b9a7-8459faf88882.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13a18f09-eced-4bbd-b9a7-8459faf88882.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13a18f09-eced-4bbd-b9a7-8459faf88882 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-13a18f09-eced-4bbd-b9a7-8459faf88882 img.shogun-image,
  #s-13a18f09-eced-4bbd-b9a7-8459faf88882 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-13a18f09-eced-4bbd-b9a7-8459faf88882 {
    width: 100%;
    height: auto;
  }

  #s-13a18f09-eced-4bbd-b9a7-8459faf88882 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-13a18f09-eced-4bbd-b9a7-8459faf88882.shogun-image {
    
    
  }


.s-13a18f09-eced-4bbd-b9a7-8459faf88882 .shogun-image-content {
  
    align-items: center;
  
}

.s-13a18f09-eced-4bbd-b9a7-8459faf88882.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13a18f09-eced-4bbd-b9a7-8459faf88882.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13a18f09-eced-4bbd-b9a7-8459faf88882.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-13a18f09-eced-4bbd-b9a7-8459faf88882 {
      --shg-aspect-ratio: calc(1642/1750); 
    }

    .s-13a18f09-eced-4bbd-b9a7-8459faf88882.shogun-image-container {
      position: relative;
    }

    .s-13a18f09-eced-4bbd-b9a7-8459faf88882.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13a18f09-eced-4bbd-b9a7-8459faf88882.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13a18f09-eced-4bbd-b9a7-8459faf88882 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-13a18f09-eced-4bbd-b9a7-8459faf88882 img.shogun-image,
  #s-13a18f09-eced-4bbd-b9a7-8459faf88882 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-13a18f09-eced-4bbd-b9a7-8459faf88882 {
    width: 100%;
    height: auto;
  }

  #s-13a18f09-eced-4bbd-b9a7-8459faf88882 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-13a18f09-eced-4bbd-b9a7-8459faf88882.shogun-image {
    
    
  }


.s-13a18f09-eced-4bbd-b9a7-8459faf88882 .shogun-image-content {
  
    align-items: center;
  
}

.s-13a18f09-eced-4bbd-b9a7-8459faf88882.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13a18f09-eced-4bbd-b9a7-8459faf88882.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13a18f09-eced-4bbd-b9a7-8459faf88882.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-13a18f09-eced-4bbd-b9a7-8459faf88882 {
      --shg-aspect-ratio: calc(1642/1750); 
    }

    .s-13a18f09-eced-4bbd-b9a7-8459faf88882.shogun-image-container {
      position: relative;
    }

    .s-13a18f09-eced-4bbd-b9a7-8459faf88882.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13a18f09-eced-4bbd-b9a7-8459faf88882.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13a18f09-eced-4bbd-b9a7-8459faf88882 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-f23a0c93-9e3a-42a2-aa6f-7b6b2237ec90 {
  margin-top: 25px;
margin-left: 25px;
margin-right: 25px;
}








#s-f23a0c93-9e3a-42a2-aa6f-7b6b2237ec90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f23a0c93-9e3a-42a2-aa6f-7b6b2237ec90.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9 {
  max-width: 1432px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9 img.shogun-image,
  #s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9 {
    width: 100%;
    height: auto;
  }

  #s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9.shogun-image {
    
    
  }


.s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9.shogun-image-container {
      position: relative;
    }

    .s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9 img.shogun-image,
  #s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9 {
    width: 100%;
    height: auto;
  }

  #s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9.shogun-image {
    
    
  }


.s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9.shogun-image-container {
      position: relative;
    }

    .s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9 img.shogun-image,
  #s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9 {
    width: 100%;
    height: auto;
  }

  #s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9.shogun-image {
    
    
  }


.s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9.shogun-image-container {
      position: relative;
    }

    .s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9 img.shogun-image,
  #s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9 {
    width: 100%;
    height: auto;
  }

  #s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9.shogun-image {
    
    
  }


.s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9.shogun-image-container {
      position: relative;
    }

    .s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9 img.shogun-image,
  #s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9 {
    width: 100%;
    height: auto;
  }

  #s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9.shogun-image {
    
    
  }


.s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9.shogun-image-container {
      position: relative;
    }

    .s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04ca4cfd-6806-4f47-9af2-be47c2bed4f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-6e606bec-b2ff-4448-91bc-4d2f646b9706 hr {
  border-top: 2px solid #ddd;
}

#s-7560349f-4668-44bb-9337-942736d96cb0 {
  min-height: 50px;
}








#s-7560349f-4668-44bb-9337-942736d96cb0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7560349f-4668-44bb-9337-942736d96cb0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ec9dac4e-61ae-4b20-a010-8d18b86c5fff {
  margin-left: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-ec9dac4e-61ae-4b20-a010-8d18b86c5fff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ec9dac4e-61ae-4b20-a010-8d18b86c5fff"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-ec9dac4e-61ae-4b20-a010-8d18b86c5fff"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-ec9dac4e-61ae-4b20-a010-8d18b86c5fff"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-ec9dac4e-61ae-4b20-a010-8d18b86c5fff"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-ec9dac4e-61ae-4b20-a010-8d18b86c5fff"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-ec9dac4e-61ae-4b20-a010-8d18b86c5fff"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 12.5px);
}

}

.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-aaea9159-57f5-46ac-a29e-817a079e2a03 {
  max-width: 2080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-aaea9159-57f5-46ac-a29e-817a079e2a03 img.shogun-image,
  #s-aaea9159-57f5-46ac-a29e-817a079e2a03 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aaea9159-57f5-46ac-a29e-817a079e2a03 {
    width: 100%;
    height: auto;
  }



  #s-aaea9159-57f5-46ac-a29e-817a079e2a03 img.shogun-image {
    

    
    
    
  }


#s-aaea9159-57f5-46ac-a29e-817a079e2a03 .shogun-image-content {
  
    align-items: center;
  
}

#s-b6e4ee55-b7f7-42bc-8067-a38dd7107936 {
  margin-bottom: 0px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-b6e4ee55-b7f7-42bc-8067-a38dd7107936 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6e4ee55-b7f7-42bc-8067-a38dd7107936.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-09fb5efb-4bf4-4ce1-ac81-376ab77b5efb {
  margin-top: 25px;
margin-left: 25px;
margin-right: 25px;
}
@media (max-width: 767px){#s-09fb5efb-4bf4-4ce1-ac81-376ab77b5efb {
  
}
}







#s-09fb5efb-4bf4-4ce1-ac81-376ab77b5efb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09fb5efb-4bf4-4ce1-ac81-376ab77b5efb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-479fb502-ada4-4e95-853d-ff8b35f0a189 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-479fb502-ada4-4e95-853d-ff8b35f0a189 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}


#s-479fb502-ada4-4e95-853d-ff8b35f0a189 .shogun-heading-component h2 a {
  color: #000;
}


#s-5a72efc2-e738-4160-97a0-56540fb0a602 {
  border-style: solid;
margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}

@media (min-width: 0px) {
[id="s-5a72efc2-e738-4160-97a0-56540fb0a602"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5a72efc2-e738-4160-97a0-56540fb0a602"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5a72efc2-e738-4160-97a0-56540fb0a602"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5a72efc2-e738-4160-97a0-56540fb0a602"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5a72efc2-e738-4160-97a0-56540fb0a602"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a72efc2-e738-4160-97a0-56540fb0a602"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5a72efc2-e738-4160-97a0-56540fb0a602"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-29349317-7f29-4fa1-ae85-e740c82a2f79 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-29349317-7f29-4fa1-ae85-e740c82a2f79:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #000 !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(227, 227, 227, 1) !important;
text-decoration: none !important;}#s-29349317-7f29-4fa1-ae85-e740c82a2f79:active {border-style: solid !important;
border-color: #000 !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-29349317-7f29-4fa1-ae85-e740c82a2f79-root {
    text-align: center;
  }


#s-29349317-7f29-4fa1-ae85-e740c82a2f79.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-29349317-7f29-4fa1-ae85-e740c82a2f79-root {
    text-align: center;
  }


#s-29349317-7f29-4fa1-ae85-e740c82a2f79.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-29349317-7f29-4fa1-ae85-e740c82a2f79-root {
    text-align: center;
  }


#s-29349317-7f29-4fa1-ae85-e740c82a2f79.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-29349317-7f29-4fa1-ae85-e740c82a2f79-root {
    text-align: center;
  }


#s-29349317-7f29-4fa1-ae85-e740c82a2f79.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-29349317-7f29-4fa1-ae85-e740c82a2f79-root {
    text-align: center;
  }


#s-29349317-7f29-4fa1-ae85-e740c82a2f79.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
/*
  $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}
