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

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

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

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

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

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

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

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

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

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

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

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

#s-0b9fda08-d2ad-4ef6-9b9d-6a08d7124355 {
  margin-bottom: 0px;
min-height: 50px;
max-width: 1440px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-0b9fda08-d2ad-4ef6-9b9d-6a08d7124355 {
  
}
}@media (max-width: 767px){#s-0b9fda08-d2ad-4ef6-9b9d-6a08d7124355 {
  display: none;
}
#s-0b9fda08-d2ad-4ef6-9b9d-6a08d7124355, #wrap-s-0b9fda08-d2ad-4ef6-9b9d-6a08d7124355 { display:none !important; }}







#s-0b9fda08-d2ad-4ef6-9b9d-6a08d7124355 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b9fda08-d2ad-4ef6-9b9d-6a08d7124355.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-16bf8551-7fab-4a76-94a7-a031eae5c841 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-16bf8551-7fab-4a76-94a7-a031eae5c841 {
  
}
}@media (max-width: 767px){#s-16bf8551-7fab-4a76-94a7-a031eae5c841 {
  
}
}







#s-16bf8551-7fab-4a76-94a7-a031eae5c841 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px){#s-9466407c-4d13-4f50-b200-d6be2cd3406b {
  display: none;
}
#s-9466407c-4d13-4f50-b200-d6be2cd3406b, #wrap-s-9466407c-4d13-4f50-b200-d6be2cd3406b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9466407c-4d13-4f50-b200-d6be2cd3406b {
  display: none;
}
#s-9466407c-4d13-4f50-b200-d6be2cd3406b, #wrap-s-9466407c-4d13-4f50-b200-d6be2cd3406b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9466407c-4d13-4f50-b200-d6be2cd3406b {
  display: none;
}
#s-9466407c-4d13-4f50-b200-d6be2cd3406b, #wrap-s-9466407c-4d13-4f50-b200-d6be2cd3406b { display:none !important; }}@media (max-width: 767px){#s-9466407c-4d13-4f50-b200-d6be2cd3406b {
  display: none;
}
#s-9466407c-4d13-4f50-b200-d6be2cd3406b, #wrap-s-9466407c-4d13-4f50-b200-d6be2cd3406b { display:none !important; }}
#s-605eaacc-9148-48b7-8db6-084f0630c7b1 {
  margin-top: 50px;
margin-bottom: 40px;
min-height: 50px;
max-width: 1440px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-605eaacc-9148-48b7-8db6-084f0630c7b1 {
  display: none;
}
#s-605eaacc-9148-48b7-8db6-084f0630c7b1, #wrap-s-605eaacc-9148-48b7-8db6-084f0630c7b1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-605eaacc-9148-48b7-8db6-084f0630c7b1 {
  display: none;
}
#s-605eaacc-9148-48b7-8db6-084f0630c7b1, #wrap-s-605eaacc-9148-48b7-8db6-084f0630c7b1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-605eaacc-9148-48b7-8db6-084f0630c7b1 {
  display: none;
}
#s-605eaacc-9148-48b7-8db6-084f0630c7b1, #wrap-s-605eaacc-9148-48b7-8db6-084f0630c7b1 { display:none !important; }}@media (max-width: 767px){#s-605eaacc-9148-48b7-8db6-084f0630c7b1 {
  
}
}







#s-605eaacc-9148-48b7-8db6-084f0630c7b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-605eaacc-9148-48b7-8db6-084f0630c7b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b4a2f9ed-3493-42ed-adcf-c5e7e579e206 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b4a2f9ed-3493-42ed-adcf-c5e7e579e206 {
  
}
}@media (max-width: 767px){#s-b4a2f9ed-3493-42ed-adcf-c5e7e579e206 {
  
}
}







#s-b4a2f9ed-3493-42ed-adcf-c5e7e579e206 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-c761811a-87d7-4fec-a3aa-a7eca4e4c157 {
  display: none;
}
#s-c761811a-87d7-4fec-a3aa-a7eca4e4c157, #wrap-s-c761811a-87d7-4fec-a3aa-a7eca4e4c157 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c761811a-87d7-4fec-a3aa-a7eca4e4c157 {
  display: none;
}
#s-c761811a-87d7-4fec-a3aa-a7eca4e4c157, #wrap-s-c761811a-87d7-4fec-a3aa-a7eca4e4c157 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c761811a-87d7-4fec-a3aa-a7eca4e4c157 {
  display: none;
}
#s-c761811a-87d7-4fec-a3aa-a7eca4e4c157, #wrap-s-c761811a-87d7-4fec-a3aa-a7eca4e4c157 { display:none !important; }}@media (max-width: 767px){#s-c761811a-87d7-4fec-a3aa-a7eca4e4c157 {
  display: none;
}
#s-c761811a-87d7-4fec-a3aa-a7eca4e4c157, #wrap-s-c761811a-87d7-4fec-a3aa-a7eca4e4c157 { display:none !important; }}
#s-d16f033f-4b3a-4cb9-8ba3-59c30bd0bb80 {
  margin-top: 0px;
margin-bottom: 40px;
min-height: 50px;
}
@media (max-width: 767px){#s-d16f033f-4b3a-4cb9-8ba3-59c30bd0bb80 {
  margin-top: -20px;
margin-left: 6%;
margin-right: 6%;
}
}







#s-d16f033f-4b3a-4cb9-8ba3-59c30bd0bb80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d16f033f-4b3a-4cb9-8ba3-59c30bd0bb80.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-221fcab4-e99b-400d-91bf-209df60c9661 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-221fcab4-e99b-400d-91bf-209df60c9661 {
  margin-top: -10px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 10px;
}
}
#s-221fcab4-e99b-400d-91bf-209df60c9661 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: 2px;
  
}


@media (min-width: 1200px){#s-221fcab4-e99b-400d-91bf-209df60c9661 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  letter-spacing: 2px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-221fcab4-e99b-400d-91bf-209df60c9661 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1em;
  letter-spacing: 2px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-221fcab4-e99b-400d-91bf-209df60c9661 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: 2px;
  
}


}@media (max-width: 767px){#s-221fcab4-e99b-400d-91bf-209df60c9661 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: 2px;
  
}


}
#s-89bc9acd-d30a-4d5c-a029-f82314b6c3eb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-89bc9acd-d30a-4d5c-a029-f82314b6c3eb {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-89bc9acd-d30a-4d5c-a029-f82314b6c3eb .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-89bc9acd-d30a-4d5c-a029-f82314b6c3eb .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-89bc9acd-d30a-4d5c-a029-f82314b6c3eb .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  
}


}@media (max-width: 767px){#s-89bc9acd-d30a-4d5c-a029-f82314b6c3eb .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  
}


}
#s-8a817545-7579-4670-9090-7a8ceda229da {
  margin-top: 0px;
margin-bottom: 40px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8a817545-7579-4670-9090-7a8ceda229da {
  
}
}@media (max-width: 767px){#s-8a817545-7579-4670-9090-7a8ceda229da {
  
}
}







#s-8a817545-7579-4670-9090-7a8ceda229da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a817545-7579-4670-9090-7a8ceda229da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5fde20cd-2462-4546-a18b-ca0eb64c7056 {
  min-height: 50px;
}








