.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-3bd3aea3-ff30-41d1-83fd-43c11950b095 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 8%;
padding-left: 6%;
padding-bottom: 0%;
padding-right: 6%;
min-height: 500px;
background-position: center center;
}

#s-3bd3aea3-ff30-41d1-83fd-43c11950b095 {
  background-image: url(https://i.shgcdn.com/17eb5c76-fd97-4645-ae99-2d48b3e453ac/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-3bd3aea3-ff30-41d1-83fd-43c11950b095 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-3bd3aea3-ff30-41d1-83fd-43c11950b095.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  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-9525ff63-2785-49c0-be03-8dcc990c523b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-9525ff63-2785-49c0-be03-8dcc990c523b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 65px;
  
  
  text-align: right;
}



#s-72d510e6-2735-4351-818a-838c5178deae {
  min-height: 50px;
}








#s-72d510e6-2735-4351-818a-838c5178deae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72d510e6-2735-4351-818a-838c5178deae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-178ae01e-e2d0-4889-9707-fe15047bd03b {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
}

#s-178ae01e-e2d0-4889-9707-fe15047bd03b {
  display: none;
}
.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;
}

@media (min-width: 0px) {
[id="s-a40493f2-fc7f-472f-98bd-ac6bde2091fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a40493f2-fc7f-472f-98bd-ac6bde2091fc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a40493f2-fc7f-472f-98bd-ac6bde2091fc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a40493f2-fc7f-472f-98bd-ac6bde2091fc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-3b1cf430-9cde-47c8-8c82-7c63c5a00d87 {
  text-align: left;
}



.shg-c#s-3b1cf430-9cde-47c8-8c82-7c63c5a00d87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b1cf430-9cde-47c8-8c82-7c63c5a00d87 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3b1cf430-9cde-47c8-8c82-7c63c5a00d87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b1cf430-9cde-47c8-8c82-7c63c5a00d87 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-3b1cf430-9cde-47c8-8c82-7c63c5a00d87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b1cf430-9cde-47c8-8c82-7c63c5a00d87 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-3b1cf430-9cde-47c8-8c82-7c63c5a00d87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b1cf430-9cde-47c8-8c82-7c63c5a00d87 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-3b1cf430-9cde-47c8-8c82-7c63c5a00d87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b1cf430-9cde-47c8-8c82-7c63c5a00d87 img.shogun-image {
  width: 100%;
}



}
.shg-gallery-root {
}

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.shg-left {
  left: 0;
  margin-left: 1%;
}

.shg-right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.shg-selected {
  opacity: 1;
}

#s-e304b743-32e1-4436-8402-90470bce6e5f {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-e304b743-32e1-4436-8402-90470bce6e5f .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-e304b743-32e1-4436-8402-90470bce6e5f .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-e304b743-32e1-4436-8402-90470bce6e5f .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-e304b743-32e1-4436-8402-90470bce6e5f .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-e304b743-32e1-4436-8402-90470bce6e5f .shg-gallery-scroll-button {
  color: #FFF;
}

#s-e304b743-32e1-4436-8402-90470bce6e5f .shg-gallery-dot {
  background-color: #FFF;
}

.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-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;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-e482c5f1-b086-4f8d-8020-0b610b904463 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e482c5f1-b086-4f8d-8020-0b610b904463 .shg-product-title-component h3 {
  color: rgba(12, 104, 122, 1);
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
}

#s-e891a29e-5385-4a9e-8c50-25bf749e300b {
  margin-top: -1em;
margin-bottom: -1em;
text-align: left;
}

#s-e891a29e-5385-4a9e-8c50-25bf749e300b .shg-product-sold-out {
  display: none;
  color: rgba(188, 127, 86, 1);
  font-size: 45px;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
}

#s-e891a29e-5385-4a9e-8c50-25bf749e300b .shg-product-price {
  color: rgba(188, 127, 86, 1);
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 45px;
}

#s-e891a29e-5385-4a9e-8c50-25bf749e300b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

.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: ;
}

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

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

#s-513b727b-a58b-4ac1-b0b7-102607866003 hr {
  border-top: 2px solid rgba(12, 104, 122, 1);
}

.shg-btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.shg-variant-btn {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  letter-spacing: normal;
}

.shg-variant-btn.hidden {
  display: none;
}

.shg-variant-btn.disabled {
  cursor: not-allowed;
}

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

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

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

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

#s-9f5352f6-766c-44a5-be21-238b2cb274af {
  text-align: left;
}

#s-9f5352f6-766c-44a5-be21-238b2cb274af .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-9f5352f6-766c-44a5-be21-238b2cb274af .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-9f5352f6-766c-44a5-be21-238b2cb274af .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-9f5352f6-766c-44a5-be21-238b2cb274af .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-9f5352f6-766c-44a5-be21-238b2cb274af .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-9f5352f6-766c-44a5-be21-238b2cb274af .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-9f5352f6-766c-44a5-be21-238b2cb274af .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-9f5352f6-766c-44a5-be21-238b2cb274af .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-9f5352f6-766c-44a5-be21-238b2cb274af .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-9f5352f6-766c-44a5-be21-238b2cb274af .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-9f5352f6-766c-44a5-be21-238b2cb274af .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-9f5352f6-766c-44a5-be21-238b2cb274af .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-9f5352f6-766c-44a5-be21-238b2cb274af .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-9f5352f6-766c-44a5-be21-238b2cb274af-btn-wrapper {
    text-align: center;
  }


#s-9f5352f6-766c-44a5-be21-238b2cb274af .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-9f5352f6-766c-44a5-be21-238b2cb274af .shg-variant-btn:hover {
  background: #252525;
}

