.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-b4456d38-4eea-421d-9a90-c0e88e7ba915 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
}








#s-b4456d38-4eea-421d-9a90-c0e88e7ba915 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4456d38-4eea-421d-9a90-c0e88e7ba915.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-93d4c4c4-6a49-4002-9f47-8f3ee0d7b6e0 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-4b3366e4-e2ed-4d77-bee4-6350962992f7 {
  margin-bottom: 50px;
}

#s-7dfc202f-ef41-4b1d-8dc7-feb8066da15c {
  margin-top: 10px;
min-height: 50px;
background-color: rgba(44, 44, 44, 1);
}








#s-7dfc202f-ef41-4b1d-8dc7-feb8066da15c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7dfc202f-ef41-4b1d-8dc7-feb8066da15c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7280f6c0-9d40-4075-9b8c-89e87877e26a {
  min-height: 50px;
background-color: rgba(19, 19, 19, 1);
}








#s-7280f6c0-9d40-4075-9b8c-89e87877e26a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7280f6c0-9d40-4075-9b8c-89e87877e26a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-10635a07-6bf5-4a81-9353-64c68cddeb1f {
  min-height: 100%;
}

@media (min-width: 0px) {
[id="s-10635a07-6bf5-4a81-9353-64c68cddeb1f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-10635a07-6bf5-4a81-9353-64c68cddeb1f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-10635a07-6bf5-4a81-9353-64c68cddeb1f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-10635a07-6bf5-4a81-9353-64c68cddeb1f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e5e30ffe-5e3c-41a5-81dd-681dc51ece86 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
max-width: 80%;
}








#s-e5e30ffe-5e3c-41a5-81dd-681dc51ece86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5e30ffe-5e3c-41a5-81dd-681dc51ece86.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-17448ba6-d29d-42c3-b1b0-fcd3b3241f68 {
  text-align: center;
}







  #s-17448ba6-d29d-42c3-b1b0-fcd3b3241f68 img.shogun-image {
    

    
    
    
  }


#s-17448ba6-d29d-42c3-b1b0-fcd3b3241f68 .shogun-image-content {
  
    align-items: center;
  
}

#s-53acdb23-8b57-4346-884b-cd4987a346b2 {
  padding-left: 10%;
padding-right: 10%;
min-height: 100%;
}








#s-53acdb23-8b57-4346-884b-cd4987a346b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53acdb23-8b57-4346-884b-cd4987a346b2.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-fdb4c67f-8032-41cd-9a35-b025d2edc088 {
  padding-top: 40px;
padding-bottom: 10px;
text-align: left;
}

#s-fdb4c67f-8032-41cd-9a35-b025d2edc088 .shogun-heading-component h3 {
  color: rgba(253, 253, 253, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-5e6eb8bc-508a-4f80-b286-19cac03a4862"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e6eb8bc-508a-4f80-b286-19cac03a4862"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5e6eb8bc-508a-4f80-b286-19cac03a4862"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e6eb8bc-508a-4f80-b286-19cac03a4862"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-71019a7a-cfa2-4f3a-95e9-e7fa08403d3d {
  min-height: 50px;
}








#s-71019a7a-cfa2-4f3a-95e9-e7fa08403d3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71019a7a-cfa2-4f3a-95e9-e7fa08403d3d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4760d8de-f1b0-4236-baed-94fa9ef65192 {
  padding-top: 40px;
padding-left: 40px;
padding-bottom: 7px;
padding-right: 40px;
}

#s-26cbc77f-83a4-4838-b5de-5a1f4616119e {
  text-align: center;
}







  #s-26cbc77f-83a4-4838-b5de-5a1f4616119e img.shogun-image {
    

    
    
    
  }


#s-26cbc77f-83a4-4838-b5de-5a1f4616119e .shogun-image-content {
  
    align-items: center;
  
}

#s-d125c866-c470-4847-a5a7-a2cbbf94fbe4 {
  min-height: 50px;
}








#s-d125c866-c470-4847-a5a7-a2cbbf94fbe4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d125c866-c470-4847-a5a7-a2cbbf94fbe4.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-5a54411e-c601-414e-933c-9c480c2f54e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5a54411e-c601-414e-933c-9c480c2f54e8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5a54411e-c601-414e-933c-9c480c2f54e8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a54411e-c601-414e-933c-9c480c2f54e8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-8f4ee974-8132-4efc-bc8d-3cd9bb71e854 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-8f4ee974-8132-4efc-bc8d-3cd9bb71e854 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f4ee974-8132-4efc-bc8d-3cd9bb71e854.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8818c74f-130e-4021-ace1-0e4070ed613c {
  text-align: center;
}







  #s-8818c74f-130e-4021-ace1-0e4070ed613c img.shogun-image {
    

    
    
    
  }


#s-8818c74f-130e-4021-ace1-0e4070ed613c .shogun-image-content {
  
    align-items: center;
  
}

#s-fc0f3ac3-522e-421c-9ab6-02c1c49b99a8 {
  padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}








