.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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;
}

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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-bcb7a930-b757-4fa1-aa89-99bc1c305ae2 {
  min-height: 50px;
}








#s-bcb7a930-b757-4fa1-aa89-99bc1c305ae2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bcb7a930-b757-4fa1-aa89-99bc1c305ae2.shg-box.shg-c {
  justify-content: flex-start;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  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-f58a063f-a633-4c3c-abb6-8912272e1c88 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f58a063f-a633-4c3c-abb6-8912272e1c88 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  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;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-69133fed-2b42-4509-a341-a05dd320ccbc {
  margin-left: -80%;
}
@media (min-width: 1200px){#s-69133fed-2b42-4509-a341-a05dd320ccbc {
  display: none;
}
#s-69133fed-2b42-4509-a341-a05dd320ccbc, #wrap-s-69133fed-2b42-4509-a341-a05dd320ccbc, #wrap-content-s-69133fed-2b42-4509-a341-a05dd320ccbc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-69133fed-2b42-4509-a341-a05dd320ccbc {
  display: none;
}
#s-69133fed-2b42-4509-a341-a05dd320ccbc, #wrap-s-69133fed-2b42-4509-a341-a05dd320ccbc, #wrap-content-s-69133fed-2b42-4509-a341-a05dd320ccbc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-69133fed-2b42-4509-a341-a05dd320ccbc {
  display: none;
}
#s-69133fed-2b42-4509-a341-a05dd320ccbc, #wrap-s-69133fed-2b42-4509-a341-a05dd320ccbc, #wrap-content-s-69133fed-2b42-4509-a341-a05dd320ccbc { display: none !important; }}
@media (min-width: 0px) {
[id="s-69133fed-2b42-4509-a341-a05dd320ccbc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-69133fed-2b42-4509-a341-a05dd320ccbc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-69133fed-2b42-4509-a341-a05dd320ccbc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-69133fed-2b42-4509-a341-a05dd320ccbc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-69133fed-2b42-4509-a341-a05dd320ccbc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-69133fed-2b42-4509-a341-a05dd320ccbc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-69133fed-2b42-4509-a341-a05dd320ccbc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-39962153-9ad2-4a50-bc6a-825d89c1f4d6 .shogun-icon-wrapper {
  text-align: right;
}


#s-39962153-9ad2-4a50-bc6a-825d89c1f4d6 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

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

.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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

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

.shg-theme-text-content p {
  
  
  
}

#s-b91a6766-2d99-402d-8701-905b25f26d59 {
  margin-left: -5%;
}

#s-dd0a6754-1954-4e54-be59-d4476ba96fa8 {
  margin-left: -80%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-dd0a6754-1954-4e54-be59-d4476ba96fa8 {
  display: none;
}
#s-dd0a6754-1954-4e54-be59-d4476ba96fa8, #wrap-s-dd0a6754-1954-4e54-be59-d4476ba96fa8, #wrap-content-s-dd0a6754-1954-4e54-be59-d4476ba96fa8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dd0a6754-1954-4e54-be59-d4476ba96fa8 {
  display: none;
}
#s-dd0a6754-1954-4e54-be59-d4476ba96fa8, #wrap-s-dd0a6754-1954-4e54-be59-d4476ba96fa8, #wrap-content-s-dd0a6754-1954-4e54-be59-d4476ba96fa8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dd0a6754-1954-4e54-be59-d4476ba96fa8 {
  display: none;
}
#s-dd0a6754-1954-4e54-be59-d4476ba96fa8, #wrap-s-dd0a6754-1954-4e54-be59-d4476ba96fa8, #wrap-content-s-dd0a6754-1954-4e54-be59-d4476ba96fa8 { display: none !important; }}
@media (min-width: 0px) {
[id="s-dd0a6754-1954-4e54-be59-d4476ba96fa8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-dd0a6754-1954-4e54-be59-d4476ba96fa8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dd0a6754-1954-4e54-be59-d4476ba96fa8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dd0a6754-1954-4e54-be59-d4476ba96fa8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dd0a6754-1954-4e54-be59-d4476ba96fa8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd0a6754-1954-4e54-be59-d4476ba96fa8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dd0a6754-1954-4e54-be59-d4476ba96fa8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-fd06dbed-3012-477a-8710-7b8e31bbf0e2 .shogun-icon-wrapper {
  text-align: right;
}


#s-fd06dbed-3012-477a-8710-7b8e31bbf0e2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-ec759f57-6e5f-4a7f-a658-22e36d2ded0e {
  margin-left: -5%;
}

#s-83b644fa-f453-4f49-ad3a-c12f5b187634 {
  
}
@media (max-width: 767px){#s-83b644fa-f453-4f49-ad3a-c12f5b187634 {
  display: none;
}
#s-83b644fa-f453-4f49-ad3a-c12f5b187634, #wrap-s-83b644fa-f453-4f49-ad3a-c12f5b187634, #wrap-content-s-83b644fa-f453-4f49-ad3a-c12f5b187634 { display: none !important; }}
@media (min-width: 0px) {
[id="s-83b644fa-f453-4f49-ad3a-c12f5b187634"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-83b644fa-f453-4f49-ad3a-c12f5b187634"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-83b644fa-f453-4f49-ad3a-c12f5b187634"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-83b644fa-f453-4f49-ad3a-c12f5b187634"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-83b644fa-f453-4f49-ad3a-c12f5b187634"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-83b644fa-f453-4f49-ad3a-c12f5b187634"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-83b644fa-f453-4f49-ad3a-c12f5b187634"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-d783240e-574f-4631-b9e4-730c569ac565 .shogun-icon-wrapper {
  text-align: right;
}


#s-d783240e-574f-4631-b9e4-730c569ac565 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-36ef27e6-5b53-490a-96aa-194967d844e9 {
  margin-left: -5%;
}

#s-1c5340a6-7c02-4d4e-a494-6e6abc4dba5b {
  margin-left: %;
margin-right: %;
}
@media (min-width: 768px) and (max-width: 991px){#s-1c5340a6-7c02-4d4e-a494-6e6abc4dba5b {
  
}
}@media (max-width: 767px){#s-1c5340a6-7c02-4d4e-a494-6e6abc4dba5b {
  display: none;
}
#s-1c5340a6-7c02-4d4e-a494-6e6abc4dba5b, #wrap-s-1c5340a6-7c02-4d4e-a494-6e6abc4dba5b, #wrap-content-s-1c5340a6-7c02-4d4e-a494-6e6abc4dba5b { display: none !important; }}
@media (min-width: 0px) {
[id="s-1c5340a6-7c02-4d4e-a494-6e6abc4dba5b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1c5340a6-7c02-4d4e-a494-6e6abc4dba5b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1c5340a6-7c02-4d4e-a494-6e6abc4dba5b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1c5340a6-7c02-4d4e-a494-6e6abc4dba5b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1c5340a6-7c02-4d4e-a494-6e6abc4dba5b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c5340a6-7c02-4d4e-a494-6e6abc4dba5b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1c5340a6-7c02-4d4e-a494-6e6abc4dba5b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-6602f809-02bf-4043-92b1-c0a4d30da8f9 .shogun-icon-wrapper {
  text-align: right;
}


#s-6602f809-02bf-4043-92b1-c0a4d30da8f9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-d7048992-66f5-4702-b6d2-6b3d605565fe {
  margin-left: -5%;
}

#s-8ac5bd14-9b7b-4a17-82b3-a09f03b5772a {
  margin-left: -80%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-8ac5bd14-9b7b-4a17-82b3-a09f03b5772a {
  display: none;
}
#s-8ac5bd14-9b7b-4a17-82b3-a09f03b5772a, #wrap-s-8ac5bd14-9b7b-4a17-82b3-a09f03b5772a, #wrap-content-s-8ac5bd14-9b7b-4a17-82b3-a09f03b5772a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8ac5bd14-9b7b-4a17-82b3-a09f03b5772a {
  display: none;
}
#s-8ac5bd14-9b7b-4a17-82b3-a09f03b5772a, #wrap-s-8ac5bd14-9b7b-4a17-82b3-a09f03b5772a, #wrap-content-s-8ac5bd14-9b7b-4a17-82b3-a09f03b5772a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8ac5bd14-9b7b-4a17-82b3-a09f03b5772a {
  display: none;
}
#s-8ac5bd14-9b7b-4a17-82b3-a09f03b5772a, #wrap-s-8ac5bd14-9b7b-4a17-82b3-a09f03b5772a, #wrap-content-s-8ac5bd14-9b7b-4a17-82b3-a09f03b5772a { display: none !important; }}
@media (min-width: 0px) {
[id="s-8ac5bd14-9b7b-4a17-82b3-a09f03b5772a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8ac5bd14-9b7b-4a17-82b3-a09f03b5772a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8ac5bd14-9b7b-4a17-82b3-a09f03b5772a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8ac5bd14-9b7b-4a17-82b3-a09f03b5772a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8ac5bd14-9b7b-4a17-82b3-a09f03b5772a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ac5bd14-9b7b-4a17-82b3-a09f03b5772a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8ac5bd14-9b7b-4a17-82b3-a09f03b5772a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-1c306d48-26ce-425b-a6c9-56ff7a9fd6b4 .shogun-icon-wrapper {
  text-align: right;
}


#s-1c306d48-26ce-425b-a6c9-56ff7a9fd6b4 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-087ff6c3-78d8-4fb7-ab9a-3d2dbd1f89de {
  margin-left: -5%;
}

@media (max-width: 767px){#s-feca9b0c-c0c7-4736-9f09-1c84aa3461ba {
  display: none;
}
#s-feca9b0c-c0c7-4736-9f09-1c84aa3461ba, #wrap-s-feca9b0c-c0c7-4736-9f09-1c84aa3461ba, #wrap-content-s-feca9b0c-c0c7-4736-9f09-1c84aa3461ba { display: none !important; }}
@media (min-width: 0px) {
[id="s-feca9b0c-c0c7-4736-9f09-1c84aa3461ba"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-feca9b0c-c0c7-4736-9f09-1c84aa3461ba"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-feca9b0c-c0c7-4736-9f09-1c84aa3461ba"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-feca9b0c-c0c7-4736-9f09-1c84aa3461ba"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-feca9b0c-c0c7-4736-9f09-1c84aa3461ba"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-feca9b0c-c0c7-4736-9f09-1c84aa3461ba"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-feca9b0c-c0c7-4736-9f09-1c84aa3461ba"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-2f661de6-ba2c-4161-bd09-787741397eea .shogun-icon-wrapper {
  text-align: right;
}


#s-2f661de6-ba2c-4161-bd09-787741397eea .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-c365f229-1ac7-4ac8-a0a9-58e74289e987 {
  margin-left: -5%;
}

@media (max-width: 767px){#s-43415528-4df8-4583-ab17-4963641ca337 {
  display: none;
}
#s-43415528-4df8-4583-ab17-4963641ca337, #wrap-s-43415528-4df8-4583-ab17-4963641ca337, #wrap-content-s-43415528-4df8-4583-ab17-4963641ca337 { display: none !important; }}
@media (min-width: 0px) {
[id="s-43415528-4df8-4583-ab17-4963641ca337"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-43415528-4df8-4583-ab17-4963641ca337"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-43415528-4df8-4583-ab17-4963641ca337"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-43415528-4df8-4583-ab17-4963641ca337"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-43415528-4df8-4583-ab17-4963641ca337"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-43415528-4df8-4583-ab17-4963641ca337"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-43415528-4df8-4583-ab17-4963641ca337"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-d4b393e0-85fe-448a-b9ad-868369a44506 .shogun-icon-wrapper {
  text-align: right;
}


#s-d4b393e0-85fe-448a-b9ad-868369a44506 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-63a07cda-c046-42b8-a0df-3adf93e23341 {
  margin-left: -5%;
}

#s-3cab9f81-88e2-4550-9d85-e731b084f76c {
  margin-left: -80%;
}
@media (min-width: 1200px){#s-3cab9f81-88e2-4550-9d85-e731b084f76c {
  display: none;
}
#s-3cab9f81-88e2-4550-9d85-e731b084f76c, #wrap-s-3cab9f81-88e2-4550-9d85-e731b084f76c, #wrap-content-s-3cab9f81-88e2-4550-9d85-e731b084f76c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3cab9f81-88e2-4550-9d85-e731b084f76c {
  display: none;
}
#s-3cab9f81-88e2-4550-9d85-e731b084f76c, #wrap-s-3cab9f81-88e2-4550-9d85-e731b084f76c, #wrap-content-s-3cab9f81-88e2-4550-9d85-e731b084f76c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3cab9f81-88e2-4550-9d85-e731b084f76c {
  display: none;
}
#s-3cab9f81-88e2-4550-9d85-e731b084f76c, #wrap-s-3cab9f81-88e2-4550-9d85-e731b084f76c, #wrap-content-s-3cab9f81-88e2-4550-9d85-e731b084f76c { display: none !important; }}
@media (min-width: 0px) {
[id="s-3cab9f81-88e2-4550-9d85-e731b084f76c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3cab9f81-88e2-4550-9d85-e731b084f76c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3cab9f81-88e2-4550-9d85-e731b084f76c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3cab9f81-88e2-4550-9d85-e731b084f76c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3cab9f81-88e2-4550-9d85-e731b084f76c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3cab9f81-88e2-4550-9d85-e731b084f76c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3cab9f81-88e2-4550-9d85-e731b084f76c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-6e5b0d80-7752-474c-b903-5d4a5e95f861 .shogun-icon-wrapper {
  text-align: right;
}


#s-6e5b0d80-7752-474c-b903-5d4a5e95f861 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-c06332c3-4b02-4b2a-bb07-8d464dfe6d1b {
  margin-left: -5%;
}