#s-9f5352f6-766c-44a5-be21-238b2cb274af .shg-variant-btn:active, #s-9f5352f6-766c-44a5-be21-238b2cb274af .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-9f5352f6-766c-44a5-be21-238b2cb274af .shg-variant-btn.disabled {
  background: #252525;
}

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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-e2cf0414-ead0-4530-b2b5-c2fa11e55683 {
  margin-top: 1em;
margin-bottom: 1em;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 248, 1, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(0, 248, 1, 1);
cursor: pointer;
text-align: center;
color: rgba(33, 37, 41, 1);
}
#s-e2cf0414-ead0-4530-b2b5-c2fa11e55683:hover {border-style: solid !important;
border-color: rgba(0, 248, 1, 1) !important;
background-color: rgba(0, 248, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(33, 37, 41, 1) !important;}#s-e2cf0414-ead0-4530-b2b5-c2fa11e55683:active {border-style: solid !important;
border-color: rgba(0, 248, 1, 1) !important;
background-color: rgba(0, 248, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(33, 37, 41, 1) !important;}


#s-e2cf0414-ead0-4530-b2b5-c2fa11e55683 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e2cf0414-ead0-4530-b2b5-c2fa11e55683.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e2cf0414-ead0-4530-b2b5-c2fa11e55683.shg-btn {
  color: rgba(33, 37, 41, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-e2cf0414-ead0-4530-b2b5-c2fa11e55683.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d993a2ba-951c-4cd9-a056-412e5e302b3d {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
background-color: rgba(12, 104, 122, 1);
}








#s-d993a2ba-951c-4cd9-a056-412e5e302b3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d993a2ba-951c-4cd9-a056-412e5e302b3d.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-b8d710bf-34c1-456c-8f77-5fc3f073bca7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b8d710bf-34c1-456c-8f77-5fc3f073bca7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b8d710bf-34c1-456c-8f77-5fc3f073bca7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b8d710bf-34c1-456c-8f77-5fc3f073bca7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b8d710bf-34c1-456c-8f77-5fc3f073bca7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8d710bf-34c1-456c-8f77-5fc3f073bca7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b8d710bf-34c1-456c-8f77-5fc3f073bca7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-681eae1b-39e5-47a4-9846-6db9b10e9b85 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-681eae1b-39e5-47a4-9846-6db9b10e9b85 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



@media (min-width: 0px) {
[id="s-43dfcf29-a5cc-4fa3-9b20-951e3d1e0d33"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-43dfcf29-a5cc-4fa3-9b20-951e3d1e0d33"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-43dfcf29-a5cc-4fa3-9b20-951e3d1e0d33"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-43dfcf29-a5cc-4fa3-9b20-951e3d1e0d33"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-43dfcf29-a5cc-4fa3-9b20-951e3d1e0d33"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-43dfcf29-a5cc-4fa3-9b20-951e3d1e0d33"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-43dfcf29-a5cc-4fa3-9b20-951e3d1e0d33"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-93002d2b-cec1-4c33-8240-f7997bd0ac12 {
  padding-top: 2%;
text-align: left;
}

#s-1e20aaf8-bf25-459b-a366-98f8aade635f {
  min-height: 50px;
}








#s-1e20aaf8-bf25-459b-a366-98f8aade635f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e20aaf8-bf25-459b-a366-98f8aade635f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-77bcb2c7-6391-4391-8d21-abd965d71da7 {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-77bcb2c7-6391-4391-8d21-abd965d71da7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77bcb2c7-6391-4391-8d21-abd965d71da7.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-3d116c2b-3a44-45b4-967a-2cb3b98e9e0d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d116c2b-3a44-45b4-967a-2cb3b98e9e0d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3d116c2b-3a44-45b4-967a-2cb3b98e9e0d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3d116c2b-3a44-45b4-967a-2cb3b98e9e0d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3d116c2b-3a44-45b4-967a-2cb3b98e9e0d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d116c2b-3a44-45b4-967a-2cb3b98e9e0d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3d116c2b-3a44-45b4-967a-2cb3b98e9e0d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-c059ec83-8ddb-4af1-8b07-3e431ec138a7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c059ec83-8ddb-4af1-8b07-3e431ec138a7 .shogun-heading-component h4 {
  color: rgba(12, 104, 122, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



@media (min-width: 0px) {
[id="s-04feed1b-29cd-403b-a2dd-1c7ee8285271"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-04feed1b-29cd-403b-a2dd-1c7ee8285271"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-04feed1b-29cd-403b-a2dd-1c7ee8285271"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-04feed1b-29cd-403b-a2dd-1c7ee8285271"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-5247921a-dc65-4dc1-855e-cfa1c2009939 {
  margin-top: 1%;
}

#s-5247921a-dc65-4dc1-855e-cfa1c2009939 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(12, 104, 122, 1);
}

#s-5247921a-dc65-4dc1-855e-cfa1c2009939 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(238, 245, 250, 0);
  padding: 10px;
}

#s-5247921a-dc65-4dc1-855e-cfa1c2009939 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(4, 44, 51, 1);
}

#s-5247921a-dc65-4dc1-855e-cfa1c2009939 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(238, 245, 250, 0);
  border-top: 1px solid rgba(12, 104, 122, 1);
}

#s-5247921a-dc65-4dc1-855e-cfa1c2009939 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(4, 44, 51, 1);
  text-align: left;
  font-family: Raleway;
  font-weight: 600;
  font-style: ;
  font-size: 17px;
}

#s-5247921a-dc65-4dc1-855e-cfa1c2009939 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 17px;
}
#s-bde86517-0c60-41b0-8b92-6cea3f4ca540 {
  margin-top: 15px;
}

#s-78d6a5ac-f55a-42f5-af36-d406cf857e28 {
  margin-top: 15px;
}

#s-fa113d97-43c0-426b-996f-f29ba74deb56 {
  margin-top: 15px;
}

#s-6c2ef0f7-0dd1-4ff4-876f-323104a33082 {
  margin-top: 15px;
}