#s-fc0f3ac3-522e-421c-9ab6-02c1c49b99a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc0f3ac3-522e-421c-9ab6-02c1c49b99a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b23f0361-730b-4cf5-8ce0-6af9edca88c7 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 40px;
}

#s-91ec4cb9-78bc-4036-8ba2-37ae8d67cea9 {
  min-height: 50px;
}








#s-91ec4cb9-78bc-4036-8ba2-37ae8d67cea9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91ec4cb9-78bc-4036-8ba2-37ae8d67cea9.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-66634388-eaa1-485c-b97e-2188dc267a61"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-66634388-eaa1-485c-b97e-2188dc267a61"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-66634388-eaa1-485c-b97e-2188dc267a61"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-66634388-eaa1-485c-b97e-2188dc267a61"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ed9f4bc9-57c5-4091-b6e8-f7f7e8d4daf0 {
  padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}








#s-ed9f4bc9-57c5-4091-b6e8-f7f7e8d4daf0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed9f4bc9-57c5-4091-b6e8-f7f7e8d4daf0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3ce1bff-42c5-4d20-a18f-864a4856d094 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 40px;
}

#s-b8a991cc-a6e8-41a7-aa54-37fce8018945 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 200px;
text-align: center;
}







  #s-b8a991cc-a6e8-41a7-aa54-37fce8018945 img.shogun-image {
    

    
    
    
  }


#s-b8a991cc-a6e8-41a7-aa54-37fce8018945 .shogun-image-content {
  
    align-items: center;
  
}

#s-7962daa1-0bf3-417f-bd4a-7ee40b78ebdf {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-7962daa1-0bf3-417f-bd4a-7ee40b78ebdf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7962daa1-0bf3-417f-bd4a-7ee40b78ebdf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33452cf6-13b5-4b8f-8ecf-0e51232ac16e {
  text-align: center;
}







  #s-33452cf6-13b5-4b8f-8ecf-0e51232ac16e img.shogun-image {
    

    
    
    
  }


#s-33452cf6-13b5-4b8f-8ecf-0e51232ac16e .shogun-image-content {
  
    align-items: center;
  
}

#s-fd77f2f2-30ec-47b7-8765-014880d2dbb1 {
  min-height: 50px;
}








#s-fd77f2f2-30ec-47b7-8765-014880d2dbb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd77f2f2-30ec-47b7-8765-014880d2dbb1.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-1d856883-cf85-4e14-b01f-dcee54f89ec5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d856883-cf85-4e14-b01f-dcee54f89ec5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1d856883-cf85-4e14-b01f-dcee54f89ec5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d856883-cf85-4e14-b01f-dcee54f89ec5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-1d856883-cf85-4e14-b01f-dcee54f89ec5"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-1cb5351a-e66a-42ac-94aa-8b70317bc1e9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-1cb5351a-e66a-42ac-94aa-8b70317bc1e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1cb5351a-e66a-42ac-94aa-8b70317bc1e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

#s-8742fd54-55c6-4446-98e7-b6c55b543ded {
  padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}








#s-8742fd54-55c6-4446-98e7-b6c55b543ded > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8742fd54-55c6-4446-98e7-b6c55b543ded.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc992ed1-765f-446e-bdf6-809764c93c53 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 40px;
}

#s-4f7efc36-d989-4749-84f0-d3fda25a305a {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(231, 231, 231, 1);
}
@media (min-width: 1200px){#s-4f7efc36-d989-4749-84f0-d3fda25a305a {
  display: none;
}
#s-4f7efc36-d989-4749-84f0-d3fda25a305a, #wrap-s-4f7efc36-d989-4749-84f0-d3fda25a305a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4f7efc36-d989-4749-84f0-d3fda25a305a {
  display: none;
}
#s-4f7efc36-d989-4749-84f0-d3fda25a305a, #wrap-s-4f7efc36-d989-4749-84f0-d3fda25a305a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4f7efc36-d989-4749-84f0-d3fda25a305a {
  display: none;
}
#s-4f7efc36-d989-4749-84f0-d3fda25a305a, #wrap-s-4f7efc36-d989-4749-84f0-d3fda25a305a { display:none !important; }}@media (max-width: 767px){#s-4f7efc36-d989-4749-84f0-d3fda25a305a {
  display: none;
}
#s-4f7efc36-d989-4749-84f0-d3fda25a305a, #wrap-s-4f7efc36-d989-4749-84f0-d3fda25a305a { display:none !important; }}







#s-4f7efc36-d989-4749-84f0-d3fda25a305a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f7efc36-d989-4749-84f0-d3fda25a305a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97f37a21-2d97-4ac7-8840-ebe1e179ed13 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-97f37a21-2d97-4ac7-8840-ebe1e179ed13"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-97f37a21-2d97-4ac7-8840-ebe1e179ed13"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-97f37a21-2d97-4ac7-8840-ebe1e179ed13"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-97f37a21-2d97-4ac7-8840-ebe1e179ed13"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-e350a8d1-fcd6-4487-a77d-924336d0d0ce {
  box-shadow:0px 2px 2px 0px rgba(158, 158, 158, 1);
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 16px;
}








