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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-6942895b-7244-4978-93b9-dd1c26ac334e {
  min-height: 50px;
}








#s-6942895b-7244-4978-93b9-dd1c26ac334e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6942895b-7244-4978-93b9-dd1c26ac334e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-48753100-4822-42fa-af45-9d1a000d2ff9 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
max-width: 1400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-48753100-4822-42fa-af45-9d1a000d2ff9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-48753100-4822-42fa-af45-9d1a000d2ff9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-48753100-4822-42fa-af45-9d1a000d2ff9 {
  
}
}@media (max-width: 767px){#s-48753100-4822-42fa-af45-9d1a000d2ff9 {
  
}
}







#s-48753100-4822-42fa-af45-9d1a000d2ff9 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-48753100-4822-42fa-af45-9d1a000d2ff9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-0af0f96a-a670-4792-b44d-1a59f96afbfb {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-0af0f96a-a670-4792-b44d-1a59f96afbfb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0af0f96a-a670-4792-b44d-1a59f96afbfb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0af0f96a-a670-4792-b44d-1a59f96afbfb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0af0f96a-a670-4792-b44d-1a59f96afbfb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-0af0f96a-a670-4792-b44d-1a59f96afbfb"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-677f3ece-335a-460c-bb26-d02e0c7ad268 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}








#s-677f3ece-335a-460c-bb26-d02e0c7ad268 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-677f3ece-335a-460c-bb26-d02e0c7ad268.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-c2c50306-c01b-4d4f-a462-6e07dc6d0fa1 {
  margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
padding-top: 11px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-c2c50306-c01b-4d4f-a462-6e07dc6d0fa1 {
  margin-left: 25px;
margin-right: 25px;
}
}
#s-c2c50306-c01b-4d4f-a462-6e07dc6d0fa1 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-4bbeaa83-c88c-4235-baf2-da4525863237 {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (max-width: 767px){#s-4bbeaa83-c88c-4235-baf2-da4525863237 {
  margin-left: 25px;
margin-right: 25px;
}
}
#s-d20e1bd1-eec9-4c42-9bc9-f3840f941181 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-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.57);
min-height: 400px;
background-position: center center;
}








#s-d20e1bd1-eec9-4c42-9bc9-f3840f941181 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d20e1bd1-eec9-4c42-9bc9-f3840f941181.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6f273a03-81ac-4f82-8c2c-533c375843d9 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-6f273a03-81ac-4f82-8c2c-533c375843d9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6f273a03-81ac-4f82-8c2c-533c375843d9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6f273a03-81ac-4f82-8c2c-533c375843d9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f273a03-81ac-4f82-8c2c-533c375843d9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-defe436e-fb25-4857-812f-02f125be0a7f {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-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.57);
min-height: 400px;
background-position: center center;
}








#s-defe436e-fb25-4857-812f-02f125be0a7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-defe436e-fb25-4857-812f-02f125be0a7f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7c25cc5d-1547-47f7-8295-845aec79d127 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}








#s-7c25cc5d-1547-47f7-8295-845aec79d127 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c25cc5d-1547-47f7-8295-845aec79d127.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7b96e241-db5c-4257-8b7a-7ce23015905f {
  margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
padding-top: 11px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-7b96e241-db5c-4257-8b7a-7ce23015905f {
  margin-left: 25px;
margin-right: 25px;
}
}
#s-7b96e241-db5c-4257-8b7a-7ce23015905f .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-69a52474-88f6-4ed9-aa82-77b9a0e514a6 {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (max-width: 767px){#s-69a52474-88f6-4ed9-aa82-77b9a0e514a6 {
  margin-left: 25px;
margin-right: 24px;
}
}
#s-63442651-8eef-46d0-b970-ebc50d2f570b {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
max-width: 1400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-63442651-8eef-46d0-b970-ebc50d2f570b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-63442651-8eef-46d0-b970-ebc50d2f570b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-63442651-8eef-46d0-b970-ebc50d2f570b {
  
}
}@media (max-width: 767px){#s-63442651-8eef-46d0-b970-ebc50d2f570b {
  
}
}







#s-63442651-8eef-46d0-b970-ebc50d2f570b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-63442651-8eef-46d0-b970-ebc50d2f570b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dfae9251-5659-489a-8acb-63ecd71cc67a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-dfae9251-5659-489a-8acb-63ecd71cc67a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dfae9251-5659-489a-8acb-63ecd71cc67a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dfae9251-5659-489a-8acb-63ecd71cc67a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dfae9251-5659-489a-8acb-63ecd71cc67a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-dfae9251-5659-489a-8acb-63ecd71cc67a"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-936c639f-75d0-4107-a8c4-b12a75498142 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}








#s-936c639f-75d0-4107-a8c4-b12a75498142 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-936c639f-75d0-4107-a8c4-b12a75498142.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-840809d0-3b9d-4f1d-a35f-a2c178feb0c7 {
  margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
padding-top: 11px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-840809d0-3b9d-4f1d-a35f-a2c178feb0c7 {
  margin-left: 25px;
margin-right: 25px;
}
}
#s-840809d0-3b9d-4f1d-a35f-a2c178feb0c7 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-3ea2c2e2-4d30-4dd2-a2ee-d390699ebd4b {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (max-width: 767px){#s-3ea2c2e2-4d30-4dd2-a2ee-d390699ebd4b {
  margin-left: 25px;
margin-right: 25px;
}
}
#s-7a65dfa8-c884-4e3d-83dd-5a0d6736686b {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-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.57);
min-height: 400px;
background-position: center center;
}








#s-7a65dfa8-c884-4e3d-83dd-5a0d6736686b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a65dfa8-c884-4e3d-83dd-5a0d6736686b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6c1e752d-9cb1-4f5a-b264-1d7aa86f8cd4 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-6c1e752d-9cb1-4f5a-b264-1d7aa86f8cd4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c1e752d-9cb1-4f5a-b264-1d7aa86f8cd4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6c1e752d-9cb1-4f5a-b264-1d7aa86f8cd4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c1e752d-9cb1-4f5a-b264-1d7aa86f8cd4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e582b56c-27e7-4a3c-b15c-5032082b89f2 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-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.57);
min-height: 400px;
background-position: center center;
}








#s-e582b56c-27e7-4a3c-b15c-5032082b89f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e582b56c-27e7-4a3c-b15c-5032082b89f2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-762e9220-2935-49e7-8b71-b304af22aac9 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}