#s-11f98bf4-20f7-4cd6-9d13-532d5a6b9f29 {
  margin-left: -80%;
}
@media (min-width: 1200px){#s-11f98bf4-20f7-4cd6-9d13-532d5a6b9f29 {
  display: none;
}
#s-11f98bf4-20f7-4cd6-9d13-532d5a6b9f29, #wrap-s-11f98bf4-20f7-4cd6-9d13-532d5a6b9f29, #wrap-content-s-11f98bf4-20f7-4cd6-9d13-532d5a6b9f29 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-11f98bf4-20f7-4cd6-9d13-532d5a6b9f29 {
  display: none;
}
#s-11f98bf4-20f7-4cd6-9d13-532d5a6b9f29, #wrap-s-11f98bf4-20f7-4cd6-9d13-532d5a6b9f29, #wrap-content-s-11f98bf4-20f7-4cd6-9d13-532d5a6b9f29 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-11f98bf4-20f7-4cd6-9d13-532d5a6b9f29 {
  display: none;
}
#s-11f98bf4-20f7-4cd6-9d13-532d5a6b9f29, #wrap-s-11f98bf4-20f7-4cd6-9d13-532d5a6b9f29, #wrap-content-s-11f98bf4-20f7-4cd6-9d13-532d5a6b9f29 { display: none !important; }}
@media (min-width: 0px) {
[id="s-11f98bf4-20f7-4cd6-9d13-532d5a6b9f29"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-11f98bf4-20f7-4cd6-9d13-532d5a6b9f29"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-11f98bf4-20f7-4cd6-9d13-532d5a6b9f29"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-11f98bf4-20f7-4cd6-9d13-532d5a6b9f29"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-11f98bf4-20f7-4cd6-9d13-532d5a6b9f29"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-11f98bf4-20f7-4cd6-9d13-532d5a6b9f29"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-11f98bf4-20f7-4cd6-9d13-532d5a6b9f29"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-0d2c7fb8-e0aa-460e-82bc-80765578d8ee .shogun-icon-wrapper {
  text-align: right;
}


#s-0d2c7fb8-e0aa-460e-82bc-80765578d8ee .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-8f336039-c50e-43cc-86ab-73dd726e9a53 {
  margin-left: -5%;
}

@media (max-width: 767px){#s-0faf483f-e4c7-4fc8-8ed6-315f5223f93b {
  display: none;
}
#s-0faf483f-e4c7-4fc8-8ed6-315f5223f93b, #wrap-s-0faf483f-e4c7-4fc8-8ed6-315f5223f93b, #wrap-content-s-0faf483f-e4c7-4fc8-8ed6-315f5223f93b { display: none !important; }}
@media (min-width: 0px) {
[id="s-0faf483f-e4c7-4fc8-8ed6-315f5223f93b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0faf483f-e4c7-4fc8-8ed6-315f5223f93b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0faf483f-e4c7-4fc8-8ed6-315f5223f93b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0faf483f-e4c7-4fc8-8ed6-315f5223f93b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0faf483f-e4c7-4fc8-8ed6-315f5223f93b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0faf483f-e4c7-4fc8-8ed6-315f5223f93b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0faf483f-e4c7-4fc8-8ed6-315f5223f93b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-9b29b8a2-40dd-4b8a-ac65-50f60d2232bc .shogun-icon-wrapper {
  text-align: right;
}


#s-9b29b8a2-40dd-4b8a-ac65-50f60d2232bc .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-4477f091-bcc6-46b1-b87c-a2ecda7f33d5 {
  margin-left: -5%;
}

#s-0b1a6660-178b-4522-8526-70eb624ba762 {
  
}
@media (max-width: 767px){#s-0b1a6660-178b-4522-8526-70eb624ba762 {
  display: none;
}
#s-0b1a6660-178b-4522-8526-70eb624ba762, #wrap-s-0b1a6660-178b-4522-8526-70eb624ba762, #wrap-content-s-0b1a6660-178b-4522-8526-70eb624ba762 { display: none !important; }}
@media (min-width: 0px) {
[id="s-0b1a6660-178b-4522-8526-70eb624ba762"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0b1a6660-178b-4522-8526-70eb624ba762"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0b1a6660-178b-4522-8526-70eb624ba762"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0b1a6660-178b-4522-8526-70eb624ba762"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0b1a6660-178b-4522-8526-70eb624ba762"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b1a6660-178b-4522-8526-70eb624ba762"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0b1a6660-178b-4522-8526-70eb624ba762"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-1c016b6e-27b8-42a6-8c6b-ac24c4509f63 .shogun-icon-wrapper {
  text-align: right;
}


#s-1c016b6e-27b8-42a6-8c6b-ac24c4509f63 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-bf3f8ca6-0b2d-4ba4-8cb6-006316241abd {
  margin-left: -5%;
}

#s-3677e11f-ff0b-4485-afbb-46663b8905a1 {
  margin-left: -80%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-3677e11f-ff0b-4485-afbb-46663b8905a1 {
  display: none;
}
#s-3677e11f-ff0b-4485-afbb-46663b8905a1, #wrap-s-3677e11f-ff0b-4485-afbb-46663b8905a1, #wrap-content-s-3677e11f-ff0b-4485-afbb-46663b8905a1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3677e11f-ff0b-4485-afbb-46663b8905a1 {
  display: none;
}
#s-3677e11f-ff0b-4485-afbb-46663b8905a1, #wrap-s-3677e11f-ff0b-4485-afbb-46663b8905a1, #wrap-content-s-3677e11f-ff0b-4485-afbb-46663b8905a1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3677e11f-ff0b-4485-afbb-46663b8905a1 {
  display: none;
}
#s-3677e11f-ff0b-4485-afbb-46663b8905a1, #wrap-s-3677e11f-ff0b-4485-afbb-46663b8905a1, #wrap-content-s-3677e11f-ff0b-4485-afbb-46663b8905a1 { display: none !important; }}
@media (min-width: 0px) {
[id="s-3677e11f-ff0b-4485-afbb-46663b8905a1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3677e11f-ff0b-4485-afbb-46663b8905a1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3677e11f-ff0b-4485-afbb-46663b8905a1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3677e11f-ff0b-4485-afbb-46663b8905a1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3677e11f-ff0b-4485-afbb-46663b8905a1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3677e11f-ff0b-4485-afbb-46663b8905a1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3677e11f-ff0b-4485-afbb-46663b8905a1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-924211d3-5ba0-4150-927a-4ad163851999 .shogun-icon-wrapper {
  text-align: right;
}


#s-924211d3-5ba0-4150-927a-4ad163851999 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-67579f2d-f43c-4aac-a6c7-666cf341dfe2 {
  margin-left: -5%;
}

#s-b5134c6c-52a8-4d24-b32b-69d6e8ce3a5a {
  padding-top: 20px;
}

#s-1265b82b-4218-4fb3-991f-c292002171df {
  margin-top: -2px;
margin-bottom: -2px;
}

@media (min-width: 0px) {
[id="s-1265b82b-4218-4fb3-991f-c292002171df"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1265b82b-4218-4fb3-991f-c292002171df"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1265b82b-4218-4fb3-991f-c292002171df"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1265b82b-4218-4fb3-991f-c292002171df"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1265b82b-4218-4fb3-991f-c292002171df"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1265b82b-4218-4fb3-991f-c292002171df"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1265b82b-4218-4fb3-991f-c292002171df"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

.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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-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;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-76dae23d-0c31-4d49-ac5a-b2a57ec1b080 {
  margin-top: -1px;
margin-bottom: -1px;
text-align: center;
}

#s-76dae23d-0c31-4d49-ac5a-b2a57ec1b080 {
  overflow: hidden;
  
  
}







  #s-76dae23d-0c31-4d49-ac5a-b2a57ec1b080 img.shogun-image {
    

    
    
    
  }


#s-76dae23d-0c31-4d49-ac5a-b2a57ec1b080 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-25bc7213-9b0f-4688-85ce-00b256c1a68b {
  min-height: 50px;
}








#s-25bc7213-9b0f-4688-85ce-00b256c1a68b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-25bc7213-9b0f-4688-85ce-00b256c1a68b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-69f6c0d5-2567-4235-b04c-a30e77dbde00 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-69f6c0d5-2567-4235-b04c-a30e77dbde00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-69f6c0d5-2567-4235-b04c-a30e77dbde00.shg-box.shg-c {
  justify-content: flex-start;
}

#s-55996d68-bb4b-44be-80dc-6e775593fd00 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-55996d68-bb4b-44be-80dc-6e775593fd00"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-55996d68-bb4b-44be-80dc-6e775593fd00"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-55996d68-bb4b-44be-80dc-6e775593fd00"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-55996d68-bb4b-44be-80dc-6e775593fd00"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-62545ea9-845c-411f-bc54-dd82acb6cfbb {
  padding-left: 20%;
padding-right: 20%;
text-align: center;
}

#s-62545ea9-845c-411f-bc54-dd82acb6cfbb {
  overflow: hidden;
  
  
}







  #s-62545ea9-845c-411f-bc54-dd82acb6cfbb img.shogun-image {
    

    
    
    
  }


#s-62545ea9-845c-411f-bc54-dd82acb6cfbb .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-72b65755-d881-4cad-8163-4a6709bcaaab {
  padding-left: 20%;
padding-right: 20%;
text-align: center;
}

#s-72b65755-d881-4cad-8163-4a6709bcaaab {
  overflow: hidden;
  
  
}







  #s-72b65755-d881-4cad-8163-4a6709bcaaab img.shogun-image {
    

    
    
    
  }


#s-72b65755-d881-4cad-8163-4a6709bcaaab .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-d8cf272f-a0e8-4c34-9119-7cad4bb9ace0 {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 20%;
text-align: center;
}

#s-d8cf272f-a0e8-4c34-9119-7cad4bb9ace0 {
  overflow: hidden;
  
  
}







  #s-d8cf272f-a0e8-4c34-9119-7cad4bb9ace0 img.shogun-image {
    

    
    
    
  }


#s-d8cf272f-a0e8-4c34-9119-7cad4bb9ace0 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-da8183df-8429-4b02-9e0a-f435a522e823 {
  padding-top: 100px;
padding-left: 20px;
padding-bottom: 100px;
padding-right: 20px;
background-color: rgba(21, 20, 18, 1);
}
@media (min-width: 1200px){#s-da8183df-8429-4b02-9e0a-f435a522e823 {
  display: none;
}
#s-da8183df-8429-4b02-9e0a-f435a522e823, #wrap-s-da8183df-8429-4b02-9e0a-f435a522e823, #wrap-content-s-da8183df-8429-4b02-9e0a-f435a522e823 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-da8183df-8429-4b02-9e0a-f435a522e823 {
  display: none;
}
#s-da8183df-8429-4b02-9e0a-f435a522e823, #wrap-s-da8183df-8429-4b02-9e0a-f435a522e823, #wrap-content-s-da8183df-8429-4b02-9e0a-f435a522e823 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-da8183df-8429-4b02-9e0a-f435a522e823 {
  display: none;
}
#s-da8183df-8429-4b02-9e0a-f435a522e823, #wrap-s-da8183df-8429-4b02-9e0a-f435a522e823, #wrap-content-s-da8183df-8429-4b02-9e0a-f435a522e823 { display: none !important; }}
#s-fd435424-c48c-450d-8cf7-406864c7fb98 {
  max-width: 2000px;
text-align: center;
}
@media (min-width: 1200px){#s-fd435424-c48c-450d-8cf7-406864c7fb98 {
  display: none;
}
#s-fd435424-c48c-450d-8cf7-406864c7fb98, #wrap-s-fd435424-c48c-450d-8cf7-406864c7fb98, #wrap-content-s-fd435424-c48c-450d-8cf7-406864c7fb98 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fd435424-c48c-450d-8cf7-406864c7fb98 {
  display: none;
}
#s-fd435424-c48c-450d-8cf7-406864c7fb98, #wrap-s-fd435424-c48c-450d-8cf7-406864c7fb98, #wrap-content-s-fd435424-c48c-450d-8cf7-406864c7fb98 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fd435424-c48c-450d-8cf7-406864c7fb98 {
  display: none;
}
#s-fd435424-c48c-450d-8cf7-406864c7fb98, #wrap-s-fd435424-c48c-450d-8cf7-406864c7fb98, #wrap-content-s-fd435424-c48c-450d-8cf7-406864c7fb98 { display: none !important; }}
#s-fd435424-c48c-450d-8cf7-406864c7fb98 {
  overflow: hidden;
  
  
      max-width: 2000px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-fd435424-c48c-450d-8cf7-406864c7fb98 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-6defac6e-acc3-4214-9df8-6d86967311ea {
  padding-top: 100px;
padding-left: 20px;
padding-bottom: 100px;
padding-right: 20px;
background-color: rgba(232, 235, 239, 1);
}
@media (min-width: 1200px){#s-6defac6e-acc3-4214-9df8-6d86967311ea {
  display: none;
}
#s-6defac6e-acc3-4214-9df8-6d86967311ea, #wrap-s-6defac6e-acc3-4214-9df8-6d86967311ea, #wrap-content-s-6defac6e-acc3-4214-9df8-6d86967311ea { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6defac6e-acc3-4214-9df8-6d86967311ea {
  display: none;
}
#s-6defac6e-acc3-4214-9df8-6d86967311ea, #wrap-s-6defac6e-acc3-4214-9df8-6d86967311ea, #wrap-content-s-6defac6e-acc3-4214-9df8-6d86967311ea { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6defac6e-acc3-4214-9df8-6d86967311ea {
  display: none;
}
#s-6defac6e-acc3-4214-9df8-6d86967311ea, #wrap-s-6defac6e-acc3-4214-9df8-6d86967311ea, #wrap-content-s-6defac6e-acc3-4214-9df8-6d86967311ea { display: none !important; }}
#s-45fa457a-3299-4443-8e15-3a8c0f128673 {
  min-height: 50px;
}








#s-45fa457a-3299-4443-8e15-3a8c0f128673 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-45fa457a-3299-4443-8e15-3a8c0f128673.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b0d0b994-0024-4338-af2d-7c0b2de583a1 {
  margin-left: 0px;
margin-right: 0px;
max-width: 2000px;
text-align: center;
}
@media (min-width: 1200px){#s-b0d0b994-0024-4338-af2d-7c0b2de583a1 {
  display: none;
}
#s-b0d0b994-0024-4338-af2d-7c0b2de583a1, #wrap-s-b0d0b994-0024-4338-af2d-7c0b2de583a1, #wrap-content-s-b0d0b994-0024-4338-af2d-7c0b2de583a1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b0d0b994-0024-4338-af2d-7c0b2de583a1 {
  display: none;
}
#s-b0d0b994-0024-4338-af2d-7c0b2de583a1, #wrap-s-b0d0b994-0024-4338-af2d-7c0b2de583a1, #wrap-content-s-b0d0b994-0024-4338-af2d-7c0b2de583a1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b0d0b994-0024-4338-af2d-7c0b2de583a1 {
  display: none;
}
#s-b0d0b994-0024-4338-af2d-7c0b2de583a1, #wrap-s-b0d0b994-0024-4338-af2d-7c0b2de583a1, #wrap-content-s-b0d0b994-0024-4338-af2d-7c0b2de583a1 { display: none !important; }}
#s-b0d0b994-0024-4338-af2d-7c0b2de583a1 {
  overflow: hidden;
  
  
      max-width: 2000px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-b0d0b994-0024-4338-af2d-7c0b2de583a1 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-80747ed2-d827-43d8-b8de-7fede6305857 {
  padding-top: 100px;
padding-left: 20px;
padding-bottom: 100px;
padding-right: 20px;
background-color: rgba(232, 235, 239, 1);
}
@media (min-width: 1200px){#s-80747ed2-d827-43d8-b8de-7fede6305857 {
  display: none;
}
#s-80747ed2-d827-43d8-b8de-7fede6305857, #wrap-s-80747ed2-d827-43d8-b8de-7fede6305857, #wrap-content-s-80747ed2-d827-43d8-b8de-7fede6305857 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-80747ed2-d827-43d8-b8de-7fede6305857 {
  display: none;
}
#s-80747ed2-d827-43d8-b8de-7fede6305857, #wrap-s-80747ed2-d827-43d8-b8de-7fede6305857, #wrap-content-s-80747ed2-d827-43d8-b8de-7fede6305857 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-80747ed2-d827-43d8-b8de-7fede6305857 {
  display: none;
}
#s-80747ed2-d827-43d8-b8de-7fede6305857, #wrap-s-80747ed2-d827-43d8-b8de-7fede6305857, #wrap-content-s-80747ed2-d827-43d8-b8de-7fede6305857 { display: none !important; }}
#s-ee3a35e1-9969-42c5-8dbc-3c89632d9962 {
  padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(11, 10, 10, 1);
}
@media (max-width: 767px){#s-ee3a35e1-9969-42c5-8dbc-3c89632d9962 {
  display: none;
}
#s-ee3a35e1-9969-42c5-8dbc-3c89632d9962, #wrap-s-ee3a35e1-9969-42c5-8dbc-3c89632d9962, #wrap-content-s-ee3a35e1-9969-42c5-8dbc-3c89632d9962 { display: none !important; }}
@media (min-width: 0px) {
[id="s-ee3a35e1-9969-42c5-8dbc-3c89632d9962"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ee3a35e1-9969-42c5-8dbc-3c89632d9962"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ee3a35e1-9969-42c5-8dbc-3c89632d9962"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee3a35e1-9969-42c5-8dbc-3c89632d9962"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-ee3a35e1-9969-42c5-8dbc-3c89632d9962"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-cc38abfd-d9be-47d1-a998-47456a320c35 {
  margin-top: 25%;
margin-bottom: 25%;
padding-left: 10%;
padding-right: 10px;
min-height: 100%;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-cc38abfd-d9be-47d1-a998-47456a320c35 {
  display: none;
}
#s-cc38abfd-d9be-47d1-a998-47456a320c35, #wrap-s-cc38abfd-d9be-47d1-a998-47456a320c35, #wrap-content-s-cc38abfd-d9be-47d1-a998-47456a320c35 { display: none !important; }}@media (max-width: 767px){#s-cc38abfd-d9be-47d1-a998-47456a320c35 {
  display: none;
}
#s-cc38abfd-d9be-47d1-a998-47456a320c35, #wrap-s-cc38abfd-d9be-47d1-a998-47456a320c35, #wrap-content-s-cc38abfd-d9be-47d1-a998-47456a320c35 { display: none !important; }}
#s-401203e0-b72a-4ff7-a410-8d7231193ab9 {
  margin-top: 20%;
margin-bottom: 20%;
padding-left: 10%;
padding-right: 10px;
min-height: 100%;
opacity: 1;
}
@media (min-width: 1200px){#s-401203e0-b72a-4ff7-a410-8d7231193ab9 {
  display: none;
}
#s-401203e0-b72a-4ff7-a410-8d7231193ab9, #wrap-s-401203e0-b72a-4ff7-a410-8d7231193ab9, #wrap-content-s-401203e0-b72a-4ff7-a410-8d7231193ab9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-401203e0-b72a-4ff7-a410-8d7231193ab9 {
  display: none;
}
#s-401203e0-b72a-4ff7-a410-8d7231193ab9, #wrap-s-401203e0-b72a-4ff7-a410-8d7231193ab9, #wrap-content-s-401203e0-b72a-4ff7-a410-8d7231193ab9 { display: none !important; }}@media (max-width: 767px){#s-401203e0-b72a-4ff7-a410-8d7231193ab9 {
  display: none;
}
#s-401203e0-b72a-4ff7-a410-8d7231193ab9, #wrap-s-401203e0-b72a-4ff7-a410-8d7231193ab9, #wrap-content-s-401203e0-b72a-4ff7-a410-8d7231193ab9 { display: none !important; }}
#s-e4baebda-8dce-4740-b3be-c5fe494cf556 {
  margin-left: -15px;
