.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-7aa88de2-7ed5-4a93-b258-809ea2c84fbe {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe {
  
}
}@media (max-width: 767px){#s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe {
  
}
}
@media (min-width: 0px) {
[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row {
    flex-flow: column-reverse;
  }
}

.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-08fd8015-9c90-4601-b6fb-408258b31da2 {
  padding-left: 10%;
padding-right: 10%;
min-height: 720px;
background-color: rgba(127, 134, 99, 1);
}
@media (min-width: 1200px){#s-08fd8015-9c90-4601-b6fb-408258b31da2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-08fd8015-9c90-4601-b6fb-408258b31da2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-08fd8015-9c90-4601-b6fb-408258b31da2 {
  min-height: 480px;
}
}@media (max-width: 767px){#s-08fd8015-9c90-4601-b6fb-408258b31da2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
min-height: 100%;
}
}







#s-08fd8015-9c90-4601-b6fb-408258b31da2 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-08fd8015-9c90-4601-b6fb-408258b31da2.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: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
  text-transform: none;
  font-weight: normal;
  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-e8de5347-1bd4-4fd3-a306-f1c5fe022580 {
  text-align: left;
}

#s-e8de5347-1bd4-4fd3-a306-f1c5fe022580 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 45px;
  
  
  text-align: left;
}



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

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

#s-5aeebe5f-829c-4fcd-8a00-6a9aac985a6d {
  margin-right: 80%;
}

#s-5aeebe5f-829c-4fcd-8a00-6a9aac985a6d hr {
  border-top: 4px solid rgba(255, 255, 255, 1);
}

#s-7c101140-bd38-4b7a-a675-b5f1c0d993b6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7c101140-bd38-4b7a-a675-b5f1c0d993b6 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}



@media (min-width: 768px) and (max-width: 991px){#s-66d6d0e1-c5eb-4767-85f1-23d0a21e533f {
  
}
}@media (max-width: 767px){#s-66d6d0e1-c5eb-4767-85f1-23d0a21e533f {
  
}
}
@media (min-width: 0px) {
[id="s-66d6d0e1-c5eb-4767-85f1-23d0a21e533f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-66d6d0e1-c5eb-4767-85f1-23d0a21e533f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-66d6d0e1-c5eb-4767-85f1-23d0a21e533f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-66d6d0e1-c5eb-4767-85f1-23d0a21e533f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

.shg-btn-text {
  font-weight: normal;
  font-family: Assistant, sans-serif;
}

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

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

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

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

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

#s-07693bd6-ce4d-4819-be30-c0657e66c996 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-radius: 5px;
background-color: #000;
text-align: left;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-07693bd6-ce4d-4819-be30-c0657e66c996:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(71, 71, 71, 1) !important;
border-radius: 5px !important;
background-color: rgba(253, 251, 247, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-07693bd6-ce4d-4819-be30-c0657e66c996:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(71, 71, 71, 1) !important;
border-radius: 5px !important;
background-color: rgba(253, 251, 247, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-07693bd6-ce4d-4819-be30-c0657e66c996-root {
    text-align: left;
  }


#s-07693bd6-ce4d-4819-be30-c0657e66c996.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-07693bd6-ce4d-4819-be30-c0657e66c996-root {
    text-align: left;
  }


#s-07693bd6-ce4d-4819-be30-c0657e66c996.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-07693bd6-ce4d-4819-be30-c0657e66c996-root {
    text-align: left;
  }


#s-07693bd6-ce4d-4819-be30-c0657e66c996.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-07693bd6-ce4d-4819-be30-c0657e66c996-root {
    text-align: left;
  }


#s-07693bd6-ce4d-4819-be30-c0657e66c996.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-07693bd6-ce4d-4819-be30-c0657e66c996-root {
    text-align: left;
  }


#s-07693bd6-ce4d-4819-be30-c0657e66c996.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-89b63764-b136-4857-9984-d3e346e45106 {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-radius: 2px;
background-color: rgba(253, 253, 253, 1);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
color: #000;
background-image: none;
hover-type: color;
}
#s-89b63764-b136-4857-9984-d3e346e45106:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 0.9) !important;
text-decoration: none !important;
color: #000 !important;
background-image: none !important;
hover-type: color !important;}#s-89b63764-b136-4857-9984-d3e346e45106:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: #000 !important;
background-image: none !important;
hover-type: color !important;}

  #s-89b63764-b136-4857-9984-d3e346e45106-root {
    text-align: left;
  }


