#s-c7f6c70c-bc5e-4c76-b39f-21eb9db1ca2f {
  text-align: left;
}

#s-4a903afc-7a7d-45e3-810a-ebe9e6ad0000 {
  text-align: left;
}

#s-5363daa4-9be1-4ff5-bd90-2b67daa32c2e {
  text-align: left;
}

.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-ac5d09c5-f56d-48ce-b21f-df337efad335 {
  margin-left: auto;
margin-right: auto;
padding-left: 25px;
padding-bottom: 35px;
padding-right: 25px;
min-height: 50px;
max-width: 1600px;
}








#s-ac5d09c5-f56d-48ce-b21f-df337efad335 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac5d09c5-f56d-48ce-b21f-df337efad335.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd501c10-378e-46dd-9780-137b58ec7c37 {
  text-align: left;
}

#s-ad31ccb3-a746-420d-b539-0c7fc490b72f {
  margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-bottom: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
max-width: 1440px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ad31ccb3-a746-420d-b539-0c7fc490b72f {
  margin-top: 2em;
margin-left: 2em;
margin-right: 2em;
}
}@media (max-width: 767px){#s-ad31ccb3-a746-420d-b539-0c7fc490b72f {
  padding-left: 2em;
padding-right: 2em;
}
}







#s-ad31ccb3-a746-420d-b539-0c7fc490b72f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad31ccb3-a746-420d-b539-0c7fc490b72f.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-db4967f7-57e4-43bf-8d16-bc18563b2308 {
  margin-left: auto;
margin-bottom: 35px;
margin-right: auto;
max-width: 1600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-db4967f7-57e4-43bf-8d16-bc18563b2308 {
  display: none;
}
#s-db4967f7-57e4-43bf-8d16-bc18563b2308, #wrap-s-db4967f7-57e4-43bf-8d16-bc18563b2308 { display:none !important; }}@media (max-width: 767px){#s-db4967f7-57e4-43bf-8d16-bc18563b2308 {
  display: none;
}
#s-db4967f7-57e4-43bf-8d16-bc18563b2308, #wrap-s-db4967f7-57e4-43bf-8d16-bc18563b2308 { display:none !important; }}
@media (min-width: 0px) {
[id="s-db4967f7-57e4-43bf-8d16-bc18563b2308"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-db4967f7-57e4-43bf-8d16-bc18563b2308"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-db4967f7-57e4-43bf-8d16-bc18563b2308"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-db4967f7-57e4-43bf-8d16-bc18563b2308"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-df6ee88c-bde7-403a-8e02-8df71dc3028a {
  box-shadow:0px 0px 12px 0px rgba(170, 170, 170, 1);
padding-top: 1.2em;
padding-left: 1.2em;
padding-bottom: 1.2em;
padding-right: 1.2em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(35, 110, 150, 1);
border-style: solid;
min-height: 590px;
max-width: 1440px;
background-color: rgba(255, 255, 255, 1);
}








#s-df6ee88c-bde7-403a-8e02-8df71dc3028a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df6ee88c-bde7-403a-8e02-8df71dc3028a.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;
}
#s-4934fe74-4397-4440-a1e2-a8e491fce3d3 {
  text-align: center;
}







  #s-4934fe74-4397-4440-a1e2-a8e491fce3d3 img.shogun-image {
    

    
    
    
  }


#s-4934fe74-4397-4440-a1e2-a8e491fce3d3 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-b828d5a3-ae99-4471-aea7-f45cbbf5506e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b828d5a3-ae99-4471-aea7-f45cbbf5506e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b828d5a3-ae99-4471-aea7-f45cbbf5506e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b828d5a3-ae99-4471-aea7-f45cbbf5506e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b828d5a3-ae99-4471-aea7-f45cbbf5506e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b828d5a3-ae99-4471-aea7-f45cbbf5506e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b828d5a3-ae99-4471-aea7-f45cbbf5506e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  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-e0469a0e-d5d9-426f-8fdb-b846df796c3e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e0469a0e-d5d9-426f-8fdb-b846df796c3e .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-7253a144-b59c-4bba-aec1-df8471a9f8d0 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-7253a144-b59c-4bba-aec1-df8471a9f8d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7253a144-b59c-4bba-aec1-df8471a9f8d0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-911f20b0-ec7a-43bc-a799-7247742376e4 {
  padding-top: 4px;
padding-bottom: 4px;
}

#s-8b0da6f7-88a8-4d9f-b399-50ff9e2fcdcb {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-b0998f08-987b-4569-81bb-e99d85d919f9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b0998f08-987b-4569-81bb-e99d85d919f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b0998f08-987b-4569-81bb-e99d85d919f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b0998f08-987b-4569-81bb-e99d85d919f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

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

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

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

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

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

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

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

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

#s-18ef8cce-7f02-43b5-9b6f-214b689b019f {
  padding-top: 10px;
padding-bottom: 10px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-18ef8cce-7f02-43b5-9b6f-214b689b019f:hover {background-color: rgba(113, 204, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-18ef8cce-7f02-43b5-9b6f-214b689b019f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-18ef8cce-7f02-43b5-9b6f-214b689b019f-root {
    text-align: center;
  }


#s-18ef8cce-7f02-43b5-9b6f-214b689b019f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-18ef8cce-7f02-43b5-9b6f-214b689b019f-root {
    text-align: center;
  }


#s-18ef8cce-7f02-43b5-9b6f-214b689b019f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-18ef8cce-7f02-43b5-9b6f-214b689b019f-root {
    text-align: center;
  }


#s-18ef8cce-7f02-43b5-9b6f-214b689b019f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-18ef8cce-7f02-43b5-9b6f-214b689b019f-root {
    text-align: center;
  }


#s-18ef8cce-7f02-43b5-9b6f-214b689b019f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-18ef8cce-7f02-43b5-9b6f-214b689b019f-root {
    text-align: center;
  }


#s-18ef8cce-7f02-43b5-9b6f-214b689b019f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}
@media (min-width: 1200px){#s-d877a12d-23a5-465e-9ab3-97411ba4c18d {
  display: none;
}
#s-d877a12d-23a5-465e-9ab3-97411ba4c18d, #wrap-s-d877a12d-23a5-465e-9ab3-97411ba4c18d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d877a12d-23a5-465e-9ab3-97411ba4c18d {
  display: none;
}
#s-d877a12d-23a5-465e-9ab3-97411ba4c18d, #wrap-s-d877a12d-23a5-465e-9ab3-97411ba4c18d { display:none !important; }}
#s-5b6c1770-417b-401f-8861-67e32dd50f0e {
  box-shadow:0px 0px 12px 0px rgba(170, 170, 170, 1);
margin-top: 0px;
margin-bottom: 0px;
padding-top: 1.2em;
padding-left: 1.2em;
padding-bottom: 1.2em;
padding-right: 1.2em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
min-height: 590px;
background-color: rgba(255, 255, 255, 1);
}








#s-5b6c1770-417b-401f-8861-67e32dd50f0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b6c1770-417b-401f-8861-67e32dd50f0e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6242fcdb-7d20-4a86-9403-f788b6c3c8a5 {
  text-align: center;
}







  #s-6242fcdb-7d20-4a86-9403-f788b6c3c8a5 img.shogun-image {
    

    
    
    
  }