#s-762e9220-2935-49e7-8b71-b304af22aac9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-762e9220-2935-49e7-8b71-b304af22aac9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-786642f5-d651-4368-b449-715780c0a83c {
  margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
padding-top: 11px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-786642f5-d651-4368-b449-715780c0a83c {
  margin-left: 25px;
margin-right: 25px;
}
}
#s-786642f5-d651-4368-b449-715780c0a83c .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-0c1d9f47-9cbc-43ef-9adf-99c05cc245a2 {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (max-width: 767px){#s-0c1d9f47-9cbc-43ef-9adf-99c05cc245a2 {
  margin-left: 25px;
margin-right: 25px;
}
}
#s-f466fd28-29c0-4705-a61a-b3ff32fc3971 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
max-width: 1400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f466fd28-29c0-4705-a61a-b3ff32fc3971 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f466fd28-29c0-4705-a61a-b3ff32fc3971 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f466fd28-29c0-4705-a61a-b3ff32fc3971 {
  
}
}@media (max-width: 767px){#s-f466fd28-29c0-4705-a61a-b3ff32fc3971 {
  
}
}







#s-f466fd28-29c0-4705-a61a-b3ff32fc3971 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-f466fd28-29c0-4705-a61a-b3ff32fc3971.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be911952-f50d-424f-ac09-b764b76ab8e3 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-be911952-f50d-424f-ac09-b764b76ab8e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be911952-f50d-424f-ac09-b764b76ab8e3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-be911952-f50d-424f-ac09-b764b76ab8e3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-be911952-f50d-424f-ac09-b764b76ab8e3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-be911952-f50d-424f-ac09-b764b76ab8e3"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-83a44f8c-a22e-420a-b778-2e15ea00a3ff {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}








#s-83a44f8c-a22e-420a-b778-2e15ea00a3ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83a44f8c-a22e-420a-b778-2e15ea00a3ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6dad484a-2c92-4b24-bf94-3cb411321ab5 {
  margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
padding-top: 11px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-6dad484a-2c92-4b24-bf94-3cb411321ab5 {
  margin-left: 25px;
margin-right: 25px;
}
}
#s-6dad484a-2c92-4b24-bf94-3cb411321ab5 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-bba390cb-9241-4bf1-91b3-ffadd8667be8 {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (max-width: 767px){#s-bba390cb-9241-4bf1-91b3-ffadd8667be8 {
  margin-left: 25px;
margin-right: 25px;
}
}
#s-bfbde884-e72a-4692-a8a4-2a5123d2acc5 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-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.57);
min-height: 400px;
background-position: center center;
}








#s-bfbde884-e72a-4692-a8a4-2a5123d2acc5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bfbde884-e72a-4692-a8a4-2a5123d2acc5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ad565bb6-9337-4a3d-a9f1-9356e7c55e41 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ad565bb6-9337-4a3d-a9f1-9356e7c55e41"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad565bb6-9337-4a3d-a9f1-9356e7c55e41"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ad565bb6-9337-4a3d-a9f1-9356e7c55e41"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad565bb6-9337-4a3d-a9f1-9356e7c55e41"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-92b2d355-df47-4416-a0cd-644bc45f3734 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-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.57);
min-height: 400px;
background-position: center center;
}








#s-92b2d355-df47-4416-a0cd-644bc45f3734 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92b2d355-df47-4416-a0cd-644bc45f3734.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-886c7006-653c-4577-8de3-1d725ca9ea8b {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}








#s-886c7006-653c-4577-8de3-1d725ca9ea8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-886c7006-653c-4577-8de3-1d725ca9ea8b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d790059c-9cf7-4799-b110-e1c5278877d9 {
  margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
padding-top: 11px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-d790059c-9cf7-4799-b110-e1c5278877d9 {
  margin-left: 25px;
margin-right: 25px;
}
}
#s-d790059c-9cf7-4799-b110-e1c5278877d9 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-d14a1e44-48bd-464a-9a3e-338a4bec05ac {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (max-width: 767px){#s-d14a1e44-48bd-464a-9a3e-338a4bec05ac {
  margin-left: 25px;
margin-right: 25px;
}
}
#s-c2609230-e67e-4873-a147-5fed3e5d67a9 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
max-width: 1400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c2609230-e67e-4873-a147-5fed3e5d67a9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c2609230-e67e-4873-a147-5fed3e5d67a9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c2609230-e67e-4873-a147-5fed3e5d67a9 {
  
}
}@media (max-width: 767px){#s-c2609230-e67e-4873-a147-5fed3e5d67a9 {
  
}
}







#s-c2609230-e67e-4873-a147-5fed3e5d67a9 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-c2609230-e67e-4873-a147-5fed3e5d67a9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4566b5c2-79ac-401f-a93a-ceb72bb17d15 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-4566b5c2-79ac-401f-a93a-ceb72bb17d15"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4566b5c2-79ac-401f-a93a-ceb72bb17d15"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4566b5c2-79ac-401f-a93a-ceb72bb17d15"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4566b5c2-79ac-401f-a93a-ceb72bb17d15"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-4566b5c2-79ac-401f-a93a-ceb72bb17d15"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-09d1dfd5-e5a4-42ae-b600-9fc0c7f8bce4 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}








#s-09d1dfd5-e5a4-42ae-b600-9fc0c7f8bce4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09d1dfd5-e5a4-42ae-b600-9fc0c7f8bce4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62e4cc44-aab3-49f1-a9ba-01e12dc38a76 {
  margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
padding-top: 11px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-62e4cc44-aab3-49f1-a9ba-01e12dc38a76 {
  margin-left: 25px;
margin-right: 25px;
}
}
#s-62e4cc44-aab3-49f1-a9ba-01e12dc38a76 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-9cf30f21-e17f-46b7-9694-8727f6fb918a {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (max-width: 767px){#s-9cf30f21-e17f-46b7-9694-8727f6fb918a {
  margin-left: 25px;
margin-right: 25px;
}
}
#s-2747d48d-c6e7-41c0-82ca-d0ba069ae529 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-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.57);
min-height: 400px;
background-position: center center;
}








#s-2747d48d-c6e7-41c0-82ca-d0ba069ae529 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2747d48d-c6e7-41c0-82ca-d0ba069ae529.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bbd8112d-aa2f-4963-948d-936c38508c7e {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
min-height: 50px;
background-color: rgba(241, 241, 241, 0);
}








