.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-be6939e6-f3c1-4676-a739-50ea701c1771 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-be6939e6-f3c1-4676-a739-50ea701c1771 {
  display: none;
}
#s-be6939e6-f3c1-4676-a739-50ea701c1771, #wrap-s-be6939e6-f3c1-4676-a739-50ea701c1771 { display:none !important; }}@media (max-width: 767px){#s-be6939e6-f3c1-4676-a739-50ea701c1771 {
  display: none;
}
#s-be6939e6-f3c1-4676-a739-50ea701c1771, #wrap-s-be6939e6-f3c1-4676-a739-50ea701c1771 { display:none !important; }}







#s-be6939e6-f3c1-4676-a739-50ea701c1771 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be6939e6-f3c1-4676-a739-50ea701c1771.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7a94449-4425-433c-a3b8-a2421db48fd1 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center center;
}

#s-f7a94449-4425-433c-a3b8-a2421db48fd1 {
  background-image: url(https://i.shgcdn.com/39fc880a-02f7-4949-989a-576f93b237de/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-f7a94449-4425-433c-a3b8-a2421db48fd1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7a94449-4425-433c-a3b8-a2421db48fd1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b51c2cbf-e4a1-4bd5-a084-f7f9a145ba61 {
  margin-top: 7%;
margin-left: 3%;
min-height: 50px;
max-width: 45%;
}








#s-b51c2cbf-e4a1-4bd5-a084-f7f9a145ba61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b51c2cbf-e4a1-4bd5-a084-f7f9a145ba61.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-582feab1-6162-4605-8234-a9dadc447e8b {
  text-align: center;
}







  #s-582feab1-6162-4605-8234-a9dadc447e8b img.shogun-image {
    

    
    
    
  }


#s-582feab1-6162-4605-8234-a9dadc447e8b .shogun-image-content {
  
    align-items: 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-a1e473f2-0d6d-44c9-8556-a0aff7e0a89c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a1e473f2-0d6d-44c9-8556-a0aff7e0a89c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "GothamHTF-Medium";
  font-style:   ;
  font-size: 34px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4e46c7ee-3e8e-4ff5-8c11-1259f239ace3 {
  min-height: 50px;
}








#s-4e46c7ee-3e8e-4ff5-8c11-1259f239ace3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e46c7ee-3e8e-4ff5-8c11-1259f239ace3.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-a0a59817-d690-419e-b3c2-ce91e01ea6ab {
  margin-top: 50px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-a0a59817-d690-419e-b3c2-ce91e01ea6ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a0a59817-d690-419e-b3c2-ce91e01ea6ab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a0a59817-d690-419e-b3c2-ce91e01ea6ab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0a59817-d690-419e-b3c2-ce91e01ea6ab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5108b97e-4185-468c-b30d-f4c3aa66d5d8 {
  text-align: center;
}







  #s-5108b97e-4185-468c-b30d-f4c3aa66d5d8 img.shogun-image {
    

    
    
    
  }


#s-5108b97e-4185-468c-b30d-f4c3aa66d5d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-13241a83-fae2-45fb-a9e5-4477216c821f {
  margin-top: 8%;
margin-bottom: 8%;
padding-right: 10%;
min-height: 100%;
}








#s-13241a83-fae2-45fb-a9e5-4477216c821f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13241a83-fae2-45fb-a9e5-4477216c821f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-23d1d24b-53d1-4d0e-988a-846bf1d42eb2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-23d1d24b-53d1-4d0e-988a-846bf1d42eb2 .shogun-heading-component h1 {
  color: rgba(94, 96, 186, 1);
  font-weight:   ;
  font-family: "GothamHTF-BoldCondensed";
  font-style:   ;
  font-size: 47px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



.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-20db4144-9e52-4967-a84a-afe9137440e6 {
  margin-top: 50px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-20db4144-9e52-4967-a84a-afe9137440e6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-20db4144-9e52-4967-a84a-afe9137440e6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-20db4144-9e52-4967-a84a-afe9137440e6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-20db4144-9e52-4967-a84a-afe9137440e6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4d76a7cc-4e2f-4879-802c-d82cd9b84a1f {
  margin-top: 113px;
margin-bottom: 113px;
padding-left: 10%;
}








#s-4d76a7cc-4e2f-4879-802c-d82cd9b84a1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d76a7cc-4e2f-4879-802c-d82cd9b84a1f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85bbf5da-4c05-4ad4-ad98-72d028fab583 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-85bbf5da-4c05-4ad4-ad98-72d028fab583 .shogun-heading-component h1 {
  color: rgba(94, 96, 186, 1);
  font-weight:   ;
  font-family: "GothamHTF-BoldCondensed";
  font-style:   ;
  font-size: 47px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c447d75a-2847-4ce4-85ee-aca0d8922f87 {
  margin-left: 51px;
margin-right: 0px;
min-height: 435px;
background-color: rgba(94, 96, 186, 1);
}








#s-c447d75a-2847-4ce4-85ee-aca0d8922f87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c447d75a-2847-4ce4-85ee-aca0d8922f87.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-a730acea-4d54-4287-ae3c-739d0efd8b48 {
  margin-left: -49px;
margin-right: 59px;
}

#s-76f30f4f-3750-4ab5-a814-863882ffcecb {
  background-repeat: no-repeat;
min-height: 500px;
}

#s-76f30f4f-3750-4ab5-a814-863882ffcecb {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTc4MDRjMDUtYWI3OS00OWM5LTgyMjQtMzRhYzNlODAyOTUyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjI3MjcyNzI3MjcyNzI3MjciIHN0eWxlPSJzdG9wLWNvbG9yOiM1ZTYwYmE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiMzYjNjODQ7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM3ZTIwY2Y7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzE3ODA0YzA1LWFiNzktNDljOS04MjI0LTM0YWMzZTgwMjk1MikiLz48L3N2Zz4=);
}