#s-6242fcdb-7d20-4a86-9403-f788b6c3c8a5 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-364cd437-a4da-42e6-8b86-709995b64d1d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-364cd437-a4da-42e6-8b86-709995b64d1d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-364cd437-a4da-42e6-8b86-709995b64d1d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-364cd437-a4da-42e6-8b86-709995b64d1d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-364cd437-a4da-42e6-8b86-709995b64d1d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-364cd437-a4da-42e6-8b86-709995b64d1d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-364cd437-a4da-42e6-8b86-709995b64d1d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-bacd6e83-6d5a-4fdf-94da-8795b2080728 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bacd6e83-6d5a-4fdf-94da-8795b2080728 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-ab3ca5e1-8b7e-4565-b894-aa4f7d9f4237 {
  min-height: 50px;
}








#s-ab3ca5e1-8b7e-4565-b894-aa4f7d9f4237 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab3ca5e1-8b7e-4565-b894-aa4f7d9f4237.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-569e6a0e-ee0d-4961-a467-65214cc25818 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-569e6a0e-ee0d-4961-a467-65214cc25818 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-569e6a0e-ee0d-4961-a467-65214cc25818.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f8cc4d8-f3fa-424b-847d-365338f58d77 {
  padding-top: 4px;
padding-bottom: 4px;
}

#s-f278ca18-d2b5-48f0-a363-71edeae6654d {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-1271250d-3ddb-40b2-8b17-dc3c91022ba2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-1271250d-3ddb-40b2-8b17-dc3c91022ba2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1271250d-3ddb-40b2-8b17-dc3c91022ba2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1271250d-3ddb-40b2-8b17-dc3c91022ba2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c5c31b87-374b-46d1-aea9-c603696f0a34 {
  padding-top: 10px;
padding-bottom: 10px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-c5c31b87-374b-46d1-aea9-c603696f0a34:hover {background-color: rgba(113, 204, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-c5c31b87-374b-46d1-aea9-c603696f0a34:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c5c31b87-374b-46d1-aea9-c603696f0a34-root {
    text-align: center;
  }


#s-c5c31b87-374b-46d1-aea9-c603696f0a34.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c5c31b87-374b-46d1-aea9-c603696f0a34-root {
    text-align: center;
  }


#s-c5c31b87-374b-46d1-aea9-c603696f0a34.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c5c31b87-374b-46d1-aea9-c603696f0a34-root {
    text-align: center;
  }


#s-c5c31b87-374b-46d1-aea9-c603696f0a34.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c5c31b87-374b-46d1-aea9-c603696f0a34-root {
    text-align: center;
  }


#s-c5c31b87-374b-46d1-aea9-c603696f0a34.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c5c31b87-374b-46d1-aea9-c603696f0a34-root {
    text-align: center;
  }


#s-c5c31b87-374b-46d1-aea9-c603696f0a34.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}
#s-5919ad65-0312-4c1e-a458-82606bf920ec {
  box-shadow:0px 0px 12px 0px rgba(170, 170, 170, 1);
padding-top: 1.2em;
padding-left: 1.2em;
padding-bottom: 1.2em;
padding-right: 1.2em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
min-height: 590px;
background-color: rgba(255, 255, 255, 1);
}








#s-5919ad65-0312-4c1e-a458-82606bf920ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5919ad65-0312-4c1e-a458-82606bf920ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f43b064d-74d8-4fe2-ba7e-b765fc4e644a {
  text-align: center;
}







  #s-f43b064d-74d8-4fe2-ba7e-b765fc4e644a img.shogun-image {
    

    
    
    
  }


#s-f43b064d-74d8-4fe2-ba7e-b765fc4e644a .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-548cda27-fe6e-4889-bda5-7996d6346912"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-548cda27-fe6e-4889-bda5-7996d6346912"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-548cda27-fe6e-4889-bda5-7996d6346912"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-548cda27-fe6e-4889-bda5-7996d6346912"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-548cda27-fe6e-4889-bda5-7996d6346912"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-548cda27-fe6e-4889-bda5-7996d6346912"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-548cda27-fe6e-4889-bda5-7996d6346912"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-f60474b8-0a33-4ed8-999a-d764e00e40e0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f60474b8-0a33-4ed8-999a-d764e00e40e0 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: left;
}



#s-b5cf22ea-85ab-4d79-b4fe-cfdc702fad65 {
  min-height: 50px;
}








#s-b5cf22ea-85ab-4d79-b4fe-cfdc702fad65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5cf22ea-85ab-4d79-b4fe-cfdc702fad65.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c026792-8843-4ec5-ae87-d0d81ffd72c0 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-8c026792-8843-4ec5-ae87-d0d81ffd72c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c026792-8843-4ec5-ae87-d0d81ffd72c0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a16060bf-fc1e-4d8d-946b-9bf027e7052f {
  padding-top: 4px;
padding-bottom: 4px;
}

#s-3920f43c-86e8-409c-972e-3d0d854533eb {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-823bbef2-dd51-4f3e-ba36-ab3710c80930"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-823bbef2-dd51-4f3e-ba36-ab3710c80930"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-823bbef2-dd51-4f3e-ba36-ab3710c80930"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-823bbef2-dd51-4f3e-ba36-ab3710c80930"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c14773c9-4186-4ad6-b8fc-4c71e6954cb4 {
  padding-top: 10px;
padding-bottom: 10px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-c14773c9-4186-4ad6-b8fc-4c71e6954cb4:hover {background-color: rgba(113, 204, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-c14773c9-4186-4ad6-b8fc-4c71e6954cb4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c14773c9-4186-4ad6-b8fc-4c71e6954cb4-root {
    text-align: center;
  }


#s-c14773c9-4186-4ad6-b8fc-4c71e6954cb4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c14773c9-4186-4ad6-b8fc-4c71e6954cb4-root {
    text-align: center;
  }


#s-c14773c9-4186-4ad6-b8fc-4c71e6954cb4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c14773c9-4186-4ad6-b8fc-4c71e6954cb4-root {
    text-align: center;
  }


#s-c14773c9-4186-4ad6-b8fc-4c71e6954cb4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c14773c9-4186-4ad6-b8fc-4c71e6954cb4-root {
    text-align: center;
  }


#s-c14773c9-4186-4ad6-b8fc-4c71e6954cb4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c14773c9-4186-4ad6-b8fc-4c71e6954cb4-root {
    text-align: center;
  }


#s-c14773c9-4186-4ad6-b8fc-4c71e6954cb4.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}
#s-a4839ed4-ea10-42ff-973f-be6be5f6c134 {
  box-shadow:0px 0px 12px 0px rgba(170, 170, 170, 1);
padding-top: 1.2em;
padding-left: 1.2em;
padding-bottom: 1.2em;
padding-right: 1.2em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
min-height: 590px;
background-color: rgba(255, 255, 255, 1);
}