#s-f24c1260-9be4-426b-a580-28987971203b {
  margin-top: 15px;
}

#s-9daccbfa-b0ff-4e75-b44e-f49aa9d03ee6 {
  margin-top: 15px;
}

#s-5fa3f03a-5f2f-473d-82d3-4bfc4575d55c {
  margin-top: 15px;
}

#s-12058661-851e-4c4e-9f9c-bf9d8d000863 {
  margin-top: 15px;
}

.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-df8bb520-c597-4cab-83b1-89f446e00895 {
  text-align: center;
}







  #s-df8bb520-c597-4cab-83b1-89f446e00895 img.shogun-image {
    

    
    
    
  }


#s-df8bb520-c597-4cab-83b1-89f446e00895 .shogun-image-content {
  
    align-items: center;
  
}

#s-c23b03be-16ab-464b-8dd5-a75502628eaa {
  padding-top: 5%;
padding-bottom: 5%;
min-height: 50px;
}








#s-c23b03be-16ab-464b-8dd5-a75502628eaa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c23b03be-16ab-464b-8dd5-a75502628eaa.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-9f83fcbd-f6b8-4941-82c9-1623631d4380"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f83fcbd-f6b8-4941-82c9-1623631d4380"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9f83fcbd-f6b8-4941-82c9-1623631d4380"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f83fcbd-f6b8-4941-82c9-1623631d4380"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-51e6c3fb-c78d-4245-81ed-0d0a22486ac1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-51e6c3fb-c78d-4245-81ed-0d0a22486ac1 .shogun-heading-component h4 {
  color: rgba(4, 44, 51, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 45px;
  
  
  text-align: left;
}



#s-09ee1dca-0db6-4af5-a762-d2fe5b67a76d {
  text-align: center;
}







  #s-09ee1dca-0db6-4af5-a762-d2fe5b67a76d img.shogun-image {
    

    
    
    
  }


#s-09ee1dca-0db6-4af5-a762-d2fe5b67a76d .shogun-image-content {
  
    align-items: center;
  
}

#s-7fbbc526-c8c5-48e8-97c7-f2c6b983f4ba {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
background-color: rgba(238, 245, 250, 1);
}








#s-7fbbc526-c8c5-48e8-97c7-f2c6b983f4ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7fbbc526-c8c5-48e8-97c7-f2c6b983f4ba.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-8ce85534-9ecc-4b6f-8b5a-b5c23ee9c702"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8ce85534-9ecc-4b6f-8b5a-b5c23ee9c702"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8ce85534-9ecc-4b6f-8b5a-b5c23ee9c702"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8ce85534-9ecc-4b6f-8b5a-b5c23ee9c702"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8ce85534-9ecc-4b6f-8b5a-b5c23ee9c702"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ce85534-9ecc-4b6f-8b5a-b5c23ee9c702"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8ce85534-9ecc-4b6f-8b5a-b5c23ee9c702"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-be6234db-335c-4f41-bfa9-9eca17a2c683 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be6234db-335c-4f41-bfa9-9eca17a2c683 .shogun-heading-component h4 {
  color: rgba(4, 44, 51, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



#s-3139eab7-6170-4a10-bbae-28c88a45f440 {
  text-align: left;
}

#s-78556650-e2ad-43ff-bc2a-36da8062c420 {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
background-color: rgba(12, 104, 122, 1);
}








#s-78556650-e2ad-43ff-bc2a-36da8062c420 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78556650-e2ad-43ff-bc2a-36da8062c420.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-b6a2eb23-cd91-4807-ac58-3d57ff0074d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b6a2eb23-cd91-4807-ac58-3d57ff0074d8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b6a2eb23-cd91-4807-ac58-3d57ff0074d8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b6a2eb23-cd91-4807-ac58-3d57ff0074d8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b6a2eb23-cd91-4807-ac58-3d57ff0074d8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b6a2eb23-cd91-4807-ac58-3d57ff0074d8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b6a2eb23-cd91-4807-ac58-3d57ff0074d8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-c1162e3a-8a1c-4aee-936e-3dcc3523e2a9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c1162e3a-8a1c-4aee-936e-3dcc3523e2a9 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



@media (min-width: 0px) {
[id="s-25116beb-f2ea-4c19-bbf2-27f84c7b80ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-25116beb-f2ea-4c19-bbf2-27f84c7b80ef"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-25116beb-f2ea-4c19-bbf2-27f84c7b80ef"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-25116beb-f2ea-4c19-bbf2-27f84c7b80ef"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-25116beb-f2ea-4c19-bbf2-27f84c7b80ef"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-25116beb-f2ea-4c19-bbf2-27f84c7b80ef"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-25116beb-f2ea-4c19-bbf2-27f84c7b80ef"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-9157a966-701d-48a8-abd3-853609df0aad {
  padding-top: 2%;
text-align: left;
}

#s-9a93eac5-d8ea-4c8e-8308-229fbe2ef9ec {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
background-color: rgba(238, 245, 250, 1);
}








#s-9a93eac5-d8ea-4c8e-8308-229fbe2ef9ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a93eac5-d8ea-4c8e-8308-229fbe2ef9ec.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-32f1a7d8-b264-4d66-b7b7-cec52b3f5f30"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32f1a7d8-b264-4d66-b7b7-cec52b3f5f30"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-32f1a7d8-b264-4d66-b7b7-cec52b3f5f30"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-32f1a7d8-b264-4d66-b7b7-cec52b3f5f30"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-32f1a7d8-b264-4d66-b7b7-cec52b3f5f30"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-32f1a7d8-b264-4d66-b7b7-cec52b3f5f30"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-32f1a7d8-b264-4d66-b7b7-cec52b3f5f30"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-5683be03-26d7-412b-a4d7-9943f2617b11 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5683be03-26d7-412b-a4d7-9943f2617b11 .shogun-heading-component h4 {
  color: rgba(12, 104, 122, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 45px;
  
  
  text-align: center;
}