margin-right: 0px;
max-width: 2000px;
text-align: center;
}
@media (max-width: 767px){#s-e4baebda-8dce-4740-b3be-c5fe494cf556 {
  display: none;
}
#s-e4baebda-8dce-4740-b3be-c5fe494cf556, #wrap-s-e4baebda-8dce-4740-b3be-c5fe494cf556, #wrap-content-s-e4baebda-8dce-4740-b3be-c5fe494cf556 { display: none !important; }}
#s-e4baebda-8dce-4740-b3be-c5fe494cf556 {
  overflow: hidden;
  
  
      max-width: 2000px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-e4baebda-8dce-4740-b3be-c5fe494cf556 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-146c204d-5c82-4e58-90ce-9149bdeb1eb5 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-146c204d-5c82-4e58-90ce-9149bdeb1eb5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-146c204d-5c82-4e58-90ce-9149bdeb1eb5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-146c204d-5c82-4e58-90ce-9149bdeb1eb5 {
  
}
}







#s-146c204d-5c82-4e58-90ce-9149bdeb1eb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-146c204d-5c82-4e58-90ce-9149bdeb1eb5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7b911d61-9727-4d03-bb93-5dc3dd6a40bb {
  padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(232, 235, 239, 1);
}
@media (max-width: 767px){#s-7b911d61-9727-4d03-bb93-5dc3dd6a40bb {
  display: none;
}
#s-7b911d61-9727-4d03-bb93-5dc3dd6a40bb, #wrap-s-7b911d61-9727-4d03-bb93-5dc3dd6a40bb, #wrap-content-s-7b911d61-9727-4d03-bb93-5dc3dd6a40bb { display: none !important; }}
@media (min-width: 0px) {
[id="s-7b911d61-9727-4d03-bb93-5dc3dd6a40bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b911d61-9727-4d03-bb93-5dc3dd6a40bb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7b911d61-9727-4d03-bb93-5dc3dd6a40bb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b911d61-9727-4d03-bb93-5dc3dd6a40bb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-7b911d61-9727-4d03-bb93-5dc3dd6a40bb"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-1c36ff64-908a-4a19-9344-24fafaf11dff {
  margin-left: 0px;
margin-right: -15px;
max-width: 2000px;
text-align: center;
}
@media (max-width: 767px){#s-1c36ff64-908a-4a19-9344-24fafaf11dff {
  display: none;
}
#s-1c36ff64-908a-4a19-9344-24fafaf11dff, #wrap-s-1c36ff64-908a-4a19-9344-24fafaf11dff, #wrap-content-s-1c36ff64-908a-4a19-9344-24fafaf11dff { display: none !important; }}
#s-1c36ff64-908a-4a19-9344-24fafaf11dff {
  overflow: hidden;
  
  
      max-width: 2000px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-1c36ff64-908a-4a19-9344-24fafaf11dff .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-c8df131c-e057-4311-9b02-253970b0e1fb {
  margin-top: 25%;
margin-bottom: 25%;
padding-left: 10px;
padding-right: 10%;
min-height: 100%;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-c8df131c-e057-4311-9b02-253970b0e1fb {
  display: none;
}
#s-c8df131c-e057-4311-9b02-253970b0e1fb, #wrap-s-c8df131c-e057-4311-9b02-253970b0e1fb, #wrap-content-s-c8df131c-e057-4311-9b02-253970b0e1fb { display: none !important; }}@media (max-width: 767px){#s-c8df131c-e057-4311-9b02-253970b0e1fb {
  display: none;
}
#s-c8df131c-e057-4311-9b02-253970b0e1fb, #wrap-s-c8df131c-e057-4311-9b02-253970b0e1fb, #wrap-content-s-c8df131c-e057-4311-9b02-253970b0e1fb { display: none !important; }}
#s-1a1ca0cd-9692-4a0c-b9a1-e4ab5982970f {
  margin-top: 5%;
margin-bottom: 5%;
padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10%;
min-height: 100%;
opacity: 1;
}
@media (min-width: 1200px){#s-1a1ca0cd-9692-4a0c-b9a1-e4ab5982970f {
  display: none;
}
#s-1a1ca0cd-9692-4a0c-b9a1-e4ab5982970f, #wrap-s-1a1ca0cd-9692-4a0c-b9a1-e4ab5982970f, #wrap-content-s-1a1ca0cd-9692-4a0c-b9a1-e4ab5982970f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1a1ca0cd-9692-4a0c-b9a1-e4ab5982970f {
  display: none;
}
#s-1a1ca0cd-9692-4a0c-b9a1-e4ab5982970f, #wrap-s-1a1ca0cd-9692-4a0c-b9a1-e4ab5982970f, #wrap-content-s-1a1ca0cd-9692-4a0c-b9a1-e4ab5982970f { display: none !important; }}@media (max-width: 767px){#s-1a1ca0cd-9692-4a0c-b9a1-e4ab5982970f {
  display: none;
}
#s-1a1ca0cd-9692-4a0c-b9a1-e4ab5982970f, #wrap-s-1a1ca0cd-9692-4a0c-b9a1-e4ab5982970f, #wrap-content-s-1a1ca0cd-9692-4a0c-b9a1-e4ab5982970f { display: none !important; }}
#s-0f7cad45-2f95-4e34-bd39-03daa73600bb {
  padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(232, 235, 239, 1);
}
@media (max-width: 767px){#s-0f7cad45-2f95-4e34-bd39-03daa73600bb {
  display: none;
}
#s-0f7cad45-2f95-4e34-bd39-03daa73600bb, #wrap-s-0f7cad45-2f95-4e34-bd39-03daa73600bb, #wrap-content-s-0f7cad45-2f95-4e34-bd39-03daa73600bb { display: none !important; }}
@media (min-width: 0px) {
[id="s-0f7cad45-2f95-4e34-bd39-03daa73600bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f7cad45-2f95-4e34-bd39-03daa73600bb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0f7cad45-2f95-4e34-bd39-03daa73600bb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f7cad45-2f95-4e34-bd39-03daa73600bb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-0f7cad45-2f95-4e34-bd39-03daa73600bb"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-805c0655-6819-46a3-b803-fb732e6764da {
  margin-top: 25%;
margin-bottom: 25%;
padding-left: 10%;
padding-right: 10px;
min-height: 100%;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-805c0655-6819-46a3-b803-fb732e6764da {
  display: none;
}
#s-805c0655-6819-46a3-b803-fb732e6764da, #wrap-s-805c0655-6819-46a3-b803-fb732e6764da, #wrap-content-s-805c0655-6819-46a3-b803-fb732e6764da { display: none !important; }}@media (max-width: 767px){#s-805c0655-6819-46a3-b803-fb732e6764da {
  display: none;
}
#s-805c0655-6819-46a3-b803-fb732e6764da, #wrap-s-805c0655-6819-46a3-b803-fb732e6764da, #wrap-content-s-805c0655-6819-46a3-b803-fb732e6764da { display: none !important; }}
#s-bb8678e4-c9bc-4da0-b44b-ea55ea5d7fe4 {
  margin-top: 20%;
margin-bottom: 20%;
padding-left: 10%;
padding-right: 10px;
min-height: 100%;
opacity: 1;
}
@media (min-width: 1200px){#s-bb8678e4-c9bc-4da0-b44b-ea55ea5d7fe4 {
  display: none;
}
#s-bb8678e4-c9bc-4da0-b44b-ea55ea5d7fe4, #wrap-s-bb8678e4-c9bc-4da0-b44b-ea55ea5d7fe4, #wrap-content-s-bb8678e4-c9bc-4da0-b44b-ea55ea5d7fe4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bb8678e4-c9bc-4da0-b44b-ea55ea5d7fe4 {
  display: none;
}
#s-bb8678e4-c9bc-4da0-b44b-ea55ea5d7fe4, #wrap-s-bb8678e4-c9bc-4da0-b44b-ea55ea5d7fe4, #wrap-content-s-bb8678e4-c9bc-4da0-b44b-ea55ea5d7fe4 { display: none !important; }}@media (max-width: 767px){#s-bb8678e4-c9bc-4da0-b44b-ea55ea5d7fe4 {
  display: none;
}
#s-bb8678e4-c9bc-4da0-b44b-ea55ea5d7fe4, #wrap-s-bb8678e4-c9bc-4da0-b44b-ea55ea5d7fe4, #wrap-content-s-bb8678e4-c9bc-4da0-b44b-ea55ea5d7fe4 { display: none !important; }}
#s-6500e48f-bb27-4b24-aabb-ce9d3c4785b6 {
  margin-left: -15px;
margin-right: 0px;
max-width: 1978px;
text-align: center;
}
@media (max-width: 767px){#s-6500e48f-bb27-4b24-aabb-ce9d3c4785b6 {
  display: none;
}
#s-6500e48f-bb27-4b24-aabb-ce9d3c4785b6, #wrap-s-6500e48f-bb27-4b24-aabb-ce9d3c4785b6, #wrap-content-s-6500e48f-bb27-4b24-aabb-ce9d3c4785b6 { display: none !important; }}
#s-6500e48f-bb27-4b24-aabb-ce9d3c4785b6 {
  overflow: hidden;
  
  
      max-width: 1978px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-6500e48f-bb27-4b24-aabb-ce9d3c4785b6 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-6f932ea3-3742-4419-998c-f3862605ce5b {
  margin-top: -50px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
max-width: 1978px;
text-align: center;
}
@media (min-width: 1200px){#s-6f932ea3-3742-4419-998c-f3862605ce5b {
  display: none;
}
#s-6f932ea3-3742-4419-998c-f3862605ce5b, #wrap-s-6f932ea3-3742-4419-998c-f3862605ce5b, #wrap-content-s-6f932ea3-3742-4419-998c-f3862605ce5b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6f932ea3-3742-4419-998c-f3862605ce5b {
  display: none;
}
#s-6f932ea3-3742-4419-998c-f3862605ce5b, #wrap-s-6f932ea3-3742-4419-998c-f3862605ce5b, #wrap-content-s-6f932ea3-3742-4419-998c-f3862605ce5b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6f932ea3-3742-4419-998c-f3862605ce5b {
  display: none;
}
#s-6f932ea3-3742-4419-998c-f3862605ce5b, #wrap-s-6f932ea3-3742-4419-998c-f3862605ce5b, #wrap-content-s-6f932ea3-3742-4419-998c-f3862605ce5b { display: none !important; }}
#s-6f932ea3-3742-4419-998c-f3862605ce5b {
  overflow: hidden;
  
  
      max-width: 1978px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-6f932ea3-3742-4419-998c-f3862605ce5b .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-bc44718a-d669-4283-974a-09776afe2103 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 30px;
padding-bottom: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-bc44718a-d669-4283-974a-09776afe2103 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-65ee83a4-c815-41ac-b83b-510383d2e88d {
  margin-top: 10px;
margin-bottom: 10px;
padding-right: 10%;
}
@media (max-width: 767px){#s-65ee83a4-c815-41ac-b83b-510383d2e88d {
  display: none;
}
#s-65ee83a4-c815-41ac-b83b-510383d2e88d, #wrap-s-65ee83a4-c815-41ac-b83b-510383d2e88d, #wrap-content-s-65ee83a4-c815-41ac-b83b-510383d2e88d { display: none !important; }}
@media (min-width: 0px) {
[id="s-65ee83a4-c815-41ac-b83b-510383d2e88d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-65ee83a4-c815-41ac-b83b-510383d2e88d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-65ee83a4-c815-41ac-b83b-510383d2e88d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-65ee83a4-c815-41ac-b83b-510383d2e88d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-65ee83a4-c815-41ac-b83b-510383d2e88d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-65ee83a4-c815-41ac-b83b-510383d2e88d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-65ee83a4-c815-41ac-b83b-510383d2e88d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-574234fd-5d33-482e-a1ba-cd94df1a7ee1 .shogun-icon-wrapper {
  text-align: right;
}


#s-574234fd-5d33-482e-a1ba-cd94df1a7ee1 .shogun-icon-wrapper > .shogun-icon {

  font-size: 60px !important;
  color: rgba(194, 157, 51, 1);
}

#s-eabe7188-fe87-462c-8b42-8dee2a11faba {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-a0b2bfb0-738c-4aac-bfd8-42072014f372 {
  margin-top: 10px;