#s-a4839ed4-ea10-42ff-973f-be6be5f6c134 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4839ed4-ea10-42ff-973f-be6be5f6c134.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-12b292f2-9037-489a-a9ec-f3c07c169767 {
  text-align: center;
}







  #s-12b292f2-9037-489a-a9ec-f3c07c169767 img.shogun-image {
    

    
    
    
  }


#s-12b292f2-9037-489a-a9ec-f3c07c169767 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-61653d3f-bad2-4779-83e8-460c5e5976bc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-61653d3f-bad2-4779-83e8-460c5e5976bc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-61653d3f-bad2-4779-83e8-460c5e5976bc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-61653d3f-bad2-4779-83e8-460c5e5976bc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-61653d3f-bad2-4779-83e8-460c5e5976bc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-61653d3f-bad2-4779-83e8-460c5e5976bc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-61653d3f-bad2-4779-83e8-460c5e5976bc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-7d0bbddd-17ee-422b-b49d-5214b0c35e61 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7d0bbddd-17ee-422b-b49d-5214b0c35e61 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: left;
}



#s-de6c555c-6546-4f1a-8e6e-c0435847eed0 {
  min-height: 50px;
}








#s-de6c555c-6546-4f1a-8e6e-c0435847eed0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de6c555c-6546-4f1a-8e6e-c0435847eed0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ab58a971-9435-4342-9acd-9468702b7649 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-ab58a971-9435-4342-9acd-9468702b7649 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab58a971-9435-4342-9acd-9468702b7649.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-24775182-284e-45c7-9cb5-4baaca948395"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-24775182-284e-45c7-9cb5-4baaca948395"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-24775182-284e-45c7-9cb5-4baaca948395"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-24775182-284e-45c7-9cb5-4baaca948395"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-15143f29-0f97-4d57-9a32-fe28a8045722 {
  padding-top: 10px;
padding-bottom: 10px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-15143f29-0f97-4d57-9a32-fe28a8045722:hover {background-color: rgba(113, 204, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-15143f29-0f97-4d57-9a32-fe28a8045722:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-15143f29-0f97-4d57-9a32-fe28a8045722-root {
    text-align: center;
  }


#s-15143f29-0f97-4d57-9a32-fe28a8045722.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-15143f29-0f97-4d57-9a32-fe28a8045722-root {
    text-align: center;
  }


#s-15143f29-0f97-4d57-9a32-fe28a8045722.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-15143f29-0f97-4d57-9a32-fe28a8045722-root {
    text-align: center;
  }


#s-15143f29-0f97-4d57-9a32-fe28a8045722.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-15143f29-0f97-4d57-9a32-fe28a8045722-root {
    text-align: center;
  }


#s-15143f29-0f97-4d57-9a32-fe28a8045722.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-15143f29-0f97-4d57-9a32-fe28a8045722-root {
    text-align: center;
  }


#s-15143f29-0f97-4d57-9a32-fe28a8045722.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}
#s-f0ae680a-008a-4b39-8570-393e5c2ed728 {
  margin-left: auto;
margin-bottom: 35px;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 1200px){#s-f0ae680a-008a-4b39-8570-393e5c2ed728 {
  display: none;
}
#s-f0ae680a-008a-4b39-8570-393e5c2ed728, #wrap-s-f0ae680a-008a-4b39-8570-393e5c2ed728 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f0ae680a-008a-4b39-8570-393e5c2ed728 {
  display: none;
}
#s-f0ae680a-008a-4b39-8570-393e5c2ed728, #wrap-s-f0ae680a-008a-4b39-8570-393e5c2ed728 { display:none !important; }}
@media (min-width: 0px) {
[id="s-f0ae680a-008a-4b39-8570-393e5c2ed728"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f0ae680a-008a-4b39-8570-393e5c2ed728"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f0ae680a-008a-4b39-8570-393e5c2ed728"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f0ae680a-008a-4b39-8570-393e5c2ed728"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-9b0ecfc7-6ce1-43fa-9436-6e3cffc00c73 {
  box-shadow:0px 0px 12px 0px rgba(170, 170, 170, 1);
padding-top: 1.2em;
padding-left: 1.2em;
padding-bottom: 1.2em;
padding-right: 1.2em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(35, 110, 150, 1);
border-style: solid;
min-height: 50px;
max-width: 1440px;
background-color: rgba(255, 255, 255, 1);
}








#s-9b0ecfc7-6ce1-43fa-9436-6e3cffc00c73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b0ecfc7-6ce1-43fa-9436-6e3cffc00c73.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e3f049ac-7aad-4424-83dc-782d4e6a2be0 {
  text-align: center;
}







  #s-e3f049ac-7aad-4424-83dc-782d4e6a2be0 img.shogun-image {
    

    
    
    
  }


#s-e3f049ac-7aad-4424-83dc-782d4e6a2be0 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-801f0c37-b809-4f01-88e5-a983dd0b77be"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-801f0c37-b809-4f01-88e5-a983dd0b77be"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-801f0c37-b809-4f01-88e5-a983dd0b77be"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-801f0c37-b809-4f01-88e5-a983dd0b77be"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-801f0c37-b809-4f01-88e5-a983dd0b77be"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-801f0c37-b809-4f01-88e5-a983dd0b77be"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-801f0c37-b809-4f01-88e5-a983dd0b77be"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-8e7cf831-b36e-4848-968d-66d38dcca9de {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8e7cf831-b36e-4848-968d-66d38dcca9de .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-ac730646-659f-4f85-b4ef-38f245169586 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-ac730646-659f-4f85-b4ef-38f245169586 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac730646-659f-4f85-b4ef-38f245169586.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c1045732-3042-452b-a1c3-763c3d76c45b {
  padding-top: 4px;
padding-bottom: 4px;
}

#s-7333321d-26cf-4767-a26f-4e7af13eff8d {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-90da1eae-9fe2-4af7-8e9d-e93f8b814d21"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-90da1eae-9fe2-4af7-8e9d-e93f8b814d21"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-90da1eae-9fe2-4af7-8e9d-e93f8b814d21"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-90da1eae-9fe2-4af7-8e9d-e93f8b814d21"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-87736464-9a69-4fdc-b643-9ae19884d55b {
  padding-top: 10px;
padding-bottom: 10px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-87736464-9a69-4fdc-b643-9ae19884d55b:hover {background-color: rgba(113, 204, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-87736464-9a69-4fdc-b643-9ae19884d55b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-87736464-9a69-4fdc-b643-9ae19884d55b-root {
    text-align: center;
  }


#s-87736464-9a69-4fdc-b643-9ae19884d55b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-87736464-9a69-4fdc-b643-9ae19884d55b-root {
    text-align: center;
  }


#s-87736464-9a69-4fdc-b643-9ae19884d55b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-87736464-9a69-4fdc-b643-9ae19884d55b-root {
    text-align: center;
  }


#s-87736464-9a69-4fdc-b643-9ae19884d55b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-87736464-9a69-4fdc-b643-9ae19884d55b-root {
    text-align: center;
  }


#s-87736464-9a69-4fdc-b643-9ae19884d55b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-87736464-9a69-4fdc-b643-9ae19884d55b-root {
    text-align: center;
  }


