#s-512b74f2-7737-46a6-aa43-71667049dbf4 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-797d0fb1-4b5a-4e6a-87a2-3a75674a1459 {
  margin-left: auto;
margin-right: auto;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

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

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

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

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

#s-ed43bc2f-dc1c-46a6-8267-2a67f15e5326 {
  margin-top: 50px;
padding-top: 0px;
padding-left: 10%;
padding-bottom: 0px;
padding-right: 10%;
}
@media (max-width: 767px){#s-ed43bc2f-dc1c-46a6-8267-2a67f15e5326 {
  margin-top: 10px;
margin-bottom: 25px;
}
}
@media (min-width: 0px) {
[id="s-ed43bc2f-dc1c-46a6-8267-2a67f15e5326"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed43bc2f-dc1c-46a6-8267-2a67f15e5326"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ed43bc2f-dc1c-46a6-8267-2a67f15e5326"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ed43bc2f-dc1c-46a6-8267-2a67f15e5326"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ed43bc2f-dc1c-46a6-8267-2a67f15e5326"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed43bc2f-dc1c-46a6-8267-2a67f15e5326"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ed43bc2f-dc1c-46a6-8267-2a67f15e5326"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

#s-b0029891-1e78-4996-af23-05eed3d3d497 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b0029891-1e78-4996-af23-05eed3d3d497 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b0029891-1e78-4996-af23-05eed3d3d497.shg-box.shg-c {
  justify-content: center;
}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.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);
  max-width: -moz-max-content;
  max-width: max-content;
}

.shg-product-image-wrapper {
  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-e2998280-db8f-4034-afb7-81605e5c733e {
  text-align: left;
}
@media (min-width: 1200px){#s-e2998280-db8f-4034-afb7-81605e5c733e {
  text-align: center;
}
}


.shg-c#s-e2998280-db8f-4034-afb7-81605e5c733e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2998280-db8f-4034-afb7-81605e5c733e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-e2998280-db8f-4034-afb7-81605e5c733e {
  max-width:  100%;
}

.shg-c#s-e2998280-db8f-4034-afb7-81605e5c733e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e2998280-db8f-4034-afb7-81605e5c733e .shg-image-zoom,
.shg-c#s-e2998280-db8f-4034-afb7-81605e5c733e img.shogun-image {
  max-width: 550px !important;
  
}

.shg-c#s-e2998280-db8f-4034-afb7-81605e5c733e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e2998280-db8f-4034-afb7-81605e5c733e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2998280-db8f-4034-afb7-81605e5c733e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-e2998280-db8f-4034-afb7-81605e5c733e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2998280-db8f-4034-afb7-81605e5c733e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-e2998280-db8f-4034-afb7-81605e5c733e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2998280-db8f-4034-afb7-81605e5c733e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-e2998280-db8f-4034-afb7-81605e5c733e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2998280-db8f-4034-afb7-81605e5c733e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
.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;
  max-width: 100%;
}

.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-b3dceed5-0f5c-40ba-8ba3-33e4cb63cf83 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-b3dceed5-0f5c-40ba-8ba3-33e4cb63cf83 .shg-gallery-thumb-image-wrapper {
  

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

#s-b3dceed5-0f5c-40ba-8ba3-33e4cb63cf83 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-b3dceed5-0f5c-40ba-8ba3-33e4cb63cf83 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-b3dceed5-0f5c-40ba-8ba3-33e4cb63cf83 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-b3dceed5-0f5c-40ba-8ba3-33e4cb63cf83 .shg-gallery-scroll-button {
  color: rgba(0, 71, 124, 1);
}

#s-b3dceed5-0f5c-40ba-8ba3-33e4cb63cf83 .shg-gallery-dot {
  background-color: #FFF;
}

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

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

#s-af4c09ad-96ee-487a-92fb-9b613705fe71 {
  margin-top: -14px;
margin-left: auto;
margin-bottom: -14px;
margin-right: auto;
}
@media (min-width: 1200px){#s-af4c09ad-96ee-487a-92fb-9b613705fe71 {
  display: none;
}
#s-af4c09ad-96ee-487a-92fb-9b613705fe71, #wrap-s-af4c09ad-96ee-487a-92fb-9b613705fe71, #wrap-content-s-af4c09ad-96ee-487a-92fb-9b613705fe71 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-af4c09ad-96ee-487a-92fb-9b613705fe71 {
  display: none;
}
#s-af4c09ad-96ee-487a-92fb-9b613705fe71, #wrap-s-af4c09ad-96ee-487a-92fb-9b613705fe71, #wrap-content-s-af4c09ad-96ee-487a-92fb-9b613705fe71 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-af4c09ad-96ee-487a-92fb-9b613705fe71 {
  display: none;
}
#s-af4c09ad-96ee-487a-92fb-9b613705fe71, #wrap-s-af4c09ad-96ee-487a-92fb-9b613705fe71, #wrap-content-s-af4c09ad-96ee-487a-92fb-9b613705fe71 { display: none !important; }}@media (max-width: 767px){#s-af4c09ad-96ee-487a-92fb-9b613705fe71 {
  display: none;
}
#s-af4c09ad-96ee-487a-92fb-9b613705fe71, #wrap-s-af4c09ad-96ee-487a-92fb-9b613705fe71, #wrap-content-s-af4c09ad-96ee-487a-92fb-9b613705fe71 { display: none !important; }}
#s-af4c09ad-96ee-487a-92fb-9b613705fe71 hr {
  border-top: 2px solid #ddd;
}

#s-0f52319b-ddcb-42cb-9fb4-0fbe22f9c29d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

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

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

#s-08cd0224-ac8a-4240-a526-864da4a1eba4 {
  margin-left: 0%;
margin-right: 0%;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-08cd0224-ac8a-4240-a526-864da4a1eba4 {
  display: none;
}
#s-08cd0224-ac8a-4240-a526-864da4a1eba4, #wrap-s-08cd0224-ac8a-4240-a526-864da4a1eba4, #wrap-content-s-08cd0224-ac8a-4240-a526-864da4a1eba4 { display: none !important; }}@media (max-width: 767px){#s-08cd0224-ac8a-4240-a526-864da4a1eba4 {
  display: none;
}
#s-08cd0224-ac8a-4240-a526-864da4a1eba4, #wrap-s-08cd0224-ac8a-4240-a526-864da4a1eba4, #wrap-content-s-08cd0224-ac8a-4240-a526-864da4a1eba4 { display: none !important; }}
#s-08cd0224-ac8a-4240-a526-864da4a1eba4 .shogun-heading-component h1 {
  color: rgba(27, 67, 118, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-d52bf94e-758a-4f89-97f1-bdd6af31c38a {
  margin-top: 10px;
margin-left: -8%;
margin-bottom: 10px;
margin-right: -8%;
text-align: left;
}
@media (min-width: 1200px){#s-d52bf94e-758a-4f89-97f1-bdd6af31c38a {
  display: none;
}
#s-d52bf94e-758a-4f89-97f1-bdd6af31c38a, #wrap-s-d52bf94e-758a-4f89-97f1-bdd6af31c38a, #wrap-content-s-d52bf94e-758a-4f89-97f1-bdd6af31c38a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d52bf94e-758a-4f89-97f1-bdd6af31c38a {
  display: none;
}
#s-d52bf94e-758a-4f89-97f1-bdd6af31c38a, #wrap-s-d52bf94e-758a-4f89-97f1-bdd6af31c38a, #wrap-content-s-d52bf94e-758a-4f89-97f1-bdd6af31c38a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d52bf94e-758a-4f89-97f1-bdd6af31c38a {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-d52bf94e-758a-4f89-97f1-bdd6af31c38a {
  margin-top: 10px;
margin-bottom: 0px;
}
}
#s-d52bf94e-758a-4f89-97f1-bdd6af31c38a .shogun-heading-component h1 {
  color: rgba(27, 67, 118, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-232c5ae6-8293-4103-b4e2-eca4b2cb0e9c {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-232c5ae6-8293-4103-b4e2-eca4b2cb0e9c {
  margin-left: -8%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
}
#s-81ae6b35-bbfa-4c95-bef8-3ba553bc0a67 {
  margin-left: auto;
margin-right: auto;
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 {
  
  
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-1e4636f8-9d39-4c5d-994a-3e36eb24cc8d {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-1e4636f8-9d39-4c5d-994a-3e36eb24cc8d {
  margin-left: -7%;
margin-right: -7%;
}
}
#s-42de94e9-4bf2-488c-9dea-266da7af8457 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-42de94e9-4bf2-488c-9dea-266da7af8457 {
  margin-left: -7%;
margin-right: -7%;
}
}
.shg-product-description {
  overflow-wrap: break-word;
}

.shg-product-description img {
  margin: 0 20px;
}

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

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

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

.shg-default-product-description-content p,
.shg-default-product-description-content h1,
.shg-default-product-description-content h2,
.shg-default-product-description-content h3,
.shg-default-product-description-content h4,
.shg-default-product-description-content h5,
.shg-default-product-description-content h6,
.shg-default-product-description-content address,
.shg-default-product-description-content pre,
.shg-default-product-description-content div,
.shg-default-product-description-content ol,
.shg-default-product-description-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-product-description-content h1,
.shg-default-product-description-content h2,
.shg-default-product-description-content h3,
.shg-default-product-description-content h4,
.shg-default-product-description-content h5,
.shg-default-product-description-content h6 {
  
  
  
}

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

.shg-default-product-description-content strong,
.shg-default-product-description-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-product-description-content em {
  font-weight: inherit;
}

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

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

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

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

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

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

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

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

.shg-default-product-description-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-product-description-content ul {
  list-style: disc;
}

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

.shg-default-product-description-content ul,
.shg-default-product-description-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-product-description-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-product-description-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-product-description-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

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

#s-cdad4a21-e20d-416b-a61c-25c850622fca {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-cdad4a21-e20d-416b-a61c-25c850622fca {
  display: none;
}
#s-cdad4a21-e20d-416b-a61c-25c850622fca, #wrap-s-cdad4a21-e20d-416b-a61c-25c850622fca, #wrap-content-s-cdad4a21-e20d-416b-a61c-25c850622fca { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cdad4a21-e20d-416b-a61c-25c850622fca {
  display: none;
}
#s-cdad4a21-e20d-416b-a61c-25c850622fca, #wrap-s-cdad4a21-e20d-416b-a61c-25c850622fca, #wrap-content-s-cdad4a21-e20d-416b-a61c-25c850622fca { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cdad4a21-e20d-416b-a61c-25c850622fca {
  display: none;
}
#s-cdad4a21-e20d-416b-a61c-25c850622fca, #wrap-s-cdad4a21-e20d-416b-a61c-25c850622fca, #wrap-content-s-cdad4a21-e20d-416b-a61c-25c850622fca { display: none !important; }}@media (max-width: 767px){#s-cdad4a21-e20d-416b-a61c-25c850622fca {
  display: none;
}
#s-cdad4a21-e20d-416b-a61c-25c850622fca, #wrap-s-cdad4a21-e20d-416b-a61c-25c850622fca, #wrap-content-s-cdad4a21-e20d-416b-a61c-25c850622fca { display: none !important; }}
#s-fdc8dc6e-d543-41c7-a482-167ef24fbcd5 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-fdc8dc6e-d543-41c7-a482-167ef24fbcd5 {
  display: none;
}
#s-fdc8dc6e-d543-41c7-a482-167ef24fbcd5, #wrap-s-fdc8dc6e-d543-41c7-a482-167ef24fbcd5, #wrap-content-s-fdc8dc6e-d543-41c7-a482-167ef24fbcd5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fdc8dc6e-d543-41c7-a482-167ef24fbcd5 {
  display: none;
}
#s-fdc8dc6e-d543-41c7-a482-167ef24fbcd5, #wrap-s-fdc8dc6e-d543-41c7-a482-167ef24fbcd5, #wrap-content-s-fdc8dc6e-d543-41c7-a482-167ef24fbcd5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fdc8dc6e-d543-41c7-a482-167ef24fbcd5 {
  display: none;
}
#s-fdc8dc6e-d543-41c7-a482-167ef24fbcd5, #wrap-s-fdc8dc6e-d543-41c7-a482-167ef24fbcd5, #wrap-content-s-fdc8dc6e-d543-41c7-a482-167ef24fbcd5 { display: none !important; }}@media (max-width: 767px){#s-fdc8dc6e-d543-41c7-a482-167ef24fbcd5 {
  display: none;
}
#s-fdc8dc6e-d543-41c7-a482-167ef24fbcd5, #wrap-s-fdc8dc6e-d543-41c7-a482-167ef24fbcd5, #wrap-content-s-fdc8dc6e-d543-41c7-a482-167ef24fbcd5 { display: none !important; }}
#s-526f3c61-b1a2-4a3d-9029-9da71d943333 {
  margin-left: -7%;
margin-right: -7%;
}
@media (min-width: 1200px){#s-526f3c61-b1a2-4a3d-9029-9da71d943333 {
  display: none;
}
#s-526f3c61-b1a2-4a3d-9029-9da71d943333, #wrap-s-526f3c61-b1a2-4a3d-9029-9da71d943333, #wrap-content-s-526f3c61-b1a2-4a3d-9029-9da71d943333 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-526f3c61-b1a2-4a3d-9029-9da71d943333 {
  display: none;
}
#s-526f3c61-b1a2-4a3d-9029-9da71d943333, #wrap-s-526f3c61-b1a2-4a3d-9029-9da71d943333, #wrap-content-s-526f3c61-b1a2-4a3d-9029-9da71d943333 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-526f3c61-b1a2-4a3d-9029-9da71d943333 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-526f3c61-b1a2-4a3d-9029-9da71d943333 {
  display: none;
}
#s-526f3c61-b1a2-4a3d-9029-9da71d943333, #wrap-s-526f3c61-b1a2-4a3d-9029-9da71d943333, #wrap-content-s-526f3c61-b1a2-4a3d-9029-9da71d943333 { display: none !important; }}
.shg-rich-text {
  overflow-wrap: break-word;
}

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-40453d1c-1a99-478b-a147-5fa7630cba4e {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-40453d1c-1a99-478b-a147-5fa7630cba4e {
  display: none;
}
#s-40453d1c-1a99-478b-a147-5fa7630cba4e, #wrap-s-40453d1c-1a99-478b-a147-5fa7630cba4e, #wrap-content-s-40453d1c-1a99-478b-a147-5fa7630cba4e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-40453d1c-1a99-478b-a147-5fa7630cba4e {
  display: none;
}
#s-40453d1c-1a99-478b-a147-5fa7630cba4e, #wrap-s-40453d1c-1a99-478b-a147-5fa7630cba4e, #wrap-content-s-40453d1c-1a99-478b-a147-5fa7630cba4e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-40453d1c-1a99-478b-a147-5fa7630cba4e {
  display: none;
}
#s-40453d1c-1a99-478b-a147-5fa7630cba4e, #wrap-s-40453d1c-1a99-478b-a147-5fa7630cba4e, #wrap-content-s-40453d1c-1a99-478b-a147-5fa7630cba4e { display: none !important; }}@media (max-width: 767px){#s-40453d1c-1a99-478b-a147-5fa7630cba4e {
  
}
}
#s-40453d1c-1a99-478b-a147-5fa7630cba4e .shg-proportional-font-size,
#s-40453d1c-1a99-478b-a147-5fa7630cba4e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9f83a835-b185-4a16-8af6-8a71e5c707b5 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px){#s-9f83a835-b185-4a16-8af6-8a71e5c707b5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9f83a835-b185-4a16-8af6-8a71e5c707b5 {
  
}
}@media (max-width: 767px){#s-9f83a835-b185-4a16-8af6-8a71e5c707b5 {
  display: none;
}
#s-9f83a835-b185-4a16-8af6-8a71e5c707b5, #wrap-s-9f83a835-b185-4a16-8af6-8a71e5c707b5, #wrap-content-s-9f83a835-b185-4a16-8af6-8a71e5c707b5 { display: none !important; }}
#s-9f83a835-b185-4a16-8af6-8a71e5c707b5 .shg-proportional-font-size,
#s-9f83a835-b185-4a16-8af6-8a71e5c707b5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2b910ad8-aa8d-48ee-8e53-e3e9c0528892 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px){#s-2b910ad8-aa8d-48ee-8e53-e3e9c0528892 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2b910ad8-aa8d-48ee-8e53-e3e9c0528892 {
  
}
}@media (max-width: 767px){#s-2b910ad8-aa8d-48ee-8e53-e3e9c0528892 {
  display: none;
}
#s-2b910ad8-aa8d-48ee-8e53-e3e9c0528892, #wrap-s-2b910ad8-aa8d-48ee-8e53-e3e9c0528892, #wrap-content-s-2b910ad8-aa8d-48ee-8e53-e3e9c0528892 { display: none !important; }}
#s-2b910ad8-aa8d-48ee-8e53-e3e9c0528892 .shg-proportional-font-size,
#s-2b910ad8-aa8d-48ee-8e53-e3e9c0528892 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-becc9b5b-af13-432a-b0bd-154c0afc536b {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-becc9b5b-af13-432a-b0bd-154c0afc536b {
  display: none;
}
#s-becc9b5b-af13-432a-b0bd-154c0afc536b, #wrap-s-becc9b5b-af13-432a-b0bd-154c0afc536b, #wrap-content-s-becc9b5b-af13-432a-b0bd-154c0afc536b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-becc9b5b-af13-432a-b0bd-154c0afc536b {
  display: none;
}
#s-becc9b5b-af13-432a-b0bd-154c0afc536b, #wrap-s-becc9b5b-af13-432a-b0bd-154c0afc536b, #wrap-content-s-becc9b5b-af13-432a-b0bd-154c0afc536b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-becc9b5b-af13-432a-b0bd-154c0afc536b {
  display: none;
}
#s-becc9b5b-af13-432a-b0bd-154c0afc536b, #wrap-s-becc9b5b-af13-432a-b0bd-154c0afc536b, #wrap-content-s-becc9b5b-af13-432a-b0bd-154c0afc536b { display: none !important; }}@media (max-width: 767px){#s-becc9b5b-af13-432a-b0bd-154c0afc536b {
  
}
}
#s-becc9b5b-af13-432a-b0bd-154c0afc536b .shg-proportional-font-size,
#s-becc9b5b-af13-432a-b0bd-154c0afc536b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8cd92c60-5a05-449b-a80b-dd2be02889f1 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-8cd92c60-5a05-449b-a80b-dd2be02889f1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8cd92c60-5a05-449b-a80b-dd2be02889f1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-8cd92c60-5a05-449b-a80b-dd2be02889f1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-8cd92c60-5a05-449b-a80b-dd2be02889f1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-8cd92c60-5a05-449b-a80b-dd2be02889f1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-8cd92c60-5a05-449b-a80b-dd2be02889f1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-8cd92c60-5a05-449b-a80b-dd2be02889f1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

}

#s-7c2ac7a5-5a28-4784-81ba-5741b6959e73 {
  text-align: left;
}

#s-7c2ac7a5-5a28-4784-81ba-5741b6959e73 .shg-product-quantity-wrapper {
  display: flex;
}