#s-76f30f4f-3750-4ab5-a814-863882ffcecb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76f30f4f-3750-4ab5-a814-863882ffcecb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3af4e78f-ee74-45bc-83b0-d0955cf73d43 {
  margin-top: 32px;
margin-bottom: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3af4e78f-ee74-45bc-83b0-d0955cf73d43 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "GothamHTF-BoldCondensed";
  font-style:   ;
  font-size: 73px;
  line-height: ;
  letter-spacing: ;
  
}



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

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

#s-9e9b171a-a7b0-48a8-bdc1-3d6b66b3ab15 {
  margin-left: 45%;
margin-right: 45%;
}

#s-9e9b171a-a7b0-48a8-bdc1-3d6b66b3ab15 hr {
  border-top: 6px solid rgba(115, 201, 45, 1);
}

#s-752fe9fe-2b00-4269-99ed-f1786f010370 {
  margin-top: 29px;
margin-left: 5%;
margin-bottom: 69px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-752fe9fe-2b00-4269-99ed-f1786f010370"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-752fe9fe-2b00-4269-99ed-f1786f010370"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-752fe9fe-2b00-4269-99ed-f1786f010370"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-752fe9fe-2b00-4269-99ed-f1786f010370"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d5863ec2-36a7-460f-a330-d6b4b249347b {
  background-repeat: no-repeat;
min-height: 980px;
}

#s-d5863ec2-36a7-460f-a330-d6b4b249347b {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzc4YWNjMGItZTIwNS00MWU0LTg4MzktYzkwY2FmYThjYjEyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojMmYzMDVkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjU2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiM1ZTYwYmE7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzc3OGFjYzBiLWUyMDUtNDFlNC04ODM5LWM5MGNhZmE4Y2IxMikiLz48L3N2Zz4=);
}








#s-d5863ec2-36a7-460f-a330-d6b4b249347b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5863ec2-36a7-460f-a330-d6b4b249347b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-28f44832-83c7-4d2d-b50c-4f60cbb03915 {
  margin-top: 9px;
margin-bottom: 9px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-28f44832-83c7-4d2d-b50c-4f60cbb03915 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "GothamHTF-BoldCondensed";
  font-style:   ;
  font-size: 51px;
  line-height: ;
  letter-spacing: ;
  
}



#s-dcc81f44-6dc1-422c-bda1-3e959114b4fe {
  padding-left: 30px;
padding-right: 30px;
min-height: 220px;
}

#s-7c301e33-583b-410f-99a3-ad167c2d3b5d {
  margin-left: 42px;
margin-right: 42px;
text-align: center;
}







  #s-7c301e33-583b-410f-99a3-ad167c2d3b5d img.shogun-image {
    

    
    
    
  }


#s-7c301e33-583b-410f-99a3-ad167c2d3b5d .shogun-image-content {
  
    align-items: center;
  
}

#s-e8ff346f-f990-4fa8-80e1-75c22759704c {
  padding-left: 30px;
padding-right: 30px;
}

#s-b8617c0d-b450-4642-bdf4-2a701437ce79 {
  background-repeat: no-repeat;
min-height: 980px;
}

#s-b8617c0d-b450-4642-bdf4-2a701437ce79 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzc4YWNjMGItZTIwNS00MWU0LTg4MzktYzkwY2FmYThjYjEyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojMmYzMDVkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjU2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiM1ZTYwYmE7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzc3OGFjYzBiLWUyMDUtNDFlNC04ODM5LWM5MGNhZmE4Y2IxMikiLz48L3N2Zz4=);
}








#s-b8617c0d-b450-4642-bdf4-2a701437ce79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8617c0d-b450-4642-bdf4-2a701437ce79.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d7c28d7f-bfb2-4060-969b-25f4c4aa9f55 {
  margin-top: 9px;
margin-bottom: 9px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d7c28d7f-bfb2-4060-969b-25f4c4aa9f55 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "GothamHTF-BoldCondensed";
  font-style:   ;
  font-size: 51px;
  line-height: ;
  letter-spacing: ;
  
}



#s-b467f96d-d2cc-4eaf-9bc2-8a0796c392f8 {
  padding-left: 30px;
padding-right: 30px;
min-height: 220px;
}

#s-3e09a2f6-3680-4ed9-a201-ef5423b0dddd {
  margin-left: 42px;
margin-right: 42px;
text-align: center;
}







  #s-3e09a2f6-3680-4ed9-a201-ef5423b0dddd img.shogun-image {
    

    
    
    
  }


#s-3e09a2f6-3680-4ed9-a201-ef5423b0dddd .shogun-image-content {
  
    align-items: center;
  
}

#s-71c052a8-dab5-4da8-ad94-7376d6f6a831 {
  padding-left: 30px;
padding-right: 30px;
}

#s-9a4b1b63-1f59-4cff-a626-920cf0f65073 {
  background-repeat: no-repeat;
min-height: 980px;
}

#s-9a4b1b63-1f59-4cff-a626-920cf0f65073 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzc4YWNjMGItZTIwNS00MWU0LTg4MzktYzkwY2FmYThjYjEyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojMmYzMDVkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjU2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiM1ZTYwYmE7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzc3OGFjYzBiLWUyMDUtNDFlNC04ODM5LWM5MGNhZmE4Y2IxMikiLz48L3N2Zz4=);
}