#s-87736464-9a69-4fdc-b643-9ae19884d55b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}
@media (min-width: 1200px){#s-0b4e355c-752e-4537-af74-af5d020c5508 {
  display: none;
}
#s-0b4e355c-752e-4537-af74-af5d020c5508, #wrap-s-0b4e355c-752e-4537-af74-af5d020c5508 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0b4e355c-752e-4537-af74-af5d020c5508 {
  display: none;
}
#s-0b4e355c-752e-4537-af74-af5d020c5508, #wrap-s-0b4e355c-752e-4537-af74-af5d020c5508 { display:none !important; }}
#s-13bc81fd-ea6c-457a-9391-89873488d89a {
  box-shadow:0px 0px 12px 0px rgba(170, 170, 170, 1);
margin-top: 0px;
margin-bottom: 0px;
padding-top: 1.2em;
padding-left: 1.2em;
padding-bottom: 1.2em;
padding-right: 1.2em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-13bc81fd-ea6c-457a-9391-89873488d89a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13bc81fd-ea6c-457a-9391-89873488d89a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-833a0be2-5617-4ec8-bcae-5d480791692c {
  text-align: center;
}







  #s-833a0be2-5617-4ec8-bcae-5d480791692c img.shogun-image {
    

    
    
    
  }


#s-833a0be2-5617-4ec8-bcae-5d480791692c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-3df08043-42bc-4211-b07e-5f6ffaaec8f7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-3df08043-42bc-4211-b07e-5f6ffaaec8f7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3df08043-42bc-4211-b07e-5f6ffaaec8f7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3df08043-42bc-4211-b07e-5f6ffaaec8f7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3df08043-42bc-4211-b07e-5f6ffaaec8f7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3df08043-42bc-4211-b07e-5f6ffaaec8f7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3df08043-42bc-4211-b07e-5f6ffaaec8f7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-53afabc9-ac70-4d20-80a6-3c626ae56f71 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-53afabc9-ac70-4d20-80a6-3c626ae56f71 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-f3b0792a-891f-444d-aac2-c89c64aedbca {
  min-height: 50px;
}








#s-f3b0792a-891f-444d-aac2-c89c64aedbca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3b0792a-891f-444d-aac2-c89c64aedbca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-90c70389-5ba5-46a5-a27a-7351da088b5a {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-90c70389-5ba5-46a5-a27a-7351da088b5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90c70389-5ba5-46a5-a27a-7351da088b5a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-342353ef-4809-4d7d-95f8-fed060e2d89d {
  padding-top: 4px;
padding-bottom: 4px;
}

#s-2e996daa-b6fb-494c-9874-e37768e84398 {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-9579a1d7-5407-4893-adc4-efaff728b961"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9579a1d7-5407-4893-adc4-efaff728b961"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9579a1d7-5407-4893-adc4-efaff728b961"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9579a1d7-5407-4893-adc4-efaff728b961"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-3c86855c-cc49-41ff-af3f-aaac71661ab3 {
  padding-top: 10px;
padding-bottom: 10px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-3c86855c-cc49-41ff-af3f-aaac71661ab3:hover {background-color: rgba(113, 204, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-3c86855c-cc49-41ff-af3f-aaac71661ab3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3c86855c-cc49-41ff-af3f-aaac71661ab3-root {
    text-align: center;
  }


#s-3c86855c-cc49-41ff-af3f-aaac71661ab3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-3c86855c-cc49-41ff-af3f-aaac71661ab3-root {
    text-align: center;
  }


#s-3c86855c-cc49-41ff-af3f-aaac71661ab3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3c86855c-cc49-41ff-af3f-aaac71661ab3-root {
    text-align: center;
  }


#s-3c86855c-cc49-41ff-af3f-aaac71661ab3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3c86855c-cc49-41ff-af3f-aaac71661ab3-root {
    text-align: center;
  }


#s-3c86855c-cc49-41ff-af3f-aaac71661ab3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-3c86855c-cc49-41ff-af3f-aaac71661ab3-root {
    text-align: center;
  }


#s-3c86855c-cc49-41ff-af3f-aaac71661ab3.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}
@media (min-width: 1200px){#s-001f6a5d-7525-4f5c-bf6b-5d5b99260556 {
  display: none;
}
#s-001f6a5d-7525-4f5c-bf6b-5d5b99260556, #wrap-s-001f6a5d-7525-4f5c-bf6b-5d5b99260556 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-001f6a5d-7525-4f5c-bf6b-5d5b99260556 {
  display: none;
}
#s-001f6a5d-7525-4f5c-bf6b-5d5b99260556, #wrap-s-001f6a5d-7525-4f5c-bf6b-5d5b99260556 { display:none !important; }}
#s-3c0dab29-cc8f-4956-a6c7-7069bac7dde0 {
  box-shadow:0px 0px 12px 0px rgba(170, 170, 170, 1);
padding-top: 1.2em;
padding-left: 1.2em;
padding-bottom: 1.2em;
padding-right: 1.2em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3c0dab29-cc8f-4956-a6c7-7069bac7dde0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c0dab29-cc8f-4956-a6c7-7069bac7dde0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-54cd0908-30cc-4282-8f2d-e15c91ed3fc0 {
  text-align: center;
}







  #s-54cd0908-30cc-4282-8f2d-e15c91ed3fc0 img.shogun-image {
    

    
    
    
  }


#s-54cd0908-30cc-4282-8f2d-e15c91ed3fc0 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-c31b1154-6190-4d7d-a8a8-00e9f0cac145"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c31b1154-6190-4d7d-a8a8-00e9f0cac145"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c31b1154-6190-4d7d-a8a8-00e9f0cac145"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c31b1154-6190-4d7d-a8a8-00e9f0cac145"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c31b1154-6190-4d7d-a8a8-00e9f0cac145"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c31b1154-6190-4d7d-a8a8-00e9f0cac145"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c31b1154-6190-4d7d-a8a8-00e9f0cac145"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-1a92f2c6-2122-4a8d-adfe-1acf9dec8115 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1a92f2c6-2122-4a8d-adfe-1acf9dec8115 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: left;
}



#s-968eb2f4-5341-4112-923f-6a1447c4385d {
  min-height: 50px;
}








#s-968eb2f4-5341-4112-923f-6a1447c4385d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-968eb2f4-5341-4112-923f-6a1447c4385d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7fa197a5-4770-4ff6-84e1-4fe376246d2a {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-7fa197a5-4770-4ff6-84e1-4fe376246d2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7fa197a5-4770-4ff6-84e1-4fe376246d2a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5c3818f3-41a1-42d5-9997-412e1ad986d8 {
  padding-top: 4px;
padding-bottom: 4px;
}

#s-2057dbf7-e211-441b-acfb-6eac36340130 {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-561800de-a0a6-482e-9926-30e15ea1ae92"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-561800de-a0a6-482e-9926-30e15ea1ae92"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-561800de-a0a6-482e-9926-30e15ea1ae92"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-561800de-a0a6-482e-9926-30e15ea1ae92"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ee32dbf9-4f1c-4cba-bd7a-d66e8b1af825 {
  padding-top: 10px;