margin-bottom: 10px;
padding-right: 10%;
}
@media (max-width: 767px){#s-a0b2bfb0-738c-4aac-bfd8-42072014f372 {
  display: none;
}
#s-a0b2bfb0-738c-4aac-bfd8-42072014f372, #wrap-s-a0b2bfb0-738c-4aac-bfd8-42072014f372, #wrap-content-s-a0b2bfb0-738c-4aac-bfd8-42072014f372 { display: none !important; }}
@media (min-width: 0px) {
[id="s-a0b2bfb0-738c-4aac-bfd8-42072014f372"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a0b2bfb0-738c-4aac-bfd8-42072014f372"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a0b2bfb0-738c-4aac-bfd8-42072014f372"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a0b2bfb0-738c-4aac-bfd8-42072014f372"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a0b2bfb0-738c-4aac-bfd8-42072014f372"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0b2bfb0-738c-4aac-bfd8-42072014f372"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a0b2bfb0-738c-4aac-bfd8-42072014f372"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-6e15370b-e6cc-437b-920d-c155fbdd4cc2 .shogun-icon-wrapper {
  text-align: right;
}


#s-6e15370b-e6cc-437b-920d-c155fbdd4cc2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 60px !important;
  color: rgba(194, 157, 51, 1);
}

#s-da0ba57e-a1bf-41f2-8b82-6b24946c856b {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-d51b9294-5775-4933-862f-942ea2f64613 {
  margin-top: 10px;
margin-bottom: 10px;
padding-right: 10%;
}
@media (max-width: 767px){#s-d51b9294-5775-4933-862f-942ea2f64613 {
  display: none;
}
#s-d51b9294-5775-4933-862f-942ea2f64613, #wrap-s-d51b9294-5775-4933-862f-942ea2f64613, #wrap-content-s-d51b9294-5775-4933-862f-942ea2f64613 { display: none !important; }}
@media (min-width: 0px) {
[id="s-d51b9294-5775-4933-862f-942ea2f64613"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d51b9294-5775-4933-862f-942ea2f64613"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d51b9294-5775-4933-862f-942ea2f64613"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d51b9294-5775-4933-862f-942ea2f64613"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d51b9294-5775-4933-862f-942ea2f64613"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d51b9294-5775-4933-862f-942ea2f64613"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d51b9294-5775-4933-862f-942ea2f64613"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-faa5e0c2-a65b-435d-892d-9f10dea30a1a .shogun-icon-wrapper {
  text-align: right;
}


#s-faa5e0c2-a65b-435d-892d-9f10dea30a1a .shogun-icon-wrapper > .shogun-icon {

  font-size: 60px !important;
  color: rgba(194, 157, 51, 1);
}

#s-04994082-35e7-420e-a9e2-6923768b1b7d {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-dcabf402-e506-4e18-8dc8-4e2f75a59fea {
  margin-top: 10px;
margin-left: -50%;
margin-bottom: 10px;
padding-right: 10%;
}
@media (min-width: 1200px){#s-dcabf402-e506-4e18-8dc8-4e2f75a59fea {
  display: none;
}
#s-dcabf402-e506-4e18-8dc8-4e2f75a59fea, #wrap-s-dcabf402-e506-4e18-8dc8-4e2f75a59fea, #wrap-content-s-dcabf402-e506-4e18-8dc8-4e2f75a59fea { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dcabf402-e506-4e18-8dc8-4e2f75a59fea {
  display: none;
}
#s-dcabf402-e506-4e18-8dc8-4e2f75a59fea, #wrap-s-dcabf402-e506-4e18-8dc8-4e2f75a59fea, #wrap-content-s-dcabf402-e506-4e18-8dc8-4e2f75a59fea { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dcabf402-e506-4e18-8dc8-4e2f75a59fea {
  display: none;
}
#s-dcabf402-e506-4e18-8dc8-4e2f75a59fea, #wrap-s-dcabf402-e506-4e18-8dc8-4e2f75a59fea, #wrap-content-s-dcabf402-e506-4e18-8dc8-4e2f75a59fea { display: none !important; }}
@media (min-width: 0px) {
[id="s-dcabf402-e506-4e18-8dc8-4e2f75a59fea"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-dcabf402-e506-4e18-8dc8-4e2f75a59fea"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dcabf402-e506-4e18-8dc8-4e2f75a59fea"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dcabf402-e506-4e18-8dc8-4e2f75a59fea"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dcabf402-e506-4e18-8dc8-4e2f75a59fea"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dcabf402-e506-4e18-8dc8-4e2f75a59fea"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dcabf402-e506-4e18-8dc8-4e2f75a59fea"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-901e1731-acb7-4a04-bbbe-1b7c9c4179de .shogun-icon-wrapper {
  text-align: right;
}


#s-901e1731-acb7-4a04-bbbe-1b7c9c4179de .shogun-icon-wrapper > .shogun-icon {

  font-size: 60px !important;
  color: rgba(194, 157, 51, 1);
}

#s-fb288e41-2d37-466a-a158-3b4d02fb1c9e {
  margin-top: 5px;
margin-left: -5px;
margin-bottom: 5px;
}

#s-8bf979d4-5f4d-4f8c-ae05-f1811a50a2d6 {
  margin-top: 10px;
margin-left: -50%;
margin-bottom: 10px;
padding-right: 10%;
}
@media (min-width: 1200px){#s-8bf979d4-5f4d-4f8c-ae05-f1811a50a2d6 {
  display: none;
}
#s-8bf979d4-5f4d-4f8c-ae05-f1811a50a2d6, #wrap-s-8bf979d4-5f4d-4f8c-ae05-f1811a50a2d6, #wrap-content-s-8bf979d4-5f4d-4f8c-ae05-f1811a50a2d6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8bf979d4-5f4d-4f8c-ae05-f1811a50a2d6 {
  display: none;
}
#s-8bf979d4-5f4d-4f8c-ae05-f1811a50a2d6, #wrap-s-8bf979d4-5f4d-4f8c-ae05-f1811a50a2d6, #wrap-content-s-8bf979d4-5f4d-4f8c-ae05-f1811a50a2d6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8bf979d4-5f4d-4f8c-ae05-f1811a50a2d6 {
  display: none;
}
#s-8bf979d4-5f4d-4f8c-ae05-f1811a50a2d6, #wrap-s-8bf979d4-5f4d-4f8c-ae05-f1811a50a2d6, #wrap-content-s-8bf979d4-5f4d-4f8c-ae05-f1811a50a2d6 { display: none !important; }}
@media (min-width: 0px) {
[id="s-8bf979d4-5f4d-4f8c-ae05-f1811a50a2d6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8bf979d4-5f4d-4f8c-ae05-f1811a50a2d6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8bf979d4-5f4d-4f8c-ae05-f1811a50a2d6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8bf979d4-5f4d-4f8c-ae05-f1811a50a2d6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8bf979d4-5f4d-4f8c-ae05-f1811a50a2d6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8bf979d4-5f4d-4f8c-ae05-f1811a50a2d6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8bf979d4-5f4d-4f8c-ae05-f1811a50a2d6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-1ac9bed2-271d-45b1-a277-ed1f8e43dd01 .shogun-icon-wrapper {
  text-align: right;
}


#s-1ac9bed2-271d-45b1-a277-ed1f8e43dd01 .shogun-icon-wrapper > .shogun-icon {

  font-size: 60px !important;
  color: rgba(194, 157, 51, 1);
}

#s-99c17ac2-5378-4462-80b1-f6ce9696374c {
  margin-top: 5px;
margin-left: -5px;
margin-bottom: 5px;
}

#s-a020d969-2eb6-4466-afd8-f3814b5b4142 {
  margin-top: 10px;
margin-bottom: 10px;
padding-right: 10%;
}
@media (max-width: 767px){#s-a020d969-2eb6-4466-afd8-f3814b5b4142 {
  display: none;
}
#s-a020d969-2eb6-4466-afd8-f3814b5b4142, #wrap-s-a020d969-2eb6-4466-afd8-f3814b5b4142, #wrap-content-s-a020d969-2eb6-4466-afd8-f3814b5b4142 { display: none !important; }}
@media (min-width: 0px) {
[id="s-a020d969-2eb6-4466-afd8-f3814b5b4142"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a020d969-2eb6-4466-afd8-f3814b5b4142"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a020d969-2eb6-4466-afd8-f3814b5b4142"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a020d969-2eb6-4466-afd8-f3814b5b4142"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a020d969-2eb6-4466-afd8-f3814b5b4142"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a020d969-2eb6-4466-afd8-f3814b5b4142"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a020d969-2eb6-4466-afd8-f3814b5b4142"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-de4c15da-6596-421d-b18c-b9a49c7d82cd .shogun-icon-wrapper {
  text-align: right;
}


#s-de4c15da-6596-421d-b18c-b9a49c7d82cd .shogun-icon-wrapper > .shogun-icon {

  font-size: 60px !important;
  color: rgba(194, 157, 51, 1);
}

#s-7d95b7bf-369b-47fd-8c7c-a6adf65855bc {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-cfdf821c-74ae-4ae8-8872-9a6a2e0cbfb0 {
  margin-top: 10px;
margin-left: -50%;
margin-bottom: 10px;
padding-right: 10%;
}
@media (min-width: 1200px){#s-cfdf821c-74ae-4ae8-8872-9a6a2e0cbfb0 {
  display: none;
}
#s-cfdf821c-74ae-4ae8-8872-9a6a2e0cbfb0, #wrap-s-cfdf821c-74ae-4ae8-8872-9a6a2e0cbfb0, #wrap-content-s-cfdf821c-74ae-4ae8-8872-9a6a2e0cbfb0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cfdf821c-74ae-4ae8-8872-9a6a2e0cbfb0 {
  display: none;
}
#s-cfdf821c-74ae-4ae8-8872-9a6a2e0cbfb0, #wrap-s-cfdf821c-74ae-4ae8-8872-9a6a2e0cbfb0, #wrap-content-s-cfdf821c-74ae-4ae8-8872-9a6a2e0cbfb0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cfdf821c-74ae-4ae8-8872-9a6a2e0cbfb0 {
  display: none;
}
#s-cfdf821c-74ae-4ae8-8872-9a6a2e0cbfb0, #wrap-s-cfdf821c-74ae-4ae8-8872-9a6a2e0cbfb0, #wrap-content-s-cfdf821c-74ae-4ae8-8872-9a6a2e0cbfb0 { display: none !important; }}
@media (min-width: 0px) {
[id="s-cfdf821c-74ae-4ae8-8872-9a6a2e0cbfb0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-cfdf821c-74ae-4ae8-8872-9a6a2e0cbfb0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cfdf821c-74ae-4ae8-8872-9a6a2e0cbfb0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cfdf821c-74ae-4ae8-8872-9a6a2e0cbfb0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cfdf821c-74ae-4ae8-8872-9a6a2e0cbfb0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cfdf821c-74ae-4ae8-8872-9a6a2e0cbfb0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cfdf821c-74ae-4ae8-8872-9a6a2e0cbfb0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-dd87de50-f37d-494b-828b-c367ccdeaa55 .shogun-icon-wrapper {
  text-align: right;
}


#s-dd87de50-f37d-494b-828b-c367ccdeaa55 .shogun-icon-wrapper > .shogun-icon {

  font-size: 60px !important;
  color: rgba(194, 157, 51, 1);
}

#s-ce3cec1c-e3eb-4a27-956e-02b122c242db {
  margin-top: 5px;
margin-left: -5px;
margin-bottom: 5px;
}

#s-a1820a3d-db11-4822-9a8c-1379455be7ce {
  margin-top: 10px;
margin-left: -50%;
margin-bottom: 10px;
padding-right: 10%;
}
@media (min-width: 1200px){#s-a1820a3d-db11-4822-9a8c-1379455be7ce {
  display: none;
}
#s-a1820a3d-db11-4822-9a8c-1379455be7ce, #wrap-s-a1820a3d-db11-4822-9a8c-1379455be7ce, #wrap-content-s-a1820a3d-db11-4822-9a8c-1379455be7ce { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a1820a3d-db11-4822-9a8c-1379455be7ce {
  display: none;
}
#s-a1820a3d-db11-4822-9a8c-1379455be7ce, #wrap-s-a1820a3d-db11-4822-9a8c-1379455be7ce, #wrap-content-s-a1820a3d-db11-4822-9a8c-1379455be7ce { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a1820a3d-db11-4822-9a8c-1379455be7ce {
  display: none;
}
#s-a1820a3d-db11-4822-9a8c-1379455be7ce, #wrap-s-a1820a3d-db11-4822-9a8c-1379455be7ce, #wrap-content-s-a1820a3d-db11-4822-9a8c-1379455be7ce { display: none !important; }}
@media (min-width: 0px) {
[id="s-a1820a3d-db11-4822-9a8c-1379455be7ce"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a1820a3d-db11-4822-9a8c-1379455be7ce"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a1820a3d-db11-4822-9a8c-1379455be7ce"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a1820a3d-db11-4822-9a8c-1379455be7ce"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a1820a3d-db11-4822-9a8c-1379455be7ce"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a1820a3d-db11-4822-9a8c-1379455be7ce"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a1820a3d-db11-4822-9a8c-1379455be7ce"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-b591e41e-bb3e-45e5-87c1-2011db2d889e .shogun-icon-wrapper {
  text-align: right;
}


#s-b591e41e-bb3e-45e5-87c1-2011db2d889e .shogun-icon-wrapper > .shogun-icon {

  font-size: 60px !important;
  color: rgba(194, 157, 51, 1);
}

#s-545e9869-faea-4feb-ac73-683354c5c2f3 {
  margin-top: 5px;
margin-left: -5px;
margin-bottom: 5px;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-fbfda389-e3d5-4c6f-9eba-4b46b6a77fb4 {
  margin-top: 50px;
margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
}
@media (max-width: 767px){#s-fbfda389-e3d5-4c6f-9eba-4b46b6a77fb4 {
  display: none;
}
#s-fbfda389-e3d5-4c6f-9eba-4b46b6a77fb4, #wrap-s-fbfda389-e3d5-4c6f-9eba-4b46b6a77fb4, #wrap-content-s-fbfda389-e3d5-4c6f-9eba-4b46b6a77fb4 { display: none !important; }}
#s-0cf310e6-96af-4ce6-8775-fc8d21b0cd01 {
  margin-top: 50px;
margin-bottom: 50px;
}
@media (min-width: 1200px){#s-0cf310e6-96af-4ce6-8775-fc8d21b0cd01 {
  display: none;
}
#s-0cf310e6-96af-4ce6-8775-fc8d21b0cd01, #wrap-s-0cf310e6-96af-4ce6-8775-fc8d21b0cd01, #wrap-content-s-0cf310e6-96af-4ce6-8775-fc8d21b0cd01 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0cf310e6-96af-4ce6-8775-fc8d21b0cd01 {
  display: none;
}
#s-0cf310e6-96af-4ce6-8775-fc8d21b0cd01, #wrap-s-0cf310e6-96af-4ce6-8775-fc8d21b0cd01, #wrap-content-s-0cf310e6-96af-4ce6-8775-fc8d21b0cd01 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0cf310e6-96af-4ce6-8775-fc8d21b0cd01 {
  display: none;
}
#s-0cf310e6-96af-4ce6-8775-fc8d21b0cd01, #wrap-s-0cf310e6-96af-4ce6-8775-fc8d21b0cd01, #wrap-content-s-0cf310e6-96af-4ce6-8775-fc8d21b0cd01 { display: none !important; }}
#s-d1987aa2-ec71-4e6e-a92c-a0d8ea276072 {
  min-height: 50px;
}








#s-d1987aa2-ec71-4e6e-a92c-a0d8ea276072 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d1987aa2-ec71-4e6e-a92c-a0d8ea276072.shg-box.shg-c {
  justify-content: flex-start;
}

#s-81f032d7-4866-459e-a71a-53c97ded3ee0 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-81f032d7-4866-459e-a71a-53c97ded3ee0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-032983e2-719e-484d-a30b-097853d92b64 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 35px;
padding-bottom: 50px;
}

#s-fa12d7d6-62d9-46ab-967e-480f582a19be {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 500px;
background-position: center center;
}
@media (max-width: 767px){#s-fa12d7d6-62d9-46ab-967e-480f582a19be {
  display: none;
}
#s-fa12d7d6-62d9-46ab-967e-480f582a19be, #wrap-s-fa12d7d6-62d9-46ab-967e-480f582a19be, #wrap-content-s-fa12d7d6-62d9-46ab-967e-480f582a19be { display: none !important; }}