#s-5fde20cd-2462-4546-a18b-ca0eb64c7056 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5fde20cd-2462-4546-a18b-ca0eb64c7056.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-39ffc4c5-4ff4-45ae-be6f-42c7a8b6f0b7 {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: dashed;
text-align: center;
}
@media (min-width: 1200px){#s-39ffc4c5-4ff4-45ae-be6f-42c7a8b6f0b7 {
  margin-top: -40px;
margin-left: 22%;
margin-right: 22%;
padding-left: 0%;
padding-right: 0%;
background-color: rgba(255, 255, 255, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-39ffc4c5-4ff4-45ae-be6f-42c7a8b6f0b7 {
  margin-top: -25px;
margin-left: 22%;
margin-right: 22%;
background-color: rgba(255, 255, 255, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-39ffc4c5-4ff4-45ae-be6f-42c7a8b6f0b7 {
  margin-top: -35px;
margin-left: 9%;
margin-right: 9%;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-39ffc4c5-4ff4-45ae-be6f-42c7a8b6f0b7 {
  margin-top: -35px;
margin-left: 15%;
margin-right: 15%;
background-color: rgba(255, 255, 255, 1);
}
}
#s-39ffc4c5-4ff4-45ae-be6f-42c7a8b6f0b7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 2px;
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-39ffc4c5-4ff4-45ae-be6f-42c7a8b6f0b7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 2px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-39ffc4c5-4ff4-45ae-be6f-42c7a8b6f0b7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 2px;
  
}


}@media (max-width: 767px){#s-39ffc4c5-4ff4-45ae-be6f-42c7a8b6f0b7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 10px;
  line-height: 1.5em;
  letter-spacing: 1.2px;
  
}


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

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

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

#s-8cb813ee-7a64-4dda-b7d0-66be3ad3a87c {
  margin-top: 3px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8cb813ee-7a64-4dda-b7d0-66be3ad3a87c {
  
}
}@media (max-width: 767px){#s-8cb813ee-7a64-4dda-b7d0-66be3ad3a87c {
  
}
}
@media (min-width: 0px) {
[id="s-8cb813ee-7a64-4dda-b7d0-66be3ad3a87c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-8cb813ee-7a64-4dda-b7d0-66be3ad3a87c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-8cb813ee-7a64-4dda-b7d0-66be3ad3a87c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-8cb813ee-7a64-4dda-b7d0-66be3ad3a87c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-60397914-98b5-41c5-ac9b-2991a6c40b38 {
  text-align: center;
}








#s-60397914-98b5-41c5-ac9b-2991a6c40b38 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

#s-6fa4088e-5b43-4d3c-bd78-d913f75391f9 {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 2px;
}
#s-6fa4088e-5b43-4d3c-bd78-d913f75391f9:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-6fa4088e-5b43-4d3c-bd78-d913f75391f9:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-6fa4088e-5b43-4d3c-bd78-d913f75391f9 {
  padding-left: 0px;
padding-right: 0px;
letter-spacing: 1px;
}
}@media (max-width: 767px){#s-6fa4088e-5b43-4d3c-bd78-d913f75391f9 {
  padding-left: 0px;
padding-right: 0px;
}
}

  #s-6fa4088e-5b43-4d3c-bd78-d913f75391f9-btn-wrapper {
    text-align: center;
  }


#s-6fa4088e-5b43-4d3c-bd78-d913f75391f9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto Condensed;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6fa4088e-5b43-4d3c-bd78-d913f75391f9-btn-wrapper {
    text-align: center;
  }


#s-6fa4088e-5b43-4d3c-bd78-d913f75391f9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6fa4088e-5b43-4d3c-bd78-d913f75391f9-btn-wrapper {
    text-align: center;
  }


#s-6fa4088e-5b43-4d3c-bd78-d913f75391f9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6fa4088e-5b43-4d3c-bd78-d913f75391f9-btn-wrapper {
    text-align: center;
  }


#s-6fa4088e-5b43-4d3c-bd78-d913f75391f9.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6fa4088e-5b43-4d3c-bd78-d913f75391f9-btn-wrapper {
    text-align: center;
  }


#s-6fa4088e-5b43-4d3c-bd78-d913f75391f9.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Roboto Condensed;
  display:  block ;
}
}
#s-c4a5ab84-cf72-4b85-a4b3-8133485abca1 {
  text-align: center;
}








#s-c4a5ab84-cf72-4b85-a4b3-8133485abca1 .shogun-image-content {
  
    align-items: center;
  
}

#s-62cda444-593c-4a8a-838b-8aa69d44e905 {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 2px;
}
#s-62cda444-593c-4a8a-838b-8aa69d44e905:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-62cda444-593c-4a8a-838b-8aa69d44e905:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-62cda444-593c-4a8a-838b-8aa69d44e905 {
  padding-left: 0px;
padding-right: 0px;
letter-spacing: 1px;
}
}@media (max-width: 767px){#s-62cda444-593c-4a8a-838b-8aa69d44e905 {
  padding-left: 0px;
padding-right: 0px;
}
}

  #s-62cda444-593c-4a8a-838b-8aa69d44e905-btn-wrapper {
    text-align: center;
  }


#s-62cda444-593c-4a8a-838b-8aa69d44e905.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto Condensed;
  display:  block ;
}
@media (min-width: 1200px){
  #s-62cda444-593c-4a8a-838b-8aa69d44e905-btn-wrapper {
    text-align: center;
  }


#s-62cda444-593c-4a8a-838b-8aa69d44e905.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-62cda444-593c-4a8a-838b-8aa69d44e905-btn-wrapper {
    text-align: center;
  }


#s-62cda444-593c-4a8a-838b-8aa69d44e905.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-62cda444-593c-4a8a-838b-8aa69d44e905-btn-wrapper {
    text-align: center;
  }


#s-62cda444-593c-4a8a-838b-8aa69d44e905.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (max-width: 767px){
  #s-62cda444-593c-4a8a-838b-8aa69d44e905-btn-wrapper {
    text-align: center;
  }


#s-62cda444-593c-4a8a-838b-8aa69d44e905.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Roboto Condensed;
  display:  block ;
}
}
#s-948944b0-80f8-42e8-9bf4-6ead98cc9a73 {
  text-align: center;
}
@media (max-width: 767px){#s-948944b0-80f8-42e8-9bf4-6ead98cc9a73 {
  margin-top: 20px;
}
}







#s-948944b0-80f8-42e8-9bf4-6ead98cc9a73 .shogun-image-content {
  
    align-items: center;
  
}

#s-6879106c-d0bc-4ebd-a1ba-9ebee9f7c437 {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 2px;
}
#s-6879106c-d0bc-4ebd-a1ba-9ebee9f7c437:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-6879106c-d0bc-4ebd-a1ba-9ebee9f7c437:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-6879106c-d0bc-4ebd-a1ba-9ebee9f7c437 {
  letter-spacing: 1px;
}
}@media (max-width: 767px){#s-6879106c-d0bc-4ebd-a1ba-9ebee9f7c437 {
  padding-left: 0px;
padding-right: 0px;
}
}

  #s-6879106c-d0bc-4ebd-a1ba-9ebee9f7c437-btn-wrapper {
    text-align: center;
  }


#s-6879106c-d0bc-4ebd-a1ba-9ebee9f7c437.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto Condensed;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6879106c-d0bc-4ebd-a1ba-9ebee9f7c437-btn-wrapper {
    text-align: center;
  }