#s-89b63764-b136-4857-9984-d3e346e45106.shg-btn {
  color: #000;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-89b63764-b136-4857-9984-d3e346e45106-root {
    text-align: left;
  }


#s-89b63764-b136-4857-9984-d3e346e45106.shg-btn {
  color: #000;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-89b63764-b136-4857-9984-d3e346e45106-root {
    text-align: left;
  }


#s-89b63764-b136-4857-9984-d3e346e45106.shg-btn {
  color: #000;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-89b63764-b136-4857-9984-d3e346e45106-root {
    text-align: left;
  }


#s-89b63764-b136-4857-9984-d3e346e45106.shg-btn {
  color: #000;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-89b63764-b136-4857-9984-d3e346e45106-root {
    text-align: left;
  }


#s-89b63764-b136-4857-9984-d3e346e45106.shg-btn {
  color: #000;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}
.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: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
  font-weight: normal;
}

.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: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
}

.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: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
  font-weight: normal;
}

.shg-theme-text-content p {
  color: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
  font-weight: normal;
}

#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 720px;
background-position: center center;
}
@media (min-width: 1200px){#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a {
  min-height: 480px;
}
}@media (max-width: 767px){#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a {
  min-height: 360px;
}
}
#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a {
  background-image: url(https://i.shgcdn.com/37fcb71f-a593-45d1-b4de-bcb58e76a208/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4121dae5-ed17-49e6-955e-b19e6e81ba58 {
  margin-top: 3%;
margin-left: 5%;
margin-bottom: 3%;
margin-right: 5%;
min-height: 50px;
}








#s-4121dae5-ed17-49e6-955e-b19e6e81ba58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4121dae5-ed17-49e6-955e-b19e6e81ba58.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-51fefe55-27c4-4ddf-9e66-46694d1b1a4e {
  margin-top: 10px;
margin-bottom: 10px;
text-align: left;
}

#s-51fefe55-27c4-4ddf-9e66-46694d1b1a4e .shogun-heading-component h2 {
  color: rgba(99, 105, 146, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-53caf0f8-b481-4e23-b016-275f432b67ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-53caf0f8-b481-4e23-b016-275f432b67ec"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-53caf0f8-b481-4e23-b016-275f432b67ec"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-53caf0f8-b481-4e23-b016-275f432b67ec"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (max-width: 767px){#s-75ee6eab-30bc-43d6-a175-c6f9e405b1aa {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-75ee6eab-30bc-43d6-a175-c6f9e405b1aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75ee6eab-30bc-43d6-a175-c6f9e405b1aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-afdef702-edfa-43ae-99c9-02258f1f18dc {
  margin-bottom: 30px;
text-align: center;
}







  #s-afdef702-edfa-43ae-99c9-02258f1f18dc img.shogun-image {
    

    
    
    
  }


#s-afdef702-edfa-43ae-99c9-02258f1f18dc .shogun-image-content {
  
    align-items: center;
  
}

#s-1d837743-e8f4-4ab9-82bc-456c73f4f287 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1d837743-e8f4-4ab9-82bc-456c73f4f287 .shogun-heading-component h3 {
  color: rgba(127, 134, 99, 1);
  font-weight:  300 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-891e7cd6-ffc9-471a-9867-6faecfee3918 {
  margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-891e7cd6-ffc9-471a-9867-6faecfee3918 {
  margin-left: 10%;
}
}
@media (max-width: 767px){#s-18471cbe-70ca-4b70-8dfc-3069d68d9db1 {
  margin-bottom: 60px;
}
}







#s-18471cbe-70ca-4b70-8dfc-3069d68d9db1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18471cbe-70ca-4b70-8dfc-3069d68d9db1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-34d91fa6-4a14-4005-8e88-40b8a15c13fe {
  margin-bottom: 30px;
text-align: center;
}







  #s-34d91fa6-4a14-4005-8e88-40b8a15c13fe img.shogun-image {
    

    
    
    
  }


#s-34d91fa6-4a14-4005-8e88-40b8a15c13fe .shogun-image-content {
  
    align-items: center;
  
}

#s-192a373b-5091-45be-8d10-bd3f5b186da9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-192a373b-5091-45be-8d10-bd3f5b186da9 .shogun-heading-component h3 {
  color: rgba(127, 134, 99, 1);
  font-weight:  300 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-cd8e7625-b549-42c1-9a3d-d29859326f69 {
  margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-cd8e7625-b549-42c1-9a3d-d29859326f69 {
  margin-left: 10%;
}
}