#s-bbd8112d-aa2f-4963-948d-936c38508c7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bbd8112d-aa2f-4963-948d-936c38508c7e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-707f08b0-4d79-4f75-8571-eb5a5a6d1b32 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-707f08b0-4d79-4f75-8571-eb5a5a6d1b32 .shogun-heading-component h2 {
  color: rgba(7, 7, 7, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-646f2cdb-fe2e-4219-a8ad-c62c59f9d0ba {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 1200px;
background-color: rgba(241, 241, 241, 0);
}


  #s-646f2cdb-fe2e-4219-a8ad-c62c59f9d0ba .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(221, 221, 221, 1);
  }
  #s-646f2cdb-fe2e-4219-a8ad-c62c59f9d0ba .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(241, 241, 241, 1);
    border: 1px solid rgba(221, 221, 221, 1);
  }
#s-646f2cdb-fe2e-4219-a8ad-c62c59f9d0ba .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(113, 113, 113, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-646f2cdb-fe2e-4219-a8ad-c62c59f9d0ba .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-646f2cdb-fe2e-4219-a8ad-c62c59f9d0ba .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(241, 241, 241, 1);
}

#s-646f2cdb-fe2e-4219-a8ad-c62c59f9d0ba .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 1);
}

#s-5c566934-3536-4a02-8156-998a99adfec0 {
  min-height: 50px;
}








#s-5c566934-3536-4a02-8156-998a99adfec0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c566934-3536-4a02-8156-998a99adfec0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-538dc0a5-03a0-4c16-98fb-555fcfc6d9ec {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
}
@media (max-width: 767px){#s-538dc0a5-03a0-4c16-98fb-555fcfc6d9ec {
  padding-left: 0px;
padding-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-538dc0a5-03a0-4c16-98fb-555fcfc6d9ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-538dc0a5-03a0-4c16-98fb-555fcfc6d9ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 17.5px);
}

}

@media (min-width: 992px) {
[id="s-538dc0a5-03a0-4c16-98fb-555fcfc6d9ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 17.5px);
}

}

@media (min-width: 1200px) {
[id="s-538dc0a5-03a0-4c16-98fb-555fcfc6d9ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 17.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-14975819-f548-418e-be7b-d2ec78b2324c {
  text-align: center;
}







  #s-14975819-f548-418e-be7b-d2ec78b2324c img.shogun-image {
    

    
    
    
  }


#s-14975819-f548-418e-be7b-d2ec78b2324c .shogun-image-content {
  
    align-items: center;
  
}

#s-01f8156f-81f5-414b-a0c0-c72f34c87e06 {
  min-height: 50px;
}








#s-01f8156f-81f5-414b-a0c0-c72f34c87e06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01f8156f-81f5-414b-a0c0-c72f34c87e06.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}








#s-58282810-8bc3-4507-8444-9fe54ef1838d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58282810-8bc3-4507-8444-9fe54ef1838d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-46f38f3b-bfdb-4945-8a06-0646250bff48 {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (max-width: 767px){#s-46f38f3b-bfdb-4945-8a06-0646250bff48 {
  margin-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-46f38f3b-bfdb-4945-8a06-0646250bff48"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-46f38f3b-bfdb-4945-8a06-0646250bff48"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-46f38f3b-bfdb-4945-8a06-0646250bff48"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-46f38f3b-bfdb-4945-8a06-0646250bff48"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-46f38f3b-bfdb-4945-8a06-0646250bff48"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-46f38f3b-bfdb-4945-8a06-0646250bff48"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-46f38f3b-bfdb-4945-8a06-0646250bff48"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-387b09c6-020e-4694-91e1-12ec0752c94e {
  min-height: 60px;
}
@media (max-width: 767px){#s-387b09c6-020e-4694-91e1-12ec0752c94e {
  margin-top: 10px;
min-height: 0px;
}
}







#s-387b09c6-020e-4694-91e1-12ec0752c94e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-387b09c6-020e-4694-91e1-12ec0752c94e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6bb6a992-eeac-4f2e-b0f1-9465ac5cb155 {
  max-width: 40px;
text-align: left;
}







  #s-6bb6a992-eeac-4f2e-b0f1-9465ac5cb155 img.shogun-image {
    

    
    
    
  }


#s-6bb6a992-eeac-4f2e-b0f1-9465ac5cb155 .shogun-image-content {
  
    align-items: center;
  
}

#s-593d435f-b13b-4c7f-b997-f18442d66231 {
  min-height: 60px;
}
@media (max-width: 767px){#s-593d435f-b13b-4c7f-b997-f18442d66231 {
  min-height: 0px;
}
}







#s-593d435f-b13b-4c7f-b997-f18442d66231 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-593d435f-b13b-4c7f-b997-f18442d66231.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1cdb53e8-2265-4c0b-8f17-1ba59548ecb0 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-1cdb53e8-2265-4c0b-8f17-1ba59548ecb0 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-1cdb53e8-2265-4c0b-8f17-1ba59548ecb0 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-95acb049-afd0-492d-a455-9160842f54cc {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (max-width: 767px){#s-95acb049-afd0-492d-a455-9160842f54cc {
  margin-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-95acb049-afd0-492d-a455-9160842f54cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-95acb049-afd0-492d-a455-9160842f54cc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-95acb049-afd0-492d-a455-9160842f54cc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-95acb049-afd0-492d-a455-9160842f54cc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-95acb049-afd0-492d-a455-9160842f54cc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-95acb049-afd0-492d-a455-9160842f54cc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-95acb049-afd0-492d-a455-9160842f54cc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-3cdcdc00-cb02-4baf-bdea-50db25929bdd {
  min-height: 60px;
}
@media (max-width: 767px){#s-3cdcdc00-cb02-4baf-bdea-50db25929bdd {
  margin-top: 10px;
min-height: 0px;
}
}







#s-3cdcdc00-cb02-4baf-bdea-50db25929bdd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3cdcdc00-cb02-4baf-bdea-50db25929bdd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9ecaaf9-705f-4b96-95de-e16ce7f92416 {
  max-width: 40px;
text-align: left;
}







  #s-c9ecaaf9-705f-4b96-95de-e16ce7f92416 img.shogun-image {
    

    
    
    
  }


#s-c9ecaaf9-705f-4b96-95de-e16ce7f92416 .shogun-image-content {
  
    align-items: center;
  
}

#s-c2094c5a-1d78-49fc-bb30-8edd4dde80af {
  min-height: 60px;
}
@media (max-width: 767px){#s-c2094c5a-1d78-49fc-bb30-8edd4dde80af {
  min-height: 0px;
}
}