#s-fa12d7d6-62d9-46ab-967e-480f582a19be > .shg-box-overlay {
  background-color: rgba(13, 12, 12, 1);
  opacity: 0.2;
  display: block;
}#s-fa12d7d6-62d9-46ab-967e-480f582a19be.shg-box.shg-c {
  justify-content: center;
}

#s-bdc8746e-25fc-4552-8b67-a7862bce9834 {
  margin-left: 5px;
margin-right: 5px;
padding-left: 20%;
padding-right: 20%;
}
@media (max-width: 767px){#s-bdc8746e-25fc-4552-8b67-a7862bce9834 {
  display: none;
}
#s-bdc8746e-25fc-4552-8b67-a7862bce9834, #wrap-s-bdc8746e-25fc-4552-8b67-a7862bce9834, #wrap-content-s-bdc8746e-25fc-4552-8b67-a7862bce9834 { display: none !important; }}
#s-8ed568ca-d54b-45aa-8141-59b451ec1bd7 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-8ed568ca-d54b-45aa-8141-59b451ec1bd7 {
  display: none;
}
#s-8ed568ca-d54b-45aa-8141-59b451ec1bd7, #wrap-s-8ed568ca-d54b-45aa-8141-59b451ec1bd7, #wrap-content-s-8ed568ca-d54b-45aa-8141-59b451ec1bd7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8ed568ca-d54b-45aa-8141-59b451ec1bd7 {
  display: none;
}
#s-8ed568ca-d54b-45aa-8141-59b451ec1bd7, #wrap-s-8ed568ca-d54b-45aa-8141-59b451ec1bd7, #wrap-content-s-8ed568ca-d54b-45aa-8141-59b451ec1bd7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8ed568ca-d54b-45aa-8141-59b451ec1bd7 {
  display: none;
}
#s-8ed568ca-d54b-45aa-8141-59b451ec1bd7, #wrap-s-8ed568ca-d54b-45aa-8141-59b451ec1bd7, #wrap-content-s-8ed568ca-d54b-45aa-8141-59b451ec1bd7 { display: none !important; }}







#s-8ed568ca-d54b-45aa-8141-59b451ec1bd7 > .shg-box-overlay {
  background-color: rgba(23, 22, 22, 1);
  opacity: 0.2;
  display: block;
}#s-8ed568ca-d54b-45aa-8141-59b451ec1bd7.shg-box.shg-c {
  justify-content: center;
}

#s-dc1f9e9c-8ee0-4fc4-a33e-7e7ab619a41a {
  margin-left: 0px;
margin-right: 0px;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 1200px){#s-dc1f9e9c-8ee0-4fc4-a33e-7e7ab619a41a {
  display: none;
}
#s-dc1f9e9c-8ee0-4fc4-a33e-7e7ab619a41a, #wrap-s-dc1f9e9c-8ee0-4fc4-a33e-7e7ab619a41a, #wrap-content-s-dc1f9e9c-8ee0-4fc4-a33e-7e7ab619a41a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dc1f9e9c-8ee0-4fc4-a33e-7e7ab619a41a {
  display: none;
}
#s-dc1f9e9c-8ee0-4fc4-a33e-7e7ab619a41a, #wrap-s-dc1f9e9c-8ee0-4fc4-a33e-7e7ab619a41a, #wrap-content-s-dc1f9e9c-8ee0-4fc4-a33e-7e7ab619a41a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dc1f9e9c-8ee0-4fc4-a33e-7e7ab619a41a {
  display: none;
}
#s-dc1f9e9c-8ee0-4fc4-a33e-7e7ab619a41a, #wrap-s-dc1f9e9c-8ee0-4fc4-a33e-7e7ab619a41a, #wrap-content-s-dc1f9e9c-8ee0-4fc4-a33e-7e7ab619a41a { display: none !important; }}
#s-bf5a2e21-a65f-491c-b5cd-3fb2d0deb564 {
  min-height: 50px;
}








#s-bf5a2e21-a65f-491c-b5cd-3fb2d0deb564 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bf5a2e21-a65f-491c-b5cd-3fb2d0deb564.shg-box.shg-c {
  justify-content: flex-start;
}

#s-afc3dcb4-bc71-44df-ac38-75a285676ca0 {
  padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(194, 157, 51, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-afc3dcb4-bc71-44df-ac38-75a285676ca0 {
  display: none;
}
#s-afc3dcb4-bc71-44df-ac38-75a285676ca0, #wrap-s-afc3dcb4-bc71-44df-ac38-75a285676ca0, #wrap-content-s-afc3dcb4-bc71-44df-ac38-75a285676ca0 { display: none !important; }}@media (max-width: 767px){#s-afc3dcb4-bc71-44df-ac38-75a285676ca0 {
  display: none;
}
#s-afc3dcb4-bc71-44df-ac38-75a285676ca0, #wrap-s-afc3dcb4-bc71-44df-ac38-75a285676ca0, #wrap-content-s-afc3dcb4-bc71-44df-ac38-75a285676ca0 { display: none !important; }}
@media (min-width: 0px) {
[id="s-afc3dcb4-bc71-44df-ac38-75a285676ca0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-afc3dcb4-bc71-44df-ac38-75a285676ca0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-afc3dcb4-bc71-44df-ac38-75a285676ca0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-afc3dcb4-bc71-44df-ac38-75a285676ca0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-de2fc68d-0076-458b-9f9d-e8b3035b3789 {
  padding-left: 30%;
padding-right: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-de2fc68d-0076-458b-9f9d-e8b3035b3789 {
  display: none;
}
#s-de2fc68d-0076-458b-9f9d-e8b3035b3789, #wrap-s-de2fc68d-0076-458b-9f9d-e8b3035b3789, #wrap-content-s-de2fc68d-0076-458b-9f9d-e8b3035b3789 { display: none !important; }}@media (max-width: 767px){#s-de2fc68d-0076-458b-9f9d-e8b3035b3789 {
  display: none;
}
#s-de2fc68d-0076-458b-9f9d-e8b3035b3789, #wrap-s-de2fc68d-0076-458b-9f9d-e8b3035b3789, #wrap-content-s-de2fc68d-0076-458b-9f9d-e8b3035b3789 { display: none !important; }}
#s-de2fc68d-0076-458b-9f9d-e8b3035b3789 {
  overflow: hidden;
  
  
}







  #s-de2fc68d-0076-458b-9f9d-e8b3035b3789 img.shogun-image {
    

    
    
    
  }


#s-de2fc68d-0076-458b-9f9d-e8b3035b3789 .shogun-image-content {
  
    justify-content: center;
  
}

#s-9189c478-9fbd-4afa-911b-4b497ca4e39e {
  margin-top: 15%;
margin-bottom: 15%;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-9189c478-9fbd-4afa-911b-4b497ca4e39e {
  display: none;
}
#s-9189c478-9fbd-4afa-911b-4b497ca4e39e, #wrap-s-9189c478-9fbd-4afa-911b-4b497ca4e39e, #wrap-content-s-9189c478-9fbd-4afa-911b-4b497ca4e39e { display: none !important; }}@media (max-width: 767px){#s-9189c478-9fbd-4afa-911b-4b497ca4e39e {
  display: none;
}
#s-9189c478-9fbd-4afa-911b-4b497ca4e39e, #wrap-s-9189c478-9fbd-4afa-911b-4b497ca4e39e, #wrap-content-s-9189c478-9fbd-4afa-911b-4b497ca4e39e { display: none !important; }}
#s-21dd09e0-2f7b-4b85-b94b-e2279bc29292 {
  padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(194, 157, 51, 1);
}
@media (min-width: 1200px){#s-21dd09e0-2f7b-4b85-b94b-e2279bc29292 {
  display: none;
}
#s-21dd09e0-2f7b-4b85-b94b-e2279bc29292, #wrap-s-21dd09e0-2f7b-4b85-b94b-e2279bc29292, #wrap-content-s-21dd09e0-2f7b-4b85-b94b-e2279bc29292 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-21dd09e0-2f7b-4b85-b94b-e2279bc29292 {
  display: none;
}
#s-21dd09e0-2f7b-4b85-b94b-e2279bc29292, #wrap-s-21dd09e0-2f7b-4b85-b94b-e2279bc29292, #wrap-content-s-21dd09e0-2f7b-4b85-b94b-e2279bc29292 { display: none !important; }}@media (max-width: 767px){#s-21dd09e0-2f7b-4b85-b94b-e2279bc29292 {
  display: none;
}
#s-21dd09e0-2f7b-4b85-b94b-e2279bc29292, #wrap-s-21dd09e0-2f7b-4b85-b94b-e2279bc29292, #wrap-content-s-21dd09e0-2f7b-4b85-b94b-e2279bc29292 { display: none !important; }}
@media (min-width: 0px) {
[id="s-21dd09e0-2f7b-4b85-b94b-e2279bc29292"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-21dd09e0-2f7b-4b85-b94b-e2279bc29292"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-21dd09e0-2f7b-4b85-b94b-e2279bc29292"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-21dd09e0-2f7b-4b85-b94b-e2279bc29292"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-21dd09e0-2f7b-4b85-b94b-e2279bc29292"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-21dd09e0-2f7b-4b85-b94b-e2279bc29292"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-21dd09e0-2f7b-4b85-b94b-e2279bc29292"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-e5266443-435a-44fe-8750-2b89f5bb17bb {
  padding-top: 25%;
padding-left: 5%;
padding-right: 10px;
text-align: center;
}

#s-e5266443-435a-44fe-8750-2b89f5bb17bb {
  overflow: hidden;
  
  
}







  #s-e5266443-435a-44fe-8750-2b89f5bb17bb img.shogun-image {
    

    
    
    
  }


#s-e5266443-435a-44fe-8750-2b89f5bb17bb .shogun-image-content {
  
    justify-content: center;
  
}

#s-5f06a8d1-445a-4a9e-a336-2cfbaf271527 {
  margin-top: 15%;
margin-bottom: 15%;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10%;
}

#s-03d962ee-0173-47fc-88bd-f08533bad5b7 {
  background-color: rgba(194, 157, 51, 1);
}
@media (min-width: 1200px){#s-03d962ee-0173-47fc-88bd-f08533bad5b7 {
  display: none;
}
#s-03d962ee-0173-47fc-88bd-f08533bad5b7, #wrap-s-03d962ee-0173-47fc-88bd-f08533bad5b7, #wrap-content-s-03d962ee-0173-47fc-88bd-f08533bad5b7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-03d962ee-0173-47fc-88bd-f08533bad5b7 {
  display: none;
}
#s-03d962ee-0173-47fc-88bd-f08533bad5b7, #wrap-s-03d962ee-0173-47fc-88bd-f08533bad5b7, #wrap-content-s-03d962ee-0173-47fc-88bd-f08533bad5b7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-03d962ee-0173-47fc-88bd-f08533bad5b7 {
  display: none;
}
#s-03d962ee-0173-47fc-88bd-f08533bad5b7, #wrap-s-03d962ee-0173-47fc-88bd-f08533bad5b7, #wrap-content-s-03d962ee-0173-47fc-88bd-f08533bad5b7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-03d962ee-0173-47fc-88bd-f08533bad5b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-03d962ee-0173-47fc-88bd-f08533bad5b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-03d962ee-0173-47fc-88bd-f08533bad5b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-03d962ee-0173-47fc-88bd-f08533bad5b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7a6a081d-a965-4143-9364-bba9ccef5bdd {
  padding-left: 60px;
padding-right: 60px;
text-align: center;
}

#s-7a6a081d-a965-4143-9364-bba9ccef5bdd {
  overflow: hidden;
  
  
}







  #s-7a6a081d-a965-4143-9364-bba9ccef5bdd img.shogun-image {
    

    
    
    
  }


#s-7a6a081d-a965-4143-9364-bba9ccef5bdd .shogun-image-content {
  
    justify-content: center;
  
}

#s-2f0dec8d-5b77-4e2f-a757-9dd26e9a6c07 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
}

#s-e9c2bb41-c46e-4181-85cc-d79f5ecfea70 {
  min-height: 50px;
}








#s-e9c2bb41-c46e-4181-85cc-d79f5ecfea70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e9c2bb41-c46e-4181-85cc-d79f5ecfea70.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e65ab422-741e-4613-a9c4-45a0028ec300 {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-e65ab422-741e-4613-a9c4-45a0028ec300 {
  display: none;
}
#s-e65ab422-741e-4613-a9c4-45a0028ec300, #wrap-s-e65ab422-741e-4613-a9c4-45a0028ec300, #wrap-content-s-e65ab422-741e-4613-a9c4-45a0028ec300 { display: none !important; }}







#s-e65ab422-741e-4613-a9c4-45a0028ec300 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e65ab422-741e-4613-a9c4-45a0028ec300.shg-box.shg-c {
  justify-content: flex-start;
}

#s-001bacba-79af-432f-8337-440673c208d0 {
  min-height: 50px;
}








#s-001bacba-79af-432f-8337-440673c208d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-001bacba-79af-432f-8337-440673c208d0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f0a27f45-e0e7-43dd-b6cb-40e572f1b74e {
  padding-top: 70px;
padding-bottom: 60px;
text-align: center;
}

#s-f0a27f45-e0e7-43dd-b6cb-40e572f1b74e .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-812caf5e-cc94-4485-a65d-c312def3118c {
  border-style: solid;
margin-top: 50px;
margin-left: 0%;
margin-bottom: 50px;
margin-right: 0%;
padding-left: 10%;
padding-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
}

#s-68a96444-8f02-476a-8936-77f742b05b69 {
  margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-68a96444-8f02-476a-8936-77f742b05b69 {
  display: none;
}
#s-68a96444-8f02-476a-8936-77f742b05b69, #wrap-s-68a96444-8f02-476a-8936-77f742b05b69, #wrap-content-s-68a96444-8f02-476a-8936-77f742b05b69 { display: none !important; }}@media (max-width: 767px){#s-68a96444-8f02-476a-8936-77f742b05b69 {
  display: none;
}
#s-68a96444-8f02-476a-8936-77f742b05b69, #wrap-s-68a96444-8f02-476a-8936-77f742b05b69, #wrap-content-s-68a96444-8f02-476a-8936-77f742b05b69 { display: none !important; }}
@media (min-width: 0px) {
[id="s-68a96444-8f02-476a-8936-77f742b05b69"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-68a96444-8f02-476a-8936-77f742b05b69"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-68a96444-8f02-476a-8936-77f742b05b69"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-68a96444-8f02-476a-8936-77f742b05b69"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b7cfdf62-083c-4c87-94bf-437a55824ecb {
  
}

#s-02637251-e3dd-4dd1-8336-a90dc4f82a2a {
  
}