#s-9a4b1b63-1f59-4cff-a626-920cf0f65073 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a4b1b63-1f59-4cff-a626-920cf0f65073.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2bbfc5b1-d6cd-4762-abcd-c037173005f4 {
  margin-top: 9px;
margin-bottom: 9px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2bbfc5b1-d6cd-4762-abcd-c037173005f4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "GothamHTF-BoldCondensed";
  font-style:   ;
  font-size: 51px;
  line-height: ;
  letter-spacing: ;
  
}



#s-4800951c-c68b-474f-90cf-8aa81e0a52f4 {
  padding-left: 30px;
padding-right: 30px;
min-height: 220px;
}

#s-ec9b1f73-7a96-4d6c-8a18-c984d8f3c010 {
  margin-left: 42px;
margin-right: 42px;
text-align: center;
}







  #s-ec9b1f73-7a96-4d6c-8a18-c984d8f3c010 img.shogun-image {
    

    
    
    
  }


#s-ec9b1f73-7a96-4d6c-8a18-c984d8f3c010 .shogun-image-content {
  
    align-items: center;
  
}

#s-417a2373-2e51-4f06-bdab-820965fca1e3 {
  padding-left: 30px;
padding-right: 30px;
}

#s-73bba8e1-d1e2-4b00-a27e-ddff19d21a76 {
  min-height: 50px;
}








#s-73bba8e1-d1e2-4b00-a27e-ddff19d21a76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73bba8e1-d1e2-4b00-a27e-ddff19d21a76.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e37e50d3-62bd-45c1-8b59-54ad90f60928 {
  margin-top: 28px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e37e50d3-62bd-45c1-8b59-54ad90f60928 .shogun-heading-component h1 {
  color: rgba(94, 96, 186, 1);
  font-weight:   ;
  font-family: "GothamHTF-BoldCondensed";
  font-style:   ;
  font-size: 70px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d843627a-263e-470e-ba85-631bf66d0602 {
  margin-left: 45%;
margin-right: 45%;
padding-top: 12px;
padding-bottom: 12px;
}

#s-d843627a-263e-470e-ba85-631bf66d0602 hr {
  border-top: 6px solid rgba(115, 201, 45, 1);
}

#s-151d513e-1b01-49bb-9ec5-1d8df5c322e8 {
  margin-top: 27px;
margin-left: 5%;
margin-bottom: 27px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-151d513e-1b01-49bb-9ec5-1d8df5c322e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-151d513e-1b01-49bb-9ec5-1d8df5c322e8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-151d513e-1b01-49bb-9ec5-1d8df5c322e8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-151d513e-1b01-49bb-9ec5-1d8df5c322e8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-34165def-65f5-46b7-9bf9-9d5aac7fc28c {
  box-shadow:0px 3px 15px 0px rgba(224, 221, 221, 1);
padding-top: 17px;
padding-left: 14px;
padding-bottom: 17px;
padding-right: 14px;
min-height: 50px;
max-width: 400px;
}








#s-34165def-65f5-46b7-9bf9-9d5aac7fc28c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34165def-65f5-46b7-9bf9-9d5aac7fc28c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-47b61747-e4d2-4edb-882e-01398f25a2cd {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}







  #s-47b61747-e4d2-4edb-882e-01398f25a2cd img.shogun-image {
    

    
    
    
  }


#s-47b61747-e4d2-4edb-882e-01398f25a2cd .shogun-image-content {
  
    align-items: center;
  
}

#s-ca75d7f2-5cba-4889-8ede-64a236540fde {
  margin-left: 19px;
margin-right: 19px;
}

#s-f1ee59f5-860e-4804-9c0e-6c57205661eb {
  box-shadow:0px 3px 15px 0px rgba(224, 221, 221, 1);
padding-top: 17px;
padding-left: 14px;
padding-bottom: 17px;
padding-right: 14px;
min-height: 50px;
max-width: 400px;
}








#s-f1ee59f5-860e-4804-9c0e-6c57205661eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1ee59f5-860e-4804-9c0e-6c57205661eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e2d788d-51a5-416a-93e3-cdf2eb26f8c7 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}







  #s-0e2d788d-51a5-416a-93e3-cdf2eb26f8c7 img.shogun-image {
    

    
    
    
  }


#s-0e2d788d-51a5-416a-93e3-cdf2eb26f8c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-ed36023f-910a-4660-bf74-fefc5d2954a1 {
  margin-left: 19px;
margin-right: 19px;
}

#s-18cecadf-d169-49b5-94c4-f83102f3dedb {
  box-shadow:0px 3px 15px 0px rgba(224, 221, 221, 1);
padding-top: 17px;
padding-left: 14px;
padding-bottom: 17px;
padding-right: 14px;
min-height: 50px;
max-width: 400px;
}








#s-18cecadf-d169-49b5-94c4-f83102f3dedb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18cecadf-d169-49b5-94c4-f83102f3dedb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c8e3f49c-cec2-4870-bc76-aa6629cc832b {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}







  #s-c8e3f49c-cec2-4870-bc76-aa6629cc832b img.shogun-image {
    

    
    
    
  }


#s-c8e3f49c-cec2-4870-bc76-aa6629cc832b .shogun-image-content {
  
    align-items: center;
  
}

#s-265d792b-d710-4d61-9242-85e3de68a16a {
  margin-left: 19px;
margin-right: 19px;
}

#s-3891fef9-6cb2-452e-8aae-b0da2306ec5b {
  margin-top: 35px;
margin-bottom: 35px;
}