#s-7c2ac7a5-5a28-4784-81ba-5741b6959e73 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-7c2ac7a5-5a28-4784-81ba-5741b6959e73 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-7c2ac7a5-5a28-4784-81ba-5741b6959e73 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-7c2ac7a5-5a28-4784-81ba-5741b6959e73 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




.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-left {
  text-align: left;
}

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

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

#s-b3108eb4-246b-4f47-a96f-3608a620212c {
  margin-top: 1em;
margin-bottom: 1em;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 172, 78, 1);
cursor: pointer;
text-align: center;
background-image: none;
hover-type: color;
}
#s-b3108eb4-246b-4f47-a96f-3608a620212c:hover {background-color: rgba(38, 86, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b3108eb4-246b-4f47-a96f-3608a620212c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-b3108eb4-246b-4f47-a96f-3608a620212c {
  margin-left: -7%;
margin-right: -7%;
}
}

  #s-b3108eb4-246b-4f47-a96f-3608a620212c-atc-btn-wrapper {
    text-align: center;
  }


#s-b3108eb4-246b-4f47-a96f-3608a620212c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b3108eb4-246b-4f47-a96f-3608a620212c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b3108eb4-246b-4f47-a96f-3608a620212c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-b3108eb4-246b-4f47-a96f-3608a620212c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-b3108eb4-246b-4f47-a96f-3608a620212c-atc-btn-wrapper {
    text-align: center;
  }


#s-b3108eb4-246b-4f47-a96f-3608a620212c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b3108eb4-246b-4f47-a96f-3608a620212c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b3108eb4-246b-4f47-a96f-3608a620212c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-b3108eb4-246b-4f47-a96f-3608a620212c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-b3108eb4-246b-4f47-a96f-3608a620212c-atc-btn-wrapper {
    text-align: center;
  }


#s-b3108eb4-246b-4f47-a96f-3608a620212c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b3108eb4-246b-4f47-a96f-3608a620212c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b3108eb4-246b-4f47-a96f-3608a620212c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-b3108eb4-246b-4f47-a96f-3608a620212c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-b3108eb4-246b-4f47-a96f-3608a620212c-atc-btn-wrapper {
    text-align: center;
  }


#s-b3108eb4-246b-4f47-a96f-3608a620212c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b3108eb4-246b-4f47-a96f-3608a620212c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b3108eb4-246b-4f47-a96f-3608a620212c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-b3108eb4-246b-4f47-a96f-3608a620212c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-b3108eb4-246b-4f47-a96f-3608a620212c-atc-btn-wrapper {
    text-align: center;
  }


#s-b3108eb4-246b-4f47-a96f-3608a620212c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b3108eb4-246b-4f47-a96f-3608a620212c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b3108eb4-246b-4f47-a96f-3608a620212c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-b3108eb4-246b-4f47-a96f-3608a620212c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-0a78953d-87df-4291-9cb5-5f30adb0fa99 {
  margin-left: 0%;
margin-bottom: 25px;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 50px;
background-color: rgba(233, 249, 239, 1);
}
@media (max-width: 767px){#s-0a78953d-87df-4291-9cb5-5f30adb0fa99 {
  display: none;
}
#s-0a78953d-87df-4291-9cb5-5f30adb0fa99, #wrap-s-0a78953d-87df-4291-9cb5-5f30adb0fa99, #wrap-content-s-0a78953d-87df-4291-9cb5-5f30adb0fa99 { display: none !important; }}







#s-0a78953d-87df-4291-9cb5-5f30adb0fa99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0a78953d-87df-4291-9cb5-5f30adb0fa99.shg-box.shg-c {
  justify-content: center;
}

#s-6e78eaf0-4959-4279-a788-65e4e3f81fba {
  margin-left: 2%;
margin-right: 2%;
padding-left: 1%;
}

#s-6e78eaf0-4959-4279-a788-65e4e3f81fba .shg-proportional-font-size,
#s-6e78eaf0-4959-4279-a788-65e4e3f81fba .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7ebbcb06-770d-4b40-a3ac-70e451fc8887 {
  margin-left: -7%;
margin-right: -7%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 50px;
background-color: rgba(233, 249, 239, 1);
}
@media (min-width: 1200px){#s-7ebbcb06-770d-4b40-a3ac-70e451fc8887 {
  display: none;
}
#s-7ebbcb06-770d-4b40-a3ac-70e451fc8887, #wrap-s-7ebbcb06-770d-4b40-a3ac-70e451fc8887, #wrap-content-s-7ebbcb06-770d-4b40-a3ac-70e451fc8887 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7ebbcb06-770d-4b40-a3ac-70e451fc8887 {
  display: none;
}
#s-7ebbcb06-770d-4b40-a3ac-70e451fc8887, #wrap-s-7ebbcb06-770d-4b40-a3ac-70e451fc8887, #wrap-content-s-7ebbcb06-770d-4b40-a3ac-70e451fc8887 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7ebbcb06-770d-4b40-a3ac-70e451fc8887 {
  display: none;
}
#s-7ebbcb06-770d-4b40-a3ac-70e451fc8887, #wrap-s-7ebbcb06-770d-4b40-a3ac-70e451fc8887, #wrap-content-s-7ebbcb06-770d-4b40-a3ac-70e451fc8887 { display: none !important; }}







#s-7ebbcb06-770d-4b40-a3ac-70e451fc8887 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7ebbcb06-770d-4b40-a3ac-70e451fc8887.shg-box.shg-c {
  justify-content: center;
}

#s-e8418f1d-57e0-4286-a831-50e5729167f5 {
  margin-left: 2%;
margin-right: 2%;
padding-left: 1%;
}
@media (max-width: 767px){#s-e8418f1d-57e0-4286-a831-50e5729167f5 {
  margin-top: 10px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
padding-left: 4%;
padding-right: 4%;
}
}
#s-e8418f1d-57e0-4286-a831-50e5729167f5 .shg-proportional-font-size,
#s-e8418f1d-57e0-4286-a831-50e5729167f5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-518f0fc4-56c3-4e72-87a0-e1f3659d8262 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 1200px){#s-518f0fc4-56c3-4e72-87a0-e1f3659d8262 {
  display: none;
}
#s-518f0fc4-56c3-4e72-87a0-e1f3659d8262, #wrap-s-518f0fc4-56c3-4e72-87a0-e1f3659d8262, #wrap-content-s-518f0fc4-56c3-4e72-87a0-e1f3659d8262 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-518f0fc4-56c3-4e72-87a0-e1f3659d8262 {
  display: none;
}
#s-518f0fc4-56c3-4e72-87a0-e1f3659d8262, #wrap-s-518f0fc4-56c3-4e72-87a0-e1f3659d8262, #wrap-content-s-518f0fc4-56c3-4e72-87a0-e1f3659d8262 { display: none !important; }}
#s-d36a1295-d9f0-4f7b-aad5-13ca6c6883d2 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 6%;
padding-bottom: 40px;
padding-right: 6%;
min-height: 50px;
background-color: rgba(27, 67, 118, 1);
}
@media (max-width: 767px){#s-d36a1295-d9f0-4f7b-aad5-13ca6c6883d2 {
  padding-left: 3%;
padding-right: 3%;
}
}







#s-d36a1295-d9f0-4f7b-aad5-13ca6c6883d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d36a1295-d9f0-4f7b-aad5-13ca6c6883d2.shg-box.shg-c {
  justify-content: center;
}

#s-1b2ad7a7-3102-47cc-8331-8adcb004bd27 {
  margin-left: 9%;
margin-right: 9%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1b2ad7a7-3102-47cc-8331-8adcb004bd27 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-1b2ad7a7-3102-47cc-8331-8adcb004bd27 {
  margin-left: -2%;
margin-right: -2%;
}
}
#s-1b2ad7a7-3102-47cc-8331-8adcb004bd27 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-e9b3460f-61e1-427c-8b86-8251682f830b {
  margin-top: -15px;
margin-left: 9%;
margin-bottom: 0px;
margin-right: 9%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e9b3460f-61e1-427c-8b86-8251682f830b {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-e9b3460f-61e1-427c-8b86-8251682f830b {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-e9b3460f-61e1-427c-8b86-8251682f830b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-721ccb74-034b-4bd7-8cf9-aef596480fa2 {
  margin-left: 15%;
margin-right: 15%;
}
@media (min-width: 1200px){#s-721ccb74-034b-4bd7-8cf9-aef596480fa2 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-721ccb74-034b-4bd7-8cf9-aef596480fa2 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-721ccb74-034b-4bd7-8cf9-aef596480fa2 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-721ccb74-034b-4bd7-8cf9-aef596480fa2 {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-721ccb74-034b-4bd7-8cf9-aef596480fa2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-721ccb74-034b-4bd7-8cf9-aef596480fa2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-721ccb74-034b-4bd7-8cf9-aef596480fa2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-721ccb74-034b-4bd7-8cf9-aef596480fa2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shg-align-container {
  box-sizing: border-box;
}

.shg-inner-inline-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.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-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  position: relative;
}

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

.shg-imageV3-content {
  text-align: initial;
}

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

.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-top {
  align-items: flex-start;
}

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

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

.shg-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-21305ff1-7d87-4de1-8af5-029eadd7dd1c {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
max-width: 65%;
text-align: center;
}
@media (min-width: 1200px){#s-21305ff1-7d87-4de1-8af5-029eadd7dd1c {
  max-width: 80%;
text-align: right;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-21305ff1-7d87-4de1-8af5-029eadd7dd1c {
  max-width: 90%;
}
}@media (max-width: 767px){#s-21305ff1-7d87-4de1-8af5-029eadd7dd1c {
  max-width: 85%;
}
}
#s-21305ff1-7d87-4de1-8af5-029eadd7dd1c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-21305ff1-7d87-4de1-8af5-029eadd7dd1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-21305ff1-7d87-4de1-8af5-029eadd7dd1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 25px;
  
}

#s-21305ff1-7d87-4de1-8af5-029eadd7dd1c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-21305ff1-7d87-4de1-8af5-029eadd7dd1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-21305ff1-7d87-4de1-8af5-029eadd7dd1c img.shogun-image {
  width: 100%;
  
  
  max-width: 65%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-21305ff1-7d87-4de1-8af5-029eadd7dd1c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-21305ff1-7d87-4de1-8af5-029eadd7dd1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21305ff1-7d87-4de1-8af5-029eadd7dd1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21305ff1-7d87-4de1-8af5-029eadd7dd1c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-21305ff1-7d87-4de1-8af5-029eadd7dd1c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-21305ff1-7d87-4de1-8af5-029eadd7dd1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-21305ff1-7d87-4de1-8af5-029eadd7dd1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-21305ff1-7d87-4de1-8af5-029eadd7dd1c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-21305ff1-7d87-4de1-8af5-029eadd7dd1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-21305ff1-7d87-4de1-8af5-029eadd7dd1c img.shogun-image {
  width: 100%;
  
  
  max-width: 80%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-21305ff1-7d87-4de1-8af5-029eadd7dd1c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-21305ff1-7d87-4de1-8af5-029eadd7dd1c.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-21305ff1-7d87-4de1-8af5-029eadd7dd1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21305ff1-7d87-4de1-8af5-029eadd7dd1c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-21305ff1-7d87-4de1-8af5-029eadd7dd1c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-21305ff1-7d87-4de1-8af5-029eadd7dd1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-21305ff1-7d87-4de1-8af5-029eadd7dd1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-21305ff1-7d87-4de1-8af5-029eadd7dd1c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-21305ff1-7d87-4de1-8af5-029eadd7dd1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-21305ff1-7d87-4de1-8af5-029eadd7dd1c img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-21305ff1-7d87-4de1-8af5-029eadd7dd1c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-21305ff1-7d87-4de1-8af5-029eadd7dd1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21305ff1-7d87-4de1-8af5-029eadd7dd1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21305ff1-7d87-4de1-8af5-029eadd7dd1c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-21305ff1-7d87-4de1-8af5-029eadd7dd1c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-21305ff1-7d87-4de1-8af5-029eadd7dd1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-21305ff1-7d87-4de1-8af5-029eadd7dd1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-21305ff1-7d87-4de1-8af5-029eadd7dd1c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-21305ff1-7d87-4de1-8af5-029eadd7dd1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-21305ff1-7d87-4de1-8af5-029eadd7dd1c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-21305ff1-7d87-4de1-8af5-029eadd7dd1c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-21305ff1-7d87-4de1-8af5-029eadd7dd1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21305ff1-7d87-4de1-8af5-029eadd7dd1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21305ff1-7d87-4de1-8af5-029eadd7dd1c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-21305ff1-7d87-4de1-8af5-029eadd7dd1c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-21305ff1-7d87-4de1-8af5-029eadd7dd1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-21305ff1-7d87-4de1-8af5-029eadd7dd1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-21305ff1-7d87-4de1-8af5-029eadd7dd1c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-21305ff1-7d87-4de1-8af5-029eadd7dd1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-21305ff1-7d87-4de1-8af5-029eadd7dd1c img.shogun-image {
  width: 100%;
  
  
  max-width: 85%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-21305ff1-7d87-4de1-8af5-029eadd7dd1c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-21305ff1-7d87-4de1-8af5-029eadd7dd1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21305ff1-7d87-4de1-8af5-029eadd7dd1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21305ff1-7d87-4de1-8af5-029eadd7dd1c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c471b718-87bb-42f1-b11e-67444cd93daf {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-c471b718-87bb-42f1-b11e-67444cd93daf {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-c471b718-87bb-42f1-b11e-67444cd93daf .shg-proportional-font-size,
#s-c471b718-87bb-42f1-b11e-67444cd93daf .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f8646c26-d653-428c-9849-f3cf52b07af9 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgb(0, 172, 78);
}








#s-f8646c26-d653-428c-9849-f3cf52b07af9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f8646c26-d653-428c-9849-f3cf52b07af9.shg-box.shg-c {
  justify-content: center;
}

#s-f7d75797-a8af-439d-90be-52e686f41d3d {
  margin-top: 25px;
margin-left: 15%;
margin-bottom: 25px;
margin-right: 15%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-f7d75797-a8af-439d-90be-52e686f41d3d {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-f7d75797-a8af-439d-90be-52e686f41d3d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  italic ;
  
  
  
  
}



#s-1156ec8a-c97c-40c5-9e12-4dac530177ea {
  margin-left: 0%;
margin-right: 0%;
padding-top: 30px;
padding-left: 6%;
padding-bottom: 30px;
padding-right: 6%;
min-height: 50px;
background-color: rgba(250, 251, 251, 1);
}
@media (max-width: 767px){#s-1156ec8a-c97c-40c5-9e12-4dac530177ea {
  display: none;
}
#s-1156ec8a-c97c-40c5-9e12-4dac530177ea, #wrap-s-1156ec8a-c97c-40c5-9e12-4dac530177ea, #wrap-content-s-1156ec8a-c97c-40c5-9e12-4dac530177ea { display: none !important; }}







#s-1156ec8a-c97c-40c5-9e12-4dac530177ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1156ec8a-c97c-40c5-9e12-4dac530177ea.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-5ab4ff43-3ce1-4992-867a-791942458321 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-5ab4ff43-3ce1-4992-867a-791942458321 {
  display: none;
}
#s-5ab4ff43-3ce1-4992-867a-791942458321, #wrap-s-5ab4ff43-3ce1-4992-867a-791942458321, #wrap-content-s-5ab4ff43-3ce1-4992-867a-791942458321 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5ab4ff43-3ce1-4992-867a-791942458321 {
  display: none;
}
#s-5ab4ff43-3ce1-4992-867a-791942458321, #wrap-s-5ab4ff43-3ce1-4992-867a-791942458321, #wrap-content-s-5ab4ff43-3ce1-4992-867a-791942458321 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5ab4ff43-3ce1-4992-867a-791942458321 {
  display: none;
}
#s-5ab4ff43-3ce1-4992-867a-791942458321, #wrap-s-5ab4ff43-3ce1-4992-867a-791942458321, #wrap-content-s-5ab4ff43-3ce1-4992-867a-791942458321 { display: none !important; }}
#s-5ab4ff43-3ce1-4992-867a-791942458321 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 88, 142, 1);
}

#s-5ab4ff43-3ce1-4992-867a-791942458321 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-5ab4ff43-3ce1-4992-867a-791942458321 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 88, 142, 1);
}

#s-5ab4ff43-3ce1-4992-867a-791942458321 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(0, 88, 142, 1);
}

#s-5ab4ff43-3ce1-4992-867a-791942458321 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 88, 142, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 700;
  
  font-size: 24px;
}

#s-5ab4ff43-3ce1-4992-867a-791942458321 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}@media (max-width: 767px){#s-5ab4ff43-3ce1-4992-867a-791942458321 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 88, 142, 1);
}

#s-5ab4ff43-3ce1-4992-867a-791942458321 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-5ab4ff43-3ce1-4992-867a-791942458321 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 88, 142, 1);
}

#s-5ab4ff43-3ce1-4992-867a-791942458321 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(0, 88, 142, 1);
}

#s-5ab4ff43-3ce1-4992-867a-791942458321 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 88, 142, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 700;
  
  font-size: 18px;
}

#s-5ab4ff43-3ce1-4992-867a-791942458321 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}}
#s-4c320968-4961-47de-84dd-ccf65a8ebbe9 {
  margin-left: auto;
margin-right: auto;
}

#s-c4260217-9785-4619-a236-a061f9f6394b {
  margin-left: auto;
margin-right: auto;
}

#s-357a4f74-b0c1-4fd6-8993-1df6c40dbe65 {
  margin-left: auto;
margin-right: auto;
}

#s-2775c7fe-c6d7-4326-96ae-38a5aa776eff {
  margin-left: auto;
margin-right: auto;
}

#s-38e5e814-d0e9-4202-9d98-798e48a1f046 {
  margin-left: auto;
margin-right: auto;
}

#s-b45fd58e-1413-4fe4-b890-ae74700d6694 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b45fd58e-1413-4fe4-b890-ae74700d6694 .shogun-heading-component h1 {
  color: rgb(0, 172, 78);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-e48eed26-1b35-4339-bbe5-5bbc436413fc {
  margin-top: -12px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-e48eed26-1b35-4339-bbe5-5bbc436413fc {
  margin-left: 8%;
margin-right: 8%;
}
}
#s-e48eed26-1b35-4339-bbe5-5bbc436413fc .shg-proportional-font-size,
#s-e48eed26-1b35-4339-bbe5-5bbc436413fc .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f8249734-1ada-4afb-829d-ceb1bc168786 {
  margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-f8249734-1ada-4afb-829d-ceb1bc168786 {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-f8249734-1ada-4afb-829d-ceb1bc168786"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f8249734-1ada-4afb-829d-ceb1bc168786"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f8249734-1ada-4afb-829d-ceb1bc168786"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f8249734-1ada-4afb-829d-ceb1bc168786"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0ea04131-bacc-48ed-9d36-b5236436c4ad {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(27, 67, 118, 1);
border-style: solid;
border-radius: 25px;
}

#s-0ea04131-bacc-48ed-9d36-b5236436c4ad .shg-proportional-font-size,
#s-0ea04131-bacc-48ed-9d36-b5236436c4ad .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-fd210e54-d060-46ed-afb4-8f8634f7134e {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(27, 67, 118, 1);
border-style: solid;
border-radius: 25px;
}
@media (min-width: 1200px){#s-fd210e54-d060-46ed-afb4-8f8634f7134e {
  padding-right: 10px;
}
}
#s-fd210e54-d060-46ed-afb4-8f8634f7134e .shg-proportional-font-size,
#s-fd210e54-d060-46ed-afb4-8f8634f7134e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-58f59290-46cc-4432-8a45-bb0d85f296e6 {
  margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-58f59290-46cc-4432-8a45-bb0d85f296e6 {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-58f59290-46cc-4432-8a45-bb0d85f296e6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-58f59290-46cc-4432-8a45-bb0d85f296e6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-58f59290-46cc-4432-8a45-bb0d85f296e6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-58f59290-46cc-4432-8a45-bb0d85f296e6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5ef611b5-2b68-4443-88d6-6ad5ed074d2c {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-left: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(27, 67, 118, 1);
border-style: solid;
border-radius: 25px;
}

#s-5ef611b5-2b68-4443-88d6-6ad5ed074d2c .shg-proportional-font-size,
#s-5ef611b5-2b68-4443-88d6-6ad5ed074d2c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d6f7c77f-18b4-40d8-afad-c3e1c519850e {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(27, 67, 118, 1);
border-style: solid;
border-radius: 25px;
}