#s-df7d98f7-56a4-4730-aafd-436c07c628a9 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-df7d98f7-56a4-4730-aafd-436c07c628a9 {
  display: none;
}
#s-df7d98f7-56a4-4730-aafd-436c07c628a9, #wrap-s-df7d98f7-56a4-4730-aafd-436c07c628a9, #wrap-content-s-df7d98f7-56a4-4730-aafd-436c07c628a9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-df7d98f7-56a4-4730-aafd-436c07c628a9 {
  display: none;
}
#s-df7d98f7-56a4-4730-aafd-436c07c628a9, #wrap-s-df7d98f7-56a4-4730-aafd-436c07c628a9, #wrap-content-s-df7d98f7-56a4-4730-aafd-436c07c628a9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-df7d98f7-56a4-4730-aafd-436c07c628a9 {
  
}
}@media (max-width: 767px){#s-df7d98f7-56a4-4730-aafd-436c07c628a9 {
  display: none;
}
#s-df7d98f7-56a4-4730-aafd-436c07c628a9, #wrap-s-df7d98f7-56a4-4730-aafd-436c07c628a9, #wrap-content-s-df7d98f7-56a4-4730-aafd-436c07c628a9 { display: none !important; }}
@media (min-width: 0px) {
[id="s-df7d98f7-56a4-4730-aafd-436c07c628a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df7d98f7-56a4-4730-aafd-436c07c628a9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-df7d98f7-56a4-4730-aafd-436c07c628a9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-df7d98f7-56a4-4730-aafd-436c07c628a9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-78c8d330-3dd4-43a0-bbd7-f4f902be039e {
  
}

#s-12413637-f3b0-454a-b5c7-7d19a2446773 {
  
}

#s-b4b1ad8e-6aa8-44fa-ad00-915295a16d89 {
  margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-b4b1ad8e-6aa8-44fa-ad00-915295a16d89 {
  display: none;
}
#s-b4b1ad8e-6aa8-44fa-ad00-915295a16d89, #wrap-s-b4b1ad8e-6aa8-44fa-ad00-915295a16d89, #wrap-content-s-b4b1ad8e-6aa8-44fa-ad00-915295a16d89 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b4b1ad8e-6aa8-44fa-ad00-915295a16d89 {
  display: none;
}
#s-b4b1ad8e-6aa8-44fa-ad00-915295a16d89, #wrap-s-b4b1ad8e-6aa8-44fa-ad00-915295a16d89, #wrap-content-s-b4b1ad8e-6aa8-44fa-ad00-915295a16d89 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b4b1ad8e-6aa8-44fa-ad00-915295a16d89 {
  display: none;
}
#s-b4b1ad8e-6aa8-44fa-ad00-915295a16d89, #wrap-s-b4b1ad8e-6aa8-44fa-ad00-915295a16d89, #wrap-content-s-b4b1ad8e-6aa8-44fa-ad00-915295a16d89 { display: none !important; }}
@media (min-width: 0px) {
[id="s-b4b1ad8e-6aa8-44fa-ad00-915295a16d89"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b4b1ad8e-6aa8-44fa-ad00-915295a16d89"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b4b1ad8e-6aa8-44fa-ad00-915295a16d89"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b4b1ad8e-6aa8-44fa-ad00-915295a16d89"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-af2aef28-b93a-453b-8299-49282b7fc481 {
  
}

#s-361711ff-a97a-4c64-998a-85c37f47fe1d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-361711ff-a97a-4c64-998a-85c37f47fe1d {
  display: none;
}
#s-361711ff-a97a-4c64-998a-85c37f47fe1d, #wrap-s-361711ff-a97a-4c64-998a-85c37f47fe1d, #wrap-content-s-361711ff-a97a-4c64-998a-85c37f47fe1d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-361711ff-a97a-4c64-998a-85c37f47fe1d {
  display: none;
}
#s-361711ff-a97a-4c64-998a-85c37f47fe1d, #wrap-s-361711ff-a97a-4c64-998a-85c37f47fe1d, #wrap-content-s-361711ff-a97a-4c64-998a-85c37f47fe1d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-361711ff-a97a-4c64-998a-85c37f47fe1d {
  display: none;
}
#s-361711ff-a97a-4c64-998a-85c37f47fe1d, #wrap-s-361711ff-a97a-4c64-998a-85c37f47fe1d, #wrap-content-s-361711ff-a97a-4c64-998a-85c37f47fe1d { display: none !important; }}







#s-361711ff-a97a-4c64-998a-85c37f47fe1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-361711ff-a97a-4c64-998a-85c37f47fe1d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e511d64a-3095-41c3-9e8a-c3c4a7245e8d {
  min-height: 50px;
}








#s-e511d64a-3095-41c3-9e8a-c3c4a7245e8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e511d64a-3095-41c3-9e8a-c3c4a7245e8d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-46c56cf1-9b58-4b1c-90fb-023ab4afb4a8 {
  padding-top: 70px;
padding-bottom: 10px;
text-align: center;
}

#s-46c56cf1-9b58-4b1c-90fb-023ab4afb4a8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-c68f2ab4-d381-4ce9-b36a-24c1306a3c5f {
  border-style: solid;
margin-top: 50px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
}

#s-7267d5af-9a7c-420a-9ef5-0467eb967e6d {
  border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
}

#s-6c61541c-887d-4f8e-a9d8-7be39a27ab21 {
  border-style: solid;
margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
}

#s-6e987ef7-3267-4ca0-bd28-270d5e704ee6 {
  border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-4a8b0f25-b845-4b4c-9df7-69bf3fb77989 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4a8b0f25-b845-4b4c-9df7-69bf3fb77989 {
  display: none;
}
#s-4a8b0f25-b845-4b4c-9df7-69bf3fb77989, #wrap-s-4a8b0f25-b845-4b4c-9df7-69bf3fb77989, #wrap-content-s-4a8b0f25-b845-4b4c-9df7-69bf3fb77989 { display: none !important; }}@media (max-width: 767px){#s-4a8b0f25-b845-4b4c-9df7-69bf3fb77989 {
  display: none;
}
#s-4a8b0f25-b845-4b4c-9df7-69bf3fb77989, #wrap-s-4a8b0f25-b845-4b4c-9df7-69bf3fb77989, #wrap-content-s-4a8b0f25-b845-4b4c-9df7-69bf3fb77989 { display: none !important; }}
#s-4a8b0f25-b845-4b4c-9df7-69bf3fb77989 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-4a8b0f25-b845-4b4c-9df7-69bf3fb77989 .shg-sld-nav-button.shg-sld-left,
#s-4a8b0f25-b845-4b4c-9df7-69bf3fb77989 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-6764bf0a-86be-4529-9781-4a39cc8ecb54 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-6764bf0a-86be-4529-9781-4a39cc8ecb54 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6764bf0a-86be-4529-9781-4a39cc8ecb54 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6764bf0a-86be-4529-9781-4a39cc8ecb54 {
  
}
}@media (max-width: 767px){#s-6764bf0a-86be-4529-9781-4a39cc8ecb54 {
  
}
}







#s-6764bf0a-86be-4529-9781-4a39cc8ecb54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6764bf0a-86be-4529-9781-4a39cc8ecb54.shg-box.shg-c {
  justify-content: flex-start;
}

#s-be1142ac-26a3-47cc-abf6-bb049201234b {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-be1142ac-26a3-47cc-abf6-bb049201234b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-be1142ac-26a3-47cc-abf6-bb049201234b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-be1142ac-26a3-47cc-abf6-bb049201234b {
  
}
}@media (max-width: 767px){#s-be1142ac-26a3-47cc-abf6-bb049201234b {
  
}
}
@media (min-width: 0px) {
[id="s-be1142ac-26a3-47cc-abf6-bb049201234b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be1142ac-26a3-47cc-abf6-bb049201234b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-be1142ac-26a3-47cc-abf6-bb049201234b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-be1142ac-26a3-47cc-abf6-bb049201234b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-ea957258-f988-4e08-b5e5-aab186c61cf3 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ea957258-f988-4e08-b5e5-aab186c61cf3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ea957258-f988-4e08-b5e5-aab186c61cf3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d939e995-f8d0-4452-852d-2bbe7c15103b {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-d939e995-f8d0-4452-852d-2bbe7c15103b .shogun-icon-wrapper {
  text-align: center;
}


#s-d939e995-f8d0-4452-852d-2bbe7c15103b .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-d9cf2312-67bb-4399-9f91-270a71bf211b {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-d9cf2312-67bb-4399-9f91-270a71bf211b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d9cf2312-67bb-4399-9f91-270a71bf211b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d9cf2312-67bb-4399-9f91-270a71bf211b {
  
}
}@media (max-width: 767px){#s-d9cf2312-67bb-4399-9f91-270a71bf211b {
  
}
}
#s-2ee99af2-ce0f-4b5d-a0df-376f15e7bf7a {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-2ee99af2-ce0f-4b5d-a0df-376f15e7bf7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2ee99af2-ce0f-4b5d-a0df-376f15e7bf7a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a1824fc3-38c7-4e7b-bee1-3f844fe093c1 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-a1824fc3-38c7-4e7b-bee1-3f844fe093c1 .shogun-icon-wrapper {
  text-align: center;
}


#s-a1824fc3-38c7-4e7b-bee1-3f844fe093c1 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-d2923ed6-d107-4897-80d4-e4b4cb749a38 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-d2923ed6-d107-4897-80d4-e4b4cb749a38 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d2923ed6-d107-4897-80d4-e4b4cb749a38 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d2923ed6-d107-4897-80d4-e4b4cb749a38 {
  
}
}@media (max-width: 767px){#s-d2923ed6-d107-4897-80d4-e4b4cb749a38 {
  
}
}
#s-102a9f36-db0f-4ab5-a747-3bf3c735593f {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-102a9f36-db0f-4ab5-a747-3bf3c735593f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-102a9f36-db0f-4ab5-a747-3bf3c735593f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-dc86b0b6-caad-4cb8-b51e-1eef06a394e8 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-dc86b0b6-caad-4cb8-b51e-1eef06a394e8 .shogun-icon-wrapper {
  text-align: center;
}


#s-dc86b0b6-caad-4cb8-b51e-1eef06a394e8 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-00e68728-8b6d-40a0-ad9e-dae0cb2d2b60 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-00e68728-8b6d-40a0-ad9e-dae0cb2d2b60 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-00e68728-8b6d-40a0-ad9e-dae0cb2d2b60 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-00e68728-8b6d-40a0-ad9e-dae0cb2d2b60 {
  
}
}@media (max-width: 767px){#s-00e68728-8b6d-40a0-ad9e-dae0cb2d2b60 {
  
}
}
#s-e1ad7d1a-6cd3-47e5-bee8-d08147c90207 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e1ad7d1a-6cd3-47e5-bee8-d08147c90207 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e1ad7d1a-6cd3-47e5-bee8-d08147c90207 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e1ad7d1a-6cd3-47e5-bee8-d08147c90207 {
  
}
}@media (max-width: 767px){#s-e1ad7d1a-6cd3-47e5-bee8-d08147c90207 {
  
}
}







#s-e1ad7d1a-6cd3-47e5-bee8-d08147c90207 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e1ad7d1a-6cd3-47e5-bee8-d08147c90207.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c49d17ba-8f48-4a64-a135-1a7cdf693eb9 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-c49d17ba-8f48-4a64-a135-1a7cdf693eb9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c49d17ba-8f48-4a64-a135-1a7cdf693eb9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c49d17ba-8f48-4a64-a135-1a7cdf693eb9 {
  
}
}@media (max-width: 767px){#s-c49d17ba-8f48-4a64-a135-1a7cdf693eb9 {
  
}
}
@media (min-width: 0px) {
[id="s-c49d17ba-8f48-4a64-a135-1a7cdf693eb9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c49d17ba-8f48-4a64-a135-1a7cdf693eb9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-c49d17ba-8f48-4a64-a135-1a7cdf693eb9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-c49d17ba-8f48-4a64-a135-1a7cdf693eb9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-a43d6dc3-30a0-46c3-91a2-e0b58e84bbf7 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a43d6dc3-30a0-46c3-91a2-e0b58e84bbf7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a43d6dc3-30a0-46c3-91a2-e0b58e84bbf7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-20a42cda-602d-4d43-bc2c-8a6a3b910f8c {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-20a42cda-602d-4d43-bc2c-8a6a3b910f8c .shogun-icon-wrapper {
  text-align: center;
}


#s-20a42cda-602d-4d43-bc2c-8a6a3b910f8c .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-9e560ea8-2834-425c-a255-db2b60afa714 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-9e560ea8-2834-425c-a255-db2b60afa714 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9e560ea8-2834-425c-a255-db2b60afa714 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9e560ea8-2834-425c-a255-db2b60afa714 {
  
}
}@media (max-width: 767px){#s-9e560ea8-2834-425c-a255-db2b60afa714 {
  
}
}
#s-3233ed91-bc7d-416d-b38d-d4843339573e {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3233ed91-bc7d-416d-b38d-d4843339573e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3233ed91-bc7d-416d-b38d-d4843339573e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c11e1873-b442-4803-9e3c-a79998820b21 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-c11e1873-b442-4803-9e3c-a79998820b21 .shogun-icon-wrapper {
  text-align: center;
}


#s-c11e1873-b442-4803-9e3c-a79998820b21 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-5f485570-b57c-45b7-b81e-80716abdf797 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-5f485570-b57c-45b7-b81e-80716abdf797 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5f485570-b57c-45b7-b81e-80716abdf797 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5f485570-b57c-45b7-b81e-80716abdf797 {
  
}
}@media (max-width: 767px){#s-5f485570-b57c-45b7-b81e-80716abdf797 {
  
}
}
#s-a9f4bbec-2317-4819-a9b1-3068487de975 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a9f4bbec-2317-4819-a9b1-3068487de975 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a9f4bbec-2317-4819-a9b1-3068487de975.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5eda3aec-16c0-4c56-9b54-db0f9dea2917 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-5eda3aec-16c0-4c56-9b54-db0f9dea2917 .shogun-icon-wrapper {
  text-align: center;
}


#s-5eda3aec-16c0-4c56-9b54-db0f9dea2917 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-c362e464-5e75-4fc0-a649-11373651ebeb {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-c362e464-5e75-4fc0-a649-11373651ebeb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c362e464-5e75-4fc0-a649-11373651ebeb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c362e464-5e75-4fc0-a649-11373651ebeb {
  
}
}@media (max-width: 767px){#s-c362e464-5e75-4fc0-a649-11373651ebeb {
  
}
}
#s-39054541-5235-46e0-b4ce-71f653235632 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-39054541-5235-46e0-b4ce-71f653235632 {
  display: none;
}
#s-39054541-5235-46e0-b4ce-71f653235632, #wrap-s-39054541-5235-46e0-b4ce-71f653235632, #wrap-content-s-39054541-5235-46e0-b4ce-71f653235632 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-39054541-5235-46e0-b4ce-71f653235632 {
  display: none;
}
#s-39054541-5235-46e0-b4ce-71f653235632, #wrap-s-39054541-5235-46e0-b4ce-71f653235632, #wrap-content-s-39054541-5235-46e0-b4ce-71f653235632 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-39054541-5235-46e0-b4ce-71f653235632 {
  
}
}@media (max-width: 767px){#s-39054541-5235-46e0-b4ce-71f653235632 {
  display: none;
}
#s-39054541-5235-46e0-b4ce-71f653235632, #wrap-s-39054541-5235-46e0-b4ce-71f653235632, #wrap-content-s-39054541-5235-46e0-b4ce-71f653235632 { display: none !important; }}
#s-39054541-5235-46e0-b4ce-71f653235632 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-39054541-5235-46e0-b4ce-71f653235632 .shg-sld-nav-button.shg-sld-left,
#s-39054541-5235-46e0-b4ce-71f653235632 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-ceed1873-5063-44b8-9865-a8368611bfd4 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ceed1873-5063-44b8-9865-a8368611bfd4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ceed1873-5063-44b8-9865-a8368611bfd4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ceed1873-5063-44b8-9865-a8368611bfd4 {
  
}
}@media (max-width: 767px){#s-ceed1873-5063-44b8-9865-a8368611bfd4 {
  
}
}