@media (min-width: 0px) {
[id="s-3891fef9-6cb2-452e-8aae-b0da2306ec5b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3891fef9-6cb2-452e-8aae-b0da2306ec5b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3891fef9-6cb2-452e-8aae-b0da2306ec5b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3891fef9-6cb2-452e-8aae-b0da2306ec5b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8030533b-caa8-46c7-ba14-2eb2d1ef782b {
  box-shadow:0px 3px 15px 0px rgba(224, 221, 221, 1);
margin-left: auto;
margin-right: 0px;
padding-top: 17px;
padding-left: 14px;
padding-bottom: 17px;
padding-right: 14px;
min-height: 50px;
max-width: 400px;
}








#s-8030533b-caa8-46c7-ba14-2eb2d1ef782b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8030533b-caa8-46c7-ba14-2eb2d1ef782b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00657a40-52ca-45b7-a837-b027e1206da0 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}







  #s-00657a40-52ca-45b7-a837-b027e1206da0 img.shogun-image {
    

    
    
    
  }


#s-00657a40-52ca-45b7-a837-b027e1206da0 .shogun-image-content {
  
    align-items: center;
  
}

#s-1d2d8e6a-0ec8-4586-b97f-1d58661a2220 {
  margin-left: 19px;
margin-right: 19px;
}

#s-7d47bd38-cfc3-4165-bdf5-489a89004b16 {
  box-shadow:0px 3px 15px 0px rgba(224, 221, 221, 1);
padding-top: 17px;
padding-left: 14px;
padding-bottom: 17px;
padding-right: 14px;
min-height: 50px;
max-width: 400px;
}








#s-7d47bd38-cfc3-4165-bdf5-489a89004b16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d47bd38-cfc3-4165-bdf5-489a89004b16.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dcc0ff5d-619a-4c2a-98a7-19c5d2aebd27 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}







  #s-dcc0ff5d-619a-4c2a-98a7-19c5d2aebd27 img.shogun-image {
    

    
    
    
  }


#s-dcc0ff5d-619a-4c2a-98a7-19c5d2aebd27 .shogun-image-content {
  
    align-items: center;
  
}

#s-57702b19-6e10-40ff-966b-fc7b217b996f {
  margin-left: 19px;
margin-right: 19px;
}

#s-00313ef7-a933-4560-aa2b-e606ac7d88c9 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-00313ef7-a933-4560-aa2b-e606ac7d88c9 {
  display: none;
}
#s-00313ef7-a933-4560-aa2b-e606ac7d88c9, #wrap-s-00313ef7-a933-4560-aa2b-e606ac7d88c9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-00313ef7-a933-4560-aa2b-e606ac7d88c9 {
  display: none;
}
#s-00313ef7-a933-4560-aa2b-e606ac7d88c9, #wrap-s-00313ef7-a933-4560-aa2b-e606ac7d88c9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-00313ef7-a933-4560-aa2b-e606ac7d88c9 {
  
}
}@media (max-width: 767px){#s-00313ef7-a933-4560-aa2b-e606ac7d88c9 {
  
}
}







#s-00313ef7-a933-4560-aa2b-e606ac7d88c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00313ef7-a933-4560-aa2b-e606ac7d88c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf9ddd9c-6be6-40b0-87bc-d6fa979a367a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 378px;
background-position: center center;
}

#s-cf9ddd9c-6be6-40b0-87bc-d6fa979a367a {
  background-image: url(https://i.shgcdn.com/9ab26ac1-3189-44b6-a39a-02669c8412ba/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-cf9ddd9c-6be6-40b0-87bc-d6fa979a367a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf9ddd9c-6be6-40b0-87bc-d6fa979a367a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4cf36135-5fc9-476e-9119-e724fe85d5ab {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 250px;
text-align: center;
}







  #s-4cf36135-5fc9-476e-9119-e724fe85d5ab img.shogun-image {
    

    
    
    
  }


#s-4cf36135-5fc9-476e-9119-e724fe85d5ab .shogun-image-content {
  
    align-items: center;
  
}

#s-7a7a01bd-00cf-4dc8-95d6-21734ffaf0d4 {
  margin-top: 46%;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 250px;
text-align: center;
}

#s-7a7a01bd-00cf-4dc8-95d6-21734ffaf0d4 .shogun-heading-component h1 {
  color: rgba(74, 74, 74, 1);
  font-weight:   ;
  font-family: "GothamHTF-Medium";
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ef103ee2-859b-4090-a5ff-0559ba59bfff {
  min-height: 50px;
}








#s-ef103ee2-859b-4090-a5ff-0559ba59bfff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef103ee2-859b-4090-a5ff-0559ba59bfff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e606d64d-5724-4339-ac4e-132fcb40d7b3 {
  margin-top: 50px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-e606d64d-5724-4339-ac4e-132fcb40d7b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e606d64d-5724-4339-ac4e-132fcb40d7b3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e606d64d-5724-4339-ac4e-132fcb40d7b3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e606d64d-5724-4339-ac4e-132fcb40d7b3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-34035cfb-1da0-47bc-91ac-4a3e957d6825 {
  text-align: center;
}







  #s-34035cfb-1da0-47bc-91ac-4a3e957d6825 img.shogun-image {
    

    
    
    
  }


#s-34035cfb-1da0-47bc-91ac-4a3e957d6825 .shogun-image-content {
  
    align-items: center;
  
}

#s-8be0b803-0513-4a6d-9b82-9618f7051302 {
  margin-top: 20px;
margin-bottom: 20px;
}