#s-d6f7c77f-18b4-40d8-afad-c3e1c519850e .shg-proportional-font-size,
#s-d6f7c77f-18b4-40d8-afad-c3e1c519850e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2eccfc87-fcdd-4376-9f86-1089ee39b1bc {
  margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-2eccfc87-fcdd-4376-9f86-1089ee39b1bc {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-2eccfc87-fcdd-4376-9f86-1089ee39b1bc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2eccfc87-fcdd-4376-9f86-1089ee39b1bc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2eccfc87-fcdd-4376-9f86-1089ee39b1bc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2eccfc87-fcdd-4376-9f86-1089ee39b1bc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c960d468-e6c7-481f-a92a-50b80861dfa5 {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(27, 67, 118, 1);
border-style: solid;
border-radius: 25px;
}

#s-c960d468-e6c7-481f-a92a-50b80861dfa5 .shg-proportional-font-size,
#s-c960d468-e6c7-481f-a92a-50b80861dfa5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5686f07d-d663-4317-90f4-5cd89402f49c {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(27, 67, 118, 1);
border-style: solid;
border-radius: 25px;
}

#s-5686f07d-d663-4317-90f4-5cd89402f49c .shg-proportional-font-size,
#s-5686f07d-d663-4317-90f4-5cd89402f49c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

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

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

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-6293c664-6e43-4e79-93b5-c52fb1ab9438 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 7px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6293c664-6e43-4e79-93b5-c52fb1ab9438:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6293c664-6e43-4e79-93b5-c52fb1ab9438:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6293c664-6e43-4e79-93b5-c52fb1ab9438-root {
    text-align: center;
  }


#s-6293c664-6e43-4e79-93b5-c52fb1ab9438.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6293c664-6e43-4e79-93b5-c52fb1ab9438-root {
    text-align: center;
  }


#s-6293c664-6e43-4e79-93b5-c52fb1ab9438.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6293c664-6e43-4e79-93b5-c52fb1ab9438-root {
    text-align: center;
  }


#s-6293c664-6e43-4e79-93b5-c52fb1ab9438.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6293c664-6e43-4e79-93b5-c52fb1ab9438-root {
    text-align: center;
  }


#s-6293c664-6e43-4e79-93b5-c52fb1ab9438.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6293c664-6e43-4e79-93b5-c52fb1ab9438-root {
    text-align: center;
  }


#s-6293c664-6e43-4e79-93b5-c52fb1ab9438.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-c4dd11e1-f995-479b-8ad7-1a223489e89c {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-c4dd11e1-f995-479b-8ad7-1a223489e89c {
  display: none;
}
#s-c4dd11e1-f995-479b-8ad7-1a223489e89c, #wrap-s-c4dd11e1-f995-479b-8ad7-1a223489e89c, #wrap-content-s-c4dd11e1-f995-479b-8ad7-1a223489e89c { display: none !important; }}
#s-c4dd11e1-f995-479b-8ad7-1a223489e89c .shg-proportional-font-size,
#s-c4dd11e1-f995-479b-8ad7-1a223489e89c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8f814e97-4877-4b56-98dc-7f179009957c {
  margin-left: 0%;
margin-right: 0%;
padding-top: 30px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
min-height: 50px;
background-color: rgba(250, 251, 251, 1);
}
@media (min-width: 1200px){#s-8f814e97-4877-4b56-98dc-7f179009957c {
  display: none;
}
#s-8f814e97-4877-4b56-98dc-7f179009957c, #wrap-s-8f814e97-4877-4b56-98dc-7f179009957c, #wrap-content-s-8f814e97-4877-4b56-98dc-7f179009957c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8f814e97-4877-4b56-98dc-7f179009957c {
  display: none;
}
#s-8f814e97-4877-4b56-98dc-7f179009957c, #wrap-s-8f814e97-4877-4b56-98dc-7f179009957c, #wrap-content-s-8f814e97-4877-4b56-98dc-7f179009957c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8f814e97-4877-4b56-98dc-7f179009957c {
  display: none;
}
#s-8f814e97-4877-4b56-98dc-7f179009957c, #wrap-s-8f814e97-4877-4b56-98dc-7f179009957c, #wrap-content-s-8f814e97-4877-4b56-98dc-7f179009957c { display: none !important; }}@media (max-width: 767px){#s-8f814e97-4877-4b56-98dc-7f179009957c {
  padding-left: 3%;
padding-right: 3%;
}
}







#s-8f814e97-4877-4b56-98dc-7f179009957c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8f814e97-4877-4b56-98dc-7f179009957c.shg-box.shg-c {
  justify-content: center;
}

#s-277c37f0-5e5c-4006-9283-d6df702332b1 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-277c37f0-5e5c-4006-9283-d6df702332b1 {
  display: none;
}
#s-277c37f0-5e5c-4006-9283-d6df702332b1, #wrap-s-277c37f0-5e5c-4006-9283-d6df702332b1, #wrap-content-s-277c37f0-5e5c-4006-9283-d6df702332b1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-277c37f0-5e5c-4006-9283-d6df702332b1 {
  display: none;
}
#s-277c37f0-5e5c-4006-9283-d6df702332b1, #wrap-s-277c37f0-5e5c-4006-9283-d6df702332b1, #wrap-content-s-277c37f0-5e5c-4006-9283-d6df702332b1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-277c37f0-5e5c-4006-9283-d6df702332b1 {
  display: none;
}
#s-277c37f0-5e5c-4006-9283-d6df702332b1, #wrap-s-277c37f0-5e5c-4006-9283-d6df702332b1, #wrap-content-s-277c37f0-5e5c-4006-9283-d6df702332b1 { display: none !important; }}
#s-277c37f0-5e5c-4006-9283-d6df702332b1 .shogun-heading-component h1 {
  color: rgb(0, 172, 78);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-3e789761-f39b-4c94-a41d-f8fe97f1af36 {
  margin-top: -31px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
}
@media (min-width: 1200px){#s-3e789761-f39b-4c94-a41d-f8fe97f1af36 {
  display: none;
}
#s-3e789761-f39b-4c94-a41d-f8fe97f1af36, #wrap-s-3e789761-f39b-4c94-a41d-f8fe97f1af36, #wrap-content-s-3e789761-f39b-4c94-a41d-f8fe97f1af36 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3e789761-f39b-4c94-a41d-f8fe97f1af36 {
  display: none;
}
#s-3e789761-f39b-4c94-a41d-f8fe97f1af36, #wrap-s-3e789761-f39b-4c94-a41d-f8fe97f1af36, #wrap-content-s-3e789761-f39b-4c94-a41d-f8fe97f1af36 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3e789761-f39b-4c94-a41d-f8fe97f1af36 {
  margin-left: 8%;
margin-right: 8%;
display: none;
}
#s-3e789761-f39b-4c94-a41d-f8fe97f1af36, #wrap-s-3e789761-f39b-4c94-a41d-f8fe97f1af36, #wrap-content-s-3e789761-f39b-4c94-a41d-f8fe97f1af36 { display: none !important; }}@media (max-width: 767px){#s-3e789761-f39b-4c94-a41d-f8fe97f1af36 {
  margin-left: -1%;
margin-right: -1%;
}
}
#s-3e789761-f39b-4c94-a41d-f8fe97f1af36 .shg-proportional-font-size,
#s-3e789761-f39b-4c94-a41d-f8fe97f1af36 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c86f1a45-b79a-4fbd-a55a-7dfb116095bc {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-c86f1a45-b79a-4fbd-a55a-7dfb116095bc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c86f1a45-b79a-4fbd-a55a-7dfb116095bc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c86f1a45-b79a-4fbd-a55a-7dfb116095bc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c86f1a45-b79a-4fbd-a55a-7dfb116095bc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b9c1108b-13e4-4ebb-9ef5-753adc32d49d {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(27, 67, 118, 1);
border-style: solid;
border-radius: 25px;
}
@media (max-width: 767px){#s-b9c1108b-13e4-4ebb-9ef5-753adc32d49d {
  padding-right: 5px;
}
}
#s-b9c1108b-13e4-4ebb-9ef5-753adc32d49d .shg-proportional-font-size,
#s-b9c1108b-13e4-4ebb-9ef5-753adc32d49d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-715da6ea-9533-4039-bb0f-fbb66f72a4d7 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(27, 67, 118, 1);
border-style: solid;
border-radius: 25px;
}
@media (max-width: 767px){#s-715da6ea-9533-4039-bb0f-fbb66f72a4d7 {
  padding-right: 8px;
}
}
#s-715da6ea-9533-4039-bb0f-fbb66f72a4d7 .shg-proportional-font-size,
#s-715da6ea-9533-4039-bb0f-fbb66f72a4d7 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-33958a90-a376-4ea4-9671-3356a4ebc2c5 {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-33958a90-a376-4ea4-9671-3356a4ebc2c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-33958a90-a376-4ea4-9671-3356a4ebc2c5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-33958a90-a376-4ea4-9671-3356a4ebc2c5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-33958a90-a376-4ea4-9671-3356a4ebc2c5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a60e1a37-4da9-42f5-8889-ecdb6ea3b7bb {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(27, 67, 118, 1);
border-style: solid;
border-radius: 25px;
}
@media (min-width: 1200px){#s-a60e1a37-4da9-42f5-8889-ecdb6ea3b7bb {
  display: none;
}
#s-a60e1a37-4da9-42f5-8889-ecdb6ea3b7bb, #wrap-s-a60e1a37-4da9-42f5-8889-ecdb6ea3b7bb, #wrap-content-s-a60e1a37-4da9-42f5-8889-ecdb6ea3b7bb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a60e1a37-4da9-42f5-8889-ecdb6ea3b7bb {
  display: none;
}
#s-a60e1a37-4da9-42f5-8889-ecdb6ea3b7bb, #wrap-s-a60e1a37-4da9-42f5-8889-ecdb6ea3b7bb, #wrap-content-s-a60e1a37-4da9-42f5-8889-ecdb6ea3b7bb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a60e1a37-4da9-42f5-8889-ecdb6ea3b7bb {
  display: none;
}
#s-a60e1a37-4da9-42f5-8889-ecdb6ea3b7bb, #wrap-s-a60e1a37-4da9-42f5-8889-ecdb6ea3b7bb, #wrap-content-s-a60e1a37-4da9-42f5-8889-ecdb6ea3b7bb { display: none !important; }}@media (max-width: 767px){#s-a60e1a37-4da9-42f5-8889-ecdb6ea3b7bb {
  padding-right: 5px;
}
}
#s-a60e1a37-4da9-42f5-8889-ecdb6ea3b7bb .shg-proportional-font-size,
#s-a60e1a37-4da9-42f5-8889-ecdb6ea3b7bb .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-38690b73-3894-4b0c-a252-e85602266562 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-left: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(27, 67, 118, 1);
border-style: solid;
border-radius: 25px;
}

#s-38690b73-3894-4b0c-a252-e85602266562 .shg-proportional-font-size,
#s-38690b73-3894-4b0c-a252-e85602266562 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e0b80e77-ae66-43d3-af3a-01cf8ebec94d {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-e0b80e77-ae66-43d3-af3a-01cf8ebec94d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e0b80e77-ae66-43d3-af3a-01cf8ebec94d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e0b80e77-ae66-43d3-af3a-01cf8ebec94d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e0b80e77-ae66-43d3-af3a-01cf8ebec94d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9f051ea9-8627-4552-897e-5b95e1d80107 {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(27, 67, 118, 1);
border-style: solid;
border-radius: 25px;
}

#s-9f051ea9-8627-4552-897e-5b95e1d80107 .shg-proportional-font-size,
#s-9f051ea9-8627-4552-897e-5b95e1d80107 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-01c6f1ef-bb0a-4937-bd4f-da60c1622cac {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(27, 67, 118, 1);
border-style: solid;
border-radius: 25px;
}

#s-01c6f1ef-bb0a-4937-bd4f-da60c1622cac .shg-proportional-font-size,
#s-01c6f1ef-bb0a-4937-bd4f-da60c1622cac .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4b98cac0-dcf9-4d79-a38a-a41fcac59695 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 7px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4b98cac0-dcf9-4d79-a38a-a41fcac59695:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4b98cac0-dcf9-4d79-a38a-a41fcac59695:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4b98cac0-dcf9-4d79-a38a-a41fcac59695-root {
    text-align: center;
  }


#s-4b98cac0-dcf9-4d79-a38a-a41fcac59695.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4b98cac0-dcf9-4d79-a38a-a41fcac59695-root {
    text-align: center;
  }


#s-4b98cac0-dcf9-4d79-a38a-a41fcac59695.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4b98cac0-dcf9-4d79-a38a-a41fcac59695-root {
    text-align: center;
  }


#s-4b98cac0-dcf9-4d79-a38a-a41fcac59695.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4b98cac0-dcf9-4d79-a38a-a41fcac59695-root {
    text-align: center;
  }


#s-4b98cac0-dcf9-4d79-a38a-a41fcac59695.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4b98cac0-dcf9-4d79-a38a-a41fcac59695-root {
    text-align: center;
  }


#s-4b98cac0-dcf9-4d79-a38a-a41fcac59695.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-1bcc065c-1d09-4b0d-ac37-878a999180cf {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-1bcc065c-1d09-4b0d-ac37-878a999180cf {
  display: none;
}
#s-1bcc065c-1d09-4b0d-ac37-878a999180cf, #wrap-s-1bcc065c-1d09-4b0d-ac37-878a999180cf, #wrap-content-s-1bcc065c-1d09-4b0d-ac37-878a999180cf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1bcc065c-1d09-4b0d-ac37-878a999180cf {
  display: none;
}
#s-1bcc065c-1d09-4b0d-ac37-878a999180cf, #wrap-s-1bcc065c-1d09-4b0d-ac37-878a999180cf, #wrap-content-s-1bcc065c-1d09-4b0d-ac37-878a999180cf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1bcc065c-1d09-4b0d-ac37-878a999180cf {
  display: none;
}
#s-1bcc065c-1d09-4b0d-ac37-878a999180cf, #wrap-s-1bcc065c-1d09-4b0d-ac37-878a999180cf, #wrap-content-s-1bcc065c-1d09-4b0d-ac37-878a999180cf { display: none !important; }}
#s-1bcc065c-1d09-4b0d-ac37-878a999180cf .shg-proportional-font-size,
#s-1bcc065c-1d09-4b0d-ac37-878a999180cf .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b778f860-8b57-4f9f-9e5b-986ee29d3387 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(27, 67, 118, 1);
}








#s-b778f860-8b57-4f9f-9e5b-986ee29d3387 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b778f860-8b57-4f9f-9e5b-986ee29d3387.shg-box.shg-c {
  justify-content: center;
}

/* Duplicated Styles are also in Category base.css - keep them in sync */

.shg-swiper-container {
  --arrow-button-size: 35px;
  --pagination-height: 32px;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bottom: 8px;

  position: relative;
  /*
   * In case you are wondering, why it's set to grid, please see the links below:
   * https://github.com/nolimits4web/swiper/issues/3599
   * https://github.com/nolimits4web/swiper/issues/3599#issuecomment-1290283431
   */
  display: grid;
  padding: 8px var(--arrow-button-size) var(--pagination-height)
    var(--arrow-button-size);
}

.shg-swiper:not(.swiper-initialized) {
  visibility: hidden;
  display: flex;
  overflow-x: hidden;
}

.shg-swiper-container > .shg-swiper {
  margin-left: 0;
  margin-right: 0;
}

.shg-swiper:not(.swiper-initialized) ~ .swiper-pagination,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-prev,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-next {
  visibility: hidden;
}

.shg-swiper-container > .swiper-button-prev,
.shg-swiper-container > .swiper-button-next {
  top: 0;
  height: calc(100% - var(--pagination-height));
  width: var(--arrow-button-size);
  margin: 0;
}

/* Keep nav aligned to the slider frame; Swiper 12 adds sibling rules with top:50%. */
.shg-swiper-container > .shg-swiper.swiper-horizontal ~ .swiper-button-prev,
.shg-swiper-container > .shg-swiper.swiper-horizontal ~ .swiper-button-next {
  top: 0;
  margin-top: 0;
  height: calc(100% - var(--pagination-height));
}

.shg-swiper-container > .swiper-button-prev {
  left: 0;
}

.shg-swiper-container > .swiper-button-next {
  right: 0;
}

.shg-swiper-container > .swiper-button-next:after,
.shg-swiper-container > .swiper-button-prev:after {
  /* Ditch default Swiper arrow */
  display: none;
}

.shg-swiper-container > .swiper-button-next svg,
.shg-swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}

#s-6c089b2d-cc51-49b7-849f-2da9a8ae7040 {
  margin-left: 15%;
margin-right: 15%;
padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-6c089b2d-cc51-49b7-849f-2da9a8ae7040 {
  margin-left: 4%;
margin-right: 4%;
}
}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-6c089b2d-cc51-49b7-849f-2da9a8ae7040 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(255, 255, 255, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-6c089b2d-cc51-49b7-849f-2da9a8ae7040 > .swiper-button-prev,
#slider-v3-s-6c089b2d-cc51-49b7-849f-2da9a8ae7040 > .swiper-button-next {
  
}

#slider-v3-s-6c089b2d-cc51-49b7-849f-2da9a8ae7040 > .swiper-button-prev svg,
#slider-v3-s-6c089b2d-cc51-49b7-849f-2da9a8ae7040 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-6c089b2d-cc51-49b7-849f-2da9a8ae7040 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-6c089b2d-cc51-49b7-849f-2da9a8ae7040 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-6c089b2d-cc51-49b7-849f-2da9a8ae7040 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-6c089b2d-cc51-49b7-849f-2da9a8ae7040 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-6c089b2d-cc51-49b7-849f-2da9a8ae7040 .swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-6c089b2d-cc51-49b7-849f-2da9a8ae7040 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-6c52e9fb-81ce-418f-b850-519117a48365 {
  margin-left: auto;
margin-right: auto;
}