#s-c2094c5a-1d78-49fc-bb30-8edd4dde80af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2094c5a-1d78-49fc-bb30-8edd4dde80af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc9a1fb9-09be-46c6-b2f8-3127dec799e0 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-dc9a1fb9-09be-46c6-b2f8-3127dec799e0 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-dc9a1fb9-09be-46c6-b2f8-3127dec799e0 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-34397223-7c4e-48a2-add1-98991d1b6a6f {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (max-width: 767px){#s-34397223-7c4e-48a2-add1-98991d1b6a6f {
  margin-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-34397223-7c4e-48a2-add1-98991d1b6a6f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-34397223-7c4e-48a2-add1-98991d1b6a6f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-34397223-7c4e-48a2-add1-98991d1b6a6f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-34397223-7c4e-48a2-add1-98991d1b6a6f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-34397223-7c4e-48a2-add1-98991d1b6a6f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-34397223-7c4e-48a2-add1-98991d1b6a6f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-34397223-7c4e-48a2-add1-98991d1b6a6f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-a47d93ff-da6b-4cce-bf47-555aabf781f0 {
  min-height: 60px;
}
@media (max-width: 767px){#s-a47d93ff-da6b-4cce-bf47-555aabf781f0 {
  margin-top: 10px;
min-height: 0px;
}
}







#s-a47d93ff-da6b-4cce-bf47-555aabf781f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a47d93ff-da6b-4cce-bf47-555aabf781f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9d0c1fe4-663b-418f-a0d3-9352c0f22805 {
  max-width: 40px;
text-align: left;
}







  #s-9d0c1fe4-663b-418f-a0d3-9352c0f22805 img.shogun-image {
    

    
    
    
  }


#s-9d0c1fe4-663b-418f-a0d3-9352c0f22805 .shogun-image-content {
  
    align-items: center;
  
}

#s-69be666f-52de-40e2-b218-9b0be23c9133 {
  min-height: 60px;
}
@media (max-width: 767px){#s-69be666f-52de-40e2-b218-9b0be23c9133 {
  min-height: 0px;
}
}







#s-69be666f-52de-40e2-b218-9b0be23c9133 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69be666f-52de-40e2-b218-9b0be23c9133.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0aced8af-8986-436b-99ac-0e7d012efca7 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-0aced8af-8986-436b-99ac-0e7d012efca7 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-0aced8af-8986-436b-99ac-0e7d012efca7 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-e709e977-978a-48a8-a0ac-36793c2cad8d {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (max-width: 767px){#s-e709e977-978a-48a8-a0ac-36793c2cad8d {
  margin-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-e709e977-978a-48a8-a0ac-36793c2cad8d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e709e977-978a-48a8-a0ac-36793c2cad8d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-e709e977-978a-48a8-a0ac-36793c2cad8d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-e709e977-978a-48a8-a0ac-36793c2cad8d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-e709e977-978a-48a8-a0ac-36793c2cad8d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-e709e977-978a-48a8-a0ac-36793c2cad8d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-e709e977-978a-48a8-a0ac-36793c2cad8d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-6a3c5f4e-16e1-412c-849a-4930c5fca9dc {
  min-height: 60px;
}
@media (max-width: 767px){#s-6a3c5f4e-16e1-412c-849a-4930c5fca9dc {
  margin-top: 10px;
min-height: 0px;
}
}







#s-6a3c5f4e-16e1-412c-849a-4930c5fca9dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a3c5f4e-16e1-412c-849a-4930c5fca9dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c150210-620a-4da6-b253-678a81588355 {
  max-width: 40px;
text-align: left;
}







  #s-8c150210-620a-4da6-b253-678a81588355 img.shogun-image {
    

    
    
    
  }


#s-8c150210-620a-4da6-b253-678a81588355 .shogun-image-content {
  
    align-items: center;
  
}

#s-51064df1-7931-469e-a0e1-86b1aee8893a {
  min-height: 60px;
}
@media (max-width: 767px){#s-51064df1-7931-469e-a0e1-86b1aee8893a {
  min-height: 0px;
}
}







#s-51064df1-7931-469e-a0e1-86b1aee8893a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51064df1-7931-469e-a0e1-86b1aee8893a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7510a60e-1f2c-45c0-a4d9-c66417320cc4 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-7510a60e-1f2c-45c0-a4d9-c66417320cc4 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-7510a60e-1f2c-45c0-a4d9-c66417320cc4 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-d88643b0-6cc7-4bde-aabc-649f938215cb {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (max-width: 767px){#s-d88643b0-6cc7-4bde-aabc-649f938215cb {
  margin-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-d88643b0-6cc7-4bde-aabc-649f938215cb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d88643b0-6cc7-4bde-aabc-649f938215cb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-d88643b0-6cc7-4bde-aabc-649f938215cb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-d88643b0-6cc7-4bde-aabc-649f938215cb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-d88643b0-6cc7-4bde-aabc-649f938215cb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-d88643b0-6cc7-4bde-aabc-649f938215cb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-d88643b0-6cc7-4bde-aabc-649f938215cb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-fe03a925-68c8-4abc-aece-700e717474f0 {
  min-height: 60px;
}
@media (max-width: 767px){#s-fe03a925-68c8-4abc-aece-700e717474f0 {
  margin-top: 10px;
min-height: 0px;
}
}







#s-fe03a925-68c8-4abc-aece-700e717474f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe03a925-68c8-4abc-aece-700e717474f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37367598-8f9f-4a5d-b163-455add69a04f {
  max-width: 40px;
text-align: left;
}







  #s-37367598-8f9f-4a5d-b163-455add69a04f img.shogun-image {
    

    
    
    
  }


#s-37367598-8f9f-4a5d-b163-455add69a04f .shogun-image-content {
  
    align-items: center;
  
}

#s-07049335-0455-4461-aa65-5d245499050d {
  min-height: 60px;
}
@media (max-width: 767px){#s-07049335-0455-4461-aa65-5d245499050d {
  min-height: 0px;
}
}