#s-6879106c-d0bc-4ebd-a1ba-9ebee9f7c437.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6879106c-d0bc-4ebd-a1ba-9ebee9f7c437-btn-wrapper {
    text-align: center;
  }


#s-6879106c-d0bc-4ebd-a1ba-9ebee9f7c437.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6879106c-d0bc-4ebd-a1ba-9ebee9f7c437-btn-wrapper {
    text-align: center;
  }


#s-6879106c-d0bc-4ebd-a1ba-9ebee9f7c437.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6879106c-d0bc-4ebd-a1ba-9ebee9f7c437-btn-wrapper {
    text-align: center;
  }


#s-6879106c-d0bc-4ebd-a1ba-9ebee9f7c437.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Roboto Condensed;
  display:  block ;
}
}
#s-cc82d20f-00f3-41b0-b549-ad7765ca426f {
  text-align: center;
}
@media (max-width: 767px){#s-cc82d20f-00f3-41b0-b549-ad7765ca426f {
  margin-top: 20px;
}
}







#s-cc82d20f-00f3-41b0-b549-ad7765ca426f .shogun-image-content {
  
    align-items: center;
  
}

#s-e92cee04-d2a3-4ec6-a831-9ac70c7f68ae {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 2px;
}
#s-e92cee04-d2a3-4ec6-a831-9ac70c7f68ae:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-e92cee04-d2a3-4ec6-a831-9ac70c7f68ae:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-e92cee04-d2a3-4ec6-a831-9ac70c7f68ae {
  padding-left: 0px;
padding-right: 0px;
border-radius: 2px;
letter-spacing: 1px;
}
}@media (max-width: 767px){#s-e92cee04-d2a3-4ec6-a831-9ac70c7f68ae {
  padding-left: 0px;
padding-right: 0px;
}
}

  #s-e92cee04-d2a3-4ec6-a831-9ac70c7f68ae-btn-wrapper {
    text-align: center;
  }


#s-e92cee04-d2a3-4ec6-a831-9ac70c7f68ae.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto Condensed;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e92cee04-d2a3-4ec6-a831-9ac70c7f68ae-btn-wrapper {
    text-align: center;
  }


#s-e92cee04-d2a3-4ec6-a831-9ac70c7f68ae.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e92cee04-d2a3-4ec6-a831-9ac70c7f68ae-btn-wrapper {
    text-align: center;
  }


#s-e92cee04-d2a3-4ec6-a831-9ac70c7f68ae.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e92cee04-d2a3-4ec6-a831-9ac70c7f68ae-btn-wrapper {
    text-align: center;
  }


#s-e92cee04-d2a3-4ec6-a831-9ac70c7f68ae.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e92cee04-d2a3-4ec6-a831-9ac70c7f68ae-btn-wrapper {
    text-align: center;
  }


#s-e92cee04-d2a3-4ec6-a831-9ac70c7f68ae.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Roboto Condensed;
  display:  block ;
}
}
#s-121ec5c5-d34f-4b7c-8cf5-45c530d60127 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-121ec5c5-d34f-4b7c-8cf5-45c530d60127 {
  display: none;
}
#s-121ec5c5-d34f-4b7c-8cf5-45c530d60127, #wrap-s-121ec5c5-d34f-4b7c-8cf5-45c530d60127 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-121ec5c5-d34f-4b7c-8cf5-45c530d60127 {
  display: none;
}
#s-121ec5c5-d34f-4b7c-8cf5-45c530d60127, #wrap-s-121ec5c5-d34f-4b7c-8cf5-45c530d60127 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-121ec5c5-d34f-4b7c-8cf5-45c530d60127 {
  display: none;
}
#s-121ec5c5-d34f-4b7c-8cf5-45c530d60127, #wrap-s-121ec5c5-d34f-4b7c-8cf5-45c530d60127 { display:none !important; }}@media (max-width: 767px){#s-121ec5c5-d34f-4b7c-8cf5-45c530d60127 {
  display: none;
}
#s-121ec5c5-d34f-4b7c-8cf5-45c530d60127, #wrap-s-121ec5c5-d34f-4b7c-8cf5-45c530d60127 { display:none !important; }}







#s-121ec5c5-d34f-4b7c-8cf5-45c530d60127 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-121ec5c5-d34f-4b7c-8cf5-45c530d60127.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-42dad1f2-2edc-4213-b635-83e286846489 {
  text-align: left;
}

#s-42dad1f2-2edc-4213-b635-83e286846489 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-e498fb53-01b5-4da4-8834-a2e3975b2745 {
  min-height: 50px;
}








#s-e498fb53-01b5-4da4-8834-a2e3975b2745 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e498fb53-01b5-4da4-8834-a2e3975b2745.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-794819c1-18dc-44b1-a7aa-d7e46cfb70f0 {
  margin-top: -20px;
}

#s-256d088d-9245-4979-926d-a038865d979c {
  min-height: 50px;
}
@media (max-width: 767px){#s-256d088d-9245-4979-926d-a038865d979c {
  display: none;
}
#s-256d088d-9245-4979-926d-a038865d979c, #wrap-s-256d088d-9245-4979-926d-a038865d979c { display:none !important; }}







#s-256d088d-9245-4979-926d-a038865d979c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-256d088d-9245-4979-926d-a038865d979c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c3ebbd30-3509-4e88-ac0b-088e54266dbc {
  text-align: center;
}







  #s-c3ebbd30-3509-4e88-ac0b-088e54266dbc img.shogun-image {
    

    
    
    
  }


#s-c3ebbd30-3509-4e88-ac0b-088e54266dbc .shogun-image-content {
  
    align-items: center;
  
}

#s-3e70872a-e864-4536-aa67-af9900fec0e7 {
  margin-top: -25px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-3e70872a-e864-4536-aa67-af9900fec0e7 {
  margin-top: 35px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3e70872a-e864-4536-aa67-af9900fec0e7 {
  margin-top: 32px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3e70872a-e864-4536-aa67-af9900fec0e7 {
  margin-top: 10px;
}
}
#s-3e70872a-e864-4536-aa67-af9900fec0e7 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 32px;
  line-height: 0.6em;
  letter-spacing: ;
  
}


@media (min-width: 1200px){#s-3e70872a-e864-4536-aa67-af9900fec0e7 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 42px;
  line-height: 0.6em;
  letter-spacing: ;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3e70872a-e864-4536-aa67-af9900fec0e7 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 28px;
  line-height: 0.6em;
  letter-spacing: ;
  
}


}
#s-1ae629c4-22b5-4273-9839-544c5e27d34c {
  margin-top: 110px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-1ae629c4-22b5-4273-9839-544c5e27d34c {
  margin-top: 95px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1ae629c4-22b5-4273-9839-544c5e27d34c {
  margin-top: 65px;
margin-left: -2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1ae629c4-22b5-4273-9839-544c5e27d34c {
  margin-top: 50px;
margin-left: -8%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-1ae629c4-22b5-4273-9839-544c5e27d34c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 77.5px);
}

}

@media (min-width: 768px) {
[id="s-1ae629c4-22b5-4273-9839-544c5e27d34c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 77.5px);
}

}

@media (min-width: 992px) {
[id="s-1ae629c4-22b5-4273-9839-544c5e27d34c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 77.5px);
}

}