#s-561d0d83-3c8e-4a6a-8af6-310663a910a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-561d0d83-3c8e-4a6a-8af6-310663a910a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff84af14-4b5d-420e-898d-b6e40b4ecf48 {
  margin-bottom: 30px;
text-align: center;
}







  #s-ff84af14-4b5d-420e-898d-b6e40b4ecf48 img.shogun-image {
    

    
    
    
  }


#s-ff84af14-4b5d-420e-898d-b6e40b4ecf48 .shogun-image-content {
  
    align-items: center;
  
}

#s-0f91fb8f-5505-441b-a4cf-d0ae7062f833 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0f91fb8f-5505-441b-a4cf-d0ae7062f833 .shogun-heading-component h3 {
  color: rgba(127, 134, 99, 1);
  font-weight:  300 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-13c1ac12-fe91-4532-8dd0-b3d9203240d4 {
  margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-13c1ac12-fe91-4532-8dd0-b3d9203240d4 {
  margin-left: 10%;
}
}
#s-041d9154-663f-406a-8a5e-03af3807e04d {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0%;
padding-bottom: 0%;
}
@media (min-width: 1200px){#s-041d9154-663f-406a-8a5e-03af3807e04d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-041d9154-663f-406a-8a5e-03af3807e04d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-041d9154-663f-406a-8a5e-03af3807e04d {
  
}
}@media (max-width: 767px){#s-041d9154-663f-406a-8a5e-03af3807e04d {
  
}
}
@media (min-width: 0px) {
[id="s-041d9154-663f-406a-8a5e-03af3807e04d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-041d9154-663f-406a-8a5e-03af3807e04d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-041d9154-663f-406a-8a5e-03af3807e04d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-041d9154-663f-406a-8a5e-03af3807e04d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-18b60941-d864-4d81-87cd-214902643b08 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 200px;
background-position: center bottom;
}
@media (min-width: 1200px){#s-18b60941-d864-4d81-87cd-214902643b08 {
  display: none;
}
#s-18b60941-d864-4d81-87cd-214902643b08, #wrap-s-18b60941-d864-4d81-87cd-214902643b08 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-18b60941-d864-4d81-87cd-214902643b08 {
  display: none;
}
#s-18b60941-d864-4d81-87cd-214902643b08, #wrap-s-18b60941-d864-4d81-87cd-214902643b08 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-18b60941-d864-4d81-87cd-214902643b08 {
  display: none;
}
#s-18b60941-d864-4d81-87cd-214902643b08, #wrap-s-18b60941-d864-4d81-87cd-214902643b08 { display: none !important; }}@media (max-width: 767px){#s-18b60941-d864-4d81-87cd-214902643b08 {
  
}
}







#s-18b60941-d864-4d81-87cd-214902643b08 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-18b60941-d864-4d81-87cd-214902643b08.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b4efd470-9645-4478-8c14-0827709b4fca {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-left: 0%;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 720px;
background-position: center bottom;
}
@media (min-width: 1200px){#s-b4efd470-9645-4478-8c14-0827709b4fca {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b4efd470-9645-4478-8c14-0827709b4fca {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b4efd470-9645-4478-8c14-0827709b4fca {
  
}
}@media (max-width: 767px){#s-b4efd470-9645-4478-8c14-0827709b4fca {
  display: none;
}
#s-b4efd470-9645-4478-8c14-0827709b4fca, #wrap-s-b4efd470-9645-4478-8c14-0827709b4fca { display: none !important; }}







#s-b4efd470-9645-4478-8c14-0827709b4fca > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-b4efd470-9645-4478-8c14-0827709b4fca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b3c5640f-5188-4747-8c3b-2e75116bfc34 {
  padding-top: 0%;
padding-left: 10%;
padding-bottom: 0%;
padding-right: 10%;
min-height: 720px;
background-color: rgba(99, 105, 146, 1);
}
@media (min-width: 1200px){#s-b3c5640f-5188-4747-8c3b-2e75116bfc34 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b3c5640f-5188-4747-8c3b-2e75116bfc34 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b3c5640f-5188-4747-8c3b-2e75116bfc34 {
  
}
}@media (max-width: 767px){#s-b3c5640f-5188-4747-8c3b-2e75116bfc34 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 20px;
padding-right: 20px;
}
}