#s-6c52e9fb-81ce-418f-b850-519117a48365 .shg-proportional-font-size,
#s-6c52e9fb-81ce-418f-b850-519117a48365 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0cff4655-caff-4118-8170-7765c9dd0c16 {
  margin-left: auto;
margin-right: auto;
}

#s-0cff4655-caff-4118-8170-7765c9dd0c16 .shg-proportional-font-size,
#s-0cff4655-caff-4118-8170-7765c9dd0c16 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-113cb591-112f-4d94-b640-312beb689c2b {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}
@media (min-width: 1200px){#s-113cb591-112f-4d94-b640-312beb689c2b {
  max-width: 175px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-113cb591-112f-4d94-b640-312beb689c2b {
  max-width: 175px;
}
}
#s-113cb591-112f-4d94-b640-312beb689c2b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-113cb591-112f-4d94-b640-312beb689c2b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-113cb591-112f-4d94-b640-312beb689c2b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-113cb591-112f-4d94-b640-312beb689c2b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 25px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-113cb591-112f-4d94-b640-312beb689c2b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-113cb591-112f-4d94-b640-312beb689c2b img.shogun-image {
  width: 100%;
  
  
  max-width: 200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-113cb591-112f-4d94-b640-312beb689c2b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-113cb591-112f-4d94-b640-312beb689c2b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-113cb591-112f-4d94-b640-312beb689c2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-113cb591-112f-4d94-b640-312beb689c2b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-113cb591-112f-4d94-b640-312beb689c2b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-113cb591-112f-4d94-b640-312beb689c2b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-113cb591-112f-4d94-b640-312beb689c2b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-113cb591-112f-4d94-b640-312beb689c2b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-113cb591-112f-4d94-b640-312beb689c2b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-113cb591-112f-4d94-b640-312beb689c2b img.shogun-image {
  width: 100%;
  
  
  max-width: 175px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-113cb591-112f-4d94-b640-312beb689c2b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-113cb591-112f-4d94-b640-312beb689c2b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-113cb591-112f-4d94-b640-312beb689c2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-113cb591-112f-4d94-b640-312beb689c2b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-113cb591-112f-4d94-b640-312beb689c2b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-113cb591-112f-4d94-b640-312beb689c2b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-113cb591-112f-4d94-b640-312beb689c2b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-113cb591-112f-4d94-b640-312beb689c2b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-113cb591-112f-4d94-b640-312beb689c2b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-113cb591-112f-4d94-b640-312beb689c2b img.shogun-image {
  width: 100%;
  
  
  max-width: 175px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-113cb591-112f-4d94-b640-312beb689c2b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-113cb591-112f-4d94-b640-312beb689c2b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-113cb591-112f-4d94-b640-312beb689c2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-113cb591-112f-4d94-b640-312beb689c2b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-113cb591-112f-4d94-b640-312beb689c2b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-113cb591-112f-4d94-b640-312beb689c2b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-113cb591-112f-4d94-b640-312beb689c2b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-113cb591-112f-4d94-b640-312beb689c2b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-113cb591-112f-4d94-b640-312beb689c2b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-113cb591-112f-4d94-b640-312beb689c2b img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-113cb591-112f-4d94-b640-312beb689c2b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-113cb591-112f-4d94-b640-312beb689c2b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-113cb591-112f-4d94-b640-312beb689c2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-113cb591-112f-4d94-b640-312beb689c2b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-113cb591-112f-4d94-b640-312beb689c2b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-113cb591-112f-4d94-b640-312beb689c2b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-113cb591-112f-4d94-b640-312beb689c2b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-113cb591-112f-4d94-b640-312beb689c2b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-113cb591-112f-4d94-b640-312beb689c2b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-113cb591-112f-4d94-b640-312beb689c2b img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-113cb591-112f-4d94-b640-312beb689c2b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-113cb591-112f-4d94-b640-312beb689c2b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-113cb591-112f-4d94-b640-312beb689c2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-113cb591-112f-4d94-b640-312beb689c2b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-bcaebcde-45b3-4ffe-ab85-087a2caaa754 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}
@media (min-width: 1200px){#s-bcaebcde-45b3-4ffe-ab85-087a2caaa754 {
  max-width: 175px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bcaebcde-45b3-4ffe-ab85-087a2caaa754 {
  max-width: 175px;
}
}
#s-bcaebcde-45b3-4ffe-ab85-087a2caaa754 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bcaebcde-45b3-4ffe-ab85-087a2caaa754-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bcaebcde-45b3-4ffe-ab85-087a2caaa754 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bcaebcde-45b3-4ffe-ab85-087a2caaa754 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 25px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bcaebcde-45b3-4ffe-ab85-087a2caaa754 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bcaebcde-45b3-4ffe-ab85-087a2caaa754 img.shogun-image {
  width: 100%;
  
  
  max-width: 200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bcaebcde-45b3-4ffe-ab85-087a2caaa754 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bcaebcde-45b3-4ffe-ab85-087a2caaa754.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcaebcde-45b3-4ffe-ab85-087a2caaa754.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcaebcde-45b3-4ffe-ab85-087a2caaa754.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-bcaebcde-45b3-4ffe-ab85-087a2caaa754 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bcaebcde-45b3-4ffe-ab85-087a2caaa754-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bcaebcde-45b3-4ffe-ab85-087a2caaa754 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bcaebcde-45b3-4ffe-ab85-087a2caaa754 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bcaebcde-45b3-4ffe-ab85-087a2caaa754 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bcaebcde-45b3-4ffe-ab85-087a2caaa754 img.shogun-image {
  width: 100%;
  
  
  max-width: 175px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bcaebcde-45b3-4ffe-ab85-087a2caaa754 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bcaebcde-45b3-4ffe-ab85-087a2caaa754.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcaebcde-45b3-4ffe-ab85-087a2caaa754.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcaebcde-45b3-4ffe-ab85-087a2caaa754.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-bcaebcde-45b3-4ffe-ab85-087a2caaa754 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bcaebcde-45b3-4ffe-ab85-087a2caaa754-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bcaebcde-45b3-4ffe-ab85-087a2caaa754 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bcaebcde-45b3-4ffe-ab85-087a2caaa754 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bcaebcde-45b3-4ffe-ab85-087a2caaa754 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bcaebcde-45b3-4ffe-ab85-087a2caaa754 img.shogun-image {
  width: 100%;
  
  
  max-width: 175px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bcaebcde-45b3-4ffe-ab85-087a2caaa754 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bcaebcde-45b3-4ffe-ab85-087a2caaa754.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcaebcde-45b3-4ffe-ab85-087a2caaa754.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcaebcde-45b3-4ffe-ab85-087a2caaa754.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-bcaebcde-45b3-4ffe-ab85-087a2caaa754 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bcaebcde-45b3-4ffe-ab85-087a2caaa754-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bcaebcde-45b3-4ffe-ab85-087a2caaa754 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bcaebcde-45b3-4ffe-ab85-087a2caaa754 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bcaebcde-45b3-4ffe-ab85-087a2caaa754 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bcaebcde-45b3-4ffe-ab85-087a2caaa754 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bcaebcde-45b3-4ffe-ab85-087a2caaa754 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bcaebcde-45b3-4ffe-ab85-087a2caaa754.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcaebcde-45b3-4ffe-ab85-087a2caaa754.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcaebcde-45b3-4ffe-ab85-087a2caaa754.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-bcaebcde-45b3-4ffe-ab85-087a2caaa754 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bcaebcde-45b3-4ffe-ab85-087a2caaa754-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bcaebcde-45b3-4ffe-ab85-087a2caaa754 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bcaebcde-45b3-4ffe-ab85-087a2caaa754 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bcaebcde-45b3-4ffe-ab85-087a2caaa754 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bcaebcde-45b3-4ffe-ab85-087a2caaa754 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bcaebcde-45b3-4ffe-ab85-087a2caaa754 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bcaebcde-45b3-4ffe-ab85-087a2caaa754.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcaebcde-45b3-4ffe-ab85-087a2caaa754.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcaebcde-45b3-4ffe-ab85-087a2caaa754.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-5981abd5-d411-42fe-8b25-258dfae77c3b {
  margin-left: auto;
margin-right: auto;
}

#s-5981abd5-d411-42fe-8b25-258dfae77c3b .shg-proportional-font-size,
#s-5981abd5-d411-42fe-8b25-258dfae77c3b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9fc81f44-ec12-4407-8c72-f70044cadba3 {
  margin-left: auto;
margin-right: auto;
}

#s-9fc81f44-ec12-4407-8c72-f70044cadba3 .shg-proportional-font-size,
#s-9fc81f44-ec12-4407-8c72-f70044cadba3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-23e8b070-e680-4293-9e03-1e03369d5e5e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(27, 67, 118, 1);
}
@media (min-width: 1200px){#s-23e8b070-e680-4293-9e03-1e03369d5e5e {
  display: none;
}
#s-23e8b070-e680-4293-9e03-1e03369d5e5e, #wrap-s-23e8b070-e680-4293-9e03-1e03369d5e5e, #wrap-content-s-23e8b070-e680-4293-9e03-1e03369d5e5e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-23e8b070-e680-4293-9e03-1e03369d5e5e {
  display: none;
}
#s-23e8b070-e680-4293-9e03-1e03369d5e5e, #wrap-s-23e8b070-e680-4293-9e03-1e03369d5e5e, #wrap-content-s-23e8b070-e680-4293-9e03-1e03369d5e5e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-23e8b070-e680-4293-9e03-1e03369d5e5e {
  
}
}@media (max-width: 767px){#s-23e8b070-e680-4293-9e03-1e03369d5e5e {
  display: none;
}
#s-23e8b070-e680-4293-9e03-1e03369d5e5e, #wrap-s-23e8b070-e680-4293-9e03-1e03369d5e5e, #wrap-content-s-23e8b070-e680-4293-9e03-1e03369d5e5e { display: none !important; }}







#s-23e8b070-e680-4293-9e03-1e03369d5e5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-23e8b070-e680-4293-9e03-1e03369d5e5e.shg-box.shg-c {
  justify-content: center;
}

#s-c2055156-a18f-465f-9c1a-f708967586e9 {
  margin-left: auto;
margin-right: auto;
max-width: 2000px;
text-align: center;
}
@media (max-width: 767px){#s-c2055156-a18f-465f-9c1a-f708967586e9 {
  display: none;
}
#s-c2055156-a18f-465f-9c1a-f708967586e9, #wrap-s-c2055156-a18f-465f-9c1a-f708967586e9, #wrap-content-s-c2055156-a18f-465f-9c1a-f708967586e9 { display: none !important; }}
#s-c2055156-a18f-465f-9c1a-f708967586e9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c2055156-a18f-465f-9c1a-f708967586e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c2055156-a18f-465f-9c1a-f708967586e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c2055156-a18f-465f-9c1a-f708967586e9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c2055156-a18f-465f-9c1a-f708967586e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c2055156-a18f-465f-9c1a-f708967586e9 img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c2055156-a18f-465f-9c1a-f708967586e9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c2055156-a18f-465f-9c1a-f708967586e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2055156-a18f-465f-9c1a-f708967586e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2055156-a18f-465f-9c1a-f708967586e9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c2055156-a18f-465f-9c1a-f708967586e9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c2055156-a18f-465f-9c1a-f708967586e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c2055156-a18f-465f-9c1a-f708967586e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c2055156-a18f-465f-9c1a-f708967586e9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c2055156-a18f-465f-9c1a-f708967586e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c2055156-a18f-465f-9c1a-f708967586e9 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c2055156-a18f-465f-9c1a-f708967586e9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c2055156-a18f-465f-9c1a-f708967586e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2055156-a18f-465f-9c1a-f708967586e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2055156-a18f-465f-9c1a-f708967586e9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c2055156-a18f-465f-9c1a-f708967586e9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c2055156-a18f-465f-9c1a-f708967586e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c2055156-a18f-465f-9c1a-f708967586e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c2055156-a18f-465f-9c1a-f708967586e9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c2055156-a18f-465f-9c1a-f708967586e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c2055156-a18f-465f-9c1a-f708967586e9 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c2055156-a18f-465f-9c1a-f708967586e9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c2055156-a18f-465f-9c1a-f708967586e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2055156-a18f-465f-9c1a-f708967586e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2055156-a18f-465f-9c1a-f708967586e9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c2055156-a18f-465f-9c1a-f708967586e9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c2055156-a18f-465f-9c1a-f708967586e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c2055156-a18f-465f-9c1a-f708967586e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c2055156-a18f-465f-9c1a-f708967586e9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c2055156-a18f-465f-9c1a-f708967586e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c2055156-a18f-465f-9c1a-f708967586e9 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c2055156-a18f-465f-9c1a-f708967586e9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c2055156-a18f-465f-9c1a-f708967586e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2055156-a18f-465f-9c1a-f708967586e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2055156-a18f-465f-9c1a-f708967586e9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c2055156-a18f-465f-9c1a-f708967586e9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c2055156-a18f-465f-9c1a-f708967586e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c2055156-a18f-465f-9c1a-f708967586e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c2055156-a18f-465f-9c1a-f708967586e9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c2055156-a18f-465f-9c1a-f708967586e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c2055156-a18f-465f-9c1a-f708967586e9 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c2055156-a18f-465f-9c1a-f708967586e9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c2055156-a18f-465f-9c1a-f708967586e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2055156-a18f-465f-9c1a-f708967586e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2055156-a18f-465f-9c1a-f708967586e9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-35893776-55d1-4527-b719-9ef58c8857c5 {
  margin-top: 25px;
margin-left: 33%;
margin-right: 4%;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-35893776-55d1-4527-b719-9ef58c8857c5 {
  margin-top: -15px;
}
}@media (max-width: 767px){#s-35893776-55d1-4527-b719-9ef58c8857c5 {
  display: none;
}
#s-35893776-55d1-4527-b719-9ef58c8857c5, #wrap-s-35893776-55d1-4527-b719-9ef58c8857c5, #wrap-content-s-35893776-55d1-4527-b719-9ef58c8857c5 { display: none !important; }}







#s-35893776-55d1-4527-b719-9ef58c8857c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-35893776-55d1-4527-b719-9ef58c8857c5.shg-box.shg-c {
  justify-content: center;
}

#s-06ddcff1-e943-4143-8ea3-957b6ba00618 {
  margin-top: 75px;
}
@media (min-width: 768px) and (max-width: 991px){#s-06ddcff1-e943-4143-8ea3-957b6ba00618 {
  margin-top: -28px;
margin-left: 1%;
}
}@media (max-width: 767px){#s-06ddcff1-e943-4143-8ea3-957b6ba00618 {
  display: none;
}
#s-06ddcff1-e943-4143-8ea3-957b6ba00618, #wrap-s-06ddcff1-e943-4143-8ea3-957b6ba00618, #wrap-content-s-06ddcff1-e943-4143-8ea3-957b6ba00618 { display: none !important; }}
#s-06ddcff1-e943-4143-8ea3-957b6ba00618 .shg-proportional-font-size,
#s-06ddcff1-e943-4143-8ea3-957b6ba00618 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d91bdbdf-cd59-445e-82f6-9a8e1fa86021 {
  margin-top: -30px;
margin-bottom: 5px;
}

#s-d91bdbdf-cd59-445e-82f6-9a8e1fa86021 .shg-proportional-font-size,
#s-d91bdbdf-cd59-445e-82f6-9a8e1fa86021 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-35bcadef-783e-4d12-9faf-6aa5011d03b0 {
  margin-left: 4%;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-35bcadef-783e-4d12-9faf-6aa5011d03b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-35bcadef-783e-4d12-9faf-6aa5011d03b0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-35bcadef-783e-4d12-9faf-6aa5011d03b0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-35bcadef-783e-4d12-9faf-6aa5011d03b0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-281bd2c8-2898-42dc-bcd1-93a15cada27d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzJmMGFmYTUtZDhlZi00OTU5LTlhZWUtMTFhNzcyODA4NWNmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjg4NzA4O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjZiNzU2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjMmYwYWZhNS1kOGVmLTQ5NTktOWFlZS0xMWE3NzI4MDg1Y2YpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 7px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f88708"}, {"id"=>2, "pos"=>1, "color"=>"#f6b756"}];
hover-type: gradient;
}
#s-281bd2c8-2898-42dc-bcd1-93a15cada27d:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-281bd2c8-2898-42dc-bcd1-93a15cada27d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-281bd2c8-2898-42dc-bcd1-93a15cada27d-root {
    text-align: center;
  }


#s-281bd2c8-2898-42dc-bcd1-93a15cada27d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-281bd2c8-2898-42dc-bcd1-93a15cada27d-root {
    text-align: center;
  }


#s-281bd2c8-2898-42dc-bcd1-93a15cada27d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-281bd2c8-2898-42dc-bcd1-93a15cada27d-root {
    text-align: center;
  }


#s-281bd2c8-2898-42dc-bcd1-93a15cada27d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-281bd2c8-2898-42dc-bcd1-93a15cada27d-root {
    text-align: center;
  }


#s-281bd2c8-2898-42dc-bcd1-93a15cada27d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-281bd2c8-2898-42dc-bcd1-93a15cada27d-root {
    text-align: center;
  }


#s-281bd2c8-2898-42dc-bcd1-93a15cada27d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-ad8c7cab-f175-405d-a8b1-772444de813d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 7px;
background-color: rgba(29, 207, 93, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ad8c7cab-f175-405d-a8b1-772444de813d:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ad8c7cab-f175-405d-a8b1-772444de813d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-ad8c7cab-f175-405d-a8b1-772444de813d {
  margin-top: 20px;
}
}

  #s-ad8c7cab-f175-405d-a8b1-772444de813d-root {
    text-align: center;
  }


#s-ad8c7cab-f175-405d-a8b1-772444de813d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ad8c7cab-f175-405d-a8b1-772444de813d-root {
    text-align: center;
  }


#s-ad8c7cab-f175-405d-a8b1-772444de813d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ad8c7cab-f175-405d-a8b1-772444de813d-root {
    text-align: center;
  }


#s-ad8c7cab-f175-405d-a8b1-772444de813d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ad8c7cab-f175-405d-a8b1-772444de813d-root {
    text-align: center;
  }


#s-ad8c7cab-f175-405d-a8b1-772444de813d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ad8c7cab-f175-405d-a8b1-772444de813d-root {
    text-align: center;
  }


#s-ad8c7cab-f175-405d-a8b1-772444de813d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-450464be-4d3c-4df7-ac9b-df0ea20b4fae {
  margin-left: 7%;