#s-8be0b803-0513-4a6d-9b82-9618f7051302 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8be0b803-0513-4a6d-9b82-9618f7051302.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-92464297-2515-4d3f-be7b-cfbbc791b907 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-92464297-2515-4d3f-be7b-cfbbc791b907 .shogun-heading-component h1 {
  color: rgba(94, 96, 186, 1);
  font-weight:   ;
  font-family: "GothamHTF-BoldCondensed";
  font-style:   ;
  font-size: 38px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-059c698e-f5b1-4799-b3a3-79a6cc58dfc9 {
  margin-left: 24px;
margin-right: 24px;
}

#s-a3c69afd-a596-42ea-bcf7-b6452d172b1d {
  margin-top: 50px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-a3c69afd-a596-42ea-bcf7-b6452d172b1d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3c69afd-a596-42ea-bcf7-b6452d172b1d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a3c69afd-a596-42ea-bcf7-b6452d172b1d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3c69afd-a596-42ea-bcf7-b6452d172b1d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-a3c69afd-a596-42ea-bcf7-b6452d172b1d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-716efc16-7331-4b49-899c-18ba0bdf7d7f {
  margin-top: 20px;
margin-bottom: 20px;
}








#s-716efc16-7331-4b49-899c-18ba0bdf7d7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-716efc16-7331-4b49-899c-18ba0bdf7d7f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2efedb84-7a9d-4d39-b9a6-a7db29975c7e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2efedb84-7a9d-4d39-b9a6-a7db29975c7e .shogun-heading-component h1 {
  color: rgba(94, 96, 186, 1);
  font-weight:   ;
  font-family: "GothamHTF-BoldCondensed";
  font-style:   ;
  font-size: 47px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0da33aa0-c382-473b-afcf-0e12e3aa64ca {
  margin-left: 51px;
margin-right: 0px;
min-height: 300px;
background-color: rgba(94, 96, 186, 1);
}








#s-0da33aa0-c382-473b-afcf-0e12e3aa64ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0da33aa0-c382-473b-afcf-0e12e3aa64ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a501458f-7e92-483f-814f-24d5fd0627ab {
  margin-left: -36px;
margin-right: 28px;
}

#s-9acd375e-845f-4f92-9552-5ef59a3bd80b {
  background-repeat: no-repeat;
min-height: 500px;
}

#s-9acd375e-845f-4f92-9552-5ef59a3bd80b {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTc4MDRjMDUtYWI3OS00OWM5LTgyMjQtMzRhYzNlODAyOTUyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjI3MjcyNzI3MjcyNzI3MjciIHN0eWxlPSJzdG9wLWNvbG9yOiM1ZTYwYmE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiMzYjNjODQ7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM3ZTIwY2Y7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzE3ODA0YzA1LWFiNzktNDljOS04MjI0LTM0YWMzZTgwMjk1MikiLz48L3N2Zz4=);
}








#s-9acd375e-845f-4f92-9552-5ef59a3bd80b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9acd375e-845f-4f92-9552-5ef59a3bd80b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-98962b8a-063f-461e-989f-a5f75e2cf5e8 {
  margin-top: 32px;
margin-left: 25px;
margin-bottom: 8px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-98962b8a-063f-461e-989f-a5f75e2cf5e8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "GothamHTF-BoldCondensed";
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  
}



#s-6786ffd9-9051-4e6b-a41c-7689fe53a41b {
  margin-left: 45%;
margin-right: 45%;
}

#s-6786ffd9-9051-4e6b-a41c-7689fe53a41b hr {
  border-top: 6px solid rgba(115, 201, 45, 1);
}

#s-e0f476b3-cb1d-4a26-8cf9-c945899e9f75 {
  margin-top: 29px;
margin-left: 5%;
margin-bottom: 69px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-e0f476b3-cb1d-4a26-8cf9-c945899e9f75"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e0f476b3-cb1d-4a26-8cf9-c945899e9f75"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e0f476b3-cb1d-4a26-8cf9-c945899e9f75"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e0f476b3-cb1d-4a26-8cf9-c945899e9f75"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-1b06d40e-26c3-4ad3-9661-75fa94e51561 {
  box-shadow:0px 3px 15px 0px rgba(15, 15, 15, 1);
background-repeat: no-repeat;
margin-left: 11px;
margin-bottom: 13px;
margin-right: 11px;
min-height: 50px;
}

#s-1b06d40e-26c3-4ad3-9661-75fa94e51561 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzc4YWNjMGItZTIwNS00MWU0LTg4MzktYzkwY2FmYThjYjEyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojMmYzMDVkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjU2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiM1ZTYwYmE7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzc3OGFjYzBiLWUyMDUtNDFlNC04ODM5LWM5MGNhZmE4Y2IxMikiLz48L3N2Zz4=);
}








#s-1b06d40e-26c3-4ad3-9661-75fa94e51561 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b06d40e-26c3-4ad3-9661-75fa94e51561.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f8895f82-02e8-454e-8653-060722f1b1ae {
  margin-top: 9px;
margin-bottom: 9px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f8895f82-02e8-454e-8653-060722f1b1ae .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "GothamHTF-BoldCondensed";
  font-style:   ;
  font-size: 41px;
  line-height: ;
  letter-spacing: ;
  
}



#s-e93a1871-bf35-4dc8-a8d3-a21a4948c903 {
  padding-left: 30px;
padding-right: 30px;
}

#s-f470c08c-26fc-4caf-bc50-f8211f60221a {
  margin-left: 42px;
margin-right: 42px;
text-align: center;
}







  #s-f470c08c-26fc-4caf-bc50-f8211f60221a img.shogun-image {
    

    
    
    
  }


#s-f470c08c-26fc-4caf-bc50-f8211f60221a .shogun-image-content {
  
    align-items: center;
  
}

#s-fc09c5bd-28b8-4a4f-9a3a-86f67e2969e8 {
  padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
}