#s-4fa2f27f-1c98-4fa5-8190-457f1533270c {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-4fa2f27f-1c98-4fa5-8190-457f1533270c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4fa2f27f-1c98-4fa5-8190-457f1533270c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-4fa2f27f-1c98-4fa5-8190-457f1533270c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-4fa2f27f-1c98-4fa5-8190-457f1533270c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-84e1742a-02d9-4cd4-8a80-0767375da5f2 {
  margin-left: auto;
margin-right: auto;
max-width: 40%;
text-align: center;
}







  #s-84e1742a-02d9-4cd4-8a80-0767375da5f2 img.shogun-image {
    

    
    
    
  }


#s-84e1742a-02d9-4cd4-8a80-0767375da5f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-5c43c5c3-f532-4ec4-8203-a1749b129cd1 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5c43c5c3-f532-4ec4-8203-a1749b129cd1 .shogun-heading-component h4 {
  color: rgba(12, 104, 122, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}



#s-f2cb985c-dcaa-4304-a29e-ce5cc14e1619 {
  margin-left: auto;
margin-right: auto;
max-width: 52%;
text-align: center;
}







  #s-f2cb985c-dcaa-4304-a29e-ce5cc14e1619 img.shogun-image {
    

    
    
    
  }


#s-f2cb985c-dcaa-4304-a29e-ce5cc14e1619 .shogun-image-content {
  
    align-items: center;
  
}

#s-89b6237f-13d8-4818-a40e-f4204332ae39 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-89b6237f-13d8-4818-a40e-f4204332ae39 .shogun-heading-component h4 {
  color: rgba(12, 104, 122, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}



#s-67ace24e-c662-4b2a-a283-ded01cda57af {
  margin-left: auto;
margin-right: auto;
max-width: 44%;
text-align: center;
}







  #s-67ace24e-c662-4b2a-a283-ded01cda57af img.shogun-image {
    

    
    
    
  }


#s-67ace24e-c662-4b2a-a283-ded01cda57af .shogun-image-content {
  
    align-items: center;
  
}

#s-ac64a66a-4f19-4759-8a66-ebc77c48d687 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ac64a66a-4f19-4759-8a66-ebc77c48d687 .shogun-heading-component h4 {
  color: rgba(12, 104, 122, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}



#s-73a03666-5981-4ca5-b004-d334523c5e9e {
  margin-left: auto;
margin-right: auto;
max-width: 40%;
text-align: center;
}







  #s-73a03666-5981-4ca5-b004-d334523c5e9e img.shogun-image {
    

    
    
    
  }


#s-73a03666-5981-4ca5-b004-d334523c5e9e .shogun-image-content {
  
    align-items: center;
  
}

#s-3f457aa3-c679-4c86-af6c-dca3eb75cb64 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3f457aa3-c679-4c86-af6c-dca3eb75cb64 .shogun-heading-component h4 {
  color: rgba(12, 104, 122, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}



#s-8a1c9b8d-bd5b-4b93-91e1-022f9eb59aa2 {
  padding-top: 4%;
padding-bottom: 4%;
min-height: 50px;
}








#s-8a1c9b8d-bd5b-4b93-91e1-022f9eb59aa2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a1c9b8d-bd5b-4b93-91e1-022f9eb59aa2.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-840706f4-dc8a-4f21-8f3a-beb1bca93c79"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-840706f4-dc8a-4f21-8f3a-beb1bca93c79"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-840706f4-dc8a-4f21-8f3a-beb1bca93c79"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-840706f4-dc8a-4f21-8f3a-beb1bca93c79"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-840706f4-dc8a-4f21-8f3a-beb1bca93c79"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-840706f4-dc8a-4f21-8f3a-beb1bca93c79"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-840706f4-dc8a-4f21-8f3a-beb1bca93c79"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-8ea5f7fa-6695-422b-a8c5-1797756c7d55 {
  margin-left: auto;
margin-right: auto;
max-width: 520px;
text-align: center;
}







  #s-8ea5f7fa-6695-422b-a8c5-1797756c7d55 img.shogun-image {
    

    
    
    
  }


#s-8ea5f7fa-6695-422b-a8c5-1797756c7d55 .shogun-image-content {
  
    align-items: center;
  
}

#s-e2d145e5-de49-42f4-b3a7-b93d5778dd79 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e2d145e5-de49-42f4-b3a7-b93d5778dd79 .shogun-heading-component h4 {
  color: rgba(12, 104, 122, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



#s-22f2a659-0b66-4904-b947-133d8303ad1f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-22f2a659-0b66-4904-b947-133d8303ad1f .shogun-heading-component h5 {
  color: rgba(4, 44, 51, 1);
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  
}



#s-98fd6484-e7ed-4622-a792-f89fa03119aa {
  padding-top: 0%;
padding-bottom: 4%;
min-height: 50px;
}








#s-98fd6484-e7ed-4622-a792-f89fa03119aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98fd6484-e7ed-4622-a792-f89fa03119aa.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-47952b09-32d9-477c-8d67-82e28ea9e7f4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-47952b09-32d9-477c-8d67-82e28ea9e7f4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-47952b09-32d9-477c-8d67-82e28ea9e7f4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-47952b09-32d9-477c-8d67-82e28ea9e7f4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-47952b09-32d9-477c-8d67-82e28ea9e7f4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-47952b09-32d9-477c-8d67-82e28ea9e7f4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-47952b09-32d9-477c-8d67-82e28ea9e7f4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-92f49ceb-9628-46df-87f8-ccfbb47f6562 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-92f49ceb-9628-46df-87f8-ccfbb47f6562 .shogun-heading-component h4 {
  color: rgba(12, 104, 122, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 45px;
  
  
  text-align: center;
}