padding-bottom: 10px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-ee32dbf9-4f1c-4cba-bd7a-d66e8b1af825:hover {background-color: rgba(113, 204, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-ee32dbf9-4f1c-4cba-bd7a-d66e8b1af825:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ee32dbf9-4f1c-4cba-bd7a-d66e8b1af825-root {
    text-align: center;
  }


#s-ee32dbf9-4f1c-4cba-bd7a-d66e8b1af825.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ee32dbf9-4f1c-4cba-bd7a-d66e8b1af825-root {
    text-align: center;
  }


#s-ee32dbf9-4f1c-4cba-bd7a-d66e8b1af825.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ee32dbf9-4f1c-4cba-bd7a-d66e8b1af825-root {
    text-align: center;
  }


#s-ee32dbf9-4f1c-4cba-bd7a-d66e8b1af825.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ee32dbf9-4f1c-4cba-bd7a-d66e8b1af825-root {
    text-align: center;
  }


#s-ee32dbf9-4f1c-4cba-bd7a-d66e8b1af825.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ee32dbf9-4f1c-4cba-bd7a-d66e8b1af825-root {
    text-align: center;
  }


#s-ee32dbf9-4f1c-4cba-bd7a-d66e8b1af825.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}
@media (min-width: 1200px){#s-b601b1fb-4712-40a1-88db-1a768ef6e05d {
  display: none;
}
#s-b601b1fb-4712-40a1-88db-1a768ef6e05d, #wrap-s-b601b1fb-4712-40a1-88db-1a768ef6e05d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b601b1fb-4712-40a1-88db-1a768ef6e05d {
  display: none;
}
#s-b601b1fb-4712-40a1-88db-1a768ef6e05d, #wrap-s-b601b1fb-4712-40a1-88db-1a768ef6e05d { display:none !important; }}
#s-2e351ec9-b8f9-4dc3-b436-5e5323c82708 {
  box-shadow:0px 0px 12px 0px rgba(170, 170, 170, 1);
padding-top: 1.2em;
padding-left: 1.2em;
padding-bottom: 1.2em;
padding-right: 1.2em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-2e351ec9-b8f9-4dc3-b436-5e5323c82708 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e351ec9-b8f9-4dc3-b436-5e5323c82708.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a137c7e8-05cc-4c70-a982-f86743f6835b {
  text-align: center;
}







  #s-a137c7e8-05cc-4c70-a982-f86743f6835b img.shogun-image {
    

    
    
    
  }


#s-a137c7e8-05cc-4c70-a982-f86743f6835b .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-b38b141e-ccd5-4256-b88f-a67fc399244b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b38b141e-ccd5-4256-b88f-a67fc399244b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b38b141e-ccd5-4256-b88f-a67fc399244b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b38b141e-ccd5-4256-b88f-a67fc399244b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b38b141e-ccd5-4256-b88f-a67fc399244b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b38b141e-ccd5-4256-b88f-a67fc399244b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b38b141e-ccd5-4256-b88f-a67fc399244b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-24fc9cf1-0c39-40eb-a5ed-e49ebe37103b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-24fc9cf1-0c39-40eb-a5ed-e49ebe37103b .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: left;
}



#s-8741d9c4-2590-4479-bdc5-5cec0b6d3d6e {
  min-height: 50px;
}








#s-8741d9c4-2590-4479-bdc5-5cec0b6d3d6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8741d9c4-2590-4479-bdc5-5cec0b6d3d6e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2d6689e6-2d6d-4839-b095-8a256aa24ecb {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-2d6689e6-2d6d-4839-b095-8a256aa24ecb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d6689e6-2d6d-4839-b095-8a256aa24ecb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-3f0e8ceb-b3bb-4948-9f83-7e1a2c2c24ed"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-3f0e8ceb-b3bb-4948-9f83-7e1a2c2c24ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3f0e8ceb-b3bb-4948-9f83-7e1a2c2c24ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3f0e8ceb-b3bb-4948-9f83-7e1a2c2c24ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-3b87dd43-5e8a-4a8a-a5b7-1c40132e7784 {
  padding-top: 10px;
padding-bottom: 10px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-3b87dd43-5e8a-4a8a-a5b7-1c40132e7784:hover {background-color: rgba(113, 204, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-3b87dd43-5e8a-4a8a-a5b7-1c40132e7784:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3b87dd43-5e8a-4a8a-a5b7-1c40132e7784-root {
    text-align: center;
  }


#s-3b87dd43-5e8a-4a8a-a5b7-1c40132e7784.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-3b87dd43-5e8a-4a8a-a5b7-1c40132e7784-root {
    text-align: center;
  }


#s-3b87dd43-5e8a-4a8a-a5b7-1c40132e7784.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3b87dd43-5e8a-4a8a-a5b7-1c40132e7784-root {
    text-align: center;
  }


#s-3b87dd43-5e8a-4a8a-a5b7-1c40132e7784.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3b87dd43-5e8a-4a8a-a5b7-1c40132e7784-root {
    text-align: center;
  }


#s-3b87dd43-5e8a-4a8a-a5b7-1c40132e7784.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-3b87dd43-5e8a-4a8a-a5b7-1c40132e7784-root {
    text-align: center;
  }


#s-3b87dd43-5e8a-4a8a-a5b7-1c40132e7784.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}
#s-45a3a257-a451-445e-8467-8e2a9a3f8ced {
  margin-top: 25px;
padding-left: 25px;
padding-right: 25px;
}

#s-27ddec07-a45c-4846-a3b4-6cd6b146f69d {
  margin-left: auto;
margin-right: auto;
padding-bottom: 50px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
max-width: 1440px;
}
@media (min-width: 1200px){#s-27ddec07-a45c-4846-a3b4-6cd6b146f69d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-27ddec07-a45c-4846-a3b4-6cd6b146f69d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-27ddec07-a45c-4846-a3b4-6cd6b146f69d {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
}
}@media (max-width: 767px){#s-27ddec07-a45c-4846-a3b4-6cd6b146f69d {
  padding-left: 2em;
padding-right: 2em;
}
}







#s-27ddec07-a45c-4846-a3b4-6cd6b146f69d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27ddec07-a45c-4846-a3b4-6cd6b146f69d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc442120-5824-438a-a300-76aee2f279d4 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

#s-3047f1e6-38b3-4d31-83e5-535d47051d23 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-3047f1e6-38b3-4d31-83e5-535d47051d23"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3047f1e6-38b3-4d31-83e5-535d47051d23"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3047f1e6-38b3-4d31-83e5-535d47051d23"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3047f1e6-38b3-4d31-83e5-535d47051d23"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a55dd514-9716-4b0d-be7e-976c17c9e59e {
  box-shadow:0px 0px 12px 0px rgba(255, 255, 255, 1);
padding-top: 1.2em;
padding-bottom: 1.2em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(35, 110, 150, 1);
border-style: solid;
min-height: 50px;
max-width: 1440px;
background-color: rgba(255, 255, 255, 1);
}








#s-a55dd514-9716-4b0d-be7e-976c17c9e59e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a55dd514-9716-4b0d-be7e-976c17c9e59e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-82f75b00-211a-40fc-b129-daeeb678b9c4 {
  text-align: center;
}







  #s-82f75b00-211a-40fc-b129-daeeb678b9c4 img.shogun-image {
    

    
    
    
  }