#s-e350a8d1-fcd6-4487-a77d-924336d0d0ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e350a8d1-fcd6-4487-a77d-924336d0d0ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-039abfb3-ae79-4287-b0a6-dd97ea3e9f83 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 14px;
}

#s-039abfb3-ae79-4287-b0a6-dd97ea3e9f83 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-039abfb3-ae79-4287-b0a6-dd97ea3e9f83 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-039abfb3-ae79-4287-b0a6-dd97ea3e9f83 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-039abfb3-ae79-4287-b0a6-dd97ea3e9f83 td.shogun-table-column, #s-039abfb3-ae79-4287-b0a6-dd97ea3e9f83 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-0110a612-fda7-4862-b2a9-acc8d07a1677 {
  box-shadow:0px 2px 2px 0px rgba(158, 158, 158, 1);
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 16px;
}








#s-0110a612-fda7-4862-b2a9-acc8d07a1677 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0110a612-fda7-4862-b2a9-acc8d07a1677.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca2547b1-966c-4e00-9d33-8235b2e06a62 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 14px;
}

#s-ca2547b1-966c-4e00-9d33-8235b2e06a62 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-ca2547b1-966c-4e00-9d33-8235b2e06a62 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-ca2547b1-966c-4e00-9d33-8235b2e06a62 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-ca2547b1-966c-4e00-9d33-8235b2e06a62 td.shogun-table-column, #s-ca2547b1-966c-4e00-9d33-8235b2e06a62 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-53596ff4-43ba-4785-a894-5b0fdf3a1109 {
  box-shadow:0px 2px 2px 0px rgba(158, 158, 158, 1);
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 16px;
}








#s-53596ff4-43ba-4785-a894-5b0fdf3a1109 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53596ff4-43ba-4785-a894-5b0fdf3a1109.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-801363c8-ffbe-4bfa-affb-6542aacc94a9 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 14px;
}

#s-801363c8-ffbe-4bfa-affb-6542aacc94a9 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-801363c8-ffbe-4bfa-affb-6542aacc94a9 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-801363c8-ffbe-4bfa-affb-6542aacc94a9 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-801363c8-ffbe-4bfa-affb-6542aacc94a9 td.shogun-table-column, #s-801363c8-ffbe-4bfa-affb-6542aacc94a9 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-6172836b-1a8a-4ca3-ab21-5fd078096ad1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-6172836b-1a8a-4ca3-ab21-5fd078096ad1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6172836b-1a8a-4ca3-ab21-5fd078096ad1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f5b2f4e-fa03-4de3-8f68-e1dd5d5fe8c3 {
  padding-left: 40px;
padding-right: 40px;
}

#s-70662673-7775-4df1-89c7-2c833ffd5649 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-70662673-7775-4df1-89c7-2c833ffd5649 {
  display: none;
}
#s-70662673-7775-4df1-89c7-2c833ffd5649, #wrap-s-70662673-7775-4df1-89c7-2c833ffd5649 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-70662673-7775-4df1-89c7-2c833ffd5649 {
  display: none;
}
#s-70662673-7775-4df1-89c7-2c833ffd5649, #wrap-s-70662673-7775-4df1-89c7-2c833ffd5649 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-70662673-7775-4df1-89c7-2c833ffd5649 {
  display: none;
}
#s-70662673-7775-4df1-89c7-2c833ffd5649, #wrap-s-70662673-7775-4df1-89c7-2c833ffd5649 { display:none !important; }}@media (max-width: 767px){#s-70662673-7775-4df1-89c7-2c833ffd5649 {
  display: none;
}
#s-70662673-7775-4df1-89c7-2c833ffd5649, #wrap-s-70662673-7775-4df1-89c7-2c833ffd5649 { display:none !important; }}







#s-70662673-7775-4df1-89c7-2c833ffd5649 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70662673-7775-4df1-89c7-2c833ffd5649.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d7f2f46-c955-4434-8db2-7eb7f6de2629 {
  min-height: 50px;
background-color: rgba(8, 1, 1, 1);
}








#s-0d7f2f46-c955-4434-8db2-7eb7f6de2629 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d7f2f46-c955-4434-8db2-7eb7f6de2629.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f044e3aa-fdb8-444b-aee1-31de5be25342 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f044e3aa-fdb8-444b-aee1-31de5be25342 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-bd81f392-dd9a-4042-981b-15802fa30f61 {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 1000px;
}

#s-fc094a98-925a-47bf-9e16-dc357af2f397 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