margin-right: 7%;
}
@media (min-width: 1200px){#s-450464be-4d3c-4df7-ac9b-df0ea20b4fae {
  margin-top: 55px;
margin-left: 15%;
margin-right: 15%;
display: none;
}
#s-450464be-4d3c-4df7-ac9b-df0ea20b4fae, #wrap-s-450464be-4d3c-4df7-ac9b-df0ea20b4fae, #wrap-content-s-450464be-4d3c-4df7-ac9b-df0ea20b4fae { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-450464be-4d3c-4df7-ac9b-df0ea20b4fae {
  display: none;
}
#s-450464be-4d3c-4df7-ac9b-df0ea20b4fae, #wrap-s-450464be-4d3c-4df7-ac9b-df0ea20b4fae, #wrap-content-s-450464be-4d3c-4df7-ac9b-df0ea20b4fae { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-450464be-4d3c-4df7-ac9b-df0ea20b4fae {
  display: none;
}
#s-450464be-4d3c-4df7-ac9b-df0ea20b4fae, #wrap-s-450464be-4d3c-4df7-ac9b-df0ea20b4fae, #wrap-content-s-450464be-4d3c-4df7-ac9b-df0ea20b4fae { display: none !important; }}
@media (min-width: 0px) {
[id="s-450464be-4d3c-4df7-ac9b-df0ea20b4fae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-450464be-4d3c-4df7-ac9b-df0ea20b4fae"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-450464be-4d3c-4df7-ac9b-df0ea20b4fae"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-450464be-4d3c-4df7-ac9b-df0ea20b4fae"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-450464be-4d3c-4df7-ac9b-df0ea20b4fae"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-450464be-4d3c-4df7-ac9b-df0ea20b4fae"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-450464be-4d3c-4df7-ac9b-df0ea20b4fae"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-344e039d-1d52-4a93-952a-f8324a434280 {
  margin-left: auto;
margin-right: auto;
max-width: 4920px;
text-align: center;
}

#s-344e039d-1d52-4a93-952a-f8324a434280 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-344e039d-1d52-4a93-952a-f8324a434280-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-344e039d-1d52-4a93-952a-f8324a434280 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-344e039d-1d52-4a93-952a-f8324a434280 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-344e039d-1d52-4a93-952a-f8324a434280 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-344e039d-1d52-4a93-952a-f8324a434280 img.shogun-image {
  width: 100%;
  
  
  max-width: 4920px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-344e039d-1d52-4a93-952a-f8324a434280 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-344e039d-1d52-4a93-952a-f8324a434280.shg-align-container {
  display: flex;
  justify-content: center
}

.s-344e039d-1d52-4a93-952a-f8324a434280.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-344e039d-1d52-4a93-952a-f8324a434280.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-344e039d-1d52-4a93-952a-f8324a434280 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-344e039d-1d52-4a93-952a-f8324a434280-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-344e039d-1d52-4a93-952a-f8324a434280 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-344e039d-1d52-4a93-952a-f8324a434280 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-344e039d-1d52-4a93-952a-f8324a434280 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-344e039d-1d52-4a93-952a-f8324a434280 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-344e039d-1d52-4a93-952a-f8324a434280 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-344e039d-1d52-4a93-952a-f8324a434280.shg-align-container {
  display: flex;
  justify-content: center
}

.s-344e039d-1d52-4a93-952a-f8324a434280.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-344e039d-1d52-4a93-952a-f8324a434280.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-344e039d-1d52-4a93-952a-f8324a434280 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-344e039d-1d52-4a93-952a-f8324a434280-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-344e039d-1d52-4a93-952a-f8324a434280 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-344e039d-1d52-4a93-952a-f8324a434280 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-344e039d-1d52-4a93-952a-f8324a434280 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-344e039d-1d52-4a93-952a-f8324a434280 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-344e039d-1d52-4a93-952a-f8324a434280 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-344e039d-1d52-4a93-952a-f8324a434280.shg-align-container {
  display: flex;
  justify-content: center
}

.s-344e039d-1d52-4a93-952a-f8324a434280.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-344e039d-1d52-4a93-952a-f8324a434280.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-344e039d-1d52-4a93-952a-f8324a434280 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-344e039d-1d52-4a93-952a-f8324a434280-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-344e039d-1d52-4a93-952a-f8324a434280 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-344e039d-1d52-4a93-952a-f8324a434280 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-344e039d-1d52-4a93-952a-f8324a434280 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-344e039d-1d52-4a93-952a-f8324a434280 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-344e039d-1d52-4a93-952a-f8324a434280 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-344e039d-1d52-4a93-952a-f8324a434280.shg-align-container {
  display: flex;
  justify-content: center
}

.s-344e039d-1d52-4a93-952a-f8324a434280.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-344e039d-1d52-4a93-952a-f8324a434280.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-344e039d-1d52-4a93-952a-f8324a434280 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-344e039d-1d52-4a93-952a-f8324a434280-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-344e039d-1d52-4a93-952a-f8324a434280 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-344e039d-1d52-4a93-952a-f8324a434280 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-344e039d-1d52-4a93-952a-f8324a434280 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-344e039d-1d52-4a93-952a-f8324a434280 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-344e039d-1d52-4a93-952a-f8324a434280 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-344e039d-1d52-4a93-952a-f8324a434280.shg-align-container {
  display: flex;
  justify-content: center
}

.s-344e039d-1d52-4a93-952a-f8324a434280.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-344e039d-1d52-4a93-952a-f8324a434280.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-67285d09-51a2-4e66-87de-7e0fcb13a2dc {
  margin-top: 45px;
margin-left: 15%;
margin-right: 15%;
}
@media (min-width: 1200px){#s-67285d09-51a2-4e66-87de-7e0fcb13a2dc {
  margin-top: 70px;
}
}@media (max-width: 767px){#s-67285d09-51a2-4e66-87de-7e0fcb13a2dc {
  display: none;
}
#s-67285d09-51a2-4e66-87de-7e0fcb13a2dc, #wrap-s-67285d09-51a2-4e66-87de-7e0fcb13a2dc, #wrap-content-s-67285d09-51a2-4e66-87de-7e0fcb13a2dc { display: none !important; }}
#s-67285d09-51a2-4e66-87de-7e0fcb13a2dc .shg-proportional-font-size,
#s-67285d09-51a2-4e66-87de-7e0fcb13a2dc .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d329ef65-bdfd-40c2-8442-77ff81f5227e {
  margin-left: 4%;
margin-right: 4%;
}
@media (min-width: 1200px){#s-d329ef65-bdfd-40c2-8442-77ff81f5227e {
  display: none;
}
#s-d329ef65-bdfd-40c2-8442-77ff81f5227e, #wrap-s-d329ef65-bdfd-40c2-8442-77ff81f5227e, #wrap-content-s-d329ef65-bdfd-40c2-8442-77ff81f5227e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d329ef65-bdfd-40c2-8442-77ff81f5227e {
  display: none;
}
#s-d329ef65-bdfd-40c2-8442-77ff81f5227e, #wrap-s-d329ef65-bdfd-40c2-8442-77ff81f5227e, #wrap-content-s-d329ef65-bdfd-40c2-8442-77ff81f5227e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d329ef65-bdfd-40c2-8442-77ff81f5227e {
  display: none;
}
#s-d329ef65-bdfd-40c2-8442-77ff81f5227e, #wrap-s-d329ef65-bdfd-40c2-8442-77ff81f5227e, #wrap-content-s-d329ef65-bdfd-40c2-8442-77ff81f5227e { display: none !important; }}
#s-d329ef65-bdfd-40c2-8442-77ff81f5227e .shg-proportional-font-size,
#s-d329ef65-bdfd-40c2-8442-77ff81f5227e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5e7d498a-4aa7-41aa-9e8f-d42e37040756 {
  margin-left: 15%;
margin-right: 15%;
}
@media (max-width: 767px){#s-5e7d498a-4aa7-41aa-9e8f-d42e37040756 {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-5e7d498a-4aa7-41aa-9e8f-d42e37040756 .shg-proportional-font-size,
#s-5e7d498a-4aa7-41aa-9e8f-d42e37040756 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9cbc696f-aecd-493d-9e84-a44f7fe790cc {
  margin-left: 4%;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-9cbc696f-aecd-493d-9e84-a44f7fe790cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9cbc696f-aecd-493d-9e84-a44f7fe790cc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9cbc696f-aecd-493d-9e84-a44f7fe790cc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9cbc696f-aecd-493d-9e84-a44f7fe790cc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5b9f4363-1055-4688-8195-72d9586a07ab {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTY4ZjNkOTQtYzNkOC00NzMwLTgzYjEtMzZmNDNmZDJjYzFlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjg4NzA4O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjZiNzU2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhNjhmM2Q5NC1jM2Q4LTQ3MzAtODNiMS0zNmY0M2ZkMmNjMWUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 7px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f88708"}, {"id"=>2, "pos"=>1, "color"=>"#f6b756"}];
hover-type: gradient;
}
#s-5b9f4363-1055-4688-8195-72d9586a07ab:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5b9f4363-1055-4688-8195-72d9586a07ab:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5b9f4363-1055-4688-8195-72d9586a07ab-root {
    text-align: center;
  }


#s-5b9f4363-1055-4688-8195-72d9586a07ab.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5b9f4363-1055-4688-8195-72d9586a07ab-root {
    text-align: center;
  }


#s-5b9f4363-1055-4688-8195-72d9586a07ab.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5b9f4363-1055-4688-8195-72d9586a07ab-root {
    text-align: center;
  }


#s-5b9f4363-1055-4688-8195-72d9586a07ab.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5b9f4363-1055-4688-8195-72d9586a07ab-root {
    text-align: center;
  }


#s-5b9f4363-1055-4688-8195-72d9586a07ab.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5b9f4363-1055-4688-8195-72d9586a07ab-root {
    text-align: center;
  }


#s-5b9f4363-1055-4688-8195-72d9586a07ab.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-4b0c6719-1b2d-4677-86cb-b5b6a9096639 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 7px;
background-color: rgba(29, 207, 93, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4b0c6719-1b2d-4677-86cb-b5b6a9096639:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4b0c6719-1b2d-4677-86cb-b5b6a9096639:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-4b0c6719-1b2d-4677-86cb-b5b6a9096639 {
  margin-top: 20px;
}
}

  #s-4b0c6719-1b2d-4677-86cb-b5b6a9096639-root {
    text-align: center;
  }


#s-4b0c6719-1b2d-4677-86cb-b5b6a9096639.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4b0c6719-1b2d-4677-86cb-b5b6a9096639-root {
    text-align: center;
  }


#s-4b0c6719-1b2d-4677-86cb-b5b6a9096639.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4b0c6719-1b2d-4677-86cb-b5b6a9096639-root {
    text-align: center;
  }


#s-4b0c6719-1b2d-4677-86cb-b5b6a9096639.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4b0c6719-1b2d-4677-86cb-b5b6a9096639-root {
    text-align: center;
  }


#s-4b0c6719-1b2d-4677-86cb-b5b6a9096639.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4b0c6719-1b2d-4677-86cb-b5b6a9096639-root {
    text-align: center;
  }


#s-4b0c6719-1b2d-4677-86cb-b5b6a9096639.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-6fb72701-cd9f-433d-8f49-43ad76cf1445 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-6fb72701-cd9f-433d-8f49-43ad76cf1445 {
  margin-top: 0px;
}
}







#s-6fb72701-cd9f-433d-8f49-43ad76cf1445 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6fb72701-cd9f-433d-8f49-43ad76cf1445.shg-box.shg-c {
  justify-content: center;
}

#s-0a092fd5-6b78-4f04-bc76-a6c76539eb0d {
  margin-top: 0px;
margin-left: 15%;
margin-bottom: 0px;
margin-right: 15%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0a092fd5-6b78-4f04-bc76-a6c76539eb0d {
  margin-left: 4%;
margin-right: 4%;
padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-0a092fd5-6b78-4f04-bc76-a6c76539eb0d {
  margin-left: 4%;
margin-right: 4%;
}
}
@media (min-width: 0px) {
[id="s-0a092fd5-6b78-4f04-bc76-a6c76539eb0d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a092fd5-6b78-4f04-bc76-a6c76539eb0d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0a092fd5-6b78-4f04-bc76-a6c76539eb0d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a092fd5-6b78-4f04-bc76-a6c76539eb0d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-56088f94-4e80-4267-97fb-3ffad59aa03f {
  margin-left: auto;
margin-right: auto;
max-width: 3780px;
text-align: center;
}
@media (min-width: 1200px){#s-56088f94-4e80-4267-97fb-3ffad59aa03f {
  max-width: 85%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-56088f94-4e80-4267-97fb-3ffad59aa03f {
  margin-top: 20px;
margin-bottom: 0px;
}
}
#s-56088f94-4e80-4267-97fb-3ffad59aa03f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-56088f94-4e80-4267-97fb-3ffad59aa03f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-56088f94-4e80-4267-97fb-3ffad59aa03f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-56088f94-4e80-4267-97fb-3ffad59aa03f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-56088f94-4e80-4267-97fb-3ffad59aa03f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-56088f94-4e80-4267-97fb-3ffad59aa03f img.shogun-image {
  width: 100%;
  
  
  max-width: 3780px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-56088f94-4e80-4267-97fb-3ffad59aa03f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-56088f94-4e80-4267-97fb-3ffad59aa03f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56088f94-4e80-4267-97fb-3ffad59aa03f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56088f94-4e80-4267-97fb-3ffad59aa03f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-56088f94-4e80-4267-97fb-3ffad59aa03f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-56088f94-4e80-4267-97fb-3ffad59aa03f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-56088f94-4e80-4267-97fb-3ffad59aa03f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-56088f94-4e80-4267-97fb-3ffad59aa03f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-56088f94-4e80-4267-97fb-3ffad59aa03f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-56088f94-4e80-4267-97fb-3ffad59aa03f img.shogun-image {
  width: 100%;
  
  
  max-width: 85%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-56088f94-4e80-4267-97fb-3ffad59aa03f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-56088f94-4e80-4267-97fb-3ffad59aa03f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56088f94-4e80-4267-97fb-3ffad59aa03f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56088f94-4e80-4267-97fb-3ffad59aa03f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-56088f94-4e80-4267-97fb-3ffad59aa03f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-56088f94-4e80-4267-97fb-3ffad59aa03f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-56088f94-4e80-4267-97fb-3ffad59aa03f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 0px;
}

#s-56088f94-4e80-4267-97fb-3ffad59aa03f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-56088f94-4e80-4267-97fb-3ffad59aa03f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-56088f94-4e80-4267-97fb-3ffad59aa03f img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-56088f94-4e80-4267-97fb-3ffad59aa03f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-56088f94-4e80-4267-97fb-3ffad59aa03f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56088f94-4e80-4267-97fb-3ffad59aa03f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56088f94-4e80-4267-97fb-3ffad59aa03f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-56088f94-4e80-4267-97fb-3ffad59aa03f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-56088f94-4e80-4267-97fb-3ffad59aa03f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-56088f94-4e80-4267-97fb-3ffad59aa03f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-56088f94-4e80-4267-97fb-3ffad59aa03f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-56088f94-4e80-4267-97fb-3ffad59aa03f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-56088f94-4e80-4267-97fb-3ffad59aa03f img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-56088f94-4e80-4267-97fb-3ffad59aa03f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-56088f94-4e80-4267-97fb-3ffad59aa03f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56088f94-4e80-4267-97fb-3ffad59aa03f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56088f94-4e80-4267-97fb-3ffad59aa03f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-56088f94-4e80-4267-97fb-3ffad59aa03f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-56088f94-4e80-4267-97fb-3ffad59aa03f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-56088f94-4e80-4267-97fb-3ffad59aa03f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-56088f94-4e80-4267-97fb-3ffad59aa03f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-56088f94-4e80-4267-97fb-3ffad59aa03f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-56088f94-4e80-4267-97fb-3ffad59aa03f img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-56088f94-4e80-4267-97fb-3ffad59aa03f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-56088f94-4e80-4267-97fb-3ffad59aa03f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56088f94-4e80-4267-97fb-3ffad59aa03f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56088f94-4e80-4267-97fb-3ffad59aa03f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-308484c7-1d41-4b6b-82c4-db9b76637769 {
  margin-left: auto;
margin-right: auto;
}

#s-308484c7-1d41-4b6b-82c4-db9b76637769 .shg-proportional-font-size,
#s-308484c7-1d41-4b6b-82c4-db9b76637769 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-71cb442e-ba37-49f5-b2e0-cf9160ee308f {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-71cb442e-ba37-49f5-b2e0-cf9160ee308f {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-835fefe4-f947-4a24-ad10-f61829d537e5 {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
max-width: 50%;
text-align: left;
}
@media (max-width: 767px){#s-835fefe4-f947-4a24-ad10-f61829d537e5 {
  max-width: 65%;
}
}
#s-835fefe4-f947-4a24-ad10-f61829d537e5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-835fefe4-f947-4a24-ad10-f61829d537e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-835fefe4-f947-4a24-ad10-f61829d537e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 25px;
  
}