#s-82f75b00-211a-40fc-b129-daeeb678b9c4 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-9e9ef08c-baaa-4be3-82be-e7342a0fb890"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9e9ef08c-baaa-4be3-82be-e7342a0fb890"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9e9ef08c-baaa-4be3-82be-e7342a0fb890"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9e9ef08c-baaa-4be3-82be-e7342a0fb890"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9e9ef08c-baaa-4be3-82be-e7342a0fb890"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e9ef08c-baaa-4be3-82be-e7342a0fb890"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9e9ef08c-baaa-4be3-82be-e7342a0fb890"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-be7cfd90-3b9c-4276-a03b-1b954d58fd2c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-be7cfd90-3b9c-4276-a03b-1b954d58fd2c .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-77e46999-7aa5-4414-9211-2292233969c0 {
  margin-top: 0px;
margin-bottom: 20px;
}

#s-064d73b3-b893-4410-8ae1-8dcb7a870b48 {
  max-width: 175px;
}

#s-fa7fd3bf-d564-424a-b001-ba74a39a2452 {
  padding-bottom: 10px;
text-align: left;
}

#s-f7762a90-474c-47a3-bf78-4f4695f7321e {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(37, 37, 37, 1);
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-f7762a90-474c-47a3-bf78-4f4695f7321e: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(37, 37, 37, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(37, 37, 37, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f7762a90-474c-47a3-bf78-4f4695f7321e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f7762a90-474c-47a3-bf78-4f4695f7321e-root {
    text-align: left;
  }


#s-f7762a90-474c-47a3-bf78-4f4695f7321e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f7762a90-474c-47a3-bf78-4f4695f7321e-root {
    text-align: left;
  }


#s-f7762a90-474c-47a3-bf78-4f4695f7321e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f7762a90-474c-47a3-bf78-4f4695f7321e-root {
    text-align: left;
  }


#s-f7762a90-474c-47a3-bf78-4f4695f7321e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f7762a90-474c-47a3-bf78-4f4695f7321e-root {
    text-align: left;
  }


#s-f7762a90-474c-47a3-bf78-4f4695f7321e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f7762a90-474c-47a3-bf78-4f4695f7321e-root {
    text-align: left;
  }


#s-f7762a90-474c-47a3-bf78-4f4695f7321e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f0d20630-fd50-4e8b-95ed-04faf3edb201 {
  box-shadow:0px 0px 12px 0px rgba(255, 255, 255, 1);
padding-top: 1.2em;
padding-bottom: 1.2em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f0d20630-fd50-4e8b-95ed-04faf3edb201 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0d20630-fd50-4e8b-95ed-04faf3edb201.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2d0fe1e9-1e8d-48cc-b671-7cce1a56de85 {
  text-align: center;
}







  #s-2d0fe1e9-1e8d-48cc-b671-7cce1a56de85 img.shogun-image {
    

    
    
    
  }


#s-2d0fe1e9-1e8d-48cc-b671-7cce1a56de85 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-baea1ac0-ecaf-45cb-b15d-177a642757ad"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-baea1ac0-ecaf-45cb-b15d-177a642757ad"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-baea1ac0-ecaf-45cb-b15d-177a642757ad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-baea1ac0-ecaf-45cb-b15d-177a642757ad"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-baea1ac0-ecaf-45cb-b15d-177a642757ad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-baea1ac0-ecaf-45cb-b15d-177a642757ad"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-baea1ac0-ecaf-45cb-b15d-177a642757ad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-21058555-45e2-44e5-8764-1509f87e3b48 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-21058555-45e2-44e5-8764-1509f87e3b48 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-ff387377-dcd9-4229-ba5d-644ed2fa2dbb {
  margin-bottom: 20px;
}

#s-640daebf-de3a-4d3f-ac11-a50820028b5d {
  max-width: 175px;
}

#s-f2fd76b9-10cf-4a5d-b149-5a7a004da502 {
  padding-bottom: 10px;
text-align: left;
}

#s-b4927a96-5259-40bc-8268-0072e12309ea {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(37, 37, 37, 1);
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-b4927a96-5259-40bc-8268-0072e12309ea: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(37, 37, 37, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(37, 37, 37, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b4927a96-5259-40bc-8268-0072e12309ea:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b4927a96-5259-40bc-8268-0072e12309ea-root {
    text-align: left;
  }


#s-b4927a96-5259-40bc-8268-0072e12309ea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b4927a96-5259-40bc-8268-0072e12309ea-root {
    text-align: left;
  }


#s-b4927a96-5259-40bc-8268-0072e12309ea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b4927a96-5259-40bc-8268-0072e12309ea-root {
    text-align: left;
  }


#s-b4927a96-5259-40bc-8268-0072e12309ea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b4927a96-5259-40bc-8268-0072e12309ea-root {
    text-align: left;
  }


#s-b4927a96-5259-40bc-8268-0072e12309ea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b4927a96-5259-40bc-8268-0072e12309ea-root {
    text-align: left;
  }


#s-b4927a96-5259-40bc-8268-0072e12309ea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-de464b86-d36c-4564-b82a-a78e46228eba {
  box-shadow:0px 0px 12px 0px rgba(255, 255, 255, 1);
padding-top: 1.2em;
padding-bottom: 1.2em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-de464b86-d36c-4564-b82a-a78e46228eba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de464b86-d36c-4564-b82a-a78e46228eba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-76b8ac0e-1207-4eaf-b75d-423610ae59a5 {
  text-align: center;
}







  #s-76b8ac0e-1207-4eaf-b75d-423610ae59a5 img.shogun-image {
    

    
    
    
  }


#s-76b8ac0e-1207-4eaf-b75d-423610ae59a5 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-aca35ce7-012c-4f02-994d-a75c0273e518"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-aca35ce7-012c-4f02-994d-a75c0273e518"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-aca35ce7-012c-4f02-994d-a75c0273e518"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-aca35ce7-012c-4f02-994d-a75c0273e518"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-aca35ce7-012c-4f02-994d-a75c0273e518"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-aca35ce7-012c-4f02-994d-a75c0273e518"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-aca35ce7-012c-4f02-994d-a75c0273e518"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-d4646fd8-4fc5-49f6-b782-11df72bf621c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d4646fd8-4fc5-49f6-b782-11df72bf621c .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-5b06efe2-4576-4b5b-be4f-0f63141c2895 {
  margin-bottom: 20px;
}

#s-11100d8a-910c-4c07-9a1b-76121d3f6efe {
  max-width: 175px;
}

#s-f7c0d6a7-b453-4b6d-856a-807fed0999ac {
  padding-bottom: 10px;
text-align: left;
}