#s-b3c5640f-5188-4747-8c3b-2e75116bfc34 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-b3c5640f-5188-4747-8c3b-2e75116bfc34.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9bbd3eab-b604-4073-b6fb-7441647fc10d {
  margin-top: 5%;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9bbd3eab-b604-4073-b6fb-7441647fc10d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-db5fa703-e343-4463-ae50-ce37b1e01c87 {
  text-align: left;
}

#s-db5fa703-e343-4463-ae50-ce37b1e01c87 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-2e2aa25d-46a8-438f-a3be-79b43c899217 {
  margin-right: 80%;
}

#s-2e2aa25d-46a8-438f-a3be-79b43c899217 hr {
  border-top: 4px solid rgba(255, 255, 255, 1);
}

#s-9707372d-45e9-4dfa-a9e2-d80e4e388d3a {
  margin-bottom: 0px;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-9707372d-45e9-4dfa-a9e2-d80e4e388d3a .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-37b2aa3d-6c20-4bfe-8c46-86bcb4a32b3f {
  margin-bottom: 0%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-7f3c9f8b-9c6e-4ead-bae2-87a1c622674d {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-radius: 2px;
background-color: #000;
text-align: left;
text-decoration: none;
letter-spacing: 2px;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-7f3c9f8b-9c6e-4ead-bae2-87a1c622674d:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 0.9) !important;
text-decoration: none !important;
color: #000 !important;
background-image: none !important;
hover-type: color !important;}#s-7f3c9f8b-9c6e-4ead-bae2-87a1c622674d:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(127, 134, 99, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-7f3c9f8b-9c6e-4ead-bae2-87a1c622674d-root {
    text-align: left;
  }


#s-7f3c9f8b-9c6e-4ead-bae2-87a1c622674d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7f3c9f8b-9c6e-4ead-bae2-87a1c622674d-root {
    text-align: left;
  }


#s-7f3c9f8b-9c6e-4ead-bae2-87a1c622674d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7f3c9f8b-9c6e-4ead-bae2-87a1c622674d-root {
    text-align: left;
  }


#s-7f3c9f8b-9c6e-4ead-bae2-87a1c622674d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7f3c9f8b-9c6e-4ead-bae2-87a1c622674d-root {
    text-align: left;
  }


#s-7f3c9f8b-9c6e-4ead-bae2-87a1c622674d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7f3c9f8b-9c6e-4ead-bae2-87a1c622674d-root {
    text-align: left;
  }


#s-7f3c9f8b-9c6e-4ead-bae2-87a1c622674d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-73bb4d73-327e-4579-94b7-1b344772f9c6 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-73bb4d73-327e-4579-94b7-1b344772f9c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73bb4d73-327e-4579-94b7-1b344772f9c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cab97527-456f-4e5b-9b54-1437ee12eecc {
  margin-top: 2%;
margin-left: 5%;
margin-right: 5%;
text-align: left;
}

#s-cab97527-456f-4e5b-9b54-1437ee12eecc .shogun-heading-component h2 {
  color: rgba(127, 134, 99, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-6aea1ab6-3857-4c19-a0d6-fe5862dfdd5e {
  margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
}

#s-bc455209-b103-40b2-b8c4-6e6cafd4ae73 {
  margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(99, 105, 146, 0.35);
border-style: dashed;
min-height: 200px;
}








#s-bc455209-b103-40b2-b8c4-6e6cafd4ae73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc455209-b103-40b2-b8c4-6e6cafd4ae73.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c3f38844-2393-4b69-9fd8-7ba842b7d353 {
  margin-top: 8px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c3f38844-2393-4b69-9fd8-7ba842b7d353 .shogun-heading-component h1 {
  color: rgba(99, 105, 146, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}



#s-97e39d5c-cd26-48a4-aa52-4003a68ab67c {
  margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-97e39d5c-cd26-48a4-aa52-4003a68ab67c {
  margin-left: 10%;
}
}
#s-ccac11ba-fd50-4bfd-9a93-1ac557e1f932 {
  margin-top: 10px;
min-height: 20px;
}