#s-495828ea-6271-44e3-a971-102e8329093b {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-495828ea-6271-44e3-a971-102e8329093b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-495828ea-6271-44e3-a971-102e8329093b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-495828ea-6271-44e3-a971-102e8329093b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-495828ea-6271-44e3-a971-102e8329093b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-495828ea-6271-44e3-a971-102e8329093b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-495828ea-6271-44e3-a971-102e8329093b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-495828ea-6271-44e3-a971-102e8329093b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

.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-56471da8-52d8-43c2-a6b5-f2240614bb2a {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-56471da8-52d8-43c2-a6b5-f2240614bb2a .shg-sld-dot {
  background-color: rgba(12, 104, 122, 1);
}

#s-56471da8-52d8-43c2-a6b5-f2240614bb2a .shg-sld-nav-button.shg-sld-left,
#s-56471da8-52d8-43c2-a6b5-f2240614bb2a .shg-sld-nav-button.shg-sld-right {
  fill: rgba(12, 104, 122, 1);
}

#s-90ad9038-3a57-43bb-852a-7bace454c4c8 {
  box-shadow:0px 0px 0px 0px ;
}

@media (min-width: 0px) {
[id="s-90ad9038-3a57-43bb-852a-7bace454c4c8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-90ad9038-3a57-43bb-852a-7bace454c4c8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-90ad9038-3a57-43bb-852a-7bace454c4c8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-90ad9038-3a57-43bb-852a-7bace454c4c8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c3e349f4-a66c-4137-977c-3f5b3579eb31 {
  text-align: center;
}







  #s-c3e349f4-a66c-4137-977c-3f5b3579eb31 img.shogun-image {
    

    
    
    
  }


#s-c3e349f4-a66c-4137-977c-3f5b3579eb31 .shogun-image-content {
  
    align-items: center;
  
}