#s-e7de7414-6749-4bbb-b034-75570402b3b8 {
  box-shadow:0px 3px 15px 0px rgba(43, 42, 42, 1);
background-repeat: no-repeat;
margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}

#s-e7de7414-6749-4bbb-b034-75570402b3b8 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzc4YWNjMGItZTIwNS00MWU0LTg4MzktYzkwY2FmYThjYjEyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojMmYzMDVkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjU2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiM1ZTYwYmE7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzc3OGFjYzBiLWUyMDUtNDFlNC04ODM5LWM5MGNhZmE4Y2IxMikiLz48L3N2Zz4=);
}








#s-e7de7414-6749-4bbb-b034-75570402b3b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7de7414-6749-4bbb-b034-75570402b3b8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e65ad8c7-8dc2-42d1-8001-bcca1b34ce9f {
  margin-top: 9px;
margin-bottom: 9px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e65ad8c7-8dc2-42d1-8001-bcca1b34ce9f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "GothamHTF-BoldCondensed";
  font-style:   ;
  font-size: 41px;
  line-height: ;
  letter-spacing: ;
  
}



#s-7978a12b-25f9-45af-801f-3f9e22b4b408 {
  margin-bottom: 31px;
padding-left: 30px;
padding-right: 30px;
}

#s-97dd7745-016d-4ddd-9410-ad7ca59ed43f {
  margin-left: 42px;
margin-right: 42px;
text-align: center;
}







  #s-97dd7745-016d-4ddd-9410-ad7ca59ed43f img.shogun-image {
    

    
    
    
  }


#s-97dd7745-016d-4ddd-9410-ad7ca59ed43f .shogun-image-content {
  
    align-items: center;
  
}

#s-f4e3e317-2a70-4e04-a2aa-68f0f22e02b9 {
  padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}

#s-212b8b2e-319b-4add-9b8a-3141025b0fe9 {
  box-shadow:0px 3px 15px 0px rgba(53, 52, 52, 1);
background-repeat: no-repeat;
min-height: 50px;
}

#s-212b8b2e-319b-4add-9b8a-3141025b0fe9 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzc4YWNjMGItZTIwNS00MWU0LTg4MzktYzkwY2FmYThjYjEyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojMmYzMDVkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjU2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiM1ZTYwYmE7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzc3OGFjYzBiLWUyMDUtNDFlNC04ODM5LWM5MGNhZmE4Y2IxMikiLz48L3N2Zz4=);
}








#s-212b8b2e-319b-4add-9b8a-3141025b0fe9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-212b8b2e-319b-4add-9b8a-3141025b0fe9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-faf2b48a-6468-4592-8945-bfe117459ad2 {
  margin-top: 9px;
margin-bottom: 9px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-faf2b48a-6468-4592-8945-bfe117459ad2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "GothamHTF-BoldCondensed";
  font-style:   ;
  font-size: 41px;
  line-height: ;
  letter-spacing: ;
  
}



#s-578d341c-843a-4c66-a400-99ade98dbe46 {
  margin-bottom: 30px;
padding-left: 30px;
padding-right: 30px;
}

#s-f3ca3b75-5e43-4a72-9429-0fba6598cca3 {
  margin-left: 42px;
margin-right: 42px;
text-align: center;
}







  #s-f3ca3b75-5e43-4a72-9429-0fba6598cca3 img.shogun-image {
    

    
    
    
  }


#s-f3ca3b75-5e43-4a72-9429-0fba6598cca3 .shogun-image-content {
  
    align-items: center;
  
}

#s-76920701-2b8b-4cac-9b8c-22b592993512 {
  padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}

#s-b55a7aee-543e-48cd-9b3c-563f290ca831 {
  min-height: 50px;
}








#s-b55a7aee-543e-48cd-9b3c-563f290ca831 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b55a7aee-543e-48cd-9b3c-563f290ca831.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3bca43d2-8794-4cd7-96d4-a168216976aa {
  margin-top: 28px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3bca43d2-8794-4cd7-96d4-a168216976aa .shogun-heading-component h1 {
  color: rgba(94, 96, 186, 1);
  font-weight:   ;
  font-family: "GothamHTF-BoldCondensed";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9b8b56fd-ebfc-46f7-9fd2-ee9bf09c92e2 {
  margin-left: 45%;
margin-right: 45%;
padding-top: 12px;
padding-bottom: 12px;
}

#s-9b8b56fd-ebfc-46f7-9fd2-ee9bf09c92e2 hr {
  border-top: 6px solid rgba(115, 201, 45, 1);
}

#s-80246102-6bdb-4adf-911a-fe9c03270e95 {
  box-shadow:0px 3px 15px 0px rgba(224, 221, 221, 1);
margin-top: 11px;
margin-left: auto;
margin-bottom: 11px;
margin-right: auto;
padding-top: 17px;
padding-left: 14px;
padding-bottom: 17px;
padding-right: 14px;
min-height: 50px;
max-width: 400px;
}








#s-80246102-6bdb-4adf-911a-fe9c03270e95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80246102-6bdb-4adf-911a-fe9c03270e95.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1fef7ae7-b2a1-431a-8ac2-f9b455788144 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}







  #s-1fef7ae7-b2a1-431a-8ac2-f9b455788144 img.shogun-image {
    

    
    
    
  }


#s-1fef7ae7-b2a1-431a-8ac2-f9b455788144 .shogun-image-content {
  
    align-items: center;
  
}

#s-f8ef1841-44ae-4ee6-bbaf-a27d7fa60034 {
  margin-left: 19px;
margin-right: 19px;
}