@media (min-width: 0px) {
[id="s-ccac11ba-fd50-4bfd-9a93-1ac557e1f932"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ccac11ba-fd50-4bfd-9a93-1ac557e1f932"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-ccac11ba-fd50-4bfd-9a93-1ac557e1f932"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-ccac11ba-fd50-4bfd-9a93-1ac557e1f932"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-df42188c-4a69-494c-8652-19855a6a9ccf {
  margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(99, 105, 146, 0.35);
border-style: dashed;
min-height: 200px;
}








#s-df42188c-4a69-494c-8652-19855a6a9ccf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df42188c-4a69-494c-8652-19855a6a9ccf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ab087626-df0f-4e69-9be3-578d65e49da2 {
  margin-top: 8px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ab087626-df0f-4e69-9be3-578d65e49da2 .shogun-heading-component h1 {
  color: rgba(99, 105, 146, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-a619a9d0-acbc-4c1c-a47a-b65183c521ce {
  margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-a619a9d0-acbc-4c1c-a47a-b65183c521ce {
  margin-left: 10%;
}
}
#s-31333f1c-25fa-41f6-b4b0-c7ee623e8add {
  margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(99, 105, 146, 0.35);
border-style: dashed;
min-height: 200px;
}








#s-31333f1c-25fa-41f6-b4b0-c7ee623e8add > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31333f1c-25fa-41f6-b4b0-c7ee623e8add.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7424183e-3bd5-4172-9f4a-ad68b9ef48e4 {
  margin-top: 8px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7424183e-3bd5-4172-9f4a-ad68b9ef48e4 .shogun-heading-component h1 {
  color: rgba(99, 105, 146, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-3363401e-70db-465c-a04f-f01d2f3b9397 {
  margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-3363401e-70db-465c-a04f-f01d2f3b9397 {
  margin-left: 10%;
}
}
#s-a0cfe4bd-88bc-4da5-af83-b23ecf3645e6 {
  margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(99, 105, 146, 0.35);
border-style: dashed;
min-height: 200px;
}








#s-a0cfe4bd-88bc-4da5-af83-b23ecf3645e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0cfe4bd-88bc-4da5-af83-b23ecf3645e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-08214350-e28c-478f-9eb4-12c743bdfad9 {
  margin-top: 8px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-08214350-e28c-478f-9eb4-12c743bdfad9 .shogun-heading-component h1 {
  color: rgba(99, 105, 146, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-5ad1ff03-5051-416c-964e-fd7828dafe1c {
  margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-5ad1ff03-5051-416c-964e-fd7828dafe1c {
  margin-left: 10%;
}
}
#s-e21daccc-4920-4dab-91c1-8c95b20c774d {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-e21daccc-4920-4dab-91c1-8c95b20c774d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e21daccc-4920-4dab-91c1-8c95b20c774d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e21daccc-4920-4dab-91c1-8c95b20c774d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e21daccc-4920-4dab-91c1-8c95b20c774d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-4b146c73-fd1f-4bb9-b52f-5e549b59769a {
  margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(99, 105, 146, 0.35);
border-style: dashed;
min-height: 200px;
}








#s-4b146c73-fd1f-4bb9-b52f-5e549b59769a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b146c73-fd1f-4bb9-b52f-5e549b59769a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba287a99-c8ea-43aa-a68c-005f2b31a24f {
  margin-top: 8px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ba287a99-c8ea-43aa-a68c-005f2b31a24f .shogun-heading-component h1 {
  color: rgba(99, 105, 146, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-6ad8fdbf-c5ce-46e9-ae5d-c79545ea10ec {
  margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-6ad8fdbf-c5ce-46e9-ae5d-c79545ea10ec {
  margin-left: 10%;
}
}
#s-f2edda06-2680-4d0b-9129-793856aef9b8 {
  margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(99, 105, 146, 0.35);
border-style: dashed;
min-height: 200px;
}








#s-f2edda06-2680-4d0b-9129-793856aef9b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2edda06-2680-4d0b-9129-793856aef9b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-88f8ee41-f4b6-4f6c-b8c1-2cccfb6117e0 {
  margin-top: 8px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-88f8ee41-f4b6-4f6c-b8c1-2cccfb6117e0 .shogun-heading-component h1 {
  color: rgba(99, 105, 146, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-19b2649f-868b-43a0-a0dd-b9cc3c6bd6e9 {
  margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-19b2649f-868b-43a0-a0dd-b9cc3c6bd6e9 {
  margin-left: 10%;
}
}
#s-5d9ec7cd-afca-4016-b1b4-755bf7ddedc8 {
  margin-top: 75px;
margin-left: 5%;
margin-bottom: 13px;
margin-right: 5%;
text-align: left;
}

#s-5d9ec7cd-afca-4016-b1b4-755bf7ddedc8 .shogun-heading-component h2 {
  color: rgba(127, 134, 99, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-c326a292-64f0-403b-b1cf-d7181fcd8517 {
  margin-top: 10px;
margin-left: 5%;
margin-right: 5%;
min-height: 20px;
}

@media (min-width: 0px) {
[id="s-c326a292-64f0-403b-b1cf-d7181fcd8517"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c326a292-64f0-403b-b1cf-d7181fcd8517"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-c326a292-64f0-403b-b1cf-d7181fcd8517"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-c326a292-64f0-403b-b1cf-d7181fcd8517"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-c1092cb2-aef6-45f5-8140-61d12f02d08c {
  margin-bottom: 10px;
padding-left: 10%;
padding-right: 10%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(99, 105, 146, 0.35);
border-style: dashed;
min-height: 200px;
}








#s-c1092cb2-aef6-45f5-8140-61d12f02d08c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1092cb2-aef6-45f5-8140-61d12f02d08c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f8ee1bb8-0759-4c1e-b6ff-f1559a7e5321 {
  margin-top: 8px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f8ee1bb8-0759-4c1e-b6ff-f1559a7e5321 .shogun-heading-component h1 {
  color: rgba(99, 105, 146, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-31f9f8a8-5dd8-4b73-85b3-e4842d3a9d56 {
  margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-31f9f8a8-5dd8-4b73-85b3-e4842d3a9d56 {
  margin-left: 10%;
}
}
#s-308fe663-0399-44eb-8d18-87807d826fb1 {
  margin-bottom: 10px;
padding-left: 10%;
padding-right: 10%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(99, 105, 146, 0.35);
border-style: dashed;
min-height: 200px;
}








#s-308fe663-0399-44eb-8d18-87807d826fb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-308fe663-0399-44eb-8d18-87807d826fb1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0c9b3e71-b17d-4783-8697-d27f636838e8 {
  margin-top: 18px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0c9b3e71-b17d-4783-8697-d27f636838e8 .shogun-heading-component h1 {
  color: rgba(99, 105, 146, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-4aebaefa-3609-4c2e-bbc5-8b87363499fb {
  margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-4aebaefa-3609-4c2e-bbc5-8b87363499fb {
  margin-left: 10%;
}
}
#s-565fd781-5cd0-455b-bc32-cca147c8bf4d {
  margin-bottom: 10px;
padding-left: 10%;
padding-right: 10%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(99, 105, 146, 0.35);
border-style: dashed;
min-height: 200px;
}








#s-565fd781-5cd0-455b-bc32-cca147c8bf4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-565fd781-5cd0-455b-bc32-cca147c8bf4d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f81f555d-394c-40c5-bdc5-f4a80604a744 {
  margin-top: 8px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f81f555d-394c-40c5-bdc5-f4a80604a744 .shogun-heading-component h1 {
  color: rgba(99, 105, 146, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-56d5d228-6543-496a-b847-b4950e735ded {
  margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-56d5d228-6543-496a-b847-b4950e735ded {
  margin-left: 10%;
}
}
#s-9367779a-dbf0-40e3-b2ae-572347b12004 {
  margin-top: 75px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
text-align: left;
}

#s-9367779a-dbf0-40e3-b2ae-572347b12004 .shogun-heading-component h2 {
  color: rgba(127, 134, 99, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-b3bc93ea-130d-4743-82ef-b95e83e48b4c {
  margin-top: 10px;
margin-left: 5%;
margin-right: 5%;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-b3bc93ea-130d-4743-82ef-b95e83e48b4c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b3bc93ea-130d-4743-82ef-b95e83e48b4c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-b3bc93ea-130d-4743-82ef-b95e83e48b4c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-b3bc93ea-130d-4743-82ef-b95e83e48b4c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-ffd6b251-7598-4fd2-a754-579cc0c53b0e {
  margin-bottom: 10px;
padding-top: 10%;
padding-bottom: 10%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(99, 105, 146, 0.35);
border-style: dashed;
min-height: 200px;
}








#s-ffd6b251-7598-4fd2-a754-579cc0c53b0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffd6b251-7598-4fd2-a754-579cc0c53b0e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6527f2e6-d86d-4353-971e-372d752867f2 {
  margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-6527f2e6-d86d-4353-971e-372d752867f2 {
  margin-left: 10%;
}
}
#s-c266d973-03f4-4cc8-95df-5bdf540f8037 {
  margin-bottom: 10px;
padding-top: 10%;
padding-bottom: 10%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(99, 105, 146, 0.35);
border-style: dashed;
min-height: 200px;
}








#s-c266d973-03f4-4cc8-95df-5bdf540f8037 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c266d973-03f4-4cc8-95df-5bdf540f8037.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f90d140-834a-465e-8d40-5e862307bb46 {
  margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-7f90d140-834a-465e-8d40-5e862307bb46 {
  margin-left: 10%;
}
}
#s-3dcfacb2-848e-419b-ade7-468b53d5c294 {
  margin-bottom: 10px;
padding-top: 10%;
padding-bottom: 10%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(99, 105, 146, 0.35);
border-style: dashed;
min-height: 200px;
}








#s-3dcfacb2-848e-419b-ade7-468b53d5c294 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3dcfacb2-848e-419b-ade7-468b53d5c294.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca44b18b-1436-4a0b-acca-2f78b8ed2fd3 {
  margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-ca44b18b-1436-4a0b-acca-2f78b8ed2fd3 {
  margin-left: 10%;
}
}
#s-0f7923c8-5252-44d4-9498-de412f28414a {
  margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(99, 105, 146, 0.35);
border-style: dashed;
min-height: 200px;
}








#s-0f7923c8-5252-44d4-9498-de412f28414a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f7923c8-5252-44d4-9498-de412f28414a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b5a02ff-c41d-4a50-be90-0ae7a8efa970 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}

#s-b58b3117-aad4-4937-a690-ae4679bd64ca {
  margin-top: 75px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
text-align: center;
}

#s-b58b3117-aad4-4937-a690-ae4679bd64ca .shogun-heading-component h2 {
  color: rgba(127, 134, 99, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}



#s-5ec24092-8f5e-4144-91fb-ee9f73c45208 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-c2770712-4ca0-4838-b602-8f1caf9effd9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2770712-4ca0-4838-b602-8f1caf9effd9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c2770712-4ca0-4838-b602-8f1caf9effd9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c2770712-4ca0-4838-b602-8f1caf9effd9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c2770712-4ca0-4838-b602-8f1caf9effd9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2770712-4ca0-4838-b602-8f1caf9effd9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c2770712-4ca0-4838-b602-8f1caf9effd9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

.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-997128a0-049b-46d6-afa4-73cf7fe339fe {
  padding-bottom: 50px;
}

#s-997128a0-049b-46d6-afa4-73cf7fe339fe > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-997128a0-049b-46d6-afa4-73cf7fe339fe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(127, 134, 99, 1);
  padding: 20px;
}

#s-997128a0-049b-46d6-afa4-73cf7fe339fe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-997128a0-049b-46d6-afa4-73cf7fe339fe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-997128a0-049b-46d6-afa4-73cf7fe339fe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-997128a0-049b-46d6-afa4-73cf7fe339fe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-1fba40a4-bf9e-440a-ad27-ab8718a4d9c5 {
  margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-1fba40a4-bf9e-440a-ad27-ab8718a4d9c5 {
  margin-left: 10%;
}
}
#s-0405328d-ebb1-4253-b3ef-6ce309e20d9e {
  margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-0405328d-ebb1-4253-b3ef-6ce309e20d9e {
  margin-left: 10%;
}
}
#s-9736c672-9337-4bef-b810-e1d4a7d8f014 {
  margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-9736c672-9337-4bef-b810-e1d4a7d8f014 {
  margin-left: 10%;
}
}
#s-db50a688-1520-4c30-84da-63a672ba1bfd {
  margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-db50a688-1520-4c30-84da-63a672ba1bfd {
  margin-left: 10%;
}
}
#s-557bf734-4930-429d-beb8-90d775df883f {
  margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-557bf734-4930-429d-beb8-90d775df883f {
  margin-left: 10%;
}
}
#s-aedc4414-c07a-48b5-b3e8-d607f96cb594 {
  margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-aedc4414-c07a-48b5-b3e8-d607f96cb594 {
  margin-left: 10%;
}
}
#s-e5bda9c1-0663-4896-bff2-757d8fc5a829 {
  margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-e5bda9c1-0663-4896-bff2-757d8fc5a829 {
  margin-left: 10%;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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