#s-6ee507e1-6ec2-42fd-9061-cd992cf71c1f .shogun-tabs > li > .shogun-tab-box {
    background: none;
    border: none;
  }
  #s-6ee507e1-6ec2-42fd-9061-cd992cf71c1f .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: none;
    border: none;
  }
  #s-6ee507e1-6ec2-42fd-9061-cd992cf71c1f .shogun-tabs > li > .shogun-tab-box::after {
    background: rgba(45, 45, 45, 1);
    border: 1px solid rgba(0, 0, 0, 1);
  }
  #s-6ee507e1-6ec2-42fd-9061-cd992cf71c1f .shogun-tabs > li.shogun-tab-active > .shogun-tab-box::after  {
    background: rgba(80, 179, 218, 1);
    border: 1px solid rgba(0, 0, 0, 1);
  }
#s-6ee507e1-6ec2-42fd-9061-cd992cf71c1f .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(106, 106, 106, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-6ee507e1-6ec2-42fd-9061-cd992cf71c1f .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-6ee507e1-6ec2-42fd-9061-cd992cf71c1f .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(80, 179, 218, 1);
}

#s-6ee507e1-6ec2-42fd-9061-cd992cf71c1f .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

.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-f6c1d013-b618-4d9b-8d4d-2513bd749cda {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-f6c1d013-b618-4d9b-8d4d-2513bd749cda .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-f6c1d013-b618-4d9b-8d4d-2513bd749cda .shg-sld-nav-button.shg-sld-left,
#s-f6c1d013-b618-4d9b-8d4d-2513bd749cda .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-a20b0638-4d35-4705-9f6c-52e9ac65b14f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a20b0638-4d35-4705-9f6c-52e9ac65b14f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a20b0638-4d35-4705-9f6c-52e9ac65b14f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a20b0638-4d35-4705-9f6c-52e9ac65b14f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a20b0638-4d35-4705-9f6c-52e9ac65b14f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a20b0638-4d35-4705-9f6c-52e9ac65b14f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a20b0638-4d35-4705-9f6c-52e9ac65b14f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-27177d0b-2e4d-4f08-8959-0d489571f089 {
  padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}








#s-27177d0b-2e4d-4f08-8959-0d489571f089 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27177d0b-2e4d-4f08-8959-0d489571f089.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ccb5810d-dd0e-4b3c-b39a-5cb85299a3da {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ccb5810d-dd0e-4b3c-b39a-5cb85299a3da .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-81dbcc42-affb-40a8-be47-7d320e2c716d {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
max-width: 80%;
}








#s-81dbcc42-affb-40a8-be47-7d320e2c716d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81dbcc42-affb-40a8-be47-7d320e2c716d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66608099-77e6-45e1-9b54-55245c31fea0 {
  text-align: center;
}







  #s-66608099-77e6-45e1-9b54-55245c31fea0 img.shogun-image {
    

    
    
    
  }


#s-66608099-77e6-45e1-9b54-55245c31fea0 .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-e085d6fd-675b-4536-8574-c3823f54f4f1 {
  opacity: 0;
}

#s-e085d6fd-675b-4536-8574-c3823f54f4f1 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-4eb5831d-0810-4aaf-8f9e-af842faf0065"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4eb5831d-0810-4aaf-8f9e-af842faf0065"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4eb5831d-0810-4aaf-8f9e-af842faf0065"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4eb5831d-0810-4aaf-8f9e-af842faf0065"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4eb5831d-0810-4aaf-8f9e-af842faf0065"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4eb5831d-0810-4aaf-8f9e-af842faf0065"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4eb5831d-0810-4aaf-8f9e-af842faf0065"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-0553a6fd-46ff-4b19-9a1a-ed8a256a00ab {
  padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}








#s-0553a6fd-46ff-4b19-9a1a-ed8a256a00ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0553a6fd-46ff-4b19-9a1a-ed8a256a00ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f5a98fdf-8129-4c05-b99e-0fd61b391e83 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f5a98fdf-8129-4c05-b99e-0fd61b391e83 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-fe69a3be-812c-4224-b275-7b2e2751c33e {
  margin-bottom: 20px;
}

#s-30e5e4df-d734-409c-9ba6-97396dd874aa {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
max-width: 80%;
}








#s-30e5e4df-d734-409c-9ba6-97396dd874aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30e5e4df-d734-409c-9ba6-97396dd874aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-275a89e5-1404-43f4-a5a1-a4d2b7de5c37 {
  text-align: center;
}







  #s-275a89e5-1404-43f4-a5a1-a4d2b7de5c37 img.shogun-image {
    

    
    
    
  }


#s-275a89e5-1404-43f4-a5a1-a4d2b7de5c37 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-5db807e1-c732-4735-9b8b-963a01924e34"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5db807e1-c732-4735-9b8b-963a01924e34"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5db807e1-c732-4735-9b8b-963a01924e34"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5db807e1-c732-4735-9b8b-963a01924e34"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5db807e1-c732-4735-9b8b-963a01924e34"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5db807e1-c732-4735-9b8b-963a01924e34"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5db807e1-c732-4735-9b8b-963a01924e34"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-e14ab164-1759-4025-af1a-f8e0b768890b {
  padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}