#s-8c5fe56d-4c2e-4b35-a97a-59123eca3cbe {
  box-shadow:0px 3px 15px 0px rgba(224, 221, 221, 1);
margin-top: 11px;
margin-left: auto;
margin-bottom: 11px;
margin-right: auto;
padding-top: 17px;
padding-left: 14px;
padding-bottom: 17px;
padding-right: 14px;
min-height: 50px;
max-width: 400px;
}








#s-8c5fe56d-4c2e-4b35-a97a-59123eca3cbe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c5fe56d-4c2e-4b35-a97a-59123eca3cbe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-84fff40b-9cb5-4128-a3f1-cdba0fb51ef2 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}







  #s-84fff40b-9cb5-4128-a3f1-cdba0fb51ef2 img.shogun-image {
    

    
    
    
  }


#s-84fff40b-9cb5-4128-a3f1-cdba0fb51ef2 .shogun-image-content {
  
    align-items: center;
  
}

#s-f39e6593-b054-498b-9f27-0998ccb5dff8 {
  margin-left: 19px;
margin-right: 19px;
}

#s-cbf2170d-d55e-4bdc-8a0a-1fbc046554b8 {
  box-shadow:0px 3px 15px 0px rgba(224, 221, 221, 1);
margin-top: 11px;
margin-left: auto;
margin-bottom: 11px;
margin-right: auto;
padding-top: 17px;
padding-left: 14px;
padding-bottom: 17px;
padding-right: 14px;
min-height: 50px;
max-width: 400px;
}








#s-cbf2170d-d55e-4bdc-8a0a-1fbc046554b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cbf2170d-d55e-4bdc-8a0a-1fbc046554b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c2ccf379-faeb-47e9-b21b-abc787d31d39 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}







  #s-c2ccf379-faeb-47e9-b21b-abc787d31d39 img.shogun-image {
    

    
    
    
  }


#s-c2ccf379-faeb-47e9-b21b-abc787d31d39 .shogun-image-content {
  
    align-items: center;
  
}

#s-e613819a-df46-4a07-a167-15a5347f3804 {
  margin-left: 19px;
margin-right: 19px;
}

#s-2adaba90-0ff8-42d3-9abf-5f8eb14114e6 {
  box-shadow:0px 3px 15px 0px rgba(224, 221, 221, 1);
margin-top: 11px;
margin-left: auto;
margin-bottom: 28px;
margin-right: auto;
padding-top: 17px;
padding-left: 14px;
padding-bottom: 17px;
padding-right: 14px;
min-height: 50px;
max-width: 400px;
}








#s-2adaba90-0ff8-42d3-9abf-5f8eb14114e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2adaba90-0ff8-42d3-9abf-5f8eb14114e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4279163-10ca-4902-bdae-322057f291d8 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}







  #s-a4279163-10ca-4902-bdae-322057f291d8 img.shogun-image {
    

    
    
    
  }


#s-a4279163-10ca-4902-bdae-322057f291d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-7a0c9640-5988-4e88-88da-6adbb39549a4 {
  margin-left: 19px;
margin-right: 19px;
}

#s-38a5b247-aef1-42b3-860b-cd82c6c1055c {
  background-repeat: no-repeat;
padding-top: 45px;
padding-left: 24px;
padding-bottom: 45px;
padding-right: 24px;
min-height: 50px;
}

#s-38a5b247-aef1-42b3-860b-cd82c6c1055c {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmEwZjI0NTctZjRhOS00ODYyLTk2N2QtYmFlMmJlNDY1N2I4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNWU2MGJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojM2IzYzg0O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2YTBmMjQ1Ny1mNGE5LTQ4NjItOTY3ZC1iYWUyYmU0NjU3YjgpIi8+PC9zdmc+);
}








#s-38a5b247-aef1-42b3-860b-cd82c6c1055c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38a5b247-aef1-42b3-860b-cd82c6c1055c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed6ec862-b2e2-47e2-8d6d-6969e74c9bcd {
  margin-bottom: 23px;
text-align: center;
}







  #s-ed6ec862-b2e2-47e2-8d6d-6969e74c9bcd img.shogun-image {
    

    
    
    
  }


#s-ed6ec862-b2e2-47e2-8d6d-6969e74c9bcd .shogun-image-content {
  
    align-items: center;
  
}

#s-f8626830-2dad-4029-b082-7b6770761e85 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f8626830-2dad-4029-b082-7b6770761e85 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "GothamHTF-BoldCondensed";
  font-style:   ;
  font-size: 31px;
  line-height: ;
  letter-spacing: ;
  
}



#s-b70cf1c1-be7c-4237-a9f7-247bb0e2457d {
  padding-left: 10px;
padding-right: 10px;
}

#s-dbd67cc9-527b-417d-a777-ef415bfe41a3 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-dbd67cc9-527b-417d-a777-ef415bfe41a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dbd67cc9-527b-417d-a777-ef415bfe41a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3f16757b-bac6-4198-89ae-0a3a5f70df2b {
  margin-left: auto;
margin-bottom: 16px;
margin-right: auto;
padding-left: 36px;
padding-right: 36px;
max-width: 150px;
text-align: center;
}







  #s-3f16757b-bac6-4198-89ae-0a3a5f70df2b img.shogun-image {
    

    
    
    
  }


#s-3f16757b-bac6-4198-89ae-0a3a5f70df2b .shogun-image-content {
  
    align-items: flex-end;
  
}