#s-ceed1873-5063-44b8-9865-a8368611bfd4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ceed1873-5063-44b8-9865-a8368611bfd4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9260c575-7609-441c-909e-c663a32e475a {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: 50px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-9260c575-7609-441c-909e-c663a32e475a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9260c575-7609-441c-909e-c663a32e475a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9260c575-7609-441c-909e-c663a32e475a {
  
}
}@media (max-width: 767px){#s-9260c575-7609-441c-909e-c663a32e475a {
  
}
}
@media (min-width: 0px) {
[id="s-9260c575-7609-441c-909e-c663a32e475a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9260c575-7609-441c-909e-c663a32e475a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-9260c575-7609-441c-909e-c663a32e475a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-9260c575-7609-441c-909e-c663a32e475a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-0aacce76-5fb2-4f73-87af-30d1e89c78e4 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-0aacce76-5fb2-4f73-87af-30d1e89c78e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0aacce76-5fb2-4f73-87af-30d1e89c78e4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-cca3632e-09d2-457c-9e19-bb31154e7214 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-cca3632e-09d2-457c-9e19-bb31154e7214 .shogun-icon-wrapper {
  text-align: center;
}


#s-cca3632e-09d2-457c-9e19-bb31154e7214 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-c053d584-a67e-4e96-a6e6-0673d9a90a8b {
  margin-top: 20px;
margin-left: 5px;
margin-bottom: 40px;
margin-right: 5px;
opacity: 1;
}
@media (min-width: 1200px){#s-c053d584-a67e-4e96-a6e6-0673d9a90a8b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c053d584-a67e-4e96-a6e6-0673d9a90a8b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c053d584-a67e-4e96-a6e6-0673d9a90a8b {
  
}
}@media (max-width: 767px){#s-c053d584-a67e-4e96-a6e6-0673d9a90a8b {
  
}
}
#s-596f2f48-35eb-48fc-b6b6-b1b87e11bd4d {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-596f2f48-35eb-48fc-b6b6-b1b87e11bd4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-596f2f48-35eb-48fc-b6b6-b1b87e11bd4d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9e2a8fbf-b9bb-4954-b6fa-12899e48eff7 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-9e2a8fbf-b9bb-4954-b6fa-12899e48eff7 .shogun-icon-wrapper {
  text-align: center;
}


#s-9e2a8fbf-b9bb-4954-b6fa-12899e48eff7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-2549af5f-6ab4-42ba-9971-25b00da2d4cb {
  margin-top: 20px;
margin-left: 5px;
margin-bottom: 40px;
margin-right: 5px;
opacity: 1;
}
@media (min-width: 1200px){#s-2549af5f-6ab4-42ba-9971-25b00da2d4cb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2549af5f-6ab4-42ba-9971-25b00da2d4cb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2549af5f-6ab4-42ba-9971-25b00da2d4cb {
  
}
}@media (max-width: 767px){#s-2549af5f-6ab4-42ba-9971-25b00da2d4cb {
  
}
}
#s-6adba9ea-f72d-4429-a359-25cee6d5a16b {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-6adba9ea-f72d-4429-a359-25cee6d5a16b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6adba9ea-f72d-4429-a359-25cee6d5a16b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-332daea1-8bbe-488c-8e57-0871d53f45bf {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-332daea1-8bbe-488c-8e57-0871d53f45bf .shogun-icon-wrapper {
  text-align: center;
}


#s-332daea1-8bbe-488c-8e57-0871d53f45bf .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-c6949290-cf99-4aea-81a4-473cee1dd546 {
  margin-top: 20px;
margin-left: 5px;
margin-bottom: 40px;
margin-right: 5px;
opacity: 1;
}
@media (min-width: 1200px){#s-c6949290-cf99-4aea-81a4-473cee1dd546 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c6949290-cf99-4aea-81a4-473cee1dd546 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c6949290-cf99-4aea-81a4-473cee1dd546 {
  
}
}@media (max-width: 767px){#s-c6949290-cf99-4aea-81a4-473cee1dd546 {
  
}
}
#s-e7696444-4d6b-49ff-97d3-fe2c8696ebcb {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e7696444-4d6b-49ff-97d3-fe2c8696ebcb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e7696444-4d6b-49ff-97d3-fe2c8696ebcb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e7696444-4d6b-49ff-97d3-fe2c8696ebcb {
  
}
}@media (max-width: 767px){#s-e7696444-4d6b-49ff-97d3-fe2c8696ebcb {
  
}
}







#s-e7696444-4d6b-49ff-97d3-fe2c8696ebcb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e7696444-4d6b-49ff-97d3-fe2c8696ebcb.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2d38dbb7-46c5-40cd-a48e-893f2e40d931 {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: 50px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-2d38dbb7-46c5-40cd-a48e-893f2e40d931 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2d38dbb7-46c5-40cd-a48e-893f2e40d931 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2d38dbb7-46c5-40cd-a48e-893f2e40d931 {
  
}
}@media (max-width: 767px){#s-2d38dbb7-46c5-40cd-a48e-893f2e40d931 {
  
}
}
@media (min-width: 0px) {
[id="s-2d38dbb7-46c5-40cd-a48e-893f2e40d931"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d38dbb7-46c5-40cd-a48e-893f2e40d931"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-2d38dbb7-46c5-40cd-a48e-893f2e40d931"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-2d38dbb7-46c5-40cd-a48e-893f2e40d931"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-c32c3edb-e3e2-484a-9dab-02ef33cb5c4f {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c32c3edb-e3e2-484a-9dab-02ef33cb5c4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c32c3edb-e3e2-484a-9dab-02ef33cb5c4f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fe10b6c9-5c49-4ef8-b572-5f172b0aff83 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-fe10b6c9-5c49-4ef8-b572-5f172b0aff83 .shogun-icon-wrapper {
  text-align: center;
}


#s-fe10b6c9-5c49-4ef8-b572-5f172b0aff83 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-5c08a877-d58b-4e66-895c-91df17687f49 {
  margin-top: 20px;
margin-left: 5px;
margin-bottom: 40px;
margin-right: 5px;
opacity: 1;
}
@media (min-width: 1200px){#s-5c08a877-d58b-4e66-895c-91df17687f49 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5c08a877-d58b-4e66-895c-91df17687f49 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5c08a877-d58b-4e66-895c-91df17687f49 {
  
}
}@media (max-width: 767px){#s-5c08a877-d58b-4e66-895c-91df17687f49 {
  
}
}
#s-e3f946db-a5f5-4b24-ac7c-a26b06f0777f {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-e3f946db-a5f5-4b24-ac7c-a26b06f0777f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e3f946db-a5f5-4b24-ac7c-a26b06f0777f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-364862b6-b033-4d1a-98ca-eb2d3b1b321e {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-364862b6-b033-4d1a-98ca-eb2d3b1b321e .shogun-icon-wrapper {
  text-align: center;
}


#s-364862b6-b033-4d1a-98ca-eb2d3b1b321e .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-ff8bd0a5-38d8-4868-899a-8ad5911fc0df {
  margin-top: 20px;
margin-left: 5px;
margin-bottom: 40px;
margin-right: 5px;
opacity: 1;
}
@media (min-width: 1200px){#s-ff8bd0a5-38d8-4868-899a-8ad5911fc0df {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ff8bd0a5-38d8-4868-899a-8ad5911fc0df {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ff8bd0a5-38d8-4868-899a-8ad5911fc0df {
  
}
}@media (max-width: 767px){#s-ff8bd0a5-38d8-4868-899a-8ad5911fc0df {
  
}
}
#s-df68d0d7-ffe9-43ef-a634-05a86efebfd1 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-df68d0d7-ffe9-43ef-a634-05a86efebfd1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-df68d0d7-ffe9-43ef-a634-05a86efebfd1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-cd5834c8-ce61-431a-b91e-2fe969a64b0e {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-cd5834c8-ce61-431a-b91e-2fe969a64b0e .shogun-icon-wrapper {
  text-align: center;
}


#s-cd5834c8-ce61-431a-b91e-2fe969a64b0e .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-17055034-e7f1-45c6-ac9c-105e788e5a03 {
  margin-top: 20px;
margin-left: 5px;
margin-bottom: 40px;
margin-right: 5px;
opacity: 1;
}
@media (min-width: 1200px){#s-17055034-e7f1-45c6-ac9c-105e788e5a03 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-17055034-e7f1-45c6-ac9c-105e788e5a03 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-17055034-e7f1-45c6-ac9c-105e788e5a03 {
  
}
}@media (max-width: 767px){#s-17055034-e7f1-45c6-ac9c-105e788e5a03 {
  
}
}
#s-a62bd3b0-c549-4755-9e5a-8790c7c6561d {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-a62bd3b0-c549-4755-9e5a-8790c7c6561d {
  display: none;
}
#s-a62bd3b0-c549-4755-9e5a-8790c7c6561d, #wrap-s-a62bd3b0-c549-4755-9e5a-8790c7c6561d, #wrap-content-s-a62bd3b0-c549-4755-9e5a-8790c7c6561d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a62bd3b0-c549-4755-9e5a-8790c7c6561d {
  display: none;
}
#s-a62bd3b0-c549-4755-9e5a-8790c7c6561d, #wrap-s-a62bd3b0-c549-4755-9e5a-8790c7c6561d, #wrap-content-s-a62bd3b0-c549-4755-9e5a-8790c7c6561d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a62bd3b0-c549-4755-9e5a-8790c7c6561d {
  display: none;
}
#s-a62bd3b0-c549-4755-9e5a-8790c7c6561d, #wrap-s-a62bd3b0-c549-4755-9e5a-8790c7c6561d, #wrap-content-s-a62bd3b0-c549-4755-9e5a-8790c7c6561d { display: none !important; }}
#s-a62bd3b0-c549-4755-9e5a-8790c7c6561d .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-a62bd3b0-c549-4755-9e5a-8790c7c6561d .shg-sld-nav-button.shg-sld-left,
#s-a62bd3b0-c549-4755-9e5a-8790c7c6561d .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-e48efe6e-255b-400d-b761-78cd309eef12 {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e48efe6e-255b-400d-b761-78cd309eef12 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e48efe6e-255b-400d-b761-78cd309eef12 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e48efe6e-255b-400d-b761-78cd309eef12 {
  
}
}@media (max-width: 767px){#s-e48efe6e-255b-400d-b761-78cd309eef12 {
  
}
}







#s-e48efe6e-255b-400d-b761-78cd309eef12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e48efe6e-255b-400d-b761-78cd309eef12.shg-box.shg-c {
  justify-content: flex-start;
}

#s-464b29d9-e1f8-4d99-a4aa-ae6f0f5d8128 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-464b29d9-e1f8-4d99-a4aa-ae6f0f5d8128 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-464b29d9-e1f8-4d99-a4aa-ae6f0f5d8128 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-464b29d9-e1f8-4d99-a4aa-ae6f0f5d8128 {
  
}
}@media (max-width: 767px){#s-464b29d9-e1f8-4d99-a4aa-ae6f0f5d8128 {
  
}
}
@media (min-width: 0px) {
[id="s-464b29d9-e1f8-4d99-a4aa-ae6f0f5d8128"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-464b29d9-e1f8-4d99-a4aa-ae6f0f5d8128"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-464b29d9-e1f8-4d99-a4aa-ae6f0f5d8128"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-464b29d9-e1f8-4d99-a4aa-ae6f0f5d8128"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-1d5b0e83-2e86-4b66-812f-7fcc4e976ea1 {
  border-style: solid;
margin-left: -15%;
margin-bottom: 25px;
margin-right: -15%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-1d5b0e83-2e86-4b66-812f-7fcc4e976ea1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1d5b0e83-2e86-4b66-812f-7fcc4e976ea1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-17d18da9-8b1d-4051-a309-f94b3b0eca13 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-17d18da9-8b1d-4051-a309-f94b3b0eca13 .shogun-icon-wrapper {
  text-align: center;
}


#s-17d18da9-8b1d-4051-a309-f94b3b0eca13 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-ee69790b-45d3-4737-ab91-6a9508a77c19 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-ee69790b-45d3-4737-ab91-6a9508a77c19 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ee69790b-45d3-4737-ab91-6a9508a77c19 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ee69790b-45d3-4737-ab91-6a9508a77c19 {
  
}
}@media (max-width: 767px){#s-ee69790b-45d3-4737-ab91-6a9508a77c19 {
  
}
}
#s-5102ed24-b668-468e-813a-e92f43b72b58 {
  border-style: solid;
margin-left: -15%;
margin-bottom: 25px;
margin-right: -15%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5102ed24-b668-468e-813a-e92f43b72b58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5102ed24-b668-468e-813a-e92f43b72b58.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ac4d0af0-c105-4e92-88a3-2d1268e17d0d {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-ac4d0af0-c105-4e92-88a3-2d1268e17d0d .shogun-icon-wrapper {
  text-align: center;
}


#s-ac4d0af0-c105-4e92-88a3-2d1268e17d0d .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-d42d206e-b2d2-4868-bac2-915dc5b33a0e {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-d42d206e-b2d2-4868-bac2-915dc5b33a0e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d42d206e-b2d2-4868-bac2-915dc5b33a0e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d42d206e-b2d2-4868-bac2-915dc5b33a0e {
  
}
}@media (max-width: 767px){#s-d42d206e-b2d2-4868-bac2-915dc5b33a0e {
  
}
}
#s-aec1734d-3cd6-424c-91d8-69914e267bc9 {
  border-style: solid;
margin-left: -15%;
margin-bottom: 25px;
margin-right: -15%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-aec1734d-3cd6-424c-91d8-69914e267bc9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aec1734d-3cd6-424c-91d8-69914e267bc9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8f9b05c1-1ccc-48d7-bcdb-4d8281eb2a0f {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-8f9b05c1-1ccc-48d7-bcdb-4d8281eb2a0f .shogun-icon-wrapper {
  text-align: center;
}


#s-8f9b05c1-1ccc-48d7-bcdb-4d8281eb2a0f .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-b69440a1-577a-4aa3-a366-21b21d7f5a46 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-b69440a1-577a-4aa3-a366-21b21d7f5a46 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b69440a1-577a-4aa3-a366-21b21d7f5a46 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b69440a1-577a-4aa3-a366-21b21d7f5a46 {
  
}
}@media (max-width: 767px){#s-b69440a1-577a-4aa3-a366-21b21d7f5a46 {
  
}
}
#s-0af69b4b-8d43-4e7d-93ed-1bc0c38e327e {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-0af69b4b-8d43-4e7d-93ed-1bc0c38e327e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0af69b4b-8d43-4e7d-93ed-1bc0c38e327e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0af69b4b-8d43-4e7d-93ed-1bc0c38e327e {
  
}
}@media (max-width: 767px){#s-0af69b4b-8d43-4e7d-93ed-1bc0c38e327e {
  
}
}