#s-e14ab164-1759-4025-af1a-f8e0b768890b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e14ab164-1759-4025-af1a-f8e0b768890b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e20ab2b9-05a8-476b-910b-bd6bd3b04d97 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e20ab2b9-05a8-476b-910b-bd6bd3b04d97 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-5c7722ca-17a4-41dc-89b3-ae20e99cccfd {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
max-width: 80%;
}








#s-5c7722ca-17a4-41dc-89b3-ae20e99cccfd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c7722ca-17a4-41dc-89b3-ae20e99cccfd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4d1b4a4-c8a8-4c25-b7dd-74d9c0f5a421 {
  text-align: center;
}







  #s-a4d1b4a4-c8a8-4c25-b7dd-74d9c0f5a421 img.shogun-image {
    

    
    
    
  }


#s-a4d1b4a4-c8a8-4c25-b7dd-74d9c0f5a421 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-a0ef5dff-7a6f-492c-b848-154bde384a49"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a0ef5dff-7a6f-492c-b848-154bde384a49"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a0ef5dff-7a6f-492c-b848-154bde384a49"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a0ef5dff-7a6f-492c-b848-154bde384a49"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a0ef5dff-7a6f-492c-b848-154bde384a49"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0ef5dff-7a6f-492c-b848-154bde384a49"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a0ef5dff-7a6f-492c-b848-154bde384a49"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-0994c90a-cdca-44ef-9c8d-a13ac32a3a63 {
  padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}








#s-0994c90a-cdca-44ef-9c8d-a13ac32a3a63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0994c90a-cdca-44ef-9c8d-a13ac32a3a63.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-61a57d7e-94aa-45f3-b392-3aa4e5df8fbd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-61a57d7e-94aa-45f3-b392-3aa4e5df8fbd .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-02d47e69-104d-407f-a145-3b155cb0448a {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
max-width: 80%;
}








#s-02d47e69-104d-407f-a145-3b155cb0448a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02d47e69-104d-407f-a145-3b155cb0448a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3652a805-1797-4d22-8f5e-70441ea3a859 {
  text-align: center;
}







  #s-3652a805-1797-4d22-8f5e-70441ea3a859 img.shogun-image {
    

    
    
    
  }


#s-3652a805-1797-4d22-8f5e-70441ea3a859 .shogun-image-content {
  
    align-items: center;
  
}

#s-07b1367b-381a-4001-a53a-a849a32613a2 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-07b1367b-381a-4001-a53a-a849a32613a2 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-07b1367b-381a-4001-a53a-a849a32613a2 .shg-sld-nav-button.shg-sld-left,
#s-07b1367b-381a-4001-a53a-a849a32613a2 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-3cbc33ab-cd7a-4e77-af4b-433e6fec264c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3cbc33ab-cd7a-4e77-af4b-433e6fec264c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3cbc33ab-cd7a-4e77-af4b-433e6fec264c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3cbc33ab-cd7a-4e77-af4b-433e6fec264c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3cbc33ab-cd7a-4e77-af4b-433e6fec264c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3cbc33ab-cd7a-4e77-af4b-433e6fec264c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3cbc33ab-cd7a-4e77-af4b-433e6fec264c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-805bba22-e570-45ee-82ce-b18e5a10c981 {
  padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}








#s-805bba22-e570-45ee-82ce-b18e5a10c981 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-805bba22-e570-45ee-82ce-b18e5a10c981.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-307e8e70-9bdb-4154-9667-1a3ca9c8f6a5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-307e8e70-9bdb-4154-9667-1a3ca9c8f6a5 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-8f35932b-a452-4694-ab56-ff342576c90d {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
max-width: 80%;
}








#s-8f35932b-a452-4694-ab56-ff342576c90d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f35932b-a452-4694-ab56-ff342576c90d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-930d9f73-a0e7-4e4a-940a-e4cf6800543c {
  text-align: center;
}







  #s-930d9f73-a0e7-4e4a-940a-e4cf6800543c img.shogun-image {
    

    
    
    
  }


#s-930d9f73-a0e7-4e4a-940a-e4cf6800543c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-2b612686-4b38-43b9-984e-68dadb3117a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2b612686-4b38-43b9-984e-68dadb3117a7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2b612686-4b38-43b9-984e-68dadb3117a7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2b612686-4b38-43b9-984e-68dadb3117a7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2b612686-4b38-43b9-984e-68dadb3117a7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2b612686-4b38-43b9-984e-68dadb3117a7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2b612686-4b38-43b9-984e-68dadb3117a7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-af902397-2c88-41b9-b8a0-63fc30cab268 {
  padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}








#s-af902397-2c88-41b9-b8a0-63fc30cab268 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af902397-2c88-41b9-b8a0-63fc30cab268.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85bed4bf-189e-4b0e-b118-da413875b52f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-85bed4bf-189e-4b0e-b118-da413875b52f .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-c0fd6461-ca37-4de2-95bb-79bcc74140dc {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
max-width: 80%;
}