@media (min-width: 1200px) {
[id="s-1ae629c4-22b5-4273-9839-544c5e27d34c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 77.5px);
}

}

#s-46eae1bc-2f9e-49ee-90ea-e09c5fb41320 {
  margin-top: 0px;
margin-bottom: 50px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-46eae1bc-2f9e-49ee-90ea-e09c5fb41320 {
  margin-bottom: 47px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-46eae1bc-2f9e-49ee-90ea-e09c5fb41320 {
  margin-bottom: 36px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-46eae1bc-2f9e-49ee-90ea-e09c5fb41320 {
  margin-bottom: 26px;
}
}
#s-46eae1bc-2f9e-49ee-90ea-e09c5fb41320 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 1200px){#s-46eae1bc-2f9e-49ee-90ea-e09c5fb41320 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-46eae1bc-2f9e-49ee-90ea-e09c5fb41320 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-9692a785-3afd-42c6-ae03-80642a3c67be {
  margin-bottom: 50px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-9692a785-3afd-42c6-ae03-80642a3c67be {
  margin-bottom: 47px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9692a785-3afd-42c6-ae03-80642a3c67be {
  margin-bottom: 36px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9692a785-3afd-42c6-ae03-80642a3c67be {
  margin-bottom: 26px;
}
}
#s-9692a785-3afd-42c6-ae03-80642a3c67be .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 1200px){#s-9692a785-3afd-42c6-ae03-80642a3c67be .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9692a785-3afd-42c6-ae03-80642a3c67be .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-a155f8de-d49b-432f-8615-7caff3b7543f {
  margin-bottom: 50px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-a155f8de-d49b-432f-8615-7caff3b7543f {
  margin-bottom: 47px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a155f8de-d49b-432f-8615-7caff3b7543f {
  margin-bottom: 36px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a155f8de-d49b-432f-8615-7caff3b7543f {
  margin-bottom: 26px;
}
}
#s-a155f8de-d49b-432f-8615-7caff3b7543f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 1200px){#s-a155f8de-d49b-432f-8615-7caff3b7543f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a155f8de-d49b-432f-8615-7caff3b7543f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-929f83ec-f6e3-4ff2-9943-9f7160f0d94c {
  margin-bottom: 50px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-929f83ec-f6e3-4ff2-9943-9f7160f0d94c {
  margin-bottom: 47px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-929f83ec-f6e3-4ff2-9943-9f7160f0d94c {
  margin-bottom: 36px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-929f83ec-f6e3-4ff2-9943-9f7160f0d94c {
  margin-bottom: 26px;
}
}
#s-929f83ec-f6e3-4ff2-9943-9f7160f0d94c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 1200px){#s-929f83ec-f6e3-4ff2-9943-9f7160f0d94c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-929f83ec-f6e3-4ff2-9943-9f7160f0d94c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-e37699ed-a774-4375-ac78-7b05d959dcb9 {
  margin-bottom: 50px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-e37699ed-a774-4375-ac78-7b05d959dcb9 {
  margin-bottom: 47px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e37699ed-a774-4375-ac78-7b05d959dcb9 {
  margin-bottom: 36px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e37699ed-a774-4375-ac78-7b05d959dcb9 {
  margin-bottom: 26px;
}
}
#s-e37699ed-a774-4375-ac78-7b05d959dcb9 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 1200px){#s-e37699ed-a774-4375-ac78-7b05d959dcb9 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e37699ed-a774-4375-ac78-7b05d959dcb9 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-b6e6d081-56e4-416f-95da-8b5dea4ec150 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b6e6d081-56e4-416f-95da-8b5dea4ec150 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 1200px){#s-b6e6d081-56e4-416f-95da-8b5dea4ec150 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-b6e6d081-56e4-416f-95da-8b5dea4ec150 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-b6e6d081-56e4-416f-95da-8b5dea4ec150 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-df1e3c98-f3ac-43d0-add6-2b32d30c7dea {
  margin-top: 50px;
margin-bottom: 0px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-df1e3c98-f3ac-43d0-add6-2b32d30c7dea {
  margin-top: 35px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-df1e3c98-f3ac-43d0-add6-2b32d30c7dea {
  margin-top: 20px;
}
}
#s-8c251fd7-4579-4165-9fd4-02ec60ccfd05 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-8c251fd7-4579-4165-9fd4-02ec60ccfd05 {
  display: none;
}
#s-8c251fd7-4579-4165-9fd4-02ec60ccfd05, #wrap-s-8c251fd7-4579-4165-9fd4-02ec60ccfd05 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8c251fd7-4579-4165-9fd4-02ec60ccfd05 {
  display: none;
}
#s-8c251fd7-4579-4165-9fd4-02ec60ccfd05, #wrap-s-8c251fd7-4579-4165-9fd4-02ec60ccfd05 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8c251fd7-4579-4165-9fd4-02ec60ccfd05 {
  display: none;
}
#s-8c251fd7-4579-4165-9fd4-02ec60ccfd05, #wrap-s-8c251fd7-4579-4165-9fd4-02ec60ccfd05 { display:none !important; }}







#s-8c251fd7-4579-4165-9fd4-02ec60ccfd05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c251fd7-4579-4165-9fd4-02ec60ccfd05.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba711770-93ed-4b1b-9a84-48c268477608 {
  text-align: center;
}








#s-ba711770-93ed-4b1b-9a84-48c268477608 .shogun-image-content {
  
    align-items: center;
  
}

#s-efe2196a-07d2-4ec4-80b2-a2cc059f9d42 {
  margin-top: 0px;
margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-efe2196a-07d2-4ec4-80b2-a2cc059f9d42 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  
}