#s-835fefe4-f947-4a24-ad10-f61829d537e5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-835fefe4-f947-4a24-ad10-f61829d537e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-835fefe4-f947-4a24-ad10-f61829d537e5 img.shogun-image {
  width: 100%;
  
  
  max-width: 50%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-835fefe4-f947-4a24-ad10-f61829d537e5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-835fefe4-f947-4a24-ad10-f61829d537e5.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-835fefe4-f947-4a24-ad10-f61829d537e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-835fefe4-f947-4a24-ad10-f61829d537e5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-835fefe4-f947-4a24-ad10-f61829d537e5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-835fefe4-f947-4a24-ad10-f61829d537e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-835fefe4-f947-4a24-ad10-f61829d537e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-835fefe4-f947-4a24-ad10-f61829d537e5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-835fefe4-f947-4a24-ad10-f61829d537e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-835fefe4-f947-4a24-ad10-f61829d537e5 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-835fefe4-f947-4a24-ad10-f61829d537e5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-835fefe4-f947-4a24-ad10-f61829d537e5.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-835fefe4-f947-4a24-ad10-f61829d537e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-835fefe4-f947-4a24-ad10-f61829d537e5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-835fefe4-f947-4a24-ad10-f61829d537e5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-835fefe4-f947-4a24-ad10-f61829d537e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-835fefe4-f947-4a24-ad10-f61829d537e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-835fefe4-f947-4a24-ad10-f61829d537e5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-835fefe4-f947-4a24-ad10-f61829d537e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-835fefe4-f947-4a24-ad10-f61829d537e5 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-835fefe4-f947-4a24-ad10-f61829d537e5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-835fefe4-f947-4a24-ad10-f61829d537e5.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-835fefe4-f947-4a24-ad10-f61829d537e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-835fefe4-f947-4a24-ad10-f61829d537e5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-835fefe4-f947-4a24-ad10-f61829d537e5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-835fefe4-f947-4a24-ad10-f61829d537e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-835fefe4-f947-4a24-ad10-f61829d537e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-835fefe4-f947-4a24-ad10-f61829d537e5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-835fefe4-f947-4a24-ad10-f61829d537e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-835fefe4-f947-4a24-ad10-f61829d537e5 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-835fefe4-f947-4a24-ad10-f61829d537e5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-835fefe4-f947-4a24-ad10-f61829d537e5.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-835fefe4-f947-4a24-ad10-f61829d537e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-835fefe4-f947-4a24-ad10-f61829d537e5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-835fefe4-f947-4a24-ad10-f61829d537e5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-835fefe4-f947-4a24-ad10-f61829d537e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-835fefe4-f947-4a24-ad10-f61829d537e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-835fefe4-f947-4a24-ad10-f61829d537e5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-835fefe4-f947-4a24-ad10-f61829d537e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-835fefe4-f947-4a24-ad10-f61829d537e5 img.shogun-image {
  width: 100%;
  
  
  max-width: 65%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-835fefe4-f947-4a24-ad10-f61829d537e5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-835fefe4-f947-4a24-ad10-f61829d537e5.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-835fefe4-f947-4a24-ad10-f61829d537e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-835fefe4-f947-4a24-ad10-f61829d537e5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-29d4ac4f-730d-48f2-a049-f6a38aac90ff {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
min-height: 100%;
background-position: center top;
}
@media (min-width: 1200px){#s-29d4ac4f-730d-48f2-a049-f6a38aac90ff {
  display: none;
}
#s-29d4ac4f-730d-48f2-a049-f6a38aac90ff, #wrap-s-29d4ac4f-730d-48f2-a049-f6a38aac90ff, #wrap-content-s-29d4ac4f-730d-48f2-a049-f6a38aac90ff { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-29d4ac4f-730d-48f2-a049-f6a38aac90ff {
  display: none;
}
#s-29d4ac4f-730d-48f2-a049-f6a38aac90ff, #wrap-s-29d4ac4f-730d-48f2-a049-f6a38aac90ff, #wrap-content-s-29d4ac4f-730d-48f2-a049-f6a38aac90ff { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-29d4ac4f-730d-48f2-a049-f6a38aac90ff {
  display: none;
}
#s-29d4ac4f-730d-48f2-a049-f6a38aac90ff, #wrap-s-29d4ac4f-730d-48f2-a049-f6a38aac90ff, #wrap-content-s-29d4ac4f-730d-48f2-a049-f6a38aac90ff { display: none !important; }}@media (max-width: 767px){#s-29d4ac4f-730d-48f2-a049-f6a38aac90ff {
  
}
}
#s-29d4ac4f-730d-48f2-a049-f6a38aac90ff {
  background-image: url(https://i.shgcdn.com/6e7bb39c-ac43-4095-a391-11b47013b3fc/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-29d4ac4f-730d-48f2-a049-f6a38aac90ff {
  background-image: url(https://i.shgcdn.com/6e7bb39c-ac43-4095-a391-11b47013b3fc/-/resize/480x/);
}
#s-29d4ac4f-730d-48f2-a049-f6a38aac90ff.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-29d4ac4f-730d-48f2-a049-f6a38aac90ff {
  background-image: url(https://i.shgcdn.com/6e7bb39c-ac43-4095-a391-11b47013b3fc/-/resize/960x/);
}
#s-29d4ac4f-730d-48f2-a049-f6a38aac90ff.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-29d4ac4f-730d-48f2-a049-f6a38aac90ff {
  background-image: url(https://i.shgcdn.com/6e7bb39c-ac43-4095-a391-11b47013b3fc/-/resize/768x/);
}
#s-29d4ac4f-730d-48f2-a049-f6a38aac90ff.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-29d4ac4f-730d-48f2-a049-f6a38aac90ff {
  background-image: url(https://i.shgcdn.com/6e7bb39c-ac43-4095-a391-11b47013b3fc/-/resize/1536x/);
}
#s-29d4ac4f-730d-48f2-a049-f6a38aac90ff.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-29d4ac4f-730d-48f2-a049-f6a38aac90ff {
  background-image: url(https://i.shgcdn.com/6e7bb39c-ac43-4095-a391-11b47013b3fc/-/resize/1024x/);
}
#s-29d4ac4f-730d-48f2-a049-f6a38aac90ff.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-29d4ac4f-730d-48f2-a049-f6a38aac90ff {
  background-image: url(https://i.shgcdn.com/6e7bb39c-ac43-4095-a391-11b47013b3fc/-/resize/2048x/);
}
#s-29d4ac4f-730d-48f2-a049-f6a38aac90ff.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-29d4ac4f-730d-48f2-a049-f6a38aac90ff {
  background-image: url(https://i.shgcdn.com/6e7bb39c-ac43-4095-a391-11b47013b3fc/-/resize/1200x/);
}
#s-29d4ac4f-730d-48f2-a049-f6a38aac90ff.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-29d4ac4f-730d-48f2-a049-f6a38aac90ff {
  background-image: url(https://i.shgcdn.com/6e7bb39c-ac43-4095-a391-11b47013b3fc/-/resize/2048x/);
}
#s-29d4ac4f-730d-48f2-a049-f6a38aac90ff.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-29d4ac4f-730d-48f2-a049-f6a38aac90ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-29d4ac4f-730d-48f2-a049-f6a38aac90ff.shg-box.shg-c {
  justify-content: center;
}

#s-e8e316fa-f760-4457-a759-7b058c3bfe90 {
  margin-left: auto;
margin-right: auto;
max-width: 4000px;
text-align: center;
}
@media (max-width: 767px){#s-e8e316fa-f760-4457-a759-7b058c3bfe90 {
  display: none;
}
#s-e8e316fa-f760-4457-a759-7b058c3bfe90, #wrap-s-e8e316fa-f760-4457-a759-7b058c3bfe90, #wrap-content-s-e8e316fa-f760-4457-a759-7b058c3bfe90 { display: none !important; }}
#s-e8e316fa-f760-4457-a759-7b058c3bfe90 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e8e316fa-f760-4457-a759-7b058c3bfe90-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e8e316fa-f760-4457-a759-7b058c3bfe90 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e8e316fa-f760-4457-a759-7b058c3bfe90 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e8e316fa-f760-4457-a759-7b058c3bfe90 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e8e316fa-f760-4457-a759-7b058c3bfe90 img.shogun-image {
  width: 100%;
  
  
  max-width: 4000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e8e316fa-f760-4457-a759-7b058c3bfe90 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e8e316fa-f760-4457-a759-7b058c3bfe90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8e316fa-f760-4457-a759-7b058c3bfe90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8e316fa-f760-4457-a759-7b058c3bfe90.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e8e316fa-f760-4457-a759-7b058c3bfe90 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e8e316fa-f760-4457-a759-7b058c3bfe90-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e8e316fa-f760-4457-a759-7b058c3bfe90 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e8e316fa-f760-4457-a759-7b058c3bfe90 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e8e316fa-f760-4457-a759-7b058c3bfe90 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e8e316fa-f760-4457-a759-7b058c3bfe90 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e8e316fa-f760-4457-a759-7b058c3bfe90 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e8e316fa-f760-4457-a759-7b058c3bfe90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8e316fa-f760-4457-a759-7b058c3bfe90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8e316fa-f760-4457-a759-7b058c3bfe90.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e8e316fa-f760-4457-a759-7b058c3bfe90 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e8e316fa-f760-4457-a759-7b058c3bfe90-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e8e316fa-f760-4457-a759-7b058c3bfe90 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e8e316fa-f760-4457-a759-7b058c3bfe90 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e8e316fa-f760-4457-a759-7b058c3bfe90 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e8e316fa-f760-4457-a759-7b058c3bfe90 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e8e316fa-f760-4457-a759-7b058c3bfe90 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e8e316fa-f760-4457-a759-7b058c3bfe90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8e316fa-f760-4457-a759-7b058c3bfe90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8e316fa-f760-4457-a759-7b058c3bfe90.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e8e316fa-f760-4457-a759-7b058c3bfe90 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e8e316fa-f760-4457-a759-7b058c3bfe90-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e8e316fa-f760-4457-a759-7b058c3bfe90 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e8e316fa-f760-4457-a759-7b058c3bfe90 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e8e316fa-f760-4457-a759-7b058c3bfe90 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e8e316fa-f760-4457-a759-7b058c3bfe90 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e8e316fa-f760-4457-a759-7b058c3bfe90 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e8e316fa-f760-4457-a759-7b058c3bfe90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8e316fa-f760-4457-a759-7b058c3bfe90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8e316fa-f760-4457-a759-7b058c3bfe90.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e8e316fa-f760-4457-a759-7b058c3bfe90 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e8e316fa-f760-4457-a759-7b058c3bfe90-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e8e316fa-f760-4457-a759-7b058c3bfe90 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e8e316fa-f760-4457-a759-7b058c3bfe90 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e8e316fa-f760-4457-a759-7b058c3bfe90 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e8e316fa-f760-4457-a759-7b058c3bfe90 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e8e316fa-f760-4457-a759-7b058c3bfe90 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e8e316fa-f760-4457-a759-7b058c3bfe90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8e316fa-f760-4457-a759-7b058c3bfe90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8e316fa-f760-4457-a759-7b058c3bfe90.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-5e8f2737-2780-4657-a75e-41d3a2eddc9c {
  margin-left: 7%;
margin-right: 7%;
}
@media (min-width: 1200px){#s-5e8f2737-2780-4657-a75e-41d3a2eddc9c {
  margin-top: 55px;
margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-5e8f2737-2780-4657-a75e-41d3a2eddc9c {
  display: none;
}
#s-5e8f2737-2780-4657-a75e-41d3a2eddc9c, #wrap-s-5e8f2737-2780-4657-a75e-41d3a2eddc9c, #wrap-content-s-5e8f2737-2780-4657-a75e-41d3a2eddc9c { display: none !important; }}
@media (min-width: 0px) {
[id="s-5e8f2737-2780-4657-a75e-41d3a2eddc9c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e8f2737-2780-4657-a75e-41d3a2eddc9c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5e8f2737-2780-4657-a75e-41d3a2eddc9c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5e8f2737-2780-4657-a75e-41d3a2eddc9c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5e8f2737-2780-4657-a75e-41d3a2eddc9c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e8f2737-2780-4657-a75e-41d3a2eddc9c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5e8f2737-2780-4657-a75e-41d3a2eddc9c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-19311b7f-92cd-4308-aa24-b632ec59ca31 {
  margin-left: auto;
margin-right: auto;
max-width: 4920px;
text-align: center;
}

#s-19311b7f-92cd-4308-aa24-b632ec59ca31 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-19311b7f-92cd-4308-aa24-b632ec59ca31-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-19311b7f-92cd-4308-aa24-b632ec59ca31 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-19311b7f-92cd-4308-aa24-b632ec59ca31 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-19311b7f-92cd-4308-aa24-b632ec59ca31 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-19311b7f-92cd-4308-aa24-b632ec59ca31 img.shogun-image {
  width: 100%;
  
  
  max-width: 4920px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-19311b7f-92cd-4308-aa24-b632ec59ca31 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-19311b7f-92cd-4308-aa24-b632ec59ca31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19311b7f-92cd-4308-aa24-b632ec59ca31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19311b7f-92cd-4308-aa24-b632ec59ca31.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-19311b7f-92cd-4308-aa24-b632ec59ca31 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-19311b7f-92cd-4308-aa24-b632ec59ca31-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-19311b7f-92cd-4308-aa24-b632ec59ca31 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-19311b7f-92cd-4308-aa24-b632ec59ca31 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-19311b7f-92cd-4308-aa24-b632ec59ca31 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-19311b7f-92cd-4308-aa24-b632ec59ca31 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-19311b7f-92cd-4308-aa24-b632ec59ca31 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-19311b7f-92cd-4308-aa24-b632ec59ca31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19311b7f-92cd-4308-aa24-b632ec59ca31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19311b7f-92cd-4308-aa24-b632ec59ca31.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-19311b7f-92cd-4308-aa24-b632ec59ca31 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-19311b7f-92cd-4308-aa24-b632ec59ca31-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-19311b7f-92cd-4308-aa24-b632ec59ca31 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-19311b7f-92cd-4308-aa24-b632ec59ca31 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-19311b7f-92cd-4308-aa24-b632ec59ca31 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-19311b7f-92cd-4308-aa24-b632ec59ca31 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-19311b7f-92cd-4308-aa24-b632ec59ca31 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-19311b7f-92cd-4308-aa24-b632ec59ca31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19311b7f-92cd-4308-aa24-b632ec59ca31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19311b7f-92cd-4308-aa24-b632ec59ca31.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-19311b7f-92cd-4308-aa24-b632ec59ca31 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-19311b7f-92cd-4308-aa24-b632ec59ca31-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-19311b7f-92cd-4308-aa24-b632ec59ca31 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-19311b7f-92cd-4308-aa24-b632ec59ca31 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-19311b7f-92cd-4308-aa24-b632ec59ca31 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-19311b7f-92cd-4308-aa24-b632ec59ca31 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-19311b7f-92cd-4308-aa24-b632ec59ca31 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-19311b7f-92cd-4308-aa24-b632ec59ca31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19311b7f-92cd-4308-aa24-b632ec59ca31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19311b7f-92cd-4308-aa24-b632ec59ca31.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-19311b7f-92cd-4308-aa24-b632ec59ca31 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-19311b7f-92cd-4308-aa24-b632ec59ca31-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-19311b7f-92cd-4308-aa24-b632ec59ca31 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-19311b7f-92cd-4308-aa24-b632ec59ca31 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-19311b7f-92cd-4308-aa24-b632ec59ca31 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-19311b7f-92cd-4308-aa24-b632ec59ca31 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-19311b7f-92cd-4308-aa24-b632ec59ca31 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-19311b7f-92cd-4308-aa24-b632ec59ca31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19311b7f-92cd-4308-aa24-b632ec59ca31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19311b7f-92cd-4308-aa24-b632ec59ca31.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0f6c084b-ef1f-40fa-8e14-8370f680c070 {
  margin-top: 45px;
margin-left: 15%;
margin-right: 15%;
}
@media (min-width: 1200px){#s-0f6c084b-ef1f-40fa-8e14-8370f680c070 {
  margin-top: 70px;
}
}@media (max-width: 767px){#s-0f6c084b-ef1f-40fa-8e14-8370f680c070 {
  display: none;
}
#s-0f6c084b-ef1f-40fa-8e14-8370f680c070, #wrap-s-0f6c084b-ef1f-40fa-8e14-8370f680c070, #wrap-content-s-0f6c084b-ef1f-40fa-8e14-8370f680c070 { display: none !important; }}
#s-0f6c084b-ef1f-40fa-8e14-8370f680c070 .shg-proportional-font-size,
#s-0f6c084b-ef1f-40fa-8e14-8370f680c070 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d70a600a-375f-4d6b-b420-c35e9e69aec0 {
  margin-top: -30px;
margin-left: 15%;
margin-bottom: 5px;
margin-right: 15%;
}
@media (max-width: 767px){#s-d70a600a-375f-4d6b-b420-c35e9e69aec0 {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-d70a600a-375f-4d6b-b420-c35e9e69aec0 .shg-proportional-font-size,
#s-d70a600a-375f-4d6b-b420-c35e9e69aec0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-bb889f20-0e56-47cd-956a-3382a8791cff {
  margin-left: 4%;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-bb889f20-0e56-47cd-956a-3382a8791cff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb889f20-0e56-47cd-956a-3382a8791cff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bb889f20-0e56-47cd-956a-3382a8791cff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb889f20-0e56-47cd-956a-3382a8791cff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c2e32f58-c5c5-425f-9cda-4e2ddc266c63 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTY4ZjNkOTQtYzNkOC00NzMwLTgzYjEtMzZmNDNmZDJjYzFlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjg4NzA4O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjZiNzU2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhNjhmM2Q5NC1jM2Q4LTQ3MzAtODNiMS0zNmY0M2ZkMmNjMWUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 7px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f88708"}, {"id"=>2, "pos"=>1, "color"=>"#f6b756"}];
hover-type: gradient;
}
#s-c2e32f58-c5c5-425f-9cda-4e2ddc266c63:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c2e32f58-c5c5-425f-9cda-4e2ddc266c63:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c2e32f58-c5c5-425f-9cda-4e2ddc266c63-root {
    text-align: center;
  }


#s-c2e32f58-c5c5-425f-9cda-4e2ddc266c63.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c2e32f58-c5c5-425f-9cda-4e2ddc266c63-root {
    text-align: center;
  }


#s-c2e32f58-c5c5-425f-9cda-4e2ddc266c63.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c2e32f58-c5c5-425f-9cda-4e2ddc266c63-root {
    text-align: center;
  }


#s-c2e32f58-c5c5-425f-9cda-4e2ddc266c63.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c2e32f58-c5c5-425f-9cda-4e2ddc266c63-root {
    text-align: center;
  }


#s-c2e32f58-c5c5-425f-9cda-4e2ddc266c63.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c2e32f58-c5c5-425f-9cda-4e2ddc266c63-root {
    text-align: center;
  }


#s-c2e32f58-c5c5-425f-9cda-4e2ddc266c63.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-62d39898-630a-49e5-98a0-86d1923ddad0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 7px;
background-color: rgba(29, 207, 93, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-62d39898-630a-49e5-98a0-86d1923ddad0:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-62d39898-630a-49e5-98a0-86d1923ddad0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-62d39898-630a-49e5-98a0-86d1923ddad0 {
  margin-top: 20px;
}
}

  #s-62d39898-630a-49e5-98a0-86d1923ddad0-root {
    text-align: center;
  }


#s-62d39898-630a-49e5-98a0-86d1923ddad0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-62d39898-630a-49e5-98a0-86d1923ddad0-root {
    text-align: center;
  }


#s-62d39898-630a-49e5-98a0-86d1923ddad0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-62d39898-630a-49e5-98a0-86d1923ddad0-root {
    text-align: center;
  }


#s-62d39898-630a-49e5-98a0-86d1923ddad0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-62d39898-630a-49e5-98a0-86d1923ddad0-root {
    text-align: center;
  }


#s-62d39898-630a-49e5-98a0-86d1923ddad0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-62d39898-630a-49e5-98a0-86d1923ddad0-root {
    text-align: center;
  }


#s-62d39898-630a-49e5-98a0-86d1923ddad0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-c6501b51-32b4-4124-81c0-ef1bd168752e {
  margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-c6501b51-32b4-4124-81c0-ef1bd168752e {
  display: none;
}
#s-c6501b51-32b4-4124-81c0-ef1bd168752e, #wrap-s-c6501b51-32b4-4124-81c0-ef1bd168752e, #wrap-content-s-c6501b51-32b4-4124-81c0-ef1bd168752e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c6501b51-32b4-4124-81c0-ef1bd168752e {
  display: none;
}
#s-c6501b51-32b4-4124-81c0-ef1bd168752e, #wrap-s-c6501b51-32b4-4124-81c0-ef1bd168752e, #wrap-content-s-c6501b51-32b4-4124-81c0-ef1bd168752e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c6501b51-32b4-4124-81c0-ef1bd168752e {
  display: none;
}
#s-c6501b51-32b4-4124-81c0-ef1bd168752e, #wrap-s-c6501b51-32b4-4124-81c0-ef1bd168752e, #wrap-content-s-c6501b51-32b4-4124-81c0-ef1bd168752e { display: none !important; }}
#s-c6501b51-32b4-4124-81c0-ef1bd168752e .shg-proportional-font-size,
#s-c6501b51-32b4-4124-81c0-ef1bd168752e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7a1d2eb0-a57e-4420-a94d-4ddfefbbedcf {
  margin-top: -34px;
margin-left: 38%;
margin-right: 4%;
min-height: 50px;
}








#s-7a1d2eb0-a57e-4420-a94d-4ddfefbbedcf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7a1d2eb0-a57e-4420-a94d-4ddfefbbedcf.shg-box.shg-c {
  justify-content: center;
}

#s-44ff0a8e-857e-497e-9c0e-28e0054b39e3 {
  margin-left: 0%;
margin-right: 0%;
}