#s-c0fd6461-ca37-4de2-95bb-79bcc74140dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0fd6461-ca37-4de2-95bb-79bcc74140dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b7da641b-1f73-429b-b8a8-f870adf45925 {
  text-align: center;
}







  #s-b7da641b-1f73-429b-b8a8-f870adf45925 img.shogun-image {
    

    
    
    
  }


#s-b7da641b-1f73-429b-b8a8-f870adf45925 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-066c4a83-7857-4cd0-a5b1-f945dff20ae4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-066c4a83-7857-4cd0-a5b1-f945dff20ae4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-066c4a83-7857-4cd0-a5b1-f945dff20ae4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-066c4a83-7857-4cd0-a5b1-f945dff20ae4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-066c4a83-7857-4cd0-a5b1-f945dff20ae4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-066c4a83-7857-4cd0-a5b1-f945dff20ae4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-066c4a83-7857-4cd0-a5b1-f945dff20ae4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-7f524829-ecc0-4cd3-babe-2c7db033640c {
  padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}








#s-7f524829-ecc0-4cd3-babe-2c7db033640c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f524829-ecc0-4cd3-babe-2c7db033640c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d11906f-4e46-47ee-abcf-3d3c319fc9d3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4d11906f-4e46-47ee-abcf-3d3c319fc9d3 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-3c9a0a24-f7c5-474e-97ce-2bd25b98c24c {
  margin-bottom: 20px;
}

#s-3b173d87-3df3-4ca3-8fa6-ec71efaa3e2e {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
max-width: 80%;
}








#s-3b173d87-3df3-4ca3-8fa6-ec71efaa3e2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b173d87-3df3-4ca3-8fa6-ec71efaa3e2e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c5ce507d-20a5-4421-bc7d-ea6cb07b1092 {
  text-align: center;
}







  #s-c5ce507d-20a5-4421-bc7d-ea6cb07b1092 img.shogun-image {
    

    
    
    
  }


#s-c5ce507d-20a5-4421-bc7d-ea6cb07b1092 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-8066d485-c4bd-4fe1-9839-580ce15e165c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8066d485-c4bd-4fe1-9839-580ce15e165c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8066d485-c4bd-4fe1-9839-580ce15e165c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8066d485-c4bd-4fe1-9839-580ce15e165c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8066d485-c4bd-4fe1-9839-580ce15e165c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8066d485-c4bd-4fe1-9839-580ce15e165c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8066d485-c4bd-4fe1-9839-580ce15e165c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-c1c79904-597d-46c9-afc4-efcc3e09cbf4 {
  padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}








#s-c1c79904-597d-46c9-afc4-efcc3e09cbf4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1c79904-597d-46c9-afc4-efcc3e09cbf4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-04275a79-4d9a-4b23-8467-7d525cb65a26 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-04275a79-4d9a-4b23-8467-7d525cb65a26 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-dbe58c70-b741-43f7-8484-b03017c6b1ff {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
max-width: 80%;
}








#s-dbe58c70-b741-43f7-8484-b03017c6b1ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dbe58c70-b741-43f7-8484-b03017c6b1ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33415f45-4fb5-4335-ad85-0f670514ad72 {
  text-align: center;
}







  #s-33415f45-4fb5-4335-ad85-0f670514ad72 img.shogun-image {
    

    
    
    
  }


#s-33415f45-4fb5-4335-ad85-0f670514ad72 .shogun-image-content {
  
    align-items: center;
  
}

#s-3030807a-9bce-402e-9233-652db01acdd3 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-3030807a-9bce-402e-9233-652db01acdd3 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-3030807a-9bce-402e-9233-652db01acdd3 .shg-sld-nav-button.shg-sld-left,
#s-3030807a-9bce-402e-9233-652db01acdd3 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-fe701c90-dfde-4f48-bc8c-14361f70bf0f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe701c90-dfde-4f48-bc8c-14361f70bf0f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fe701c90-dfde-4f48-bc8c-14361f70bf0f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fe701c90-dfde-4f48-bc8c-14361f70bf0f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fe701c90-dfde-4f48-bc8c-14361f70bf0f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe701c90-dfde-4f48-bc8c-14361f70bf0f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fe701c90-dfde-4f48-bc8c-14361f70bf0f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-1aa8efe5-a6ef-4357-bd06-0e277cf51fce {
  padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}








#s-1aa8efe5-a6ef-4357-bd06-0e277cf51fce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1aa8efe5-a6ef-4357-bd06-0e277cf51fce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2d95230-12a4-40e6-a29a-7163c86b360a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a2d95230-12a4-40e6-a29a-7163c86b360a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-78aa77a4-5f54-48ce-a78d-3fc9140b368c {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
max-width: 80%;
}