#s-07049335-0455-4461-aa65-5d245499050d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07049335-0455-4461-aa65-5d245499050d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0525f3fc-758b-47a0-9490-f6f31aacf51a {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-0525f3fc-758b-47a0-9490-f6f31aacf51a {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-0525f3fc-758b-47a0-9490-f6f31aacf51a .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-3d0a4185-6d0e-4ac9-9659-4258cb52c0e9 {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (max-width: 767px){#s-3d0a4185-6d0e-4ac9-9659-4258cb52c0e9 {
  margin-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-3d0a4185-6d0e-4ac9-9659-4258cb52c0e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d0a4185-6d0e-4ac9-9659-4258cb52c0e9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-3d0a4185-6d0e-4ac9-9659-4258cb52c0e9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-3d0a4185-6d0e-4ac9-9659-4258cb52c0e9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-3d0a4185-6d0e-4ac9-9659-4258cb52c0e9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-3d0a4185-6d0e-4ac9-9659-4258cb52c0e9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-3d0a4185-6d0e-4ac9-9659-4258cb52c0e9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-2f18966c-2958-42a1-bed5-e07b6094ea5d {
  min-height: 60px;
}
@media (max-width: 767px){#s-2f18966c-2958-42a1-bed5-e07b6094ea5d {
  margin-top: 10px;
min-height: 0px;
}
}







#s-2f18966c-2958-42a1-bed5-e07b6094ea5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f18966c-2958-42a1-bed5-e07b6094ea5d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bdf0257d-4b97-4315-b0a4-0f21208f7fb8 {
  max-width: 40px;
text-align: left;
}







  #s-bdf0257d-4b97-4315-b0a4-0f21208f7fb8 img.shogun-image {
    

    
    
    
  }


#s-bdf0257d-4b97-4315-b0a4-0f21208f7fb8 .shogun-image-content {
  
    align-items: center;
  
}

#s-76a269ef-6ac5-4595-b19b-b74a285e1183 {
  min-height: 60px;
}
@media (max-width: 767px){#s-76a269ef-6ac5-4595-b19b-b74a285e1183 {
  min-height: 0px;
}
}







#s-76a269ef-6ac5-4595-b19b-b74a285e1183 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76a269ef-6ac5-4595-b19b-b74a285e1183.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e102c8c5-119b-4b56-89be-deaef3980e51 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-e102c8c5-119b-4b56-89be-deaef3980e51 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-e102c8c5-119b-4b56-89be-deaef3980e51 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-94755d1e-80a9-42de-aa21-f88d3e3b9c3e {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (max-width: 767px){#s-94755d1e-80a9-42de-aa21-f88d3e3b9c3e {
  margin-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-94755d1e-80a9-42de-aa21-f88d3e3b9c3e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-94755d1e-80a9-42de-aa21-f88d3e3b9c3e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-94755d1e-80a9-42de-aa21-f88d3e3b9c3e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-94755d1e-80a9-42de-aa21-f88d3e3b9c3e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-94755d1e-80a9-42de-aa21-f88d3e3b9c3e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-94755d1e-80a9-42de-aa21-f88d3e3b9c3e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-94755d1e-80a9-42de-aa21-f88d3e3b9c3e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-688b34da-cb5f-4206-9412-74069552681f {
  min-height: 60px;
}
@media (max-width: 767px){#s-688b34da-cb5f-4206-9412-74069552681f {
  margin-top: 10px;
min-height: 0px;
}
}







#s-688b34da-cb5f-4206-9412-74069552681f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-688b34da-cb5f-4206-9412-74069552681f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33c723ba-97a3-46fc-b29b-2e49acf4f562 {
  max-width: 40px;
text-align: left;
}







  #s-33c723ba-97a3-46fc-b29b-2e49acf4f562 img.shogun-image {
    

    
    
    
  }


#s-33c723ba-97a3-46fc-b29b-2e49acf4f562 .shogun-image-content {
  
    align-items: center;
  
}

#s-0731cf64-e0ca-451f-b022-3718253e0316 {
  min-height: 60px;
}
@media (max-width: 767px){#s-0731cf64-e0ca-451f-b022-3718253e0316 {
  min-height: 0px;
}
}







#s-0731cf64-e0ca-451f-b022-3718253e0316 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0731cf64-e0ca-451f-b022-3718253e0316.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be77503c-dc17-46cb-a5fa-db0192d0de14 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-be77503c-dc17-46cb-a5fa-db0192d0de14 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-be77503c-dc17-46cb-a5fa-db0192d0de14 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-14732efb-4594-4a75-81ca-d219edb61624 {
  margin-top: 25px;
margin-left: 50px;
margin-right: 50px;
}
@media (max-width: 767px){#s-14732efb-4594-4a75-81ca-d219edb61624 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-3d48b73b-4c7a-4d86-9c30-689da517ef41 {
  min-height: 50px;
}








#s-3d48b73b-4c7a-4d86-9c30-689da517ef41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d48b73b-4c7a-4d86-9c30-689da517ef41.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f786a49-037a-499a-b201-418413135ff4 {
  min-height: 50px;
}








#s-9f786a49-037a-499a-b201-418413135ff4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f786a49-037a-499a-b201-418413135ff4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-02743cd2-7dda-45c7-bd0e-65130e3c2f91 {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
}
@media (max-width: 767px){#s-02743cd2-7dda-45c7-bd0e-65130e3c2f91 {
  padding-left: 0px;
padding-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-02743cd2-7dda-45c7-bd0e-65130e3c2f91"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-02743cd2-7dda-45c7-bd0e-65130e3c2f91"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 17.5px);
}

}

@media (min-width: 992px) {
[id="s-02743cd2-7dda-45c7-bd0e-65130e3c2f91"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 17.5px);
}

}

@media (min-width: 1200px) {
[id="s-02743cd2-7dda-45c7-bd0e-65130e3c2f91"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 17.5px);
}

}

#s-2dfddaac-3b26-4f16-86d8-def40f7a4c8e {
  text-align: center;
}







  #s-2dfddaac-3b26-4f16-86d8-def40f7a4c8e img.shogun-image {
    

    
    
    
  }


#s-2dfddaac-3b26-4f16-86d8-def40f7a4c8e .shogun-image-content {
  
    align-items: center;
  
}








#s-0de4abd2-bda3-4211-92c8-a114e3121c7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0de4abd2-bda3-4211-92c8-a114e3121c7b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cc4b18c1-8f8f-4127-84cf-09ba2ed8ee3a {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (max-width: 767px){#s-cc4b18c1-8f8f-4127-84cf-09ba2ed8ee3a {
  margin-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-cc4b18c1-8f8f-4127-84cf-09ba2ed8ee3a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc4b18c1-8f8f-4127-84cf-09ba2ed8ee3a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-cc4b18c1-8f8f-4127-84cf-09ba2ed8ee3a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-cc4b18c1-8f8f-4127-84cf-09ba2ed8ee3a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-cc4b18c1-8f8f-4127-84cf-09ba2ed8ee3a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-cc4b18c1-8f8f-4127-84cf-09ba2ed8ee3a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-cc4b18c1-8f8f-4127-84cf-09ba2ed8ee3a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-b00045ca-ca78-4910-893e-e7c434b9c735 {
  min-height: 60px;
}
@media (max-width: 767px){#s-b00045ca-ca78-4910-893e-e7c434b9c735 {
  margin-top: 10px;
min-height: 0px;
}
}