#s-d0c6f134-d552-45fe-9fd4-8feca6a38108 {
  margin-top: 14%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d0c6f134-d552-45fe-9fd4-8feca6a38108 .shogun-heading-component h4 {
  color: rgba(4, 44, 51, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-88e330a0-9d77-44f6-9517-d766e6453667 {
  margin-top: -15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-88e330a0-9d77-44f6-9517-d766e6453667 .shogun-heading-component h4 {
  color: rgba(4, 44, 51, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-b81aa111-2a57-4c3e-b05d-09c23017a2e5 {
  margin-top: -5px;
}

#s-8d0ad692-bc41-4249-bce1-02ebebe37a97 {
  box-shadow:0px 0px 0px 0px ;
}

@media (min-width: 0px) {
[id="s-8d0ad692-bc41-4249-bce1-02ebebe37a97"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8d0ad692-bc41-4249-bce1-02ebebe37a97"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8d0ad692-bc41-4249-bce1-02ebebe37a97"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d0ad692-bc41-4249-bce1-02ebebe37a97"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c90195dc-3e4f-4320-bd5d-1463c0614713 {
  text-align: center;
}







  #s-c90195dc-3e4f-4320-bd5d-1463c0614713 img.shogun-image {
    

    
    
    
  }


#s-c90195dc-3e4f-4320-bd5d-1463c0614713 .shogun-image-content {
  
    align-items: center;
  
}

#s-66720e8c-cd27-40b6-98a6-31dbd68280a6 {
  margin-top: 14%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-66720e8c-cd27-40b6-98a6-31dbd68280a6 .shogun-heading-component h4 {
  color: rgba(4, 44, 51, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-cd9bec25-1a7a-4411-a6ee-bc992d7fddd7 {
  margin-top: -15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cd9bec25-1a7a-4411-a6ee-bc992d7fddd7 .shogun-heading-component h4 {
  color: rgba(4, 44, 51, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-63c7fe34-90d1-43c1-bd6d-248fdad30a9f {
  margin-top: -5px;
}

#s-a5dd2216-60c4-445f-8c7d-c204b16c32cb {
  padding-top: 4%;
padding-bottom: 4%;
min-height: 50px;
background-color: rgba(12, 104, 122, 1);
}








#s-a5dd2216-60c4-445f-8c7d-c204b16c32cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5dd2216-60c4-445f-8c7d-c204b16c32cb.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-1ddf1a1f-8b96-4d32-9a3f-747c5910eba9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1ddf1a1f-8b96-4d32-9a3f-747c5910eba9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1ddf1a1f-8b96-4d32-9a3f-747c5910eba9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1ddf1a1f-8b96-4d32-9a3f-747c5910eba9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1ddf1a1f-8b96-4d32-9a3f-747c5910eba9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1ddf1a1f-8b96-4d32-9a3f-747c5910eba9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1ddf1a1f-8b96-4d32-9a3f-747c5910eba9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-8d3a0589-ea62-4c14-a058-c5ba008c4434 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8d3a0589-ea62-4c14-a058-c5ba008c4434 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



#s-2c824dd0-f8e0-4f86-aad7-b64b38a28dc4 {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-2c824dd0-f8e0-4f86-aad7-b64b38a28dc4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c824dd0-f8e0-4f86-aad7-b64b38a28dc4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2c824dd0-f8e0-4f86-aad7-b64b38a28dc4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c824dd0-f8e0-4f86-aad7-b64b38a28dc4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-fb701b47-2aaa-4e9b-9281-4733db112095 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-fb701b47-2aaa-4e9b-9281-4733db112095 img.shogun-image {
    

    
    
    
  }


#s-fb701b47-2aaa-4e9b-9281-4733db112095 .shogun-image-content {
  
    align-items: center;
  
}

#s-09478e96-785e-4eff-b926-2dedf474a8af {
  margin-top: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-09478e96-785e-4eff-b926-2dedf474a8af .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-8eebb53e-bf0b-4e6b-b5ae-db09a935e53d {
  background-repeat: no-repeat;
background-size: contain;
padding-top: 3%;
padding-left: 0%;
padding-bottom: 3%;
padding-right: 0%;
min-height: 50px;
background-position: right center;
}








#s-8eebb53e-bf0b-4e6b-b5ae-db09a935e53d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8eebb53e-bf0b-4e6b-b5ae-db09a935e53d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f579af7-cbf1-4184-84af-350f6d003f21 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1f579af7-cbf1-4184-84af-350f6d003f21 .shogun-heading-component h4 {
  color: rgba(12, 104, 122, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



#s-a883b023-7338-46bd-9382-d28c11aec2fc {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-a883b023-7338-46bd-9382-d28c11aec2fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a883b023-7338-46bd-9382-d28c11aec2fc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a883b023-7338-46bd-9382-d28c11aec2fc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a883b023-7338-46bd-9382-d28c11aec2fc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a883b023-7338-46bd-9382-d28c11aec2fc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a883b023-7338-46bd-9382-d28c11aec2fc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a883b023-7338-46bd-9382-d28c11aec2fc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

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

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

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

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

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

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

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

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

#s-cbdf46f1-c0da-4f65-bed7-c7f427eae324 {
  border-style: solid;
margin-top: 30px;
padding-top: 5px;
padding-left: 15%;
padding-bottom: 5px;
padding-right: 15%;
border-color: rgba(12, 104, 122, 1);
border-radius: 2px;
background-color: rgba(12, 104, 122, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-cbdf46f1-c0da-4f65-bed7-c7f427eae324:hover {border-style: solid !important;
border-color: rgba(12, 104, 122, 1) !important;
background-color: rgba(12, 104, 122, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cbdf46f1-c0da-4f65-bed7-c7f427eae324:active {background-color: rgba(12, 104, 122, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-cbdf46f1-c0da-4f65-bed7-c7f427eae324-root {
    text-align: center;
  }


#s-cbdf46f1-c0da-4f65-bed7-c7f427eae324.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cbdf46f1-c0da-4f65-bed7-c7f427eae324-root {
    text-align: center;
  }


#s-cbdf46f1-c0da-4f65-bed7-c7f427eae324.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cbdf46f1-c0da-4f65-bed7-c7f427eae324-root {
    text-align: center;
  }


#s-cbdf46f1-c0da-4f65-bed7-c7f427eae324.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cbdf46f1-c0da-4f65-bed7-c7f427eae324-root {
    text-align: center;
  }


#s-cbdf46f1-c0da-4f65-bed7-c7f427eae324.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cbdf46f1-c0da-4f65-bed7-c7f427eae324-root {
    text-align: center;
  }


#s-cbdf46f1-c0da-4f65-bed7-c7f427eae324.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-bf62b4d5-f252-4f24-a77f-c80583e845cb {
  padding-top: 3%;
padding-bottom: 3%;
min-height: 50px;
background-color: rgba(238, 245, 250, 1);
}








#s-bf62b4d5-f252-4f24-a77f-c80583e845cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf62b4d5-f252-4f24-a77f-c80583e845cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d8314785-2112-410f-bd99-549bd7dbdf02 {
  margin-bottom: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d8314785-2112-410f-bd99-549bd7dbdf02 .shogun-heading-component h4 {
  color: rgba(12, 104, 122, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



#s-8abcff8a-1545-44f0-ba8e-9c122509cbff {
  padding-bottom: 3%;
}

@media (min-width: 0px) {
[id="s-8abcff8a-1545-44f0-ba8e-9c122509cbff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8abcff8a-1545-44f0-ba8e-9c122509cbff"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8abcff8a-1545-44f0-ba8e-9c122509cbff"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8abcff8a-1545-44f0-ba8e-9c122509cbff"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8abcff8a-1545-44f0-ba8e-9c122509cbff"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8abcff8a-1545-44f0-ba8e-9c122509cbff"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8abcff8a-1545-44f0-ba8e-9c122509cbff"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-12d73034-4129-4728-8fd3-7e9062f3c8ea {
  margin-top: -15px;
}

#s-1a8fd8b7-9ff4-4502-bfb2-4deb5a9cd2e4 {
  margin-bottom: -30px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-1a8fd8b7-9ff4-4502-bfb2-4deb5a9cd2e4 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  
  
  
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-1a8fd8b7-9ff4-4502-bfb2-4deb5a9cd2e4 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: #008000;
  
  
  
  
  
}

#s-1a8fd8b7-9ff4-4502-bfb2-4deb5a9cd2e4 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-1a8fd8b7-9ff4-4502-bfb2-4deb5a9cd2e4 .shogun-form-error-msg-container, #s-1a8fd8b7-9ff4-4502-bfb2-4deb5a9cd2e4 .shogun-form-field-error-msg-container {
  display: none;
}

#s-1a8fd8b7-9ff4-4502-bfb2-4deb5a9cd2e4 .shogun-form-error-msg {
  
  
  color: #ff0000;
  
  
  
  
  
}

#s-1a8fd8b7-9ff4-4502-bfb2-4deb5a9cd2e4 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

.shogun-form-text-input-field {
  width: 100%;
}

.shogun-form-text-input-field:focus {
  outline: none;
}

textarea.shogun-form-text-input-field {
  resize: none;
  overflow: hidden;
  min-height: 70px !important;
}

#s-e3da7edb-72fb-4593-8a14-ab123e01a761  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-e3da7edb-72fb-4593-8a14-ab123e01a761  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-e3da7edb-72fb-4593-8a14-ab123e01a761 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-e3da7edb-72fb-4593-8a14-ab123e01a761 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-3d523376-6cef-4989-b579-06c67fabf51a {
  margin-top: 15px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-3d523376-6cef-4989-b579-06c67fabf51a  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-3d523376-6cef-4989-b579-06c67fabf51a  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-3d523376-6cef-4989-b579-06c67fabf51a .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-3d523376-6cef-4989-b579-06c67fabf51a .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


.shogun-form-box-submit {
  border: 0;
  font-size: 1em;
  line-height: 1.8;
}

.shogun-form-box-submit:focus {
  outline: none;
}

.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-b960c583-8fa3-47a2-8504-61499b3b381e {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(45, 153, 178, 1);
border-style: solid;
border-radius: 2px;
color: #FFFFFF;
background-color: rgba(45, 153, 178, 1);
text-align: center;
cursor: pointer;
font-family: Raleway;
font-weight: 700;
}
#s-b960c583-8fa3-47a2-8504-61499b3b381e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b960c583-8fa3-47a2-8504-61499b3b381e:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-b960c583-8fa3-47a2-8504-61499b3b381e[disabled],
#s-b960c583-8fa3-47a2-8504-61499b3b381e[disabled]:hover,
#s-b960c583-8fa3-47a2-8504-61499b3b381e[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-b960c583-8fa3-47a2-8504-61499b3b381e {
  display:  block ;
  width:  100% ;
}


#s-c114ecb2-dfce-44e4-84f0-a291920d7953 {
  text-align: center;
}







  #s-c114ecb2-dfce-44e4-84f0-a291920d7953 img.shogun-image {
    

    
    
    
  }


#s-c114ecb2-dfce-44e4-84f0-a291920d7953 .shogun-image-content {
  
    align-items: center;
  
}

#s-6de95582-c472-402b-bae1-8a4f43e6ae27 {
  padding-top: 3%;
padding-bottom: 3%;
min-height: 50px;
}