#s-78aa77a4-5f54-48ce-a78d-3fc9140b368c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78aa77a4-5f54-48ce-a78d-3fc9140b368c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f73265e-f536-4185-afe8-27469eb9cfd8 {
  text-align: center;
}







  #s-9f73265e-f536-4185-afe8-27469eb9cfd8 img.shogun-image {
    

    
    
    
  }


#s-9f73265e-f536-4185-afe8-27469eb9cfd8 .shogun-image-content {
  
    align-items: center;
  
}

#s-e378740f-3810-4194-b4cb-1e949b37f627 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}







  #s-e378740f-3810-4194-b4cb-1e949b37f627 img.shogun-image {
    

    
    
    
  }


#s-e378740f-3810-4194-b4cb-1e949b37f627 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-55a797e1-cfb2-45e3-b638-0b9758b9e5be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-55a797e1-cfb2-45e3-b638-0b9758b9e5be"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-55a797e1-cfb2-45e3-b638-0b9758b9e5be"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-55a797e1-cfb2-45e3-b638-0b9758b9e5be"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-55a797e1-cfb2-45e3-b638-0b9758b9e5be"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-55a797e1-cfb2-45e3-b638-0b9758b9e5be"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-55a797e1-cfb2-45e3-b638-0b9758b9e5be"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-8a270c19-ee4c-47f0-b026-2b7d64071a55 {
  padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}








#s-8a270c19-ee4c-47f0-b026-2b7d64071a55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a270c19-ee4c-47f0-b026-2b7d64071a55.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-454ba3fe-7de6-4375-8e6e-f5e9d6bb577b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-454ba3fe-7de6-4375-8e6e-f5e9d6bb577b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-a8624628-6484-4f2d-bf88-7e3e4f5140b7 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
max-width: 80%;
}








#s-a8624628-6484-4f2d-bf88-7e3e4f5140b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8624628-6484-4f2d-bf88-7e3e4f5140b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-73c82065-c466-42ff-a2c6-49fdf89e4b05 {
  text-align: center;
}







  #s-73c82065-c466-42ff-a2c6-49fdf89e4b05 img.shogun-image {
    

    
    
    
  }


#s-73c82065-c466-42ff-a2c6-49fdf89e4b05 .shogun-image-content {
  
    align-items: center;
  
}

#s-eb036c36-c9fa-46a3-847d-2eb5e0428848 {
  opacity: 0;
}

#s-eb036c36-c9fa-46a3-847d-2eb5e0428848 hr {
  border-top: 2px solid #ddd;
}

#s-4efa6b07-0206-4ab2-b813-6ccd0dbaffde {
  text-align: center;
}







  #s-4efa6b07-0206-4ab2-b813-6ccd0dbaffde img.shogun-image {
    

    
    
    
  }


#s-4efa6b07-0206-4ab2-b813-6ccd0dbaffde .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-799cfa7a-ad66-4e30-85b8-ab30f2e4e8d2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-799cfa7a-ad66-4e30-85b8-ab30f2e4e8d2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-799cfa7a-ad66-4e30-85b8-ab30f2e4e8d2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-799cfa7a-ad66-4e30-85b8-ab30f2e4e8d2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-799cfa7a-ad66-4e30-85b8-ab30f2e4e8d2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-799cfa7a-ad66-4e30-85b8-ab30f2e4e8d2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-799cfa7a-ad66-4e30-85b8-ab30f2e4e8d2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-c727b516-abe8-44f2-9454-9c12e875c1d2 {
  padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}








#s-c727b516-abe8-44f2-9454-9c12e875c1d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c727b516-abe8-44f2-9454-9c12e875c1d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a13854e5-7ce0-4e65-a5ee-7d5100e3228b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a13854e5-7ce0-4e65-a5ee-7d5100e3228b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-0d01bbca-2245-4b25-aa96-7125a4d7709a {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
max-width: 80%;
}








#s-0d01bbca-2245-4b25-aa96-7125a4d7709a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d01bbca-2245-4b25-aa96-7125a4d7709a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd0fd89b-8298-4c2d-8daf-7eb8d8eb8ec4 {
  text-align: center;
}







  #s-bd0fd89b-8298-4c2d-8daf-7eb8d8eb8ec4 img.shogun-image {
    

    
    
    
  }


#s-bd0fd89b-8298-4c2d-8daf-7eb8d8eb8ec4 .shogun-image-content {
  
    align-items: center;
  
}

#s-a5426d27-6145-406f-a982-461f2942935f {
  opacity: 0;
}

#s-a5426d27-6145-406f-a982-461f2942935f hr {
  border-top: 2px solid #ddd;
}

#s-e7bdc368-b19e-4b54-86f0-7f37b797f722 {
  text-align: center;
}







  #s-e7bdc368-b19e-4b54-86f0-7f37b797f722 img.shogun-image {
    

    
    
    
  }