#s-b00045ca-ca78-4910-893e-e7c434b9c735 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b00045ca-ca78-4910-893e-e7c434b9c735.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-536d259b-de8d-4324-bbcc-879dbd3b7ce1 {
  max-width: 40px;
text-align: left;
}







  #s-536d259b-de8d-4324-bbcc-879dbd3b7ce1 img.shogun-image {
    

    
    
    
  }


#s-536d259b-de8d-4324-bbcc-879dbd3b7ce1 .shogun-image-content {
  
    align-items: center;
  
}

#s-6e0ebbb7-8c47-476f-9da8-0ed61db61df0 {
  min-height: 60px;
}
@media (max-width: 767px){#s-6e0ebbb7-8c47-476f-9da8-0ed61db61df0 {
  min-height: 0px;
}
}







#s-6e0ebbb7-8c47-476f-9da8-0ed61db61df0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e0ebbb7-8c47-476f-9da8-0ed61db61df0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b84054fd-250e-4fa1-bf6f-cbdc7842abcc {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-b84054fd-250e-4fa1-bf6f-cbdc7842abcc {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-b84054fd-250e-4fa1-bf6f-cbdc7842abcc .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-b4d6043a-872c-496e-8d2d-28d709c64e55 {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (max-width: 767px){#s-b4d6043a-872c-496e-8d2d-28d709c64e55 {
  margin-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-b4d6043a-872c-496e-8d2d-28d709c64e55"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b4d6043a-872c-496e-8d2d-28d709c64e55"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-b4d6043a-872c-496e-8d2d-28d709c64e55"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-b4d6043a-872c-496e-8d2d-28d709c64e55"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-b4d6043a-872c-496e-8d2d-28d709c64e55"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-b4d6043a-872c-496e-8d2d-28d709c64e55"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-b4d6043a-872c-496e-8d2d-28d709c64e55"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-b4a6d6fe-545f-4af4-a929-e834b9c3d827 {
  min-height: 60px;
}
@media (max-width: 767px){#s-b4a6d6fe-545f-4af4-a929-e834b9c3d827 {
  margin-top: 10px;
min-height: 0px;
}
}







#s-b4a6d6fe-545f-4af4-a929-e834b9c3d827 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4a6d6fe-545f-4af4-a929-e834b9c3d827.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62e036e6-bcab-4d83-8de1-ec651517aeb5 {
  max-width: 40px;
text-align: left;
}







  #s-62e036e6-bcab-4d83-8de1-ec651517aeb5 img.shogun-image {
    

    
    
    
  }


#s-62e036e6-bcab-4d83-8de1-ec651517aeb5 .shogun-image-content {
  
    align-items: center;
  
}

#s-3e8b76f6-ecd9-48be-b88c-8e250f6bd774 {
  min-height: 60px;
}
@media (max-width: 767px){#s-3e8b76f6-ecd9-48be-b88c-8e250f6bd774 {
  min-height: 0px;
}
}







#s-3e8b76f6-ecd9-48be-b88c-8e250f6bd774 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e8b76f6-ecd9-48be-b88c-8e250f6bd774.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4a0e773d-72cd-4d5d-b0ba-29003c7d3a98 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-4a0e773d-72cd-4d5d-b0ba-29003c7d3a98 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-4a0e773d-72cd-4d5d-b0ba-29003c7d3a98 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-767e4fc4-8610-4033-be3e-69d7e1ab1664 {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (max-width: 767px){#s-767e4fc4-8610-4033-be3e-69d7e1ab1664 {
  margin-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-767e4fc4-8610-4033-be3e-69d7e1ab1664"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-767e4fc4-8610-4033-be3e-69d7e1ab1664"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-767e4fc4-8610-4033-be3e-69d7e1ab1664"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-767e4fc4-8610-4033-be3e-69d7e1ab1664"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-767e4fc4-8610-4033-be3e-69d7e1ab1664"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-767e4fc4-8610-4033-be3e-69d7e1ab1664"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-767e4fc4-8610-4033-be3e-69d7e1ab1664"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-5f83892d-7d0e-46e0-a928-c4622512ae47 {
  min-height: 60px;
}
@media (max-width: 767px){#s-5f83892d-7d0e-46e0-a928-c4622512ae47 {
  margin-top: 10px;
min-height: 0px;
}
}







#s-5f83892d-7d0e-46e0-a928-c4622512ae47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f83892d-7d0e-46e0-a928-c4622512ae47.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d8a8f3a2-408f-405b-9dea-9825f6afb47d {
  max-width: 40px;
text-align: left;
}







  #s-d8a8f3a2-408f-405b-9dea-9825f6afb47d img.shogun-image {
    

    
    
    
  }


#s-d8a8f3a2-408f-405b-9dea-9825f6afb47d .shogun-image-content {
  
    align-items: center;
  
}

#s-e637097c-a82f-4a3e-a4bb-9db4969013dd {
  min-height: 60px;
}
@media (max-width: 767px){#s-e637097c-a82f-4a3e-a4bb-9db4969013dd {
  min-height: 0px;
}
}







#s-e637097c-a82f-4a3e-a4bb-9db4969013dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e637097c-a82f-4a3e-a4bb-9db4969013dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0604f9bc-4361-4da9-a7e3-0ab28b82f80b {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-0604f9bc-4361-4da9-a7e3-0ab28b82f80b {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-0604f9bc-4361-4da9-a7e3-0ab28b82f80b .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-88944c3a-cbc2-4a8c-bf91-38054ff9851e {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (max-width: 767px){#s-88944c3a-cbc2-4a8c-bf91-38054ff9851e {
  margin-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-88944c3a-cbc2-4a8c-bf91-38054ff9851e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-88944c3a-cbc2-4a8c-bf91-38054ff9851e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-88944c3a-cbc2-4a8c-bf91-38054ff9851e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-88944c3a-cbc2-4a8c-bf91-38054ff9851e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-88944c3a-cbc2-4a8c-bf91-38054ff9851e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-88944c3a-cbc2-4a8c-bf91-38054ff9851e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-88944c3a-cbc2-4a8c-bf91-38054ff9851e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-69d34d14-61c0-4766-910d-5dc2160a2e05 {
  min-height: 60px;
}
@media (max-width: 767px){#s-69d34d14-61c0-4766-910d-5dc2160a2e05 {
  margin-top: 10px;
min-height: 0px;
}
}