#s-f8d709a6-3528-4f14-b37f-6b3b42bca7ab {
  margin-left: 21%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f8d709a6-3528-4f14-b37f-6b3b42bca7ab .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-9ed71868-6c43-48b1-b14e-c86e67ef13d0 {
  margin-left: 21%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9ed71868-6c43-48b1-b14e-c86e67ef13d0 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-be086c9b-33eb-4c4b-99b2-2cf8690dfa31 {
  margin-left: 21%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-be086c9b-33eb-4c4b-99b2-2cf8690dfa31 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-840f76cf-de49-406b-a64d-02ef6364ac26 {
  margin-left: 21%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-840f76cf-de49-406b-a64d-02ef6364ac26 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-17ee12e0-fb2e-4de9-a8fa-812729a2b539 {
  margin-left: 21%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-17ee12e0-fb2e-4de9-a8fa-812729a2b539 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-321813b3-5cbc-495c-a68b-cedae7e5366f {
  margin-left: 21%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-321813b3-5cbc-495c-a68b-cedae7e5366f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a0bb398b-2a07-48aa-a9c3-930f45db1cff {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(226, 223, 220, 1);
}








#s-a0bb398b-2a07-48aa-a9c3-930f45db1cff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0bb398b-2a07-48aa-a9c3-930f45db1cff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8b942834-2fbd-479e-ac1b-e6bc8ff821fa {
  text-align: center;
}

#s-8b942834-2fbd-479e-ac1b-e6bc8ff821fa .shogun-heading-component h4 {
  color: rgba(67, 53, 141, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 1200px){#s-8b942834-2fbd-479e-ac1b-e6bc8ff821fa .shogun-heading-component h4 {
  color: rgba(67, 53, 141, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 36px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8b942834-2fbd-479e-ac1b-e6bc8ff821fa .shogun-heading-component h4 {
  color: rgba(67, 53, 141, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 32px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-8b942834-2fbd-479e-ac1b-e6bc8ff821fa .shogun-heading-component h4 {
  color: rgba(67, 53, 141, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-8b942834-2fbd-479e-ac1b-e6bc8ff821fa .shogun-heading-component h4 {
  color: rgba(67, 53, 141, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-852460ad-460c-4e3e-933f-54fe2de872ee {
  margin-bottom: 20px;
padding-left: 30px;
padding-right: 30px;
min-height: 50px;
}








#s-852460ad-460c-4e3e-933f-54fe2de872ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-852460ad-460c-4e3e-933f-54fe2de872ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e26b9c5e-cc2c-48e3-b594-2833c82c66a1 {
  margin-top: 0px;
text-align: left;
}

@media (min-width: 768px) and (max-width: 991px){#s-211e1497-1203-4122-a0ab-0e7da4b9f5d1 {
  margin-left: 12%;
margin-right: 12%;
}
}@media (max-width: 767px){#s-211e1497-1203-4122-a0ab-0e7da4b9f5d1 {
  margin-left: 12%;
margin-right: 12%;
}
}
#s-d0861bbe-971e-45a1-a41f-ef12ce92f49a {
  margin-top: 0px;
margin-bottom: 30px;
min-height: 50px;
background-color: rgba(226, 223, 220, 0);
}








#s-d0861bbe-971e-45a1-a41f-ef12ce92f49a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0861bbe-971e-45a1-a41f-ef12ce92f49a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7dc85628-861a-4f93-a7a7-8544a3acc8e8 {
  background-color: rgba(226, 223, 220, 1);
}

@media (min-width: 0px) {
[id="s-7dc85628-861a-4f93-a7a7-8544a3acc8e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7dc85628-861a-4f93-a7a7-8544a3acc8e8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7dc85628-861a-4f93-a7a7-8544a3acc8e8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7dc85628-861a-4f93-a7a7-8544a3acc8e8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ffde455b-945d-4ec0-ab44-c1fa4369b525 {
  margin-top: 30px;
margin-left: 9%;
margin-right: 9%;
min-height: 50px;
background-color: rgba(226, 223, 220, 1);
}
@media (min-width: 1200px){#s-ffde455b-945d-4ec0-ab44-c1fa4369b525 {
  margin-top: 80px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ffde455b-945d-4ec0-ab44-c1fa4369b525 {
  margin-top: 60px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ffde455b-945d-4ec0-ab44-c1fa4369b525 {
  margin-top: 10px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-ffde455b-945d-4ec0-ab44-c1fa4369b525 {
  margin-top: 10px;
}
}







#s-ffde455b-945d-4ec0-ab44-c1fa4369b525 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffde455b-945d-4ec0-ab44-c1fa4369b525.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2492726-e302-45a8-90fe-6981f40b41e1 {
  padding-top: 10px;
padding-bottom: 30px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-a2492726-e302-45a8-90fe-6981f40b41e1 {
  padding-bottom: 15px;
}
}@media (max-width: 767px){#s-a2492726-e302-45a8-90fe-6981f40b41e1 {
  padding-bottom: 20px;
}
}
#s-a2492726-e302-45a8-90fe-6981f40b41e1 .shogun-heading-component h2 {
  color: rgba(71, 49, 146, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-a2492726-e302-45a8-90fe-6981f40b41e1 .shogun-heading-component h2 {
  color: rgba(71, 49, 146, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-a2492726-e302-45a8-90fe-6981f40b41e1 .shogun-heading-component h2 {
  color: rgba(71, 49, 146, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-a2492726-e302-45a8-90fe-6981f40b41e1 .shogun-heading-component h2 {
  color: rgba(71, 49, 146, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-dde676d6-f5c3-4d6a-9018-60a585415d75 {
  margin-top: 30px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
letter-spacing: 2px;
}
#s-dde676d6-f5c3-4d6a-9018-60a585415d75:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dde676d6-f5c3-4d6a-9018-60a585415d75:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-dde676d6-f5c3-4d6a-9018-60a585415d75 {
  margin-top: 20px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-dde676d6-f5c3-4d6a-9018-60a585415d75 {
  margin-bottom: 30px;
}
}

  #s-dde676d6-f5c3-4d6a-9018-60a585415d75-btn-wrapper {
    text-align: left;
  }


#s-dde676d6-f5c3-4d6a-9018-60a585415d75.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dde676d6-f5c3-4d6a-9018-60a585415d75-btn-wrapper {
    text-align: left;
  }


#s-dde676d6-f5c3-4d6a-9018-60a585415d75.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dde676d6-f5c3-4d6a-9018-60a585415d75-btn-wrapper {
    text-align: left;
  }


#s-dde676d6-f5c3-4d6a-9018-60a585415d75.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dde676d6-f5c3-4d6a-9018-60a585415d75-btn-wrapper {
    text-align: left;
  }


#s-dde676d6-f5c3-4d6a-9018-60a585415d75.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dde676d6-f5c3-4d6a-9018-60a585415d75-btn-wrapper {
    text-align: left;
  }


#s-dde676d6-f5c3-4d6a-9018-60a585415d75.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}
#s-134e6ec5-4c53-47b9-8c3b-7df18530e4de {
  text-align: center;
}
@media (max-width: 767px){#s-134e6ec5-4c53-47b9-8c3b-7df18530e4de {
  padding-bottom: 0px;
}
}






  #s-134e6ec5-4c53-47b9-8c3b-7df18530e4de img.shogun-image {
    

    
    
    
  }


#s-134e6ec5-4c53-47b9-8c3b-7df18530e4de .shogun-image-content {
  
    align-items: center;
  
}

#s-fe6793db-a7f0-42a6-90e4-b9f04ace9f8b {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-fe6793db-a7f0-42a6-90e4-b9f04ace9f8b {
  display: none;
}
#s-fe6793db-a7f0-42a6-90e4-b9f04ace9f8b, #wrap-s-fe6793db-a7f0-42a6-90e4-b9f04ace9f8b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fe6793db-a7f0-42a6-90e4-b9f04ace9f8b {
  display: none;
}
#s-fe6793db-a7f0-42a6-90e4-b9f04ace9f8b, #wrap-s-fe6793db-a7f0-42a6-90e4-b9f04ace9f8b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fe6793db-a7f0-42a6-90e4-b9f04ace9f8b {
  display: none;
}
#s-fe6793db-a7f0-42a6-90e4-b9f04ace9f8b, #wrap-s-fe6793db-a7f0-42a6-90e4-b9f04ace9f8b { display:none !important; }}






  #s-fe6793db-a7f0-42a6-90e4-b9f04ace9f8b img.shogun-image {
    

    
    
    
  }


#s-fe6793db-a7f0-42a6-90e4-b9f04ace9f8b .shogun-image-content {
  
    align-items: center;
  
}

#s-86db6b14-5878-4177-8968-d9e469d62984 {
  background-color: rgba(226, 223, 220, 1);
}