#s-6de95582-c472-402b-bae1-8a4f43e6ae27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6de95582-c472-402b-bae1-8a4f43e6ae27.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-84361ff0-9d11-441a-8b57-a26e6a6ff2d3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-84361ff0-9d11-441a-8b57-a26e6a6ff2d3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-84361ff0-9d11-441a-8b57-a26e6a6ff2d3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-84361ff0-9d11-441a-8b57-a26e6a6ff2d3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-84361ff0-9d11-441a-8b57-a26e6a6ff2d3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-84361ff0-9d11-441a-8b57-a26e6a6ff2d3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-84361ff0-9d11-441a-8b57-a26e6a6ff2d3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-d1a1af6a-c910-499e-bbe6-d69943b17d80 {
  margin-bottom: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d1a1af6a-c910-499e-bbe6-d69943b17d80 .shogun-heading-component h4 {
  color: rgba(12, 104, 122, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



@media (min-width: 0px) {
[id="s-f17e61fd-8780-4f2e-98b2-cac29537d670"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f17e61fd-8780-4f2e-98b2-cac29537d670"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-f17e61fd-8780-4f2e-98b2-cac29537d670"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-f17e61fd-8780-4f2e-98b2-cac29537d670"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-627cc9b5-f2e0-4255-a16d-ccb6f333aa09 {
  margin-left: auto;
margin-right: auto;
max-width: 50%;
text-align: center;
}







  #s-627cc9b5-f2e0-4255-a16d-ccb6f333aa09 img.shogun-image {
    

    
    
    
  }


#s-627cc9b5-f2e0-4255-a16d-ccb6f333aa09 .shogun-image-content {
  
    align-items: center;
  
}

#s-cf40b47a-bbf0-4d26-949c-54e018da6474 {
  margin-top: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cf40b47a-bbf0-4d26-949c-54e018da6474 .shogun-heading-component h4 {
  color: rgba(4, 44, 51, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-7d08a58f-af04-450e-bb69-00a384209c5c {
  margin-left: auto;
margin-right: auto;
max-width: 50%;
text-align: center;
}







  #s-7d08a58f-af04-450e-bb69-00a384209c5c img.shogun-image {
    

    
    
    
  }


#s-7d08a58f-af04-450e-bb69-00a384209c5c .shogun-image-content {
  
    align-items: center;
  
}

#s-40d61ec5-dea8-4e93-a2c7-0a8321504c3b {
  margin-top: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-40d61ec5-dea8-4e93-a2c7-0a8321504c3b .shogun-heading-component h4 {
  color: rgba(4, 44, 51, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-3f1f5d8d-e768-483f-9bf7-5e515f1de306 {
  margin-left: auto;
margin-right: auto;
max-width: 50%;
text-align: center;
}







  #s-3f1f5d8d-e768-483f-9bf7-5e515f1de306 img.shogun-image {
    

    
    
    
  }


#s-3f1f5d8d-e768-483f-9bf7-5e515f1de306 .shogun-image-content {
  
    align-items: center;
  
}

#s-a263d1f6-76d5-4a0a-a61e-851edc4a46c7 {
  margin-top: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a263d1f6-76d5-4a0a-a61e-851edc4a46c7 .shogun-heading-component h4 {
  color: rgba(4, 44, 51, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-07eb119c-8e9d-4c7e-b024-4d3cc8a5d2e6 {
  margin-left: auto;
margin-right: auto;
max-width: 50%;
text-align: center;
}







  #s-07eb119c-8e9d-4c7e-b024-4d3cc8a5d2e6 img.shogun-image {
    

    
    
    
  }


#s-07eb119c-8e9d-4c7e-b024-4d3cc8a5d2e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-7bad660e-43b8-4356-88f6-e34f3a138292 {
  margin-top: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7bad660e-43b8-4356-88f6-e34f3a138292 .shogun-heading-component h4 {
  color: rgba(4, 44, 51, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-902b5706-b82b-4907-98d8-3416d410ae67 {
  margin-left: auto;
margin-right: auto;
max-width: 50%;
text-align: center;
}







  #s-902b5706-b82b-4907-98d8-3416d410ae67 img.shogun-image {
    

    
    
    
  }


#s-902b5706-b82b-4907-98d8-3416d410ae67 .shogun-image-content {
  
    align-items: center;
  
}

#s-3305f731-123f-403e-ba29-dbcc40f2bc4e {
  margin-top: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3305f731-123f-403e-ba29-dbcc40f2bc4e .shogun-heading-component h4 {
  color: rgba(4, 44, 51, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-d6ad3e9b-427e-4288-82ad-c2c1c2199457 {
  margin-left: auto;
margin-right: auto;
max-width: 50%;
text-align: center;
}







  #s-d6ad3e9b-427e-4288-82ad-c2c1c2199457 img.shogun-image {
    

    
    
    
  }


#s-d6ad3e9b-427e-4288-82ad-c2c1c2199457 .shogun-image-content {
  
    align-items: center;
  
}

#s-ff8d4d8c-1f42-4365-8626-fed2bea05a34 {
  margin-top: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ff8d4d8c-1f42-4365-8626-fed2bea05a34 .shogun-heading-component h4 {
  color: rgba(4, 44, 51, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-4a822654-c9e6-4982-97f2-99d501ea4736 {
  padding-top: 3%;
padding-bottom: 3%;
min-height: 50px;
background-color: rgba(238, 245, 250, 1);
}








#s-4a822654-c9e6-4982-97f2-99d501ea4736 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a822654-c9e6-4982-97f2-99d501ea4736.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-e004e4e5-3ea3-4e28-b1e1-faa1240164fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e004e4e5-3ea3-4e28-b1e1-faa1240164fd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e004e4e5-3ea3-4e28-b1e1-faa1240164fd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e004e4e5-3ea3-4e28-b1e1-faa1240164fd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e004e4e5-3ea3-4e28-b1e1-faa1240164fd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e004e4e5-3ea3-4e28-b1e1-faa1240164fd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e004e4e5-3ea3-4e28-b1e1-faa1240164fd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-4d2c3108-c693-44be-b3e9-d5dff2896ab6 {
  margin-left: auto;
margin-right: auto;
max-width: 40%;
text-align: center;
}







  #s-4d2c3108-c693-44be-b3e9-d5dff2896ab6 img.shogun-image {
    

    
    
    
  }


#s-4d2c3108-c693-44be-b3e9-d5dff2896ab6 .shogun-image-content {
  
    align-items: center;
  
}

#s-7855fa22-cfef-4c79-ab9e-9b36d03f1006 {
  margin-bottom: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7855fa22-cfef-4c79-ab9e-9b36d03f1006 .shogun-heading-component h4 {
  color: rgba(12, 104, 122, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



#s-6726782f-67dc-4a9c-9f12-90597c340474 {
  border-style: solid;
margin-top: 30px;
padding-top: 5px;
padding-left: 15%;
padding-bottom: 5px;
padding-right: 15%;
border-color: rgba(12, 104, 122, 1);
border-radius: 2px;
background-color: rgba(12, 104, 122, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6726782f-67dc-4a9c-9f12-90597c340474:hover {border-style: solid !important;
border-color: rgba(12, 104, 122, 1) !important;
background-color: rgba(12, 104, 122, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6726782f-67dc-4a9c-9f12-90597c340474:active {background-color: rgba(12, 104, 122, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-6726782f-67dc-4a9c-9f12-90597c340474-root {
    text-align: center;
  }


#s-6726782f-67dc-4a9c-9f12-90597c340474.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6726782f-67dc-4a9c-9f12-90597c340474-root {
    text-align: center;
  }


#s-6726782f-67dc-4a9c-9f12-90597c340474.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6726782f-67dc-4a9c-9f12-90597c340474-root {
    text-align: center;
  }


#s-6726782f-67dc-4a9c-9f12-90597c340474.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6726782f-67dc-4a9c-9f12-90597c340474-root {
    text-align: center;
  }


#s-6726782f-67dc-4a9c-9f12-90597c340474.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6726782f-67dc-4a9c-9f12-90597c340474-root {
    text-align: center;
  }


#s-6726782f-67dc-4a9c-9f12-90597c340474.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-e5a830cd-d182-4512-b6e3-6ff157ef05d6 {
  padding-top: 3%;
padding-bottom: 0%;
min-height: 50px;
}








#s-e5a830cd-d182-4512-b6e3-6ff157ef05d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5a830cd-d182-4512-b6e3-6ff157ef05d6.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-79fd3a2c-afeb-4b08-a80a-8ec645527d24"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-79fd3a2c-afeb-4b08-a80a-8ec645527d24"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-79fd3a2c-afeb-4b08-a80a-8ec645527d24"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-79fd3a2c-afeb-4b08-a80a-8ec645527d24"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-79fd3a2c-afeb-4b08-a80a-8ec645527d24"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-79fd3a2c-afeb-4b08-a80a-8ec645527d24"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-79fd3a2c-afeb-4b08-a80a-8ec645527d24"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-ed120301-659a-4f01-8a55-77b2daa16723 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ed120301-659a-4f01-8a55-77b2daa16723 .shogun-heading-component h1 {
  color: rgba(12, 104, 122, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 45px;
  
  
  text-align: center;
}



#s-3f09b04d-90cc-40c3-b62e-19b5ced14d13 {
  margin-top: 15px;
}

#s-3fb2aa6e-c00c-4a2f-90bb-fee3c1e93056 {
  margin-top: 0px;
}

#s-9227f457-fa8c-448b-869b-fc0809558da5 {
  margin-top: 30px;
padding-left: 20%;
padding-right: 20%;
text-align: left;
}

#s-720aff4a-37a6-47e3-872f-f466a4cbb669 {
  min-height: 50px;
}








#s-720aff4a-37a6-47e3-872f-f466a4cbb669 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-720aff4a-37a6-47e3-872f-f466a4cbb669.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-49b2b69b-63ef-4c5d-8df4-430b93398def {
  text-align: left;
}

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