#s-69d34d14-61c0-4766-910d-5dc2160a2e05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69d34d14-61c0-4766-910d-5dc2160a2e05.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-65e916dc-8dfb-4a6c-aac1-664124ba7830 {
  max-width: 40px;
text-align: left;
}







  #s-65e916dc-8dfb-4a6c-aac1-664124ba7830 img.shogun-image {
    

    
    
    
  }


#s-65e916dc-8dfb-4a6c-aac1-664124ba7830 .shogun-image-content {
  
    align-items: center;
  
}

#s-87caa82d-8672-4018-98bd-e52e0067fea9 {
  min-height: 60px;
}
@media (max-width: 767px){#s-87caa82d-8672-4018-98bd-e52e0067fea9 {
  min-height: 0px;
}
}







#s-87caa82d-8672-4018-98bd-e52e0067fea9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87caa82d-8672-4018-98bd-e52e0067fea9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-161bbb8a-57dd-47a9-bcbd-6ab119910ccb {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-161bbb8a-57dd-47a9-bcbd-6ab119910ccb {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-161bbb8a-57dd-47a9-bcbd-6ab119910ccb .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-25e7389f-a053-49ed-9a68-365d86b4623b {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (max-width: 767px){#s-25e7389f-a053-49ed-9a68-365d86b4623b {
  margin-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-25e7389f-a053-49ed-9a68-365d86b4623b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-25e7389f-a053-49ed-9a68-365d86b4623b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-25e7389f-a053-49ed-9a68-365d86b4623b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-25e7389f-a053-49ed-9a68-365d86b4623b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-25e7389f-a053-49ed-9a68-365d86b4623b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-25e7389f-a053-49ed-9a68-365d86b4623b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-25e7389f-a053-49ed-9a68-365d86b4623b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-dc28da97-c3f1-4bd5-bec0-c5d93b4e6aae {
  min-height: 60px;
}
@media (max-width: 767px){#s-dc28da97-c3f1-4bd5-bec0-c5d93b4e6aae {
  margin-top: 10px;
min-height: 0px;
}
}







#s-dc28da97-c3f1-4bd5-bec0-c5d93b4e6aae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc28da97-c3f1-4bd5-bec0-c5d93b4e6aae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-367df955-4863-44b1-814c-6450c6648a65 {
  max-width: 40px;
text-align: left;
}







  #s-367df955-4863-44b1-814c-6450c6648a65 img.shogun-image {
    

    
    
    
  }


#s-367df955-4863-44b1-814c-6450c6648a65 .shogun-image-content {
  
    align-items: center;
  
}

#s-b9736609-de65-4c1e-9e1a-ffa49a89c924 {
  min-height: 60px;
}
@media (max-width: 767px){#s-b9736609-de65-4c1e-9e1a-ffa49a89c924 {
  min-height: 0px;
}
}







#s-b9736609-de65-4c1e-9e1a-ffa49a89c924 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9736609-de65-4c1e-9e1a-ffa49a89c924.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca5dc06f-64aa-4224-b6e6-18a6bec9b7ff {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-ca5dc06f-64aa-4224-b6e6-18a6bec9b7ff {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-ca5dc06f-64aa-4224-b6e6-18a6bec9b7ff .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-eb5b1235-0bc8-4ddd-9bed-2d271ff2ee24 {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (max-width: 767px){#s-eb5b1235-0bc8-4ddd-9bed-2d271ff2ee24 {
  margin-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-eb5b1235-0bc8-4ddd-9bed-2d271ff2ee24"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb5b1235-0bc8-4ddd-9bed-2d271ff2ee24"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-eb5b1235-0bc8-4ddd-9bed-2d271ff2ee24"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-eb5b1235-0bc8-4ddd-9bed-2d271ff2ee24"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-eb5b1235-0bc8-4ddd-9bed-2d271ff2ee24"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-eb5b1235-0bc8-4ddd-9bed-2d271ff2ee24"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-eb5b1235-0bc8-4ddd-9bed-2d271ff2ee24"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-9698bb04-3aec-4168-a8f2-26c5b4f4344a {
  min-height: 60px;
}
@media (max-width: 767px){#s-9698bb04-3aec-4168-a8f2-26c5b4f4344a {
  margin-top: 10px;
min-height: 0px;
}
}







#s-9698bb04-3aec-4168-a8f2-26c5b4f4344a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9698bb04-3aec-4168-a8f2-26c5b4f4344a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c2a24b6f-0ffd-44c1-b9e4-93e55638c655 {
  max-width: 40px;
text-align: left;
}







  #s-c2a24b6f-0ffd-44c1-b9e4-93e55638c655 img.shogun-image {
    

    
    
    
  }


#s-c2a24b6f-0ffd-44c1-b9e4-93e55638c655 .shogun-image-content {
  
    align-items: center;
  
}

#s-0476cc24-e776-4303-8dc1-fe54becdec8c {
  min-height: 60px;
}
@media (max-width: 767px){#s-0476cc24-e776-4303-8dc1-fe54becdec8c {
  min-height: 0px;
}
}







#s-0476cc24-e776-4303-8dc1-fe54becdec8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0476cc24-e776-4303-8dc1-fe54becdec8c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee242bef-f3c4-4237-a18d-e53b95dff4ec {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-ee242bef-f3c4-4237-a18d-e53b95dff4ec {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-ee242bef-f3c4-4237-a18d-e53b95dff4ec .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-c47dcfe6-92e2-4209-89de-e1dbbe901651 {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (max-width: 767px){#s-c47dcfe6-92e2-4209-89de-e1dbbe901651 {
  margin-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-c47dcfe6-92e2-4209-89de-e1dbbe901651"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c47dcfe6-92e2-4209-89de-e1dbbe901651"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c47dcfe6-92e2-4209-89de-e1dbbe901651"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-c47dcfe6-92e2-4209-89de-e1dbbe901651"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c47dcfe6-92e2-4209-89de-e1dbbe901651"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-c47dcfe6-92e2-4209-89de-e1dbbe901651"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c47dcfe6-92e2-4209-89de-e1dbbe901651"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-edb3973c-c3d7-44cb-a55b-d491950830f6 {
  min-height: 60px;
}
@media (max-width: 767px){#s-edb3973c-c3d7-44cb-a55b-d491950830f6 {
  margin-top: 10px;
min-height: 0px;
}
}