@media (min-width: 0px) {
[id="s-86db6b14-5878-4177-8968-d9e469d62984"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-86db6b14-5878-4177-8968-d9e469d62984"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-86db6b14-5878-4177-8968-d9e469d62984"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-86db6b14-5878-4177-8968-d9e469d62984"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-86db6b14-5878-4177-8968-d9e469d62984"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-08e3c369-3df7-4137-b8b5-0504ec702c6b {
  text-align: center;
}
@media (max-width: 767px){#s-08e3c369-3df7-4137-b8b5-0504ec702c6b {
  padding-bottom: 0px;
}
}






  #s-08e3c369-3df7-4137-b8b5-0504ec702c6b img.shogun-image {
    

    
    
    
  }


#s-08e3c369-3df7-4137-b8b5-0504ec702c6b .shogun-image-content {
  
    align-items: center;
  
}

#s-1fe5051c-42e8-4890-8323-2b5b05a67cd0 {
  margin-top: 30px;
margin-left: 9%;
margin-right: 9%;
min-height: 50px;
background-color: rgba(226, 223, 220, 1);
}
@media (min-width: 1200px){#s-1fe5051c-42e8-4890-8323-2b5b05a67cd0 {
  margin-top: 60px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1fe5051c-42e8-4890-8323-2b5b05a67cd0 {
  margin-top: 33px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1fe5051c-42e8-4890-8323-2b5b05a67cd0 {
  margin-top: 10px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-1fe5051c-42e8-4890-8323-2b5b05a67cd0 {
  margin-top: 10px;
}
}







#s-1fe5051c-42e8-4890-8323-2b5b05a67cd0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1fe5051c-42e8-4890-8323-2b5b05a67cd0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df6905eb-67ff-466b-92ac-e1499ac194a6 {
  padding-top: 10px;
padding-bottom: 30px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-df6905eb-67ff-466b-92ac-e1499ac194a6 {
  padding-bottom: 15px;
}
}@media (max-width: 767px){#s-df6905eb-67ff-466b-92ac-e1499ac194a6 {
  padding-bottom: 20px;
}
}
#s-df6905eb-67ff-466b-92ac-e1499ac194a6 .shogun-heading-component h2 {
  color: rgba(71, 49, 146, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-df6905eb-67ff-466b-92ac-e1499ac194a6 .shogun-heading-component h2 {
  color: rgba(71, 49, 146, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-df6905eb-67ff-466b-92ac-e1499ac194a6 .shogun-heading-component h2 {
  color: rgba(71, 49, 146, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-df6905eb-67ff-466b-92ac-e1499ac194a6 .shogun-heading-component h2 {
  color: rgba(71, 49, 146, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-bf31b70b-b790-472c-a068-900dc17fead5 {
  margin-top: 30px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
letter-spacing: 2px;
}
#s-bf31b70b-b790-472c-a068-900dc17fead5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bf31b70b-b790-472c-a068-900dc17fead5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-bf31b70b-b790-472c-a068-900dc17fead5 {
  margin-top: 20px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-bf31b70b-b790-472c-a068-900dc17fead5 {
  margin-bottom: 30px;
}
}

  #s-bf31b70b-b790-472c-a068-900dc17fead5-btn-wrapper {
    text-align: left;
  }


#s-bf31b70b-b790-472c-a068-900dc17fead5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bf31b70b-b790-472c-a068-900dc17fead5-btn-wrapper {
    text-align: left;
  }


#s-bf31b70b-b790-472c-a068-900dc17fead5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bf31b70b-b790-472c-a068-900dc17fead5-btn-wrapper {
    text-align: left;
  }


#s-bf31b70b-b790-472c-a068-900dc17fead5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bf31b70b-b790-472c-a068-900dc17fead5-btn-wrapper {
    text-align: left;
  }


#s-bf31b70b-b790-472c-a068-900dc17fead5.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bf31b70b-b790-472c-a068-900dc17fead5-btn-wrapper {
    text-align: left;
  }


#s-bf31b70b-b790-472c-a068-900dc17fead5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}
#s-121fa069-a73f-4ec9-89a2-97809f57cca7 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-121fa069-a73f-4ec9-89a2-97809f57cca7 {
  display: none;
}
#s-121fa069-a73f-4ec9-89a2-97809f57cca7, #wrap-s-121fa069-a73f-4ec9-89a2-97809f57cca7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-121fa069-a73f-4ec9-89a2-97809f57cca7 {
  display: none;
}
#s-121fa069-a73f-4ec9-89a2-97809f57cca7, #wrap-s-121fa069-a73f-4ec9-89a2-97809f57cca7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-121fa069-a73f-4ec9-89a2-97809f57cca7 {
  display: none;
}
#s-121fa069-a73f-4ec9-89a2-97809f57cca7, #wrap-s-121fa069-a73f-4ec9-89a2-97809f57cca7 { display:none !important; }}






  #s-121fa069-a73f-4ec9-89a2-97809f57cca7 img.shogun-image {
    

    
    
    
  }


#s-121fa069-a73f-4ec9-89a2-97809f57cca7 .shogun-image-content {
  
    align-items: center;
  
}

#s-e63b1ec6-1de3-4e76-afdb-6dadc14b2701 {
  background-color: rgba(226, 223, 220, 1);
}

@media (min-width: 0px) {
[id="s-e63b1ec6-1de3-4e76-afdb-6dadc14b2701"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e63b1ec6-1de3-4e76-afdb-6dadc14b2701"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e63b1ec6-1de3-4e76-afdb-6dadc14b2701"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e63b1ec6-1de3-4e76-afdb-6dadc14b2701"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-fa196651-c1e2-4341-b829-f32aa9b5e4cc {
  margin-top: 30px;
margin-left: 9%;
margin-right: 9%;
min-height: 50px;
background-color: rgba(226, 223, 220, 1);
}
@media (min-width: 1200px){#s-fa196651-c1e2-4341-b829-f32aa9b5e4cc {
  margin-top: 80px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fa196651-c1e2-4341-b829-f32aa9b5e4cc {
  margin-top: 60px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fa196651-c1e2-4341-b829-f32aa9b5e4cc {
  margin-top: 10px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-fa196651-c1e2-4341-b829-f32aa9b5e4cc {
  margin-top: 10px;
}
}







#s-fa196651-c1e2-4341-b829-f32aa9b5e4cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa196651-c1e2-4341-b829-f32aa9b5e4cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52f281cd-a60c-4093-b224-fc7d3582871b {
  padding-top: 10px;
padding-bottom: 30px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-52f281cd-a60c-4093-b224-fc7d3582871b {
  padding-bottom: 15px;
}
}@media (max-width: 767px){#s-52f281cd-a60c-4093-b224-fc7d3582871b {
  padding-bottom: 20px;
}
}
#s-52f281cd-a60c-4093-b224-fc7d3582871b .shogun-heading-component h2 {
  color: rgba(71, 49, 146, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-52f281cd-a60c-4093-b224-fc7d3582871b .shogun-heading-component h2 {
  color: rgba(71, 49, 146, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-52f281cd-a60c-4093-b224-fc7d3582871b .shogun-heading-component h2 {
  color: rgba(71, 49, 146, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-52f281cd-a60c-4093-b224-fc7d3582871b .shogun-heading-component h2 {
  color: rgba(71, 49, 146, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-403544d6-527c-43ca-b12a-42134d692710 {
  margin-top: 30px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
letter-spacing: 2px;
}
#s-403544d6-527c-43ca-b12a-42134d692710:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-403544d6-527c-43ca-b12a-42134d692710:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-403544d6-527c-43ca-b12a-42134d692710 {
  margin-top: 20px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-403544d6-527c-43ca-b12a-42134d692710 {
  margin-bottom: 30px;
}
}

  #s-403544d6-527c-43ca-b12a-42134d692710-btn-wrapper {
    text-align: left;
  }


#s-403544d6-527c-43ca-b12a-42134d692710.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-403544d6-527c-43ca-b12a-42134d692710-btn-wrapper {
    text-align: left;
  }


#s-403544d6-527c-43ca-b12a-42134d692710.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-403544d6-527c-43ca-b12a-42134d692710-btn-wrapper {
    text-align: left;
  }


#s-403544d6-527c-43ca-b12a-42134d692710.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-403544d6-527c-43ca-b12a-42134d692710-btn-wrapper {
    text-align: left;
  }


#s-403544d6-527c-43ca-b12a-42134d692710.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-403544d6-527c-43ca-b12a-42134d692710-btn-wrapper {
    text-align: left;
  }


#s-403544d6-527c-43ca-b12a-42134d692710.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}
#s-6c90375e-a92e-4c7b-8f27-51abe949dbdf {
  text-align: center;
}







  #s-6c90375e-a92e-4c7b-8f27-51abe949dbdf img.shogun-image {
    

    
    
    
  }