#s-44ff0a8e-857e-497e-9c0e-28e0054b39e3 .shg-proportional-font-size,
#s-44ff0a8e-857e-497e-9c0e-28e0054b39e3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a2f2ccca-ba65-4f7e-987a-5ffab7040875 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzY0ZDQ4YmYtYTYyNy00MjFkLWEyYTUtYTZkZTFhZDA0NDQ2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjg4NzA4O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjZiNzU2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzNjRkNDhiZi1hNjI3LTQyMWQtYTJhNS1hNmRlMWFkMDQ0NDYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 7px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f88708"}, {"id"=>2, "pos"=>1, "color"=>"#f6b756"}];
hover-type: gradient;
}
#s-a2f2ccca-ba65-4f7e-987a-5ffab7040875:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a2f2ccca-ba65-4f7e-987a-5ffab7040875:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a2f2ccca-ba65-4f7e-987a-5ffab7040875-root {
    text-align: center;
  }


#s-a2f2ccca-ba65-4f7e-987a-5ffab7040875.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a2f2ccca-ba65-4f7e-987a-5ffab7040875-root {
    text-align: center;
  }


#s-a2f2ccca-ba65-4f7e-987a-5ffab7040875.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a2f2ccca-ba65-4f7e-987a-5ffab7040875-root {
    text-align: center;
  }


#s-a2f2ccca-ba65-4f7e-987a-5ffab7040875.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a2f2ccca-ba65-4f7e-987a-5ffab7040875-root {
    text-align: center;
  }


#s-a2f2ccca-ba65-4f7e-987a-5ffab7040875.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a2f2ccca-ba65-4f7e-987a-5ffab7040875-root {
    text-align: center;
  }


#s-a2f2ccca-ba65-4f7e-987a-5ffab7040875.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-a19978ed-5e79-4300-98de-3972c098d58b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 7px;
background-color: rgba(29, 207, 93, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a19978ed-5e79-4300-98de-3972c098d58b:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a19978ed-5e79-4300-98de-3972c098d58b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-a19978ed-5e79-4300-98de-3972c098d58b {
  margin-top: 20px;
}
}

  #s-a19978ed-5e79-4300-98de-3972c098d58b-root {
    text-align: center;
  }


#s-a19978ed-5e79-4300-98de-3972c098d58b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a19978ed-5e79-4300-98de-3972c098d58b-root {
    text-align: center;
  }


#s-a19978ed-5e79-4300-98de-3972c098d58b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a19978ed-5e79-4300-98de-3972c098d58b-root {
    text-align: center;
  }


#s-a19978ed-5e79-4300-98de-3972c098d58b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a19978ed-5e79-4300-98de-3972c098d58b-root {
    text-align: center;
  }


#s-a19978ed-5e79-4300-98de-3972c098d58b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a19978ed-5e79-4300-98de-3972c098d58b-root {
    text-align: center;
  }


#s-a19978ed-5e79-4300-98de-3972c098d58b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-8abe4c32-3078-4749-92a8-8175f2825c50 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(27, 67, 118, 1);
}
@media (min-width: 1200px){#s-8abe4c32-3078-4749-92a8-8175f2825c50 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8abe4c32-3078-4749-92a8-8175f2825c50 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8abe4c32-3078-4749-92a8-8175f2825c50 {
  display: none;
}
#s-8abe4c32-3078-4749-92a8-8175f2825c50, #wrap-s-8abe4c32-3078-4749-92a8-8175f2825c50, #wrap-content-s-8abe4c32-3078-4749-92a8-8175f2825c50 { display: none !important; }}@media (max-width: 767px){#s-8abe4c32-3078-4749-92a8-8175f2825c50 {
  display: none;
}
#s-8abe4c32-3078-4749-92a8-8175f2825c50, #wrap-s-8abe4c32-3078-4749-92a8-8175f2825c50, #wrap-content-s-8abe4c32-3078-4749-92a8-8175f2825c50 { display: none !important; }}







#s-8abe4c32-3078-4749-92a8-8175f2825c50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8abe4c32-3078-4749-92a8-8175f2825c50.shg-box.shg-c {
  justify-content: center;
}

#s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0 {
  margin-left: auto;
margin-right: auto;
max-width: 2000px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0 {
  display: none;
}
#s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0, #wrap-s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0, #wrap-content-s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0 { display: none !important; }}@media (max-width: 767px){#s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0 {
  display: none;
}
#s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0, #wrap-s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0, #wrap-content-s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0 { display: none !important; }}
#s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0 img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d91ed8f-3be7-4d53-b56f-03af957f5ec0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d5328f69-c2c7-430e-b29e-3abd1981df51 {
  margin-top: 25px;
margin-left: 46%;
margin-right: 15%;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-d5328f69-c2c7-430e-b29e-3abd1981df51 {
  margin-top: -15px;
margin-left: 45%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d5328f69-c2c7-430e-b29e-3abd1981df51 {
  margin-left: 15%;
margin-right: 4%;
}
}@media (max-width: 767px){#s-d5328f69-c2c7-430e-b29e-3abd1981df51 {
  display: none;
}
#s-d5328f69-c2c7-430e-b29e-3abd1981df51, #wrap-s-d5328f69-c2c7-430e-b29e-3abd1981df51, #wrap-content-s-d5328f69-c2c7-430e-b29e-3abd1981df51 { display: none !important; }}







#s-d5328f69-c2c7-430e-b29e-3abd1981df51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d5328f69-c2c7-430e-b29e-3abd1981df51.shg-box.shg-c {
  justify-content: center;
}

#s-e00a23f5-b023-41a3-a3a1-be23be933e3a {
  margin-top: 75px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-e00a23f5-b023-41a3-a3a1-be23be933e3a {
  margin-top: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e00a23f5-b023-41a3-a3a1-be23be933e3a {
  margin-top: -28px;
margin-left: 1%;
}
}@media (max-width: 767px){#s-e00a23f5-b023-41a3-a3a1-be23be933e3a {
  display: none;
}
#s-e00a23f5-b023-41a3-a3a1-be23be933e3a, #wrap-s-e00a23f5-b023-41a3-a3a1-be23be933e3a, #wrap-content-s-e00a23f5-b023-41a3-a3a1-be23be933e3a { display: none !important; }}
#s-e00a23f5-b023-41a3-a3a1-be23be933e3a .shg-proportional-font-size,
#s-e00a23f5-b023-41a3-a3a1-be23be933e3a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9f196620-7cfa-4407-86e9-50baff2ffb11 {
  margin-top: -30px;
margin-bottom: 5px;
}

#s-9f196620-7cfa-4407-86e9-50baff2ffb11 .shg-proportional-font-size,
#s-9f196620-7cfa-4407-86e9-50baff2ffb11 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-cd975d99-1988-4005-8073-5e1968dcd416 {
  margin-left: 4%;
margin-right: 4%;
}
@media (min-width: 1200px){#s-cd975d99-1988-4005-8073-5e1968dcd416 {
  display: none;
}
#s-cd975d99-1988-4005-8073-5e1968dcd416, #wrap-s-cd975d99-1988-4005-8073-5e1968dcd416, #wrap-content-s-cd975d99-1988-4005-8073-5e1968dcd416 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cd975d99-1988-4005-8073-5e1968dcd416 {
  display: none;
}
#s-cd975d99-1988-4005-8073-5e1968dcd416, #wrap-s-cd975d99-1988-4005-8073-5e1968dcd416, #wrap-content-s-cd975d99-1988-4005-8073-5e1968dcd416 { display: none !important; }}
@media (min-width: 0px) {
[id="s-cd975d99-1988-4005-8073-5e1968dcd416"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cd975d99-1988-4005-8073-5e1968dcd416"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cd975d99-1988-4005-8073-5e1968dcd416"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd975d99-1988-4005-8073-5e1968dcd416"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2cde6bb3-055c-4504-adce-0d1b2b0d6ad7 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDg1Y2Q4ODgtYjQ0MC00YzMxLWJiMjUtMDU5MmMxOTk2NTJmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjg4NzA4O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjZiNzU2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkODVjZDg4OC1iNDQwLTRjMzEtYmIyNS0wNTkyYzE5OTY1MmYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 7px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f88708"}, {"id"=>2, "pos"=>1, "color"=>"#f6b756"}];
hover-type: gradient;
}
#s-2cde6bb3-055c-4504-adce-0d1b2b0d6ad7:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2cde6bb3-055c-4504-adce-0d1b2b0d6ad7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2cde6bb3-055c-4504-adce-0d1b2b0d6ad7-root {
    text-align: center;
  }


#s-2cde6bb3-055c-4504-adce-0d1b2b0d6ad7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2cde6bb3-055c-4504-adce-0d1b2b0d6ad7-root {
    text-align: center;
  }


#s-2cde6bb3-055c-4504-adce-0d1b2b0d6ad7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2cde6bb3-055c-4504-adce-0d1b2b0d6ad7-root {
    text-align: center;
  }


#s-2cde6bb3-055c-4504-adce-0d1b2b0d6ad7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2cde6bb3-055c-4504-adce-0d1b2b0d6ad7-root {
    text-align: center;
  }


#s-2cde6bb3-055c-4504-adce-0d1b2b0d6ad7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2cde6bb3-055c-4504-adce-0d1b2b0d6ad7-root {
    text-align: center;
  }


#s-2cde6bb3-055c-4504-adce-0d1b2b0d6ad7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-c293c1b7-2c4c-41a0-a6d0-412e07292ff1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 7px;
background-color: rgba(29, 207, 93, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c293c1b7-2c4c-41a0-a6d0-412e07292ff1:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c293c1b7-2c4c-41a0-a6d0-412e07292ff1:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-c293c1b7-2c4c-41a0-a6d0-412e07292ff1 {
  margin-top: 20px;
}
}

  #s-c293c1b7-2c4c-41a0-a6d0-412e07292ff1-root {
    text-align: center;
  }


#s-c293c1b7-2c4c-41a0-a6d0-412e07292ff1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c293c1b7-2c4c-41a0-a6d0-412e07292ff1-root {
    text-align: center;
  }


#s-c293c1b7-2c4c-41a0-a6d0-412e07292ff1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c293c1b7-2c4c-41a0-a6d0-412e07292ff1-root {
    text-align: center;
  }


#s-c293c1b7-2c4c-41a0-a6d0-412e07292ff1.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c293c1b7-2c4c-41a0-a6d0-412e07292ff1-root {
    text-align: center;
  }


#s-c293c1b7-2c4c-41a0-a6d0-412e07292ff1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c293c1b7-2c4c-41a0-a6d0-412e07292ff1-root {
    text-align: center;
  }


#s-c293c1b7-2c4c-41a0-a6d0-412e07292ff1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-65f71c1c-ec32-469f-8cbd-3b3e842cc76c {
  margin-left: 40px;
margin-right: 40px;
min-height: 50px;
}








#s-65f71c1c-ec32-469f-8cbd-3b3e842cc76c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-65f71c1c-ec32-469f-8cbd-3b3e842cc76c.shg-box.shg-c {
  justify-content: center;
}

#s-eaa8baa6-9f23-4b4c-8b64-0c60c15f3058 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGM0MTkyMjQtYjgxMi00NTc4LTkxYzEtZTk4ZGI1M2U5MGQ2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjg4NzA4O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjZiNzU2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkYzQxOTIyNC1iODEyLTQ1NzgtOTFjMS1lOThkYjUzZTkwZDYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 7px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f88708"}, {"id"=>2, "pos"=>1, "color"=>"#f6b756"}];
hover-type: gradient;
}
#s-eaa8baa6-9f23-4b4c-8b64-0c60c15f3058:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-eaa8baa6-9f23-4b4c-8b64-0c60c15f3058:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-eaa8baa6-9f23-4b4c-8b64-0c60c15f3058-root {
    text-align: center;
  }


#s-eaa8baa6-9f23-4b4c-8b64-0c60c15f3058.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-eaa8baa6-9f23-4b4c-8b64-0c60c15f3058-root {
    text-align: center;
  }


#s-eaa8baa6-9f23-4b4c-8b64-0c60c15f3058.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eaa8baa6-9f23-4b4c-8b64-0c60c15f3058-root {
    text-align: center;
  }


#s-eaa8baa6-9f23-4b4c-8b64-0c60c15f3058.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eaa8baa6-9f23-4b4c-8b64-0c60c15f3058-root {
    text-align: center;
  }


#s-eaa8baa6-9f23-4b4c-8b64-0c60c15f3058.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-eaa8baa6-9f23-4b4c-8b64-0c60c15f3058-root {
    text-align: center;
  }


#s-eaa8baa6-9f23-4b4c-8b64-0c60c15f3058.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-967189ac-526e-4528-99ee-6b8b01395672 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 7px;
background-color: rgba(29, 207, 93, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-967189ac-526e-4528-99ee-6b8b01395672:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-967189ac-526e-4528-99ee-6b8b01395672:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-967189ac-526e-4528-99ee-6b8b01395672 {
  margin-top: 20px;
}
}

  #s-967189ac-526e-4528-99ee-6b8b01395672-root {
    text-align: center;
  }


#s-967189ac-526e-4528-99ee-6b8b01395672.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-967189ac-526e-4528-99ee-6b8b01395672-root {
    text-align: center;
  }


#s-967189ac-526e-4528-99ee-6b8b01395672.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-967189ac-526e-4528-99ee-6b8b01395672-root {
    text-align: center;
  }


#s-967189ac-526e-4528-99ee-6b8b01395672.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-967189ac-526e-4528-99ee-6b8b01395672-root {
    text-align: center;
  }


#s-967189ac-526e-4528-99ee-6b8b01395672.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-967189ac-526e-4528-99ee-6b8b01395672-root {
    text-align: center;
  }


#s-967189ac-526e-4528-99ee-6b8b01395672.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-494bf3f6-85a6-4137-9aea-21f2f8ffab4f {
  margin-left: 7%;
margin-right: 7%;
}
@media (min-width: 1200px){#s-494bf3f6-85a6-4137-9aea-21f2f8ffab4f {
  margin-top: 55px;
margin-left: 15%;
margin-right: 15%;
display: none;
}
#s-494bf3f6-85a6-4137-9aea-21f2f8ffab4f, #wrap-s-494bf3f6-85a6-4137-9aea-21f2f8ffab4f, #wrap-content-s-494bf3f6-85a6-4137-9aea-21f2f8ffab4f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-494bf3f6-85a6-4137-9aea-21f2f8ffab4f {
  display: none;
}
#s-494bf3f6-85a6-4137-9aea-21f2f8ffab4f, #wrap-s-494bf3f6-85a6-4137-9aea-21f2f8ffab4f, #wrap-content-s-494bf3f6-85a6-4137-9aea-21f2f8ffab4f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-494bf3f6-85a6-4137-9aea-21f2f8ffab4f {
  display: none;
}
#s-494bf3f6-85a6-4137-9aea-21f2f8ffab4f, #wrap-s-494bf3f6-85a6-4137-9aea-21f2f8ffab4f, #wrap-content-s-494bf3f6-85a6-4137-9aea-21f2f8ffab4f { display: none !important; }}
@media (min-width: 0px) {
[id="s-494bf3f6-85a6-4137-9aea-21f2f8ffab4f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-494bf3f6-85a6-4137-9aea-21f2f8ffab4f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-494bf3f6-85a6-4137-9aea-21f2f8ffab4f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-494bf3f6-85a6-4137-9aea-21f2f8ffab4f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-494bf3f6-85a6-4137-9aea-21f2f8ffab4f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-494bf3f6-85a6-4137-9aea-21f2f8ffab4f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-494bf3f6-85a6-4137-9aea-21f2f8ffab4f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-8d3b599d-10c3-426c-a88f-74fae2550a9c {
  margin-left: auto;
margin-right: auto;
max-width: 4920px;
text-align: center;
}

#s-8d3b599d-10c3-426c-a88f-74fae2550a9c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8d3b599d-10c3-426c-a88f-74fae2550a9c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8d3b599d-10c3-426c-a88f-74fae2550a9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8d3b599d-10c3-426c-a88f-74fae2550a9c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8d3b599d-10c3-426c-a88f-74fae2550a9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8d3b599d-10c3-426c-a88f-74fae2550a9c img.shogun-image {
  width: 100%;
  
  
  max-width: 4920px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8d3b599d-10c3-426c-a88f-74fae2550a9c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8d3b599d-10c3-426c-a88f-74fae2550a9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d3b599d-10c3-426c-a88f-74fae2550a9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d3b599d-10c3-426c-a88f-74fae2550a9c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-8d3b599d-10c3-426c-a88f-74fae2550a9c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8d3b599d-10c3-426c-a88f-74fae2550a9c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8d3b599d-10c3-426c-a88f-74fae2550a9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8d3b599d-10c3-426c-a88f-74fae2550a9c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8d3b599d-10c3-426c-a88f-74fae2550a9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8d3b599d-10c3-426c-a88f-74fae2550a9c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8d3b599d-10c3-426c-a88f-74fae2550a9c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8d3b599d-10c3-426c-a88f-74fae2550a9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d3b599d-10c3-426c-a88f-74fae2550a9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d3b599d-10c3-426c-a88f-74fae2550a9c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-8d3b599d-10c3-426c-a88f-74fae2550a9c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8d3b599d-10c3-426c-a88f-74fae2550a9c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8d3b599d-10c3-426c-a88f-74fae2550a9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8d3b599d-10c3-426c-a88f-74fae2550a9c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8d3b599d-10c3-426c-a88f-74fae2550a9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8d3b599d-10c3-426c-a88f-74fae2550a9c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8d3b599d-10c3-426c-a88f-74fae2550a9c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8d3b599d-10c3-426c-a88f-74fae2550a9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d3b599d-10c3-426c-a88f-74fae2550a9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d3b599d-10c3-426c-a88f-74fae2550a9c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-8d3b599d-10c3-426c-a88f-74fae2550a9c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8d3b599d-10c3-426c-a88f-74fae2550a9c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8d3b599d-10c3-426c-a88f-74fae2550a9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8d3b599d-10c3-426c-a88f-74fae2550a9c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8d3b599d-10c3-426c-a88f-74fae2550a9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8d3b599d-10c3-426c-a88f-74fae2550a9c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8d3b599d-10c3-426c-a88f-74fae2550a9c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8d3b599d-10c3-426c-a88f-74fae2550a9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d3b599d-10c3-426c-a88f-74fae2550a9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d3b599d-10c3-426c-a88f-74fae2550a9c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-8d3b599d-10c3-426c-a88f-74fae2550a9c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8d3b599d-10c3-426c-a88f-74fae2550a9c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8d3b599d-10c3-426c-a88f-74fae2550a9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8d3b599d-10c3-426c-a88f-74fae2550a9c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8d3b599d-10c3-426c-a88f-74fae2550a9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8d3b599d-10c3-426c-a88f-74fae2550a9c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8d3b599d-10c3-426c-a88f-74fae2550a9c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8d3b599d-10c3-426c-a88f-74fae2550a9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d3b599d-10c3-426c-a88f-74fae2550a9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d3b599d-10c3-426c-a88f-74fae2550a9c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-9a72df8a-1f89-458d-9741-98ac6ff01f41 {
  margin-top: 45px;
margin-left: 15%;
margin-right: 15%;
}
@media (min-width: 1200px){#s-9a72df8a-1f89-458d-9741-98ac6ff01f41 {
  margin-top: 70px;
}
}@media (max-width: 767px){#s-9a72df8a-1f89-458d-9741-98ac6ff01f41 {
  display: none;
}
#s-9a72df8a-1f89-458d-9741-98ac6ff01f41, #wrap-s-9a72df8a-1f89-458d-9741-98ac6ff01f41, #wrap-content-s-9a72df8a-1f89-458d-9741-98ac6ff01f41 { display: none !important; }}
#s-9a72df8a-1f89-458d-9741-98ac6ff01f41 .shg-proportional-font-size,
#s-9a72df8a-1f89-458d-9741-98ac6ff01f41 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7f0e5138-6190-4103-9c11-74379e5472aa {
  margin-left: 4%;