#s-33507f0b-5546-4242-994c-b60631ff41e7 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(37, 37, 37, 1);
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-33507f0b-5546-4242-994c-b60631ff41e7: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(37, 37, 37, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(37, 37, 37, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-33507f0b-5546-4242-994c-b60631ff41e7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-33507f0b-5546-4242-994c-b60631ff41e7-root {
    text-align: left;
  }


#s-33507f0b-5546-4242-994c-b60631ff41e7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-33507f0b-5546-4242-994c-b60631ff41e7-root {
    text-align: left;
  }


#s-33507f0b-5546-4242-994c-b60631ff41e7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-33507f0b-5546-4242-994c-b60631ff41e7-root {
    text-align: left;
  }


#s-33507f0b-5546-4242-994c-b60631ff41e7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-33507f0b-5546-4242-994c-b60631ff41e7-root {
    text-align: left;
  }


#s-33507f0b-5546-4242-994c-b60631ff41e7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-33507f0b-5546-4242-994c-b60631ff41e7-root {
    text-align: left;
  }


#s-33507f0b-5546-4242-994c-b60631ff41e7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f70e346b-c164-4b0e-bc19-08ae81abf160 {
  margin-top: 5em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-f70e346b-c164-4b0e-bc19-08ae81abf160 {
  margin-top: 2em;
}
}







#s-f70e346b-c164-4b0e-bc19-08ae81abf160 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f70e346b-c164-4b0e-bc19-08ae81abf160.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aed0f70b-946f-467e-8f20-610f3d468d07 {
  margin-top: -100px;
margin-bottom: -100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-aed0f70b-946f-467e-8f20-610f3d468d07 {
  margin-top: 0px;
margin-bottom: -180px;
}
}@media (max-width: 767px){#s-aed0f70b-946f-467e-8f20-610f3d468d07 {
  margin-top: 0px;
margin-bottom: -150px;
}
}
#s-ff2071c3-55d1-45a2-9733-5dded2a762af {
  background-repeat: no-repeat;
background-size: cover;
padding-left: 20px;
padding-right: 20px;
min-height: 600px;
background-position: center center;
}
@media (max-width: 767px){#s-ff2071c3-55d1-45a2-9733-5dded2a762af {
  min-height: 780px;
}
}







#s-ff2071c3-55d1-45a2-9733-5dded2a762af > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.45;
}#s-ff2071c3-55d1-45a2-9733-5dded2a762af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df1f77e4-3371-481b-8b7e-9b7be6816368 {
  margin-top: 40px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-df1f77e4-3371-481b-8b7e-9b7be6816368:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-df1f77e4-3371-481b-8b7e-9b7be6816368:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-df1f77e4-3371-481b-8b7e-9b7be6816368-root {
    text-align: center;
  }


#s-df1f77e4-3371-481b-8b7e-9b7be6816368.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-df1f77e4-3371-481b-8b7e-9b7be6816368-root {
    text-align: center;
  }


#s-df1f77e4-3371-481b-8b7e-9b7be6816368.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-df1f77e4-3371-481b-8b7e-9b7be6816368-root {
    text-align: center;
  }


#s-df1f77e4-3371-481b-8b7e-9b7be6816368.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-df1f77e4-3371-481b-8b7e-9b7be6816368-root {
    text-align: center;
  }


#s-df1f77e4-3371-481b-8b7e-9b7be6816368.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-df1f77e4-3371-481b-8b7e-9b7be6816368-root {
    text-align: center;
  }


#s-df1f77e4-3371-481b-8b7e-9b7be6816368.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-239679f3-5ff2-4a81-a950-63d96825b1d8 {
  margin-left: auto;
margin-right: auto;
padding-top: 5em;
min-height: 50px;
max-width: 1440px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-239679f3-5ff2-4a81-a950-63d96825b1d8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-239679f3-5ff2-4a81-a950-63d96825b1d8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-239679f3-5ff2-4a81-a950-63d96825b1d8 {
  
}
}@media (max-width: 767px){#s-239679f3-5ff2-4a81-a950-63d96825b1d8 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0em;
}
}







#s-239679f3-5ff2-4a81-a950-63d96825b1d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-239679f3-5ff2-4a81-a950-63d96825b1d8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c1d9e14a-d922-4f06-85ec-a2ea05f99a39 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
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;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c1d9e14a-d922-4f06-85ec-a2ea05f99a39 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c1d9e14a-d922-4f06-85ec-a2ea05f99a39 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c1d9e14a-d922-4f06-85ec-a2ea05f99a39 {
  
}
}@media (max-width: 767px){#s-c1d9e14a-d922-4f06-85ec-a2ea05f99a39 {
  
}
}







#s-c1d9e14a-d922-4f06-85ec-a2ea05f99a39 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-c1d9e14a-d922-4f06-85ec-a2ea05f99a39.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4788e5af-db9f-4827-abb8-1f2b29d8cbd0 {
  margin-top: 0em;
margin-bottom: 3em;
}
@media (max-width: 767px){#s-4788e5af-db9f-4827-abb8-1f2b29d8cbd0 {
  margin-top: 2.5em;
padding-left: 20px;
padding-right: 20px;
}
}
#s-a87a8bce-4ee1-462a-bc2d-8d3ea22be3f9 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
@media (max-width: 767px){#s-a87a8bce-4ee1-462a-bc2d-8d3ea22be3f9 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-a87a8bce-4ee1-462a-bc2d-8d3ea22be3f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a87a8bce-4ee1-462a-bc2d-8d3ea22be3f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a87a8bce-4ee1-462a-bc2d-8d3ea22be3f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a87a8bce-4ee1-462a-bc2d-8d3ea22be3f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-a87a8bce-4ee1-462a-bc2d-8d3ea22be3f9"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-9f78cf30-2f67-4381-995e-6397203de622 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 20%;
padding-right: 20%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
background-color: rgba(255, 255, 255, 1);
}








#s-9f78cf30-2f67-4381-995e-6397203de622 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f78cf30-2f67-4381-995e-6397203de622.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-57a5c82e-b2b3-4f95-a88e-aef9228f2ffc {
  padding-top: 2em;
padding-bottom: 2em;
}

#s-2964e23d-634e-4951-ab06-8c71ca170565 {
  text-align: left;
}







  #s-2964e23d-634e-4951-ab06-8c71ca170565 img.shogun-image {
    

    
    
    
  }


#s-2964e23d-634e-4951-ab06-8c71ca170565 .shogun-image-content {
  
    align-items: center;
  
}

#s-015a2453-d6c4-443a-895a-54910480f84f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-015a2453-d6c4-443a-895a-54910480f84f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-015a2453-d6c4-443a-895a-54910480f84f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-015a2453-d6c4-443a-895a-54910480f84f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-015a2453-d6c4-443a-895a-54910480f84f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-02403ec6-c9c6-4241-b853-3fac724b64ab {
  text-align: right;
}







  #s-02403ec6-c9c6-4241-b853-3fac724b64ab img.shogun-image {
    

    
    
    
  }


#s-02403ec6-c9c6-4241-b853-3fac724b64ab .shogun-image-content {
  
    align-items: center;
  
}

#s-2c4b2f97-ab6d-4ea9-9439-8b207b396567 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 20%;
padding-right: 20%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
background-color: rgba(255, 255, 255, 1);
}








#s-2c4b2f97-ab6d-4ea9-9439-8b207b396567 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c4b2f97-ab6d-4ea9-9439-8b207b396567.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0bae24b3-d11a-4e52-94ee-6095d9858ad0 {
  padding-top: 2em;