#s-6c90375e-a92e-4c7b-8f27-51abe949dbdf .shogun-image-content {
  
    align-items: center;
  
}

#s-97d6088e-10ff-44ab-9eb9-2a37c7c1a791 {
  min-height: 50px;
}
@media (max-width: 767px){#s-97d6088e-10ff-44ab-9eb9-2a37c7c1a791 {
  display: none;
}
#s-97d6088e-10ff-44ab-9eb9-2a37c7c1a791, #wrap-s-97d6088e-10ff-44ab-9eb9-2a37c7c1a791 { display:none !important; }}







#s-97d6088e-10ff-44ab-9eb9-2a37c7c1a791 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97d6088e-10ff-44ab-9eb9-2a37c7c1a791.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

.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-4a7fdabc-83f7-4194-9667-4ace5ecf9df2 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-4a7fdabc-83f7-4194-9667-4ace5ecf9df2 .shg-sld-nav-button.shg-sld-left,
#s-4a7fdabc-83f7-4194-9667-4ace5ecf9df2 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-c5673ca5-2078-4faf-8c5d-026f8e1771b5 {
  text-align: center;
}







  #s-c5673ca5-2078-4faf-8c5d-026f8e1771b5 img.shogun-image {
    

    
    
    
  }


#s-c5673ca5-2078-4faf-8c5d-026f8e1771b5 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-068db377-0306-4c6d-9021-586b5f4c8432"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-068db377-0306-4c6d-9021-586b5f4c8432"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-068db377-0306-4c6d-9021-586b5f4c8432"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-068db377-0306-4c6d-9021-586b5f4c8432"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e41931f8-1b47-4899-ac09-c1b004d17b94 {
  margin-top: -70px;
margin-left: 17%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e41931f8-1b47-4899-ac09-c1b004d17b94 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 44px;
  line-height: 1.2em;
  letter-spacing: 2px;
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-e41931f8-1b47-4899-ac09-c1b004d17b94 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.2em;
  letter-spacing: 2px;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-e41931f8-1b47-4899-ac09-c1b004d17b94 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.2em;
  letter-spacing: 2px;
  text-align: left;
}


}
#s-207dd57b-b8f3-4ce7-95a0-c0a1d4c69056 {
  margin-left: 17%;
}

#s-43e69609-9afc-4508-b47b-ff1b098333af {
  text-align: center;
}







  #s-43e69609-9afc-4508-b47b-ff1b098333af img.shogun-image {
    

    
    
    
  }


#s-43e69609-9afc-4508-b47b-ff1b098333af .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-6e5cac4d-50ef-4a34-adb9-4e914673d896"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6e5cac4d-50ef-4a34-adb9-4e914673d896"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6e5cac4d-50ef-4a34-adb9-4e914673d896"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e5cac4d-50ef-4a34-adb9-4e914673d896"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-20843b32-a9eb-48fc-9e50-fc0564785884 {
  margin-top: -70px;
margin-left: 17%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-20843b32-a9eb-48fc-9e50-fc0564785884 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 44px;
  line-height: 1.2em;
  letter-spacing: 2px;
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-20843b32-a9eb-48fc-9e50-fc0564785884 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.2em;
  letter-spacing: 2px;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-20843b32-a9eb-48fc-9e50-fc0564785884 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.2em;
  letter-spacing: 2px;
  text-align: left;
}


}
#s-74346dc5-5995-424a-8f00-34bf5be8c916 {
  margin-left: 17%;
}

#s-0949d6e2-1220-4a4f-8052-8aa499eea05d {
  text-align: center;
}







  #s-0949d6e2-1220-4a4f-8052-8aa499eea05d img.shogun-image {
    

    
    
    
  }


#s-0949d6e2-1220-4a4f-8052-8aa499eea05d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-4943c5e0-38df-4326-9838-9d598f7759bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4943c5e0-38df-4326-9838-9d598f7759bd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4943c5e0-38df-4326-9838-9d598f7759bd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4943c5e0-38df-4326-9838-9d598f7759bd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4571e01b-a3f0-4162-8031-5af5334d5a66 {
  margin-top: -70px;
margin-left: 17%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4571e01b-a3f0-4162-8031-5af5334d5a66 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 44px;
  line-height: 1.2em;
  letter-spacing: 2px;
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-4571e01b-a3f0-4162-8031-5af5334d5a66 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.2em;
  letter-spacing: 2px;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-4571e01b-a3f0-4162-8031-5af5334d5a66 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.2em;
  letter-spacing: 2px;
  text-align: left;
}


}
#s-17d3b519-361b-4e37-8096-9ffe64c39b3e {
  margin-left: 17%;
}

#s-b3b31abb-3eb3-4a27-8768-5092e7bdee4c {
  text-align: center;
}







  #s-b3b31abb-3eb3-4a27-8768-5092e7bdee4c img.shogun-image {
    

    
    
    
  }


#s-b3b31abb-3eb3-4a27-8768-5092e7bdee4c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-a6759f7c-9cea-431e-86ad-4adc8fdcd9c6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a6759f7c-9cea-431e-86ad-4adc8fdcd9c6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a6759f7c-9cea-431e-86ad-4adc8fdcd9c6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a6759f7c-9cea-431e-86ad-4adc8fdcd9c6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5b12fb3d-2072-4082-9014-6d3f52231f4d {
  margin-top: -70px;
margin-left: 17%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5b12fb3d-2072-4082-9014-6d3f52231f4d .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 44px;
  line-height: 1.2em;
  letter-spacing: 2px;
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-5b12fb3d-2072-4082-9014-6d3f52231f4d .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.2em;
  letter-spacing: 2px;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-5b12fb3d-2072-4082-9014-6d3f52231f4d .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.2em;
  letter-spacing: 2px;
  text-align: left;
}


}
#s-32868d5c-e784-4942-af07-14d481f6d1e2 {
  margin-left: 17%;
}

#s-8d6b3568-eb6f-4145-820b-67934b7cbee2 {
  margin-top: 30px;
margin-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-8d6b3568-eb6f-4145-820b-67934b7cbee2 {
  display: none;
}
#s-8d6b3568-eb6f-4145-820b-67934b7cbee2, #wrap-s-8d6b3568-eb6f-4145-820b-67934b7cbee2 { display:none !important; }}