.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-b406f0a2-9c16-46f9-bf40-b560aab105ad {
  margin-left: auto;
margin-bottom: 17px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(115, 201, 45, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-b406f0a2-9c16-46f9-bf40-b560aab105ad:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b406f0a2-9c16-46f9-bf40-b560aab105ad:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b406f0a2-9c16-46f9-bf40-b560aab105ad-btn-wrapper {
    text-align: center;
  }


#s-b406f0a2-9c16-46f9-bf40-b560aab105ad.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: GothamHTF-Medium;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b406f0a2-9c16-46f9-bf40-b560aab105ad-btn-wrapper {
    text-align: center;
  }


#s-b406f0a2-9c16-46f9-bf40-b560aab105ad.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: GothamHTF-Medium;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b406f0a2-9c16-46f9-bf40-b560aab105ad-btn-wrapper {
    text-align: center;
  }


#s-b406f0a2-9c16-46f9-bf40-b560aab105ad.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: GothamHTF-Medium;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b406f0a2-9c16-46f9-bf40-b560aab105ad-btn-wrapper {
    text-align: center;
  }


#s-b406f0a2-9c16-46f9-bf40-b560aab105ad.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: GothamHTF-Medium;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b406f0a2-9c16-46f9-bf40-b560aab105ad-btn-wrapper {
    text-align: center;
  }


#s-b406f0a2-9c16-46f9-bf40-b560aab105ad.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: GothamHTF-Medium;
  display:  inline-block ;
}
}
#s-cd3cca50-d31d-4bb5-be27-93664881c092 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-cd3cca50-d31d-4bb5-be27-93664881c092 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd3cca50-d31d-4bb5-be27-93664881c092.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0fbef3c1-0ec5-45a6-8ad5-d02f8537e60a {
  margin-left: auto;
margin-bottom: 16px;
margin-right: auto;
padding-left: 36px;
padding-right: 36px;
max-width: 150px;
text-align: center;
}







  #s-0fbef3c1-0ec5-45a6-8ad5-d02f8537e60a img.shogun-image {
    

    
    
    
  }


#s-0fbef3c1-0ec5-45a6-8ad5-d02f8537e60a .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-64ea802a-7983-410a-a104-4981bf0bfae7 {
  margin-left: auto;
margin-bottom: 17px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(115, 201, 45, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-64ea802a-7983-410a-a104-4981bf0bfae7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-64ea802a-7983-410a-a104-4981bf0bfae7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-64ea802a-7983-410a-a104-4981bf0bfae7-btn-wrapper {
    text-align: center;
  }


#s-64ea802a-7983-410a-a104-4981bf0bfae7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: GothamHTF-Medium;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-64ea802a-7983-410a-a104-4981bf0bfae7-btn-wrapper {
    text-align: center;
  }


#s-64ea802a-7983-410a-a104-4981bf0bfae7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: GothamHTF-Medium;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-64ea802a-7983-410a-a104-4981bf0bfae7-btn-wrapper {
    text-align: center;
  }


#s-64ea802a-7983-410a-a104-4981bf0bfae7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: GothamHTF-Medium;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-64ea802a-7983-410a-a104-4981bf0bfae7-btn-wrapper {
    text-align: center;
  }


#s-64ea802a-7983-410a-a104-4981bf0bfae7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: GothamHTF-Medium;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-64ea802a-7983-410a-a104-4981bf0bfae7-btn-wrapper {
    text-align: center;
  }


#s-64ea802a-7983-410a-a104-4981bf0bfae7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: GothamHTF-Medium;
  display:  inline-block ;
}
}
#s-b03aa6f7-07b5-4b91-bdec-f3aa5ef41e8d {
  margin-top: 11px;
margin-bottom: 11px;
min-height: 50px;
}








#s-b03aa6f7-07b5-4b91-bdec-f3aa5ef41e8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b03aa6f7-07b5-4b91-bdec-f3aa5ef41e8d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8753ec5e-6d7f-4bb4-8949-eaebf9740630 {
  margin-left: auto;
margin-bottom: 16px;
margin-right: auto;
padding-left: 36px;
padding-right: 36px;
max-width: 150px;
text-align: center;
}







  #s-8753ec5e-6d7f-4bb4-8949-eaebf9740630 img.shogun-image {
    

    
    
    
  }


#s-8753ec5e-6d7f-4bb4-8949-eaebf9740630 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-c1a78131-f308-4962-b36b-6edaa4ee1e14 {
  margin-left: auto;
margin-bottom: 17px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(115, 201, 45, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-c1a78131-f308-4962-b36b-6edaa4ee1e14:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c1a78131-f308-4962-b36b-6edaa4ee1e14:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c1a78131-f308-4962-b36b-6edaa4ee1e14-btn-wrapper {
    text-align: center;
  }


#s-c1a78131-f308-4962-b36b-6edaa4ee1e14.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: GothamHTF-Medium;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c1a78131-f308-4962-b36b-6edaa4ee1e14-btn-wrapper {
    text-align: center;
  }


#s-c1a78131-f308-4962-b36b-6edaa4ee1e14.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: GothamHTF-Medium;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c1a78131-f308-4962-b36b-6edaa4ee1e14-btn-wrapper {
    text-align: center;
  }


#s-c1a78131-f308-4962-b36b-6edaa4ee1e14.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: GothamHTF-Medium;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c1a78131-f308-4962-b36b-6edaa4ee1e14-btn-wrapper {
    text-align: center;
  }


#s-c1a78131-f308-4962-b36b-6edaa4ee1e14.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: GothamHTF-Medium;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c1a78131-f308-4962-b36b-6edaa4ee1e14-btn-wrapper {
    text-align: center;
  }


#s-c1a78131-f308-4962-b36b-6edaa4ee1e14.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: GothamHTF-Medium;
  display:  inline-block ;
}
}
/*
  $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}