#s-edb3973c-c3d7-44cb-a55b-d491950830f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-edb3973c-c3d7-44cb-a55b-d491950830f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d4c2651-f54a-463c-a583-bf290999a0fc {
  max-width: 40px;
text-align: left;
}







  #s-4d4c2651-f54a-463c-a583-bf290999a0fc img.shogun-image {
    

    
    
    
  }


#s-4d4c2651-f54a-463c-a583-bf290999a0fc .shogun-image-content {
  
    align-items: center;
  
}

#s-d07d2bd3-1f03-4313-a247-32a6fa0213fa {
  min-height: 60px;
}
@media (max-width: 767px){#s-d07d2bd3-1f03-4313-a247-32a6fa0213fa {
  min-height: 0px;
}
}







#s-d07d2bd3-1f03-4313-a247-32a6fa0213fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d07d2bd3-1f03-4313-a247-32a6fa0213fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5f545960-80e5-4d6d-a4a2-0e1f6cc82bb8 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-5f545960-80e5-4d6d-a4a2-0e1f6cc82bb8 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-5f545960-80e5-4d6d-a4a2-0e1f6cc82bb8 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-a1c3fe69-123e-49ed-9758-47923eec9733 {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (max-width: 767px){#s-a1c3fe69-123e-49ed-9758-47923eec9733 {
  margin-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-a1c3fe69-123e-49ed-9758-47923eec9733"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a1c3fe69-123e-49ed-9758-47923eec9733"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-a1c3fe69-123e-49ed-9758-47923eec9733"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-a1c3fe69-123e-49ed-9758-47923eec9733"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-a1c3fe69-123e-49ed-9758-47923eec9733"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-a1c3fe69-123e-49ed-9758-47923eec9733"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-a1c3fe69-123e-49ed-9758-47923eec9733"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-9942e931-6fa8-4dc3-acc2-73d3ff56244d {
  min-height: 60px;
}
@media (max-width: 767px){#s-9942e931-6fa8-4dc3-acc2-73d3ff56244d {
  margin-top: 10px;
min-height: 0px;
}
}







#s-9942e931-6fa8-4dc3-acc2-73d3ff56244d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9942e931-6fa8-4dc3-acc2-73d3ff56244d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-17e08ff5-2c22-4905-9e58-b52696fadfa8 {
  max-width: 40px;
text-align: left;
}







  #s-17e08ff5-2c22-4905-9e58-b52696fadfa8 img.shogun-image {
    

    
    
    
  }


#s-17e08ff5-2c22-4905-9e58-b52696fadfa8 .shogun-image-content {
  
    align-items: center;
  
}

#s-91545224-f342-4d02-8335-8a696a371a48 {
  min-height: 60px;
}
@media (max-width: 767px){#s-91545224-f342-4d02-8335-8a696a371a48 {
  min-height: 0px;
}
}







#s-91545224-f342-4d02-8335-8a696a371a48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91545224-f342-4d02-8335-8a696a371a48.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc27a4d3-678c-49d7-b802-593eb368ad2f {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-fc27a4d3-678c-49d7-b802-593eb368ad2f {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-fc27a4d3-678c-49d7-b802-593eb368ad2f .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-3e8fd6e7-bc52-40bc-8063-2e0670ae4e77 {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (max-width: 767px){#s-3e8fd6e7-bc52-40bc-8063-2e0670ae4e77 {
  margin-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-3e8fd6e7-bc52-40bc-8063-2e0670ae4e77"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3e8fd6e7-bc52-40bc-8063-2e0670ae4e77"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-3e8fd6e7-bc52-40bc-8063-2e0670ae4e77"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-3e8fd6e7-bc52-40bc-8063-2e0670ae4e77"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-3e8fd6e7-bc52-40bc-8063-2e0670ae4e77"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-3e8fd6e7-bc52-40bc-8063-2e0670ae4e77"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-3e8fd6e7-bc52-40bc-8063-2e0670ae4e77"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-4c86d8e0-d545-45c5-8115-15897d437bcd {
  min-height: 60px;
}
@media (max-width: 767px){#s-4c86d8e0-d545-45c5-8115-15897d437bcd {
  margin-top: 10px;
min-height: 0px;
}
}







#s-4c86d8e0-d545-45c5-8115-15897d437bcd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c86d8e0-d545-45c5-8115-15897d437bcd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c828844-c40d-4ba3-b68a-77caa956c19a {
  max-width: 40px;
text-align: left;
}







  #s-8c828844-c40d-4ba3-b68a-77caa956c19a img.shogun-image {
    

    
    
    
  }


#s-8c828844-c40d-4ba3-b68a-77caa956c19a .shogun-image-content {
  
    align-items: center;
  
}

#s-6460c0d2-915b-41ac-8062-4725af1d9a01 {
  min-height: 60px;
}
@media (max-width: 767px){#s-6460c0d2-915b-41ac-8062-4725af1d9a01 {
  min-height: 0px;
}
}







#s-6460c0d2-915b-41ac-8062-4725af1d9a01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6460c0d2-915b-41ac-8062-4725af1d9a01.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6301f74-f85c-4ba1-941d-364ca6383664 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-b6301f74-f85c-4ba1-941d-364ca6383664 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-b6301f74-f85c-4ba1-941d-364ca6383664 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-7ea81dad-bb86-4ce2-8c37-0dae00c2e354 {
  margin-top: 25px;
margin-left: 50px;
margin-right: 50px;
}
@media (max-width: 767px){#s-7ea81dad-bb86-4ce2-8c37-0dae00c2e354 {
  margin-left: 0px;
margin-right: -1%;
}
}
.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-48f8d1cf-9928-40c5-9b2f-d655b69e5d0c {
  margin-top: 75px;
margin-left: auto;
margin-bottom: 75px;
margin-right: auto;
max-width: 750px;
}

#s-48f8d1cf-9928-40c5-9b2f-d655b69e5d0c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-48f8d1cf-9928-40c5-9b2f-d655b69e5d0c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-48f8d1cf-9928-40c5-9b2f-d655b69e5d0c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-48f8d1cf-9928-40c5-9b2f-d655b69e5d0c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-48f8d1cf-9928-40c5-9b2f-d655b69e5d0c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 800;
  font-style: ;
  font-size: 32px;
}

#s-48f8d1cf-9928-40c5-9b2f-d655b69e5d0c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 32px;
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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