#s-8d6b3568-eb6f-4145-820b-67934b7cbee2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d6b3568-eb6f-4145-820b-67934b7cbee2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-b4b5e092-b41e-442b-aa08-7fe2172ad002"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b4b5e092-b41e-442b-aa08-7fe2172ad002"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b4b5e092-b41e-442b-aa08-7fe2172ad002"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b4b5e092-b41e-442b-aa08-7fe2172ad002"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e2733b89-bd11-44a0-b6a1-b34968c66736 {
  text-align: center;
}







  #s-e2733b89-bd11-44a0-b6a1-b34968c66736 img.shogun-image {
    

    
    
    
  }


#s-e2733b89-bd11-44a0-b6a1-b34968c66736 .shogun-image-content {
  
    align-items: center;
  
}

#s-f83187c9-a8c4-455e-a4b5-8430e8922136 {
  margin-top: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-f83187c9-a8c4-455e-a4b5-8430e8922136 {
  margin-top: 250px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f83187c9-a8c4-455e-a4b5-8430e8922136 {
  margin-top: 250px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f83187c9-a8c4-455e-a4b5-8430e8922136 {
  margin-top: 170px;
}
}
#s-f83187c9-a8c4-455e-a4b5-8430e8922136 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  
}


@media (min-width: 1200px){#s-f83187c9-a8c4-455e-a4b5-8430e8922136 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f83187c9-a8c4-455e-a4b5-8430e8922136 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  
}


}
#s-17c77dce-13a0-4987-ae2c-da0ae169b3f4 {
  text-align: center;
}







  #s-17c77dce-13a0-4987-ae2c-da0ae169b3f4 img.shogun-image {
    

    
    
    
  }


#s-17c77dce-13a0-4987-ae2c-da0ae169b3f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-d76ff0a7-e1b3-4ee3-ade5-de965b9b0448 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d76ff0a7-e1b3-4ee3-ade5-de965b9b0448 {
  display: none;
}
#s-d76ff0a7-e1b3-4ee3-ade5-de965b9b0448, #wrap-s-d76ff0a7-e1b3-4ee3-ade5-de965b9b0448 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d76ff0a7-e1b3-4ee3-ade5-de965b9b0448 {
  display: none;
}
#s-d76ff0a7-e1b3-4ee3-ade5-de965b9b0448, #wrap-s-d76ff0a7-e1b3-4ee3-ade5-de965b9b0448 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d76ff0a7-e1b3-4ee3-ade5-de965b9b0448 {
  display: none;
}
#s-d76ff0a7-e1b3-4ee3-ade5-de965b9b0448, #wrap-s-d76ff0a7-e1b3-4ee3-ade5-de965b9b0448 { display:none !important; }}







#s-d76ff0a7-e1b3-4ee3-ade5-de965b9b0448 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d76ff0a7-e1b3-4ee3-ade5-de965b9b0448.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f83e214b-e920-4757-a528-bf62545b843d {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-f83e214b-e920-4757-a528-bf62545b843d .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-f83e214b-e920-4757-a528-bf62545b843d .shg-sld-nav-button.shg-sld-left,
#s-f83e214b-e920-4757-a528-bf62545b843d .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-7999c57d-7c59-4900-83b9-c4136ebfe3f4 {
  text-align: center;
}








#s-7999c57d-7c59-4900-83b9-c4136ebfe3f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-c888285e-a18d-4617-958a-d1233f5416df {
  margin-top: -250px;
margin-left: 30%;
}

#s-48119a50-c070-4721-a96b-67ae5074e1cc {
  margin-top: -15px;
margin-left: 30%;
}

#s-d5e1dc29-e151-4a22-9460-41e1b4555f29 {
  margin-left: 10%;
margin-right: 10%;
}

#s-9683dcab-6e79-4ada-a3ad-3d56d91ac718 {
  text-align: center;
}








#s-9683dcab-6e79-4ada-a3ad-3d56d91ac718 .shogun-image-content {
  
    align-items: center;
  
}

#s-b8653654-0a3c-47a5-bd67-ba620cebc7a9 {
  margin-top: -250px;
margin-left: 30%;
}

#s-7962add0-97fd-40ee-ab4e-479bb9b27065 {
  margin-top: -15px;
margin-left: 30%;
}

#s-a051e0d7-2642-4023-8448-a9115cabb85f {
  margin-left: 10%;
margin-right: 10%;
}

#s-f7e3c056-769d-4b8f-9aaa-724c0d70f9c2 {
  text-align: center;
}








#s-f7e3c056-769d-4b8f-9aaa-724c0d70f9c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-3f076419-f045-4117-b725-470634bf6728 {
  margin-top: -250px;
margin-left: 30%;
}

#s-c56f7e91-91d1-4a67-9d2b-18014d40cc20 {
  margin-top: -15px;
margin-left: 30%;
margin-right: 0%;
}

#s-e4ee028d-c0f2-42a3-897a-0a24fdd49f48 {
  margin-left: 10%;
margin-right: 10%;
}

#s-cf71a007-bc63-45f3-9ee1-137e6a0ceaec {
  text-align: center;
}








#s-cf71a007-bc63-45f3-9ee1-137e6a0ceaec .shogun-image-content {
  
    align-items: center;
  
}

#s-869f204e-c450-4cec-aa66-a80531ece4b1 {
  margin-top: -250px;
margin-left: 30%;
}

#s-89e07abc-4e28-43bd-a4ed-02d1a9ac86de {
  margin-top: -15px;
margin-left: 30%;
margin-bottom: 0px;
}

#s-126e5613-eb70-4bfe-9c72-fb5a7bcd544b {
  margin-left: 10%;
margin-right: 10%;
}

#s-af0f90bd-5dcb-48e3-8bb7-d672438b7984 {
  margin-top: 40px;
min-height: 50px;
}
@media (min-width: 1200px){#s-af0f90bd-5dcb-48e3-8bb7-d672438b7984 {
  display: none;
}
#s-af0f90bd-5dcb-48e3-8bb7-d672438b7984, #wrap-s-af0f90bd-5dcb-48e3-8bb7-d672438b7984 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-af0f90bd-5dcb-48e3-8bb7-d672438b7984 {
  display: none;
}
#s-af0f90bd-5dcb-48e3-8bb7-d672438b7984, #wrap-s-af0f90bd-5dcb-48e3-8bb7-d672438b7984 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-af0f90bd-5dcb-48e3-8bb7-d672438b7984 {
  display: none;
}
#s-af0f90bd-5dcb-48e3-8bb7-d672438b7984, #wrap-s-af0f90bd-5dcb-48e3-8bb7-d672438b7984 { display:none !important; }}







#s-af0f90bd-5dcb-48e3-8bb7-d672438b7984 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af0f90bd-5dcb-48e3-8bb7-d672438b7984.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-47d2332a-9ef2-4d41-a1d3-07800be7b95f {
  text-align: center;
}








#s-47d2332a-9ef2-4d41-a1d3-07800be7b95f .shogun-image-content {
  
    align-items: center;
  
}

#s-53060e44-56b0-474a-853c-8264a7bb4c6f {
  margin-top: 190px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-53060e44-56b0-474a-853c-8264a7bb4c6f .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  
}



/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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