padding-bottom: 2em;
}

#s-b2209646-b170-42d1-ae94-3c28a04e8d3b {
  margin-top: 20px;
margin-left: 0px;
margin-right: 0px;
}
@media (max-width: 767px){#s-b2209646-b170-42d1-ae94-3c28a04e8d3b {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-b2209646-b170-42d1-ae94-3c28a04e8d3b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b2209646-b170-42d1-ae94-3c28a04e8d3b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b2209646-b170-42d1-ae94-3c28a04e8d3b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2209646-b170-42d1-ae94-3c28a04e8d3b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-b2209646-b170-42d1-ae94-3c28a04e8d3b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-8ca81e35-f9d2-48fd-a3d6-8f0773826135 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 20%;
padding-right: 20%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
background-color: rgba(255, 255, 255, 1);
}








#s-8ca81e35-f9d2-48fd-a3d6-8f0773826135 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ca81e35-f9d2-48fd-a3d6-8f0773826135.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1fce9f41-d7d4-4847-8a4f-0aaa2f1216e7 {
  padding-top: 2em;
padding-bottom: 2em;
}

#s-c97fd05a-73b8-4b7b-a8d5-070bd150e8cb {
  text-align: left;
}







  #s-c97fd05a-73b8-4b7b-a8d5-070bd150e8cb img.shogun-image {
    

    
    
    
  }


#s-c97fd05a-73b8-4b7b-a8d5-070bd150e8cb .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-04035865-e572-486d-b2d1-7272f5aac094 {
  margin-top: 2em;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-04035865-e572-486d-b2d1-7272f5aac094 {
  margin-top: 2em;
}
}
#s-1e7b2e29-44e8-4c74-b730-3f1492bbe6a7 {
  margin-top: 50px;
margin-bottom: 3em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1e7b2e29-44e8-4c74-b730-3f1492bbe6a7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (max-width: 767px){#s-1e7b2e29-44e8-4c74-b730-3f1492bbe6a7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}
#s-971698c9-eeb3-4d19-94b7-57d5ff40ac4b {
  margin-left: auto;
margin-right: auto;
max-width: 1190px;
}

@media (min-width: 0px) {
[id="s-971698c9-eeb3-4d19-94b7-57d5ff40ac4b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-971698c9-eeb3-4d19-94b7-57d5ff40ac4b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-971698c9-eeb3-4d19-94b7-57d5ff40ac4b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-971698c9-eeb3-4d19-94b7-57d5ff40ac4b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-971698c9-eeb3-4d19-94b7-57d5ff40ac4b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-971698c9-eeb3-4d19-94b7-57d5ff40ac4b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-971698c9-eeb3-4d19-94b7-57d5ff40ac4b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-f42097ea-61b6-4df2-8211-b97b1556b100 {
  text-align: center;
}
@media (max-width: 767px){#s-f42097ea-61b6-4df2-8211-b97b1556b100 {
  padding-bottom: 19px;
}
}






  #s-f42097ea-61b6-4df2-8211-b97b1556b100 img.shogun-image {
    

    
    
    
  }


#s-f42097ea-61b6-4df2-8211-b97b1556b100 .shogun-image-content {
  
    align-items: center;
  
}

#s-3deef32a-c807-4b71-b630-eb0623f61c28 {
  text-align: center;
}







  #s-3deef32a-c807-4b71-b630-eb0623f61c28 img.shogun-image {
    

    
    
    
  }


#s-3deef32a-c807-4b71-b630-eb0623f61c28 .shogun-image-content {
  
    align-items: center;
  
}

#s-69464201-e338-474d-aa5c-369b096e1d87 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1190px;
}

@media (min-width: 0px) {
[id="s-69464201-e338-474d-aa5c-369b096e1d87"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-69464201-e338-474d-aa5c-369b096e1d87"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-69464201-e338-474d-aa5c-369b096e1d87"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-69464201-e338-474d-aa5c-369b096e1d87"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-69464201-e338-474d-aa5c-369b096e1d87"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-69464201-e338-474d-aa5c-369b096e1d87"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-69464201-e338-474d-aa5c-369b096e1d87"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-bffbcc3c-a579-4791-957c-f9e508ec8dce {
  text-align: left;
}
@media (max-width: 767px){#s-bffbcc3c-a579-4791-957c-f9e508ec8dce {
  padding-top: 0px;
padding-bottom: 20px;
}
}






  #s-bffbcc3c-a579-4791-957c-f9e508ec8dce img.shogun-image {
    

    
    
    
  }


#s-bffbcc3c-a579-4791-957c-f9e508ec8dce .shogun-image-content {
  
    align-items: center;
  
}

#s-918ba3eb-18b5-4cec-9041-afe973d2cbf2 {
  text-align: center;
}







  #s-918ba3eb-18b5-4cec-9041-afe973d2cbf2 img.shogun-image {
    

    
    
    
  }


#s-918ba3eb-18b5-4cec-9041-afe973d2cbf2 .shogun-image-content {
  
    align-items: center;
  
}

#s-7b76c184-5b28-489d-9a6c-e7f6efee5a9e {
  margin-top: 50px;
padding-top: 5em;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}
@media (max-width: 767px){#s-7b76c184-5b28-489d-9a6c-e7f6efee5a9e {
  padding-top: 2em;
padding-left: 2em;
padding-right: 2em;
}
}







#s-7b76c184-5b28-489d-9a6c-e7f6efee5a9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b76c184-5b28-489d-9a6c-e7f6efee5a9e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a11733b-77dc-4ad8-8b34-1ecf0d596913 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1a11733b-77dc-4ad8-8b34-1ecf0d596913 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



.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-16c94e7a-09e8-4b79-ba97-491c18251650 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
}

#s-16c94e7a-09e8-4b79-ba97-491c18251650 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-16c94e7a-09e8-4b79-ba97-491c18251650 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-16c94e7a-09e8-4b79-ba97-491c18251650 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(68, 68, 68, 1);
}

#s-16c94e7a-09e8-4b79-ba97-491c18251650 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(245, 245, 245, 1);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-16c94e7a-09e8-4b79-ba97-491c18251650 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(68, 68, 68, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-16c94e7a-09e8-4b79-ba97-491c18251650 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-ceb75f21-9931-411e-b79c-189488116d2b {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 90%;
}

#s-a5b07dbf-b8a0-4e49-8da8-0b467901b5cc {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 90%;
}

#s-ccf24939-3839-46ff-bd7e-595e64f8b4ef {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 90%;
}

#s-9a53beb8-2d49-491b-b38c-036af81aed29 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 90%;
}

#s-83a9138c-db78-4d31-9bf4-658fccee4e6f {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 90%;
}

#s-4a627533-4973-4071-897f-234aa87f64c0 {
  margin-top: 7em;
margin-bottom: 0px;
padding-bottom: 50px;
}
@media (max-width: 767px){#s-4a627533-4973-4071-897f-234aa87f64c0 {
  margin-top: 3em;
margin-bottom: 1em;
}
}
/*
  $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}