#s-0af69b4b-8d43-4e7d-93ed-1bc0c38e327e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0af69b4b-8d43-4e7d-93ed-1bc0c38e327e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-87f8ba7d-9fb5-4f71-ba41-dac5663c5dcd {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-87f8ba7d-9fb5-4f71-ba41-dac5663c5dcd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-87f8ba7d-9fb5-4f71-ba41-dac5663c5dcd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-87f8ba7d-9fb5-4f71-ba41-dac5663c5dcd {
  
}
}@media (max-width: 767px){#s-87f8ba7d-9fb5-4f71-ba41-dac5663c5dcd {
  
}
}
@media (min-width: 0px) {
[id="s-87f8ba7d-9fb5-4f71-ba41-dac5663c5dcd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-87f8ba7d-9fb5-4f71-ba41-dac5663c5dcd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-87f8ba7d-9fb5-4f71-ba41-dac5663c5dcd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-87f8ba7d-9fb5-4f71-ba41-dac5663c5dcd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-9c8d162a-87ee-49f7-a78f-29a91e120b0c {
  border-style: solid;
margin-left: -15%;
margin-bottom: 25px;
margin-right: -15%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9c8d162a-87ee-49f7-a78f-29a91e120b0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9c8d162a-87ee-49f7-a78f-29a91e120b0c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-47ae44ad-ab5f-4cbf-89e7-4a198f071244 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-47ae44ad-ab5f-4cbf-89e7-4a198f071244 .shogun-icon-wrapper {
  text-align: center;
}


#s-47ae44ad-ab5f-4cbf-89e7-4a198f071244 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-b46a322a-954b-4804-b432-b2e917db5bb1 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-b46a322a-954b-4804-b432-b2e917db5bb1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b46a322a-954b-4804-b432-b2e917db5bb1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b46a322a-954b-4804-b432-b2e917db5bb1 {
  
}
}@media (max-width: 767px){#s-b46a322a-954b-4804-b432-b2e917db5bb1 {
  
}
}
#s-28dd9333-1493-4109-aefe-8496f139e83f {
  border-style: solid;
margin-left: -15%;
margin-bottom: 25px;
margin-right: -15%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-28dd9333-1493-4109-aefe-8496f139e83f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-28dd9333-1493-4109-aefe-8496f139e83f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f0cde8bb-af9c-41b2-9f8e-f24e63bf02e1 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-f0cde8bb-af9c-41b2-9f8e-f24e63bf02e1 .shogun-icon-wrapper {
  text-align: center;
}


#s-f0cde8bb-af9c-41b2-9f8e-f24e63bf02e1 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-c3b88bbf-9d76-40a8-9996-f0af70dfdf40 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-c3b88bbf-9d76-40a8-9996-f0af70dfdf40 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c3b88bbf-9d76-40a8-9996-f0af70dfdf40 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c3b88bbf-9d76-40a8-9996-f0af70dfdf40 {
  
}
}@media (max-width: 767px){#s-c3b88bbf-9d76-40a8-9996-f0af70dfdf40 {
  
}
}
#s-660bf092-a832-4ed5-8b12-e71cb6ad2cfd {
  border-style: solid;
margin-left: -15%;
margin-bottom: 25px;
margin-right: -15%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-660bf092-a832-4ed5-8b12-e71cb6ad2cfd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-660bf092-a832-4ed5-8b12-e71cb6ad2cfd.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ac1701a2-2c02-4aef-80d2-473d8b0f889e {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-ac1701a2-2c02-4aef-80d2-473d8b0f889e .shogun-icon-wrapper {
  text-align: center;
}


#s-ac1701a2-2c02-4aef-80d2-473d8b0f889e .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-367bd4cd-1aab-428e-b0a6-a7d4d9d38251 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-367bd4cd-1aab-428e-b0a6-a7d4d9d38251 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-367bd4cd-1aab-428e-b0a6-a7d4d9d38251 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-367bd4cd-1aab-428e-b0a6-a7d4d9d38251 {
  
}
}@media (max-width: 767px){#s-367bd4cd-1aab-428e-b0a6-a7d4d9d38251 {
  
}
}
#s-636d4a1a-a60c-47a7-a398-f0ab6861f8bb {
  min-height: 50px;
background-color: rgba(232, 235, 239, 1);
}








#s-636d4a1a-a60c-47a7-a398-f0ab6861f8bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-636d4a1a-a60c-47a7-a398-f0ab6861f8bb.shg-box.shg-c {
  justify-content: flex-start;
}

#s-526af6a2-2f8e-499c-ab0c-c3afc184db13 {
  padding-top: 35px;
padding-bottom: 35px;
text-align: center;
}

#s-526af6a2-2f8e-499c-ab0c-c3afc184db13 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-85e7825d-93cd-4439-b6f2-6d4b6245a573 {
  margin-left: 10%;
margin-bottom: 30px;
margin-right: 10%;
background-color: rgba(232, 235, 239, 1);
}

@media (min-width: 0px) {
[id="s-85e7825d-93cd-4439-b6f2-6d4b6245a573"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-85e7825d-93cd-4439-b6f2-6d4b6245a573"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-85e7825d-93cd-4439-b6f2-6d4b6245a573"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-85e7825d-93cd-4439-b6f2-6d4b6245a573"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-459d46f0-1739-48aa-afed-63a88c91ece0 {
  padding-top: 35px;
padding-bottom: 35px;
min-height: 70px;
text-align: center;
}

#s-459d46f0-1739-48aa-afed-63a88c91ece0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-ae21c4c9-4631-4b64-b3b0-5b74610d7e36 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 35px;
padding-bottom: 35px;
min-height: 70px;
text-align: center;
}

#s-ae21c4c9-4631-4b64-b3b0-5b74610d7e36 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-3eaaa7da-a4c6-4792-af02-c93218ad6f70 {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 70px;
text-align: center;
}

#s-3eaaa7da-a4c6-4792-af02-c93218ad6f70 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-6943f751-2297-4254-89fa-4a82305f0e6b {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 70px;
text-align: center;
}

#s-6943f751-2297-4254-89fa-4a82305f0e6b .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



@media (min-width: 0px) {
[id="s-6a49c7de-ed28-46cd-97ab-d04b72952d66"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6a49c7de-ed28-46cd-97ab-d04b72952d66"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6a49c7de-ed28-46cd-97ab-d04b72952d66"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6a49c7de-ed28-46cd-97ab-d04b72952d66"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-bb61a632-e334-4701-b7ff-e1d0131d907d {
  margin-right: -20px;
max-width: 1971px;
text-align: center;
}

#s-bb61a632-e334-4701-b7ff-e1d0131d907d {
  overflow: hidden;
  
  
      max-width: 1971px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-bb61a632-e334-4701-b7ff-e1d0131d907d .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-fe277665-fc84-42d6-ab01-ed5e8c7bea29 {
  margin-left: -10px;
margin-right: -10px;
max-width: 3446px;
text-align: center;
}

#s-fe277665-fc84-42d6-ab01-ed5e8c7bea29 {
  overflow: hidden;
  
  
      max-width: 3446px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-fe277665-fc84-42d6-ab01-ed5e8c7bea29 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-5fe545ec-ebb0-44b0-a832-2f1a6fe1c6c2 {
  margin-left: -20px;
margin-right: 0px;
max-width: 1979px;
text-align: center;
}

#s-5fe545ec-ebb0-44b0-a832-2f1a6fe1c6c2 {
  overflow: hidden;
  
  
      max-width: 1979px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-5fe545ec-ebb0-44b0-a832-2f1a6fe1c6c2 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-7d5131f1-8225-42a4-969f-090ad52abd35 {
  min-height: 50px;
}








#s-7d5131f1-8225-42a4-969f-090ad52abd35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7d5131f1-8225-42a4-969f-090ad52abd35.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6c183f0c-c78a-4eaa-be98-b71046a7aeef {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}

#s-6c183f0c-c78a-4eaa-be98-b71046a7aeef .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



.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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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-0d39486e-d64f-4572-be92-c00ca16c2209 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-0d39486e-d64f-4572-be92-c00ca16c2209 {
  display: none;
}
#s-0d39486e-d64f-4572-be92-c00ca16c2209, #wrap-s-0d39486e-d64f-4572-be92-c00ca16c2209, #wrap-content-s-0d39486e-d64f-4572-be92-c00ca16c2209 { display: none !important; }}
#s-0d39486e-d64f-4572-be92-c00ca16c2209 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(232, 235, 239, 1);
}

#s-0d39486e-d64f-4572-be92-c00ca16c2209 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(232, 235, 239, 1);
  padding: 10px;
}

#s-0d39486e-d64f-4572-be92-c00ca16c2209 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(18, 18, 18, 1);
}

#s-0d39486e-d64f-4572-be92-c00ca16c2209 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(232, 235, 239, 1);
}

#s-0d39486e-d64f-4572-be92-c00ca16c2209 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(18, 18, 18, 1);
  text-align: left;
  font-family: Work Sans;
  
  
  font-size: 20px;
}

#s-0d39486e-d64f-4572-be92-c00ca16c2209 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
.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 {
  
  
  
}

.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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

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

.shg-theme-text-content p {
  
  
  
}

#s-b4106084-1f6e-4522-9578-d9691eadcbb1 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 30px;
padding-bottom: 30px;
}

#s-b4106084-1f6e-4522-9578-d9691eadcbb1 .shg-proportional-font-size,
#s-b4106084-1f6e-4522-9578-d9691eadcbb1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

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

.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-1fadd34b-ff89-41d4-94e3-d6e91bf7aff1 {
  margin-top: 2%;
margin-left: 10%;
margin-bottom: 2%;
margin-right: 10%;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 2px;
text-align: center;
background-color: rgba(159, 130, 53, 1);
text-decoration: none;
}
#s-1fadd34b-ff89-41d4-94e3-d6e91bf7aff1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1fadd34b-ff89-41d4-94e3-d6e91bf7aff1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1fadd34b-ff89-41d4-94e3-d6e91bf7aff1-root {
    text-align: center;
  }


#s-1fadd34b-ff89-41d4-94e3-d6e91bf7aff1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1fadd34b-ff89-41d4-94e3-d6e91bf7aff1-root {
    text-align: center;
  }


#s-1fadd34b-ff89-41d4-94e3-d6e91bf7aff1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1fadd34b-ff89-41d4-94e3-d6e91bf7aff1-root {
    text-align: center;
  }


#s-1fadd34b-ff89-41d4-94e3-d6e91bf7aff1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1fadd34b-ff89-41d4-94e3-d6e91bf7aff1-root {
    text-align: center;
  }


#s-1fadd34b-ff89-41d4-94e3-d6e91bf7aff1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1fadd34b-ff89-41d4-94e3-d6e91bf7aff1-root {
    text-align: center;
  }


#s-1fadd34b-ff89-41d4-94e3-d6e91bf7aff1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-f7ab1db2-f400-4145-ada2-9307b84997bb {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
padding-left: 15%;
padding-right: 15%;
}

#s-bf513014-2abf-47ba-9da2-e7414cec0d73 {
  margin-top: 3%;
margin-left: 5%;
margin-bottom: 3%;
margin-right: 5%;
padding-left: 15%;
padding-right: 15%;
text-align: center;
}

#s-bf513014-2abf-47ba-9da2-e7414cec0d73 {
  overflow: hidden;
  
  
}







  #s-bf513014-2abf-47ba-9da2-e7414cec0d73 img.shogun-image {
    

    
    
    
  }


#s-bf513014-2abf-47ba-9da2-e7414cec0d73 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-4bf7673f-232a-44fa-a5bd-ded712ddf589 {
  padding-top: 3%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-4bf7673f-232a-44fa-a5bd-ded712ddf589"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4bf7673f-232a-44fa-a5bd-ded712ddf589"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4bf7673f-232a-44fa-a5bd-ded712ddf589"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4bf7673f-232a-44fa-a5bd-ded712ddf589"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2050c966-7796-40cc-b3f0-e71126c17883 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-2050c966-7796-40cc-b3f0-e71126c17883 {
  display: none;
}
#s-2050c966-7796-40cc-b3f0-e71126c17883, #wrap-s-2050c966-7796-40cc-b3f0-e71126c17883, #wrap-content-s-2050c966-7796-40cc-b3f0-e71126c17883 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2050c966-7796-40cc-b3f0-e71126c17883 {
  display: none;
}
#s-2050c966-7796-40cc-b3f0-e71126c17883, #wrap-s-2050c966-7796-40cc-b3f0-e71126c17883, #wrap-content-s-2050c966-7796-40cc-b3f0-e71126c17883 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2050c966-7796-40cc-b3f0-e71126c17883 {
  display: none;
}
#s-2050c966-7796-40cc-b3f0-e71126c17883, #wrap-s-2050c966-7796-40cc-b3f0-e71126c17883, #wrap-content-s-2050c966-7796-40cc-b3f0-e71126c17883 { display: none !important; }}
#s-2050c966-7796-40cc-b3f0-e71126c17883 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(232, 235, 239, 1);
}

#s-2050c966-7796-40cc-b3f0-e71126c17883 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(232, 235, 239, 1);
  padding: 10px;
}

#s-2050c966-7796-40cc-b3f0-e71126c17883 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(18, 18, 18, 1);
}

#s-2050c966-7796-40cc-b3f0-e71126c17883 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(232, 235, 239, 1);
}

#s-2050c966-7796-40cc-b3f0-e71126c17883 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(18, 18, 18, 1);
  text-align: left;
  font-family: Work Sans;
  
  
  font-size: 20px;
}

#s-2050c966-7796-40cc-b3f0-e71126c17883 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-a68bc187-cd3a-4129-af65-e1b0021f51b6 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 5px;
padding-bottom: 5px;
}

#s-a68bc187-cd3a-4129-af65-e1b0021f51b6 .shg-proportional-font-size,
#s-a68bc187-cd3a-4129-af65-e1b0021f51b6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8d093e47-c77c-422d-9874-34cb6fb78825 {
  margin-top: 2%;
margin-left: 10%;
margin-bottom: 2%;
margin-right: 10%;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 2px;
text-align: center;
background-color: rgba(159, 130, 53, 1);
text-decoration: none;
}
#s-8d093e47-c77c-422d-9874-34cb6fb78825:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8d093e47-c77c-422d-9874-34cb6fb78825:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8d093e47-c77c-422d-9874-34cb6fb78825-root {
    text-align: center;
  }


#s-8d093e47-c77c-422d-9874-34cb6fb78825.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8d093e47-c77c-422d-9874-34cb6fb78825-root {
    text-align: center;
  }


#s-8d093e47-c77c-422d-9874-34cb6fb78825.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8d093e47-c77c-422d-9874-34cb6fb78825-root {
    text-align: center;
  }


#s-8d093e47-c77c-422d-9874-34cb6fb78825.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8d093e47-c77c-422d-9874-34cb6fb78825-root {
    text-align: center;
  }


#s-8d093e47-c77c-422d-9874-34cb6fb78825.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8d093e47-c77c-422d-9874-34cb6fb78825-root {
    text-align: center;
  }


#s-8d093e47-c77c-422d-9874-34cb6fb78825.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-136e4e73-8ffc-4df7-b6b6-73905d644037 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
padding-left: 5%;
padding-right: 5%;
}

#s-76bedd7d-6817-4745-988d-1371350e02fc {
  margin-top: 3%;
margin-left: 0px;
margin-bottom: 3%;
margin-right: 0px;
padding-left: 5%;
padding-right: 5%;
text-align: center;
}

#s-76bedd7d-6817-4745-988d-1371350e02fc {
  overflow: hidden;
  
  
}







  #s-76bedd7d-6817-4745-988d-1371350e02fc img.shogun-image {
    

    
    
    
  }


#s-76bedd7d-6817-4745-988d-1371350e02fc .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-8e2e4a96-9be7-4f81-b48e-c0f221a93fa3 {
  padding-top: 3%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-8e2e4a96-9be7-4f81-b48e-c0f221a93fa3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e2e4a96-9be7-4f81-b48e-c0f221a93fa3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8e2e4a96-9be7-4f81-b48e-c0f221a93fa3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e2e4a96-9be7-4f81-b48e-c0f221a93fa3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

/*
  $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;
}

#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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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-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:not(.shopify-section *):not([id^="wistia"]) {
  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;
}

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