#s-e7bdc368-b19e-4b54-86f0-7f37b797f722 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-f6853cd7-08b9-4797-b4cf-4ec2f07a2b12"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f6853cd7-08b9-4797-b4cf-4ec2f07a2b12"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f6853cd7-08b9-4797-b4cf-4ec2f07a2b12"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f6853cd7-08b9-4797-b4cf-4ec2f07a2b12"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0ed2928c-c536-4006-a029-1982e78de2ec {
  padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}








#s-0ed2928c-c536-4006-a029-1982e78de2ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ed2928c-c536-4006-a029-1982e78de2ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-12f242ef-010f-49cf-8dca-3e7cdd7daef9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-12f242ef-010f-49cf-8dca-3e7cdd7daef9 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-a1f21640-7adf-4f61-b545-aee17dd9921c {
  margin-bottom: 20px;
}

#s-a6d0ca9b-dd77-4f76-9ba4-b43cb0c18a9e {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
max-width: 80%;
}








#s-a6d0ca9b-dd77-4f76-9ba4-b43cb0c18a9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6d0ca9b-dd77-4f76-9ba4-b43cb0c18a9e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b85efb9e-3805-4c15-a3e5-8e4e051e8610 {
  text-align: center;
}







  #s-b85efb9e-3805-4c15-a3e5-8e4e051e8610 img.shogun-image {
    

    
    
    
  }


#s-b85efb9e-3805-4c15-a3e5-8e4e051e8610 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-442be372-8937-4788-ab7e-27661c6f67e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-442be372-8937-4788-ab7e-27661c6f67e3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-442be372-8937-4788-ab7e-27661c6f67e3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-442be372-8937-4788-ab7e-27661c6f67e3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-442be372-8937-4788-ab7e-27661c6f67e3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-442be372-8937-4788-ab7e-27661c6f67e3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-442be372-8937-4788-ab7e-27661c6f67e3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-f44c9568-2731-41b9-817b-1164ab9329a6 {
  padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}








#s-f44c9568-2731-41b9-817b-1164ab9329a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f44c9568-2731-41b9-817b-1164ab9329a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-30839c09-720b-43bc-a537-d89bdf392d7c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-30839c09-720b-43bc-a537-d89bdf392d7c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-7355506e-ceb1-41f7-b0a9-4ef8674573da {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
max-width: 80%;
}








#s-7355506e-ceb1-41f7-b0a9-4ef8674573da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7355506e-ceb1-41f7-b0a9-4ef8674573da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-78e5e8ce-bcd4-40bf-9b41-9353922a3e9c {
  text-align: center;
}







  #s-78e5e8ce-bcd4-40bf-9b41-9353922a3e9c img.shogun-image {
    

    
    
    
  }


#s-78e5e8ce-bcd4-40bf-9b41-9353922a3e9c .shogun-image-content {
  
    align-items: center;
  
}

#s-0eb63a81-9610-435c-9651-214d062d5dfb {
  opacity: 0;
}

#s-0eb63a81-9610-435c-9651-214d062d5dfb hr {
  border-top: 2px solid #ddd;
}

#s-377824ae-1ff0-42c4-85e9-13c27800ef9e {
  text-align: center;
}







  #s-377824ae-1ff0-42c4-85e9-13c27800ef9e img.shogun-image {
    

    
    
    
  }


#s-377824ae-1ff0-42c4-85e9-13c27800ef9e .shogun-image-content {
  
    align-items: center;
  
}

#s-35a84375-0c1b-43ec-a1dc-4dcb1f309d75 {
  padding-bottom: 50px;
min-height: 50px;
background-color: rgba(20, 20, 20, 1);
}








#s-35a84375-0c1b-43ec-a1dc-4dcb1f309d75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35a84375-0c1b-43ec-a1dc-4dcb1f309d75.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e635367f-a803-4c4a-9b45-cf6bc2e7f51c {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}

#s-4f4526c3-dcac-47dc-92d2-12968ea97394 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1500px;
}








#s-4f4526c3-dcac-47dc-92d2-12968ea97394 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f4526c3-dcac-47dc-92d2-12968ea97394.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3cc6a998-61c9-4979-bf0d-b3348dfcf645 {
  margin-top: 15px;
margin-left: 6%;
margin-bottom: 15px;
margin-right: 6%;
max-width: 1500px;
}

@media (min-width: 0px) {
[id="s-3cc6a998-61c9-4979-bf0d-b3348dfcf645"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3cc6a998-61c9-4979-bf0d-b3348dfcf645"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3cc6a998-61c9-4979-bf0d-b3348dfcf645"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3cc6a998-61c9-4979-bf0d-b3348dfcf645"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-289df3b8-bd27-45fe-a625-ad19b38158aa {
  margin-top: 15px;
margin-left: 6%;
margin-bottom: 15px;
margin-right: 6%;
max-width: 1500px;
}

@media (min-width: 0px) {
[id="s-289df3b8-bd27-45fe-a625-ad19b38158aa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-289df3b8-bd27-45fe-a625-ad19b38158aa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-289df3b8-bd27-45fe-a625-ad19b38158aa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-289df3b8-bd27-45fe-a625-ad19b38158aa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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