margin-right: 4%;
}
@media (min-width: 1200px){#s-7f0e5138-6190-4103-9c11-74379e5472aa {
  display: none;
}
#s-7f0e5138-6190-4103-9c11-74379e5472aa, #wrap-s-7f0e5138-6190-4103-9c11-74379e5472aa, #wrap-content-s-7f0e5138-6190-4103-9c11-74379e5472aa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7f0e5138-6190-4103-9c11-74379e5472aa {
  display: none;
}
#s-7f0e5138-6190-4103-9c11-74379e5472aa, #wrap-s-7f0e5138-6190-4103-9c11-74379e5472aa, #wrap-content-s-7f0e5138-6190-4103-9c11-74379e5472aa { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7f0e5138-6190-4103-9c11-74379e5472aa {
  display: none;
}
#s-7f0e5138-6190-4103-9c11-74379e5472aa, #wrap-s-7f0e5138-6190-4103-9c11-74379e5472aa, #wrap-content-s-7f0e5138-6190-4103-9c11-74379e5472aa { display: none !important; }}
#s-7f0e5138-6190-4103-9c11-74379e5472aa .shg-proportional-font-size,
#s-7f0e5138-6190-4103-9c11-74379e5472aa .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-fce1f249-de56-4964-8f79-d64764427d21 {
  margin-left: 15%;
margin-right: 15%;
}
@media (max-width: 767px){#s-fce1f249-de56-4964-8f79-d64764427d21 {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-fce1f249-de56-4964-8f79-d64764427d21 .shg-proportional-font-size,
#s-fce1f249-de56-4964-8f79-d64764427d21 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-25cebdaf-e789-4ccf-99ce-3fc4f4cce7e6 {
  margin-left: 4%;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-25cebdaf-e789-4ccf-99ce-3fc4f4cce7e6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-25cebdaf-e789-4ccf-99ce-3fc4f4cce7e6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-25cebdaf-e789-4ccf-99ce-3fc4f4cce7e6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-25cebdaf-e789-4ccf-99ce-3fc4f4cce7e6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-669706de-e00c-4455-abe7-2e160ff7eb8b {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTY4ZjNkOTQtYzNkOC00NzMwLTgzYjEtMzZmNDNmZDJjYzFlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjg4NzA4O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjZiNzU2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhNjhmM2Q5NC1jM2Q4LTQ3MzAtODNiMS0zNmY0M2ZkMmNjMWUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 7px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f88708"}, {"id"=>2, "pos"=>1, "color"=>"#f6b756"}];
hover-type: gradient;
}
#s-669706de-e00c-4455-abe7-2e160ff7eb8b:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-669706de-e00c-4455-abe7-2e160ff7eb8b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-669706de-e00c-4455-abe7-2e160ff7eb8b-root {
    text-align: center;
  }


#s-669706de-e00c-4455-abe7-2e160ff7eb8b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-669706de-e00c-4455-abe7-2e160ff7eb8b-root {
    text-align: center;
  }


#s-669706de-e00c-4455-abe7-2e160ff7eb8b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-669706de-e00c-4455-abe7-2e160ff7eb8b-root {
    text-align: center;
  }


#s-669706de-e00c-4455-abe7-2e160ff7eb8b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-669706de-e00c-4455-abe7-2e160ff7eb8b-root {
    text-align: center;
  }


#s-669706de-e00c-4455-abe7-2e160ff7eb8b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-669706de-e00c-4455-abe7-2e160ff7eb8b-root {
    text-align: center;
  }


#s-669706de-e00c-4455-abe7-2e160ff7eb8b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-124d6205-f984-4b94-9559-06e41b672a34 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 7px;
background-color: rgba(29, 207, 93, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-124d6205-f984-4b94-9559-06e41b672a34:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-124d6205-f984-4b94-9559-06e41b672a34:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-124d6205-f984-4b94-9559-06e41b672a34 {
  margin-top: 20px;
}
}

  #s-124d6205-f984-4b94-9559-06e41b672a34-root {
    text-align: center;
  }


#s-124d6205-f984-4b94-9559-06e41b672a34.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-124d6205-f984-4b94-9559-06e41b672a34-root {
    text-align: center;
  }


#s-124d6205-f984-4b94-9559-06e41b672a34.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-124d6205-f984-4b94-9559-06e41b672a34-root {
    text-align: center;
  }


#s-124d6205-f984-4b94-9559-06e41b672a34.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-124d6205-f984-4b94-9559-06e41b672a34-root {
    text-align: center;
  }


#s-124d6205-f984-4b94-9559-06e41b672a34.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-124d6205-f984-4b94-9559-06e41b672a34-root {
    text-align: center;
  }


#s-124d6205-f984-4b94-9559-06e41b672a34.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-4aff38d6-340d-4ea0-827f-c4b16a324c24 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(0, 172, 78, 1);
}








#s-4aff38d6-340d-4ea0-827f-c4b16a324c24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4aff38d6-340d-4ea0-827f-c4b16a324c24.shg-box.shg-c {
  justify-content: center;
}

#s-7e45d9ba-cd09-489f-b7a2-d40aecf899cd {
  margin-top: 25px;
margin-left: 15%;
margin-bottom: 25px;
margin-right: 15%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-7e45d9ba-cd09-489f-b7a2-d40aecf899cd {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-7e45d9ba-cd09-489f-b7a2-d40aecf899cd .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  italic ;
  
  
  
  
}



#s-ea3246fe-2af5-4001-84fb-690dc344d311 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 30px;
padding-left: 6%;
padding-bottom: 30px;
padding-right: 6%;
min-height: 50px;
background-color: rgba(250, 251, 251, 1);
}
@media (max-width: 767px){#s-ea3246fe-2af5-4001-84fb-690dc344d311 {
  display: none;
}
#s-ea3246fe-2af5-4001-84fb-690dc344d311, #wrap-s-ea3246fe-2af5-4001-84fb-690dc344d311, #wrap-content-s-ea3246fe-2af5-4001-84fb-690dc344d311 { display: none !important; }}







#s-ea3246fe-2af5-4001-84fb-690dc344d311 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ea3246fe-2af5-4001-84fb-690dc344d311.shg-box.shg-c {
  justify-content: center;
}

#s-556c9722-bb39-432e-a625-7097078715a2 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-556c9722-bb39-432e-a625-7097078715a2 {
  text-align: center;
}
}
#s-556c9722-bb39-432e-a625-7097078715a2 .shogun-heading-component h3 {
  color: rgba(27, 67, 118, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-556c9722-bb39-432e-a625-7097078715a2 .shogun-heading-component h3 {
  color: rgba(27, 67, 118, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-556c9722-bb39-432e-a625-7097078715a2 .shogun-heading-component h3 {
  color: rgba(27, 67, 118, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-9c49ec19-53ee-472b-9727-d58b9803f810 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}
@media (max-width: 767px){#s-9c49ec19-53ee-472b-9727-d58b9803f810 {
  display: none;
}
#s-9c49ec19-53ee-472b-9727-d58b9803f810, #wrap-s-9c49ec19-53ee-472b-9727-d58b9803f810, #wrap-content-s-9c49ec19-53ee-472b-9727-d58b9803f810 { display: none !important; }}
#s-9c49ec19-53ee-472b-9727-d58b9803f810 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(27, 67, 118, 1);
}

#s-9c49ec19-53ee-472b-9727-d58b9803f810 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-9c49ec19-53ee-472b-9727-d58b9803f810 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(27, 67, 118, 1);
}

#s-9c49ec19-53ee-472b-9727-d58b9803f810 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(27, 67, 118, 1);
}

#s-9c49ec19-53ee-472b-9727-d58b9803f810 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(27, 67, 118, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 700;
  
  font-size: 24px;
}

#s-9c49ec19-53ee-472b-9727-d58b9803f810 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}@media (max-width: 767px){#s-9c49ec19-53ee-472b-9727-d58b9803f810 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(27, 67, 118, 1);
}

#s-9c49ec19-53ee-472b-9727-d58b9803f810 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-9c49ec19-53ee-472b-9727-d58b9803f810 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(27, 67, 118, 1);
}

#s-9c49ec19-53ee-472b-9727-d58b9803f810 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(27, 67, 118, 1);
}

#s-9c49ec19-53ee-472b-9727-d58b9803f810 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(27, 67, 118, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 700;
  
  font-size: 18px;
}

#s-9c49ec19-53ee-472b-9727-d58b9803f810 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}}
#s-11787f6e-4d5a-42e6-84ed-125b9bf5d4f1 {
  margin-left: auto;
margin-right: auto;
padding-left: 4%;
padding-right: 4%;
}

#s-0941a782-8055-4163-995e-6eca9311818a {
  margin-left: auto;
margin-right: auto;
padding-left: 4%;
padding-right: 4%;
}

#s-15da22a6-b42e-43c0-ac5d-21c468a42cc3 {
  margin-left: auto;
margin-right: auto;
padding-left: 4%;
padding-right: 4%;
}

#s-39af940e-ed44-4f6f-baf8-2f22fd5d324f {
  margin-left: auto;
margin-right: auto;
padding-left: 4%;
padding-right: 4%;
}

#s-fcb3c715-9b6a-40d0-98b3-075fe725d0fa {
  margin-left: auto;
margin-right: auto;
padding-left: 4%;
padding-right: 4%;
}

#s-d5fe9bd4-67c6-40c8-8b4e-131c6efe1b93 {
  margin-left: auto;
margin-right: auto;
padding-left: 4%;
padding-right: 4%;
}

#s-0cffc40c-9271-4f44-ac49-ce546aa7306d {
  margin-left: auto;
margin-right: auto;
padding-left: 4%;
padding-right: 4%;
}

#s-8cec54d2-ff17-4f1d-bfa7-97621970f39c {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-8cec54d2-ff17-4f1d-bfa7-97621970f39c {
  display: none;
}
#s-8cec54d2-ff17-4f1d-bfa7-97621970f39c, #wrap-s-8cec54d2-ff17-4f1d-bfa7-97621970f39c, #wrap-content-s-8cec54d2-ff17-4f1d-bfa7-97621970f39c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8cec54d2-ff17-4f1d-bfa7-97621970f39c {
  display: none;
}
#s-8cec54d2-ff17-4f1d-bfa7-97621970f39c, #wrap-s-8cec54d2-ff17-4f1d-bfa7-97621970f39c, #wrap-content-s-8cec54d2-ff17-4f1d-bfa7-97621970f39c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8cec54d2-ff17-4f1d-bfa7-97621970f39c {
  display: none;
}
#s-8cec54d2-ff17-4f1d-bfa7-97621970f39c, #wrap-s-8cec54d2-ff17-4f1d-bfa7-97621970f39c, #wrap-content-s-8cec54d2-ff17-4f1d-bfa7-97621970f39c { display: none !important; }}
#s-8cec54d2-ff17-4f1d-bfa7-97621970f39c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 88, 142, 1);
}

#s-8cec54d2-ff17-4f1d-bfa7-97621970f39c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-8cec54d2-ff17-4f1d-bfa7-97621970f39c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 88, 142, 1);
}

#s-8cec54d2-ff17-4f1d-bfa7-97621970f39c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(0, 88, 142, 1);
}

#s-8cec54d2-ff17-4f1d-bfa7-97621970f39c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 88, 142, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 700;
  
  font-size: 24px;
}

#s-8cec54d2-ff17-4f1d-bfa7-97621970f39c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}@media (max-width: 767px){#s-8cec54d2-ff17-4f1d-bfa7-97621970f39c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 88, 142, 1);
}

#s-8cec54d2-ff17-4f1d-bfa7-97621970f39c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-8cec54d2-ff17-4f1d-bfa7-97621970f39c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 88, 142, 1);
}

#s-8cec54d2-ff17-4f1d-bfa7-97621970f39c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(0, 88, 142, 1);
}

#s-8cec54d2-ff17-4f1d-bfa7-97621970f39c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 88, 142, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 700;
  
  font-size: 18px;
}

#s-8cec54d2-ff17-4f1d-bfa7-97621970f39c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}}
#s-014ce462-4b6a-48d4-ab68-70d8da911ed4 {
  margin-left: auto;
margin-right: auto;
}

#s-57e048c6-9f4f-4f50-8f58-3dde7c90efd2 {
  margin-left: auto;
margin-right: auto;
}

#s-222ef982-8e47-4cc8-9f28-87f304046c55 {
  margin-left: auto;
margin-right: auto;
}

#s-7aadb77f-526a-4bf2-a8ad-e87f2086a5c5 {
  margin-left: auto;
margin-right: auto;
}

#s-f7205f91-1f3b-4560-82b4-00fe20d2493c {
  margin-left: auto;
margin-right: auto;
}

#s-02d7da3b-1772-4c02-9162-3aa076c66eef {
  margin-left: 0%;
margin-right: 0%;
padding-top: 30px;
padding-left: 6%;
padding-bottom: 30px;
padding-right: 6%;
min-height: 50px;
background-color: rgba(250, 251, 251, 1);
}
@media (min-width: 1200px){#s-02d7da3b-1772-4c02-9162-3aa076c66eef {
  display: none;
}
#s-02d7da3b-1772-4c02-9162-3aa076c66eef, #wrap-s-02d7da3b-1772-4c02-9162-3aa076c66eef, #wrap-content-s-02d7da3b-1772-4c02-9162-3aa076c66eef { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-02d7da3b-1772-4c02-9162-3aa076c66eef {
  display: none;
}
#s-02d7da3b-1772-4c02-9162-3aa076c66eef, #wrap-s-02d7da3b-1772-4c02-9162-3aa076c66eef, #wrap-content-s-02d7da3b-1772-4c02-9162-3aa076c66eef { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-02d7da3b-1772-4c02-9162-3aa076c66eef {
  display: none;
}
#s-02d7da3b-1772-4c02-9162-3aa076c66eef, #wrap-s-02d7da3b-1772-4c02-9162-3aa076c66eef, #wrap-content-s-02d7da3b-1772-4c02-9162-3aa076c66eef { display: none !important; }}@media (max-width: 767px){#s-02d7da3b-1772-4c02-9162-3aa076c66eef {
  
}
}







#s-02d7da3b-1772-4c02-9162-3aa076c66eef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-02d7da3b-1772-4c02-9162-3aa076c66eef.shg-box.shg-c {
  justify-content: center;
}

#s-993c425c-a9a2-49e3-9cfe-48c1089b91f9 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-993c425c-a9a2-49e3-9cfe-48c1089b91f9 {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}
}
#s-993c425c-a9a2-49e3-9cfe-48c1089b91f9 .shogun-heading-component h3 {
  color: rgba(27, 67, 118, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-993c425c-a9a2-49e3-9cfe-48c1089b91f9 .shogun-heading-component h3 {
  color: rgba(27, 67, 118, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-993c425c-a9a2-49e3-9cfe-48c1089b91f9 .shogun-heading-component h3 {
  color: rgba(27, 67, 118, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-1930bc06-a80e-4cba-a24f-32e8f4839f8e {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-1930bc06-a80e-4cba-a24f-32e8f4839f8e {
  display: none;
}
#s-1930bc06-a80e-4cba-a24f-32e8f4839f8e, #wrap-s-1930bc06-a80e-4cba-a24f-32e8f4839f8e, #wrap-content-s-1930bc06-a80e-4cba-a24f-32e8f4839f8e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1930bc06-a80e-4cba-a24f-32e8f4839f8e {
  display: none;
}
#s-1930bc06-a80e-4cba-a24f-32e8f4839f8e, #wrap-s-1930bc06-a80e-4cba-a24f-32e8f4839f8e, #wrap-content-s-1930bc06-a80e-4cba-a24f-32e8f4839f8e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1930bc06-a80e-4cba-a24f-32e8f4839f8e {
  display: none;
}
#s-1930bc06-a80e-4cba-a24f-32e8f4839f8e, #wrap-s-1930bc06-a80e-4cba-a24f-32e8f4839f8e, #wrap-content-s-1930bc06-a80e-4cba-a24f-32e8f4839f8e { display: none !important; }}@media (max-width: 767px){#s-1930bc06-a80e-4cba-a24f-32e8f4839f8e {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-1930bc06-a80e-4cba-a24f-32e8f4839f8e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(27, 67, 118, 1);
}

#s-1930bc06-a80e-4cba-a24f-32e8f4839f8e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-1930bc06-a80e-4cba-a24f-32e8f4839f8e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(27, 67, 118, 1);
}

#s-1930bc06-a80e-4cba-a24f-32e8f4839f8e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(27, 67, 118, 1);
}

#s-1930bc06-a80e-4cba-a24f-32e8f4839f8e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(27, 67, 118, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 700;
  
  font-size: 24px;
}

#s-1930bc06-a80e-4cba-a24f-32e8f4839f8e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}@media (max-width: 767px){#s-1930bc06-a80e-4cba-a24f-32e8f4839f8e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(27, 67, 118, 1);
}

#s-1930bc06-a80e-4cba-a24f-32e8f4839f8e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-1930bc06-a80e-4cba-a24f-32e8f4839f8e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(27, 67, 118, 1);
}

#s-1930bc06-a80e-4cba-a24f-32e8f4839f8e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(27, 67, 118, 1);
}

#s-1930bc06-a80e-4cba-a24f-32e8f4839f8e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(27, 67, 118, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 700;
  
  font-size: 18px;
}

#s-1930bc06-a80e-4cba-a24f-32e8f4839f8e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}}
#s-3e76b880-bf46-478c-980b-3e77e87bf3d5 {
  margin-left: auto;
margin-right: auto;
padding-left: 4%;
padding-right: 4%;
}

#s-de79238d-ba89-493e-b982-ebf7d40ee400 {
  margin-left: auto;
margin-right: auto;
padding-left: 4%;
padding-right: 4%;
}

#s-76be8c39-7384-419a-b88d-afe60ae55796 {
  margin-left: auto;
margin-right: auto;
padding-left: 4%;
padding-right: 4%;
}

#s-a460663a-c3c5-4403-bb2b-e1826d77f608 {
  margin-left: auto;
margin-right: auto;
padding-left: 4%;
padding-right: 4%;
}

#s-af775e77-0c83-419c-a545-e129999707a7 {
  margin-left: auto;
margin-right: auto;
padding-left: 4%;
padding-right: 4%;
}

#s-eafacc70-0270-4dc5-9360-3be7f181f910 {
  margin-left: auto;
margin-right: auto;
padding-left: 4%;
padding-right: 4%;
}

#s-8155f6cd-d67e-4380-80c2-c10624214fe7 {
  margin-left: auto;
margin-right: auto;
padding-left: 4%;
padding-right: 4%;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

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

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

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

/* <-- User Content Animations */

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

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

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

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}
@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;
  }
}
