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

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

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

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

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

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

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

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

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

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

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

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

#s-8441f21d-d081-4f56-8a48-b2f55951335f {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 750px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8441f21d-d081-4f56-8a48-b2f55951335f {
  display: none;
}
#s-8441f21d-d081-4f56-8a48-b2f55951335f, #wrap-s-8441f21d-d081-4f56-8a48-b2f55951335f { display: none !important; }}@media (max-width: 767px){#s-8441f21d-d081-4f56-8a48-b2f55951335f {
  display: none;
}
#s-8441f21d-d081-4f56-8a48-b2f55951335f, #wrap-s-8441f21d-d081-4f56-8a48-b2f55951335f { display: none !important; }}







#s-8441f21d-d081-4f56-8a48-b2f55951335f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8441f21d-d081-4f56-8a48-b2f55951335f.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

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

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

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

#s-a49e2b25-ae43-49da-bea0-8dd1b55eaeba {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-a49e2b25-ae43-49da-bea0-8dd1b55eaeba {
  
}
}
@media (min-width: 0px) {
[id="s-a49e2b25-ae43-49da-bea0-8dd1b55eaeba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a49e2b25-ae43-49da-bea0-8dd1b55eaeba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a49e2b25-ae43-49da-bea0-8dd1b55eaeba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a49e2b25-ae43-49da-bea0-8dd1b55eaeba"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a49e2b25-ae43-49da-bea0-8dd1b55eaeba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a49e2b25-ae43-49da-bea0-8dd1b55eaeba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a49e2b25-ae43-49da-bea0-8dd1b55eaeba"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a49e2b25-ae43-49da-bea0-8dd1b55eaeba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a49e2b25-ae43-49da-bea0-8dd1b55eaeba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a49e2b25-ae43-49da-bea0-8dd1b55eaeba"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

.shg-gallery-root {
}

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

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

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

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

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

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

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

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

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

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

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

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

.shg-selected {
  opacity: 1;
}

#s-60988a23-7125-4a76-8228-c892057448e2 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-60988a23-7125-4a76-8228-c892057448e2 .shg-gallery-thumb-image-wrapper {
  

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

#s-60988a23-7125-4a76-8228-c892057448e2 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-60988a23-7125-4a76-8228-c892057448e2 .shg-gallery-thumb-list-margin {
  margin-right: -5px;
}

#s-60988a23-7125-4a76-8228-c892057448e2 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-60988a23-7125-4a76-8228-c892057448e2 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-60988a23-7125-4a76-8228-c892057448e2 .shg-gallery-dot {
  background-color: #FFF;
}

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

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

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

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

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

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

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

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

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

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

#s-2788b1a3-5166-4f93-803b-447d190fea25 {
  text-align: left;
}



.shg-c#s-2788b1a3-5166-4f93-803b-447d190fea25 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2788b1a3-5166-4f93-803b-447d190fea25 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2788b1a3-5166-4f93-803b-447d190fea25 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2788b1a3-5166-4f93-803b-447d190fea25 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2788b1a3-5166-4f93-803b-447d190fea25 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2788b1a3-5166-4f93-803b-447d190fea25 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2788b1a3-5166-4f93-803b-447d190fea25 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2788b1a3-5166-4f93-803b-447d190fea25 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2788b1a3-5166-4f93-803b-447d190fea25 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2788b1a3-5166-4f93-803b-447d190fea25 img.shogun-image {
  width: 100%;
}



}
#s-ca40a4b6-0f39-429a-9eae-395f514c9df1 {
  margin-top: 0%;
margin-bottom: 0%;
padding-left: 5%;
padding-right: 5%;
}








#s-ca40a4b6-0f39-429a-9eae-395f514c9df1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca40a4b6-0f39-429a-9eae-395f514c9df1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-26443ed2-e477-411b-bff0-384cc5627b67 {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-26443ed2-e477-411b-bff0-384cc5627b67 {
  display: none;
}
#s-26443ed2-e477-411b-bff0-384cc5627b67, #wrap-s-26443ed2-e477-411b-bff0-384cc5627b67 { display: none !important; }}@media (max-width: 767px){#s-26443ed2-e477-411b-bff0-384cc5627b67 {
  display: none;
}
#s-26443ed2-e477-411b-bff0-384cc5627b67, #wrap-s-26443ed2-e477-411b-bff0-384cc5627b67 { display: none !important; }}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-46003a2b-fb46-4e17-86ec-46296bbeb274 {
  margin-top: 5px;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
text-align: left;
}

#s-46003a2b-fb46-4e17-86ec-46296bbeb274 .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
}

#s-47e47d92-cca3-4200-9d22-80853917dfca {
  margin-top: 5px;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
text-align: left;
}

#s-47e47d92-cca3-4200-9d22-80853917dfca .shg-product-sold-out {
  display: none;
  color: rgba(5, 5, 7, 1);
  font-size: 20px;
  font-weight:  900 ;
  font-family: Lato;
  font-style:  normal ;
}

#s-47e47d92-cca3-4200-9d22-80853917dfca .shg-product-price {
  color: rgba(5, 5, 7, 1);
  font-weight:  900 ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 20px;
}

#s-47e47d92-cca3-4200-9d22-80853917dfca .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(51, 50, 50, 1);
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-e5df1bb4-6979-4156-a14b-07108ed73ee6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-e5df1bb4-6979-4156-a14b-07108ed73ee6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-e5df1bb4-6979-4156-a14b-07108ed73ee6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(61, 60, 60, 1);
}

#s-e5df1bb4-6979-4156-a14b-07108ed73ee6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-e5df1bb4-6979-4156-a14b-07108ed73ee6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(61, 60, 60, 1);
  text-align: left;
  font-family: Lato;
  font-weight: 700;
  font-style: ;
  font-size: 17px;
}

#s-e5df1bb4-6979-4156-a14b-07108ed73ee6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 17px;
}
.shogun-table-wrapper {
  overflow: auto;
}

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

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

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

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

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

#s-d75cd872-bc00-4be3-a12e-46cb721a0b32 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-d75cd872-bc00-4be3-a12e-46cb721a0b32 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-d75cd872-bc00-4be3-a12e-46cb721a0b32 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-d75cd872-bc00-4be3-a12e-46cb721a0b32 td.shogun-table-row {
  background-color: #fff;
  padding: 2px;
}

#s-d75cd872-bc00-4be3-a12e-46cb721a0b32 td.shogun-table-column, #s-d75cd872-bc00-4be3-a12e-46cb721a0b32 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-5aeeab31-cdcd-40ca-b826-b077ffcfe3a9 {
  text-align: center;
}







  #s-5aeeab31-cdcd-40ca-b826-b077ffcfe3a9 img.shogun-image {
    

    
    
    
  }


#s-5aeeab31-cdcd-40ca-b826-b077ffcfe3a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-c5bc8fcf-e61f-473b-a873-9b75e84a4d36 {
  text-align: center;
}







  #s-c5bc8fcf-e61f-473b-a873-9b75e84a4d36 img.shogun-image {
    

    
    
    
  }


#s-c5bc8fcf-e61f-473b-a873-9b75e84a4d36 .shogun-image-content {
  
    align-items: center;
  
}

#s-9c6f6f0e-2642-4fbd-9d95-6f7033243944 {
  text-align: center;
}







  #s-9c6f6f0e-2642-4fbd-9d95-6f7033243944 img.shogun-image {
    

    
    
    
  }


#s-9c6f6f0e-2642-4fbd-9d95-6f7033243944 .shogun-image-content {
  
    align-items: center;
  
}

#s-5f81c4f8-3089-4de1-ac8b-533a9fdee2d5 {
  text-align: center;
}







  #s-5f81c4f8-3089-4de1-ac8b-533a9fdee2d5 img.shogun-image {
    

    
    
    
  }


#s-5f81c4f8-3089-4de1-ac8b-533a9fdee2d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-1ff9f0ba-32ea-468b-9cca-0003f15e86af {
  text-align: center;
}







  #s-1ff9f0ba-32ea-468b-9cca-0003f15e86af img.shogun-image {
    

    
    
    
  }


#s-1ff9f0ba-32ea-468b-9cca-0003f15e86af .shogun-image-content {
  
    align-items: center;
  
}

#s-aaebd920-6f86-4826-a0a5-5087aaa67009 {
  text-align: center;
}







  #s-aaebd920-6f86-4826-a0a5-5087aaa67009 img.shogun-image {
    

    
    
    
  }


#s-aaebd920-6f86-4826-a0a5-5087aaa67009 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-8c22a5dc-97dc-4a75-9ee4-acde9490c024 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-8c22a5dc-97dc-4a75-9ee4-acde9490c024 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-8c22a5dc-97dc-4a75-9ee4-acde9490c024 td.shogun-table-column {
  background-color: rgba(209, 206, 206, 0.12);
  padding: 5px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-8c22a5dc-97dc-4a75-9ee4-acde9490c024 td.shogun-table-row {
  background-color: #fff;
  padding: 1px;
}

#s-8c22a5dc-97dc-4a75-9ee4-acde9490c024 td.shogun-table-column, #s-8c22a5dc-97dc-4a75-9ee4-acde9490c024 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-af177dd9-e1e9-41b9-a6f7-c59e0f5fda55 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-af177dd9-e1e9-41b9-a6f7-c59e0f5fda55 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-af177dd9-e1e9-41b9-a6f7-c59e0f5fda55 td.shogun-table-column {
  background-color: #fff;
  padding: 4px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-af177dd9-e1e9-41b9-a6f7-c59e0f5fda55 td.shogun-table-row {
  background-color: #fff;
  padding: 1px;
}

#s-af177dd9-e1e9-41b9-a6f7-c59e0f5fda55 td.shogun-table-column, #s-af177dd9-e1e9-41b9-a6f7-c59e0f5fda55 td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

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

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

#s-524c2f6d-07e4-48ff-a19c-47cd51ec073f {
  padding-top: 13px;
padding-bottom: 13px;
}

#s-524c2f6d-07e4-48ff-a19c-47cd51ec073f hr {
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-c663f611-d582-46b8-a4d4-8363bef5b85d .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-c663f611-d582-46b8-a4d4-8363bef5b85d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-c663f611-d582-46b8-a4d4-8363bef5b85d td.shogun-table-column {
  background-color: rgba(209, 206, 206, 0.12);
  padding: 5px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-c663f611-d582-46b8-a4d4-8363bef5b85d td.shogun-table-row {
  background-color: #fff;
  padding: 1px;
}

#s-c663f611-d582-46b8-a4d4-8363bef5b85d td.shogun-table-column, #s-c663f611-d582-46b8-a4d4-8363bef5b85d td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-e476b86e-c997-4a13-ab52-da65a24bf189 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-e476b86e-c997-4a13-ab52-da65a24bf189 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-e476b86e-c997-4a13-ab52-da65a24bf189 td.shogun-table-column {
  background-color: #fff;
  padding: 4px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-e476b86e-c997-4a13-ab52-da65a24bf189 td.shogun-table-row {
  background-color: #fff;
  padding: 1px;
}

#s-e476b86e-c997-4a13-ab52-da65a24bf189 td.shogun-table-column, #s-e476b86e-c997-4a13-ab52-da65a24bf189 td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

#s-d949e095-119e-49ea-a336-67b2ca13c6e0 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0.52);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0.3);
}

#s-e0690090-ad10-4cdd-ab47-6881148c69cc {
  min-height: 50px;
}








#s-e0690090-ad10-4cdd-ab47-6881148c69cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0690090-ad10-4cdd-ab47-6881148c69cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

#s-55cd29af-44cd-4caf-87c3-a07a4d7d46e6 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: left;
}

#s-55cd29af-44cd-4caf-87c3-a07a4d7d46e6 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-55cd29af-44cd-4caf-87c3-a07a4d7d46e6 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-55cd29af-44cd-4caf-87c3-a07a4d7d46e6 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-55cd29af-44cd-4caf-87c3-a07a4d7d46e6 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-55cd29af-44cd-4caf-87c3-a07a4d7d46e6 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-55cd29af-44cd-4caf-87c3-a07a4d7d46e6 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-55cd29af-44cd-4caf-87c3-a07a4d7d46e6 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-55cd29af-44cd-4caf-87c3-a07a4d7d46e6 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-55cd29af-44cd-4caf-87c3-a07a4d7d46e6 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-55cd29af-44cd-4caf-87c3-a07a4d7d46e6 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-55cd29af-44cd-4caf-87c3-a07a4d7d46e6 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-55cd29af-44cd-4caf-87c3-a07a4d7d46e6 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  normal ;
    font-family: Lato;
    font-style:  normal ;
    font-size: 18px;
  }

  
    #s-55cd29af-44cd-4caf-87c3-a07a4d7d46e6 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-55cd29af-44cd-4caf-87c3-a07a4d7d46e6-btn-wrapper {
    text-align: center;
  }


#s-55cd29af-44cd-4caf-87c3-a07a4d7d46e6 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-55cd29af-44cd-4caf-87c3-a07a4d7d46e6 .shg-variant-btn:hover {
  background: #252525;
}

#s-55cd29af-44cd-4caf-87c3-a07a4d7d46e6 .shg-variant-btn:active, #s-55cd29af-44cd-4caf-87c3-a07a4d7d46e6 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-55cd29af-44cd-4caf-87c3-a07a4d7d46e6 .shg-variant-btn.disabled {
  background: #252525;
}

#s-4bf958a2-fe1c-42af-a11d-97fc53e54eda {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 0%;
padding-right: 0%;
max-width: 150px;
text-align: left;
}

#s-4bf958a2-fe1c-42af-a11d-97fc53e54eda .shg-product-quantity-wrapper {
  display: flex;
}

#s-4bf958a2-fe1c-42af-a11d-97fc53e54eda .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-4bf958a2-fe1c-42af-a11d-97fc53e54eda .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-4bf958a2-fe1c-42af-a11d-97fc53e54eda .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-4bf958a2-fe1c-42af-a11d-97fc53e54eda .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-center {
  text-align: center;
}

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

#s-ae0a5149-166c-4095-ba2a-e033e2bc2b77 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
background-color: rgba(70, 130, 180, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-ae0a5149-166c-4095-ba2a-e033e2bc2b77:hover {background-color: rgba(18, 56, 88, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ae0a5149-166c-4095-ba2a-e033e2bc2b77:active {background-color: rgba(17, 57, 90, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ae0a5149-166c-4095-ba2a-e033e2bc2b77-atc-btn-wrapper {
    text-align: center;
  }


#s-ae0a5149-166c-4095-ba2a-e033e2bc2b77 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ae0a5149-166c-4095-ba2a-e033e2bc2b77.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ae0a5149-166c-4095-ba2a-e033e2bc2b77.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-ae0a5149-166c-4095-ba2a-e033e2bc2b77.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-25cefbfa-548d-4179-97d1-2bdadf68153a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-25cefbfa-548d-4179-97d1-2bdadf68153a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-25cefbfa-548d-4179-97d1-2bdadf68153a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-25cefbfa-548d-4179-97d1-2bdadf68153a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-af3f9ca0-b3e0-4e03-9c0e-e1819c58e34f .shogun-icon-wrapper {
  text-align: center;
}


#s-af3f9ca0-b3e0-4e03-9c0e-e1819c58e34f .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(70, 130, 180, 1);
}

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

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

#s-229d0631-74e9-4d25-842b-8b8ba66101c8 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-229d0631-74e9-4d25-842b-8b8ba66101c8 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 13px;
  
  
  
}



#s-75f12e7a-70a5-406c-9be2-77f6d5639d78 .shogun-icon-wrapper {
  text-align: center;
}


#s-75f12e7a-70a5-406c-9be2-77f6d5639d78 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(70, 130, 180, 1);
}

#s-b4e2f7ce-1074-4c5e-b1a8-5752e55b71cb {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b4e2f7ce-1074-4c5e-b1a8-5752e55b71cb .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 13px;
  
  
  
}



#s-d14b0e35-49c3-461a-8234-01afda1b326c .shogun-icon-wrapper {
  text-align: center;
}


#s-d14b0e35-49c3-461a-8234-01afda1b326c .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(70, 130, 180, 1);
}

#s-cd449c72-a4e9-44d1-b595-295c698a03fe {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-cd449c72-a4e9-44d1-b595-295c698a03fe .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 13px;
  
  
  
}



#s-32bfdd85-9a5f-4b5e-9231-b4d53ec2c572 .shogun-icon-wrapper {
  text-align: center;
}


#s-32bfdd85-9a5f-4b5e-9231-b4d53ec2c572 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(70, 130, 180, 1);
}

#s-76731de2-a8d5-486e-aaa3-8570366a7786 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-76731de2-a8d5-486e-aaa3-8570366a7786 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 13px;
  
  
  
}



#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
min-height: 650px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f {
  display: none;
}
#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f, #wrap-s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f { display: none !important; }}@media (max-width: 767px){#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f {
  display: none;
}
#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f, #wrap-s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f { display: none !important; }}







#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-89869764-aba9-4539-affd-b76b8f5f42ad {
  margin-top: 20%;
margin-left: 2%;
margin-bottom: 20px;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-89869764-aba9-4539-affd-b76b8f5f42ad {
  display: none;
}
#s-89869764-aba9-4539-affd-b76b8f5f42ad, #wrap-s-89869764-aba9-4539-affd-b76b8f5f42ad { display: none !important; }}
#s-89869764-aba9-4539-affd-b76b8f5f42ad .shogun-heading-component h1 {
  color: rgba(252, 252, 252, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 54px;
  line-height: 1.1em;
  
  text-align: center;
}



#s-8ebf2799-f4da-4637-9194-ebbd24bcdd4b {
  text-align: left;
}

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

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

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

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

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

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

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

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

#s-5f2af151-2ebd-4c3c-adb1-f47ad450417c {
  box-shadow:1px 1px 1px 0px rgba(12, 11, 11, 0.53);
margin-top: 0px;
margin-left: 0%;
margin-bottom: 50px;
margin-right: 0%;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 8px;
min-height: 65px;
background-color: rgba(70, 130, 180, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5f2af151-2ebd-4c3c-adb1-f47ad450417c:hover {background-color: rgba(33, 102, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5f2af151-2ebd-4c3c-adb1-f47ad450417c:active {background-color: rgba(70, 130, 180, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-5f2af151-2ebd-4c3c-adb1-f47ad450417c-root {
    text-align: center;
  }


#s-5f2af151-2ebd-4c3c-adb1-f47ad450417c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5f2af151-2ebd-4c3c-adb1-f47ad450417c-root {
    text-align: center;
  }


#s-5f2af151-2ebd-4c3c-adb1-f47ad450417c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5f2af151-2ebd-4c3c-adb1-f47ad450417c-root {
    text-align: center;
  }


#s-5f2af151-2ebd-4c3c-adb1-f47ad450417c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5f2af151-2ebd-4c3c-adb1-f47ad450417c-root {
    text-align: center;
  }


#s-5f2af151-2ebd-4c3c-adb1-f47ad450417c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5f2af151-2ebd-4c3c-adb1-f47ad450417c-root {
    text-align: center;
  }


#s-5f2af151-2ebd-4c3c-adb1-f47ad450417c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-eb9e19e0-1f99-4a53-ab89-c2f4de8e97fc {
  margin-left: 0%;
margin-right: 0%;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
}
@media (min-width: 1200px){#s-eb9e19e0-1f99-4a53-ab89-c2f4de8e97fc {
  display: none;
}
#s-eb9e19e0-1f99-4a53-ab89-c2f4de8e97fc, #wrap-s-eb9e19e0-1f99-4a53-ab89-c2f4de8e97fc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eb9e19e0-1f99-4a53-ab89-c2f4de8e97fc {
  display: none;
}
#s-eb9e19e0-1f99-4a53-ab89-c2f4de8e97fc, #wrap-s-eb9e19e0-1f99-4a53-ab89-c2f4de8e97fc { display: none !important; }}@media (max-width: 767px){#s-eb9e19e0-1f99-4a53-ab89-c2f4de8e97fc {
  
}
}







#s-eb9e19e0-1f99-4a53-ab89-c2f4de8e97fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb9e19e0-1f99-4a53-ab89-c2f4de8e97fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-897ebe8a-a5de-46d1-99f4-64b1f900a7ba {
  text-align: left;
}



.shg-c#s-897ebe8a-a5de-46d1-99f4-64b1f900a7ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-897ebe8a-a5de-46d1-99f4-64b1f900a7ba img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-897ebe8a-a5de-46d1-99f4-64b1f900a7ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-897ebe8a-a5de-46d1-99f4-64b1f900a7ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-897ebe8a-a5de-46d1-99f4-64b1f900a7ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-897ebe8a-a5de-46d1-99f4-64b1f900a7ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-897ebe8a-a5de-46d1-99f4-64b1f900a7ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-897ebe8a-a5de-46d1-99f4-64b1f900a7ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-897ebe8a-a5de-46d1-99f4-64b1f900a7ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-897ebe8a-a5de-46d1-99f4-64b1f900a7ba img.shogun-image {
  width: 100%;
}



}
#s-eac77438-8dbe-433b-927b-b6422bcae330 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-eac77438-8dbe-433b-927b-b6422bcae330 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 16.666666666666668%;
  padding-right: 5px;
  padding-bottom: 5px;
}

#s-eac77438-8dbe-433b-927b-b6422bcae330 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-eac77438-8dbe-433b-927b-b6422bcae330 .shg-gallery-thumb-list-margin {
  margin-right: -5px;
}

#s-eac77438-8dbe-433b-927b-b6422bcae330 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-eac77438-8dbe-433b-927b-b6422bcae330 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-eac77438-8dbe-433b-927b-b6422bcae330 .shg-gallery-dot {
  background-color: #FFF;
}

#s-8fd5b529-32b6-42eb-9008-6a3aceada1d0 {
  text-align: left;
}

#s-c62cf81e-4d3a-4a45-9ee2-65d44cc18d61 {
  margin-top: 5px;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
text-align: left;
}

#s-c62cf81e-4d3a-4a45-9ee2-65d44cc18d61 .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Lato;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-c8033f2c-2436-45d7-8d36-88071bb1920c {
  margin-top: 10px;
margin-bottom: 10px;
text-align: left;
}

#s-c8033f2c-2436-45d7-8d36-88071bb1920c .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-c8033f2c-2436-45d7-8d36-88071bb1920c .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c8033f2c-2436-45d7-8d36-88071bb1920c .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-c8033f2c-2436-45d7-8d36-88071bb1920c .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-c8033f2c-2436-45d7-8d36-88071bb1920c .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-c8033f2c-2436-45d7-8d36-88071bb1920c .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-c8033f2c-2436-45d7-8d36-88071bb1920c .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-c8033f2c-2436-45d7-8d36-88071bb1920c .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-c8033f2c-2436-45d7-8d36-88071bb1920c .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c8033f2c-2436-45d7-8d36-88071bb1920c .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c8033f2c-2436-45d7-8d36-88071bb1920c .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-c8033f2c-2436-45d7-8d36-88071bb1920c .shg-product-selector-wrapper label {
    color: ;
    font-weight:  normal ;
    font-family: Lato;
    font-style:  normal ;
    font-size: 18px;
  }

  
    #s-c8033f2c-2436-45d7-8d36-88071bb1920c .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-c8033f2c-2436-45d7-8d36-88071bb1920c-btn-wrapper {
    text-align: center;
  }


#s-c8033f2c-2436-45d7-8d36-88071bb1920c .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-c8033f2c-2436-45d7-8d36-88071bb1920c .shg-variant-btn:hover {
  background: #252525;
}

#s-c8033f2c-2436-45d7-8d36-88071bb1920c .shg-variant-btn:active, #s-c8033f2c-2436-45d7-8d36-88071bb1920c .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-c8033f2c-2436-45d7-8d36-88071bb1920c .shg-variant-btn.disabled {
  background: #252525;
}

#s-8e3aaf46-9857-4286-ba8b-178fcc5d60b1 {
  margin-top: 5px;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
text-align: left;
}

#s-8e3aaf46-9857-4286-ba8b-178fcc5d60b1 .shg-product-sold-out {
  display: none;
  color: rgba(5, 5, 7, 1);
  font-size: 21px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-8e3aaf46-9857-4286-ba8b-178fcc5d60b1 .shg-product-price {
  color: rgba(5, 5, 7, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 21px;
}

#s-8e3aaf46-9857-4286-ba8b-178fcc5d60b1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(51, 50, 50, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-8e3aaf46-9857-4286-ba8b-178fcc5d60b1 .shg-product-sold-out {
  display: none;
  color: rgba(5, 5, 7, 1);
  font-size: 18px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-8e3aaf46-9857-4286-ba8b-178fcc5d60b1 .shg-product-price {
  color: rgba(5, 5, 7, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-8e3aaf46-9857-4286-ba8b-178fcc5d60b1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(51, 50, 50, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}
}
#s-82dca434-999f-43ad-a426-c6ecf6cbeb7b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-82dca434-999f-43ad-a426-c6ecf6cbeb7b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-82dca434-999f-43ad-a426-c6ecf6cbeb7b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(61, 60, 60, 1);
}

#s-82dca434-999f-43ad-a426-c6ecf6cbeb7b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-82dca434-999f-43ad-a426-c6ecf6cbeb7b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(61, 60, 60, 1);
  text-align: left;
  font-family: Lato;
  font-weight: 700;
  font-style: ;
  font-size: 22px;
}

#s-82dca434-999f-43ad-a426-c6ecf6cbeb7b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-fef4b13f-98b2-4d58-854f-d8d758c87cf3 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-fef4b13f-98b2-4d58-854f-d8d758c87cf3 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-fef4b13f-98b2-4d58-854f-d8d758c87cf3 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-fef4b13f-98b2-4d58-854f-d8d758c87cf3 td.shogun-table-row {
  background-color: #fff;
  padding: 2px;
}

#s-fef4b13f-98b2-4d58-854f-d8d758c87cf3 td.shogun-table-column, #s-fef4b13f-98b2-4d58-854f-d8d758c87cf3 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-1533eb01-a725-45eb-a17b-833ea42af152 {
  text-align: center;
}







  #s-1533eb01-a725-45eb-a17b-833ea42af152 img.shogun-image {
    

    
    
    
  }


#s-1533eb01-a725-45eb-a17b-833ea42af152 .shogun-image-content {
  
    align-items: center;
  
}

#s-ed8cdf6a-46e8-48fb-a50c-16e6c865d112 {
  text-align: center;
}







  #s-ed8cdf6a-46e8-48fb-a50c-16e6c865d112 img.shogun-image {
    

    
    
    
  }


#s-ed8cdf6a-46e8-48fb-a50c-16e6c865d112 .shogun-image-content {
  
    align-items: center;
  
}

#s-ba18c029-48db-4d95-b1e7-8b8de5e1b587 {
  text-align: center;
}







  #s-ba18c029-48db-4d95-b1e7-8b8de5e1b587 img.shogun-image {
    

    
    
    
  }


#s-ba18c029-48db-4d95-b1e7-8b8de5e1b587 .shogun-image-content {
  
    align-items: center;
  
}

#s-dd1c8644-f143-4fff-ac37-e92b98759705 {
  text-align: center;
}







  #s-dd1c8644-f143-4fff-ac37-e92b98759705 img.shogun-image {
    

    
    
    
  }


#s-dd1c8644-f143-4fff-ac37-e92b98759705 .shogun-image-content {
  
    align-items: center;
  
}

#s-a4896c1c-1cbf-45be-8220-a3119cf36f5c {
  text-align: center;
}







  #s-a4896c1c-1cbf-45be-8220-a3119cf36f5c img.shogun-image {
    

    
    
    
  }


#s-a4896c1c-1cbf-45be-8220-a3119cf36f5c .shogun-image-content {
  
    align-items: center;
  
}

#s-0c710b24-4011-4377-9de4-991ba4ec3512 {
  text-align: center;
}







  #s-0c710b24-4011-4377-9de4-991ba4ec3512 img.shogun-image {
    

    
    
    
  }


#s-0c710b24-4011-4377-9de4-991ba4ec3512 .shogun-image-content {
  
    align-items: center;
  
}

#s-67957a09-4e02-43e2-adbe-a5fb036a3f76 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-67957a09-4e02-43e2-adbe-a5fb036a3f76 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-67957a09-4e02-43e2-adbe-a5fb036a3f76 td.shogun-table-column {
  background-color: rgba(209, 206, 206, 0.12);
  padding: 5px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-67957a09-4e02-43e2-adbe-a5fb036a3f76 td.shogun-table-row {
  background-color: #fff;
  padding: 1px;
}

#s-67957a09-4e02-43e2-adbe-a5fb036a3f76 td.shogun-table-column, #s-67957a09-4e02-43e2-adbe-a5fb036a3f76 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-cd6cf5ef-6197-47e7-b06e-582fca8ebaa4 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-cd6cf5ef-6197-47e7-b06e-582fca8ebaa4 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-cd6cf5ef-6197-47e7-b06e-582fca8ebaa4 td.shogun-table-column {
  background-color: #fff;
  padding: 4px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-cd6cf5ef-6197-47e7-b06e-582fca8ebaa4 td.shogun-table-row {
  background-color: #fff;
  padding: 1px;
}

#s-cd6cf5ef-6197-47e7-b06e-582fca8ebaa4 td.shogun-table-column, #s-cd6cf5ef-6197-47e7-b06e-582fca8ebaa4 td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

#s-eec122d0-173f-49ac-be1c-4fe4b3640726 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-eec122d0-173f-49ac-be1c-4fe4b3640726 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-eec122d0-173f-49ac-be1c-4fe4b3640726 td.shogun-table-column {
  background-color: rgba(209, 206, 206, 0.12);
  padding: 5px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-eec122d0-173f-49ac-be1c-4fe4b3640726 td.shogun-table-row {
  background-color: #fff;
  padding: 1px;
}

#s-eec122d0-173f-49ac-be1c-4fe4b3640726 td.shogun-table-column, #s-eec122d0-173f-49ac-be1c-4fe4b3640726 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-5e3e2079-8b3a-48b8-b61c-5ea33990122f {
  min-height: 50px;
}








#s-5e3e2079-8b3a-48b8-b61c-5ea33990122f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e3e2079-8b3a-48b8-b61c-5ea33990122f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e9cf932c-9969-471e-8743-3515ea036302 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-e9cf932c-9969-471e-8743-3515ea036302 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-e9cf932c-9969-471e-8743-3515ea036302 td.shogun-table-column {
  background-color: #fff;
  padding: 4px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-e9cf932c-9969-471e-8743-3515ea036302 td.shogun-table-row {
  background-color: #fff;
  padding: 1px;
}

#s-e9cf932c-9969-471e-8743-3515ea036302 td.shogun-table-column, #s-e9cf932c-9969-471e-8743-3515ea036302 td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

#s-576d61ec-2429-47d2-9c72-04ab15c19c9d {
  min-height: 50px;
}








#s-576d61ec-2429-47d2-9c72-04ab15c19c9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-576d61ec-2429-47d2-9c72-04ab15c19c9d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-08bc64d5-4c0e-426d-af0f-610ad91ccd0c {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 0%;
padding-right: 0%;
max-width: 150px;
text-align: center;
}
@media (max-width: 767px){#s-08bc64d5-4c0e-426d-af0f-610ad91ccd0c {
  margin-left: auto;
margin-right: auto;
}
}
#s-08bc64d5-4c0e-426d-af0f-610ad91ccd0c .shg-product-quantity-wrapper {
  display: flex;
}

#s-08bc64d5-4c0e-426d-af0f-610ad91ccd0c .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-08bc64d5-4c0e-426d-af0f-610ad91ccd0c .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-08bc64d5-4c0e-426d-af0f-610ad91ccd0c .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-08bc64d5-4c0e-426d-af0f-610ad91ccd0c .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-2db47cca-9024-471b-945a-ad028e5c68f4 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
background-color: rgba(70, 130, 180, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-2db47cca-9024-471b-945a-ad028e5c68f4:hover {background-color: rgba(21, 64, 100, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2db47cca-9024-471b-945a-ad028e5c68f4:active {background-color: rgba(25, 81, 128, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-2db47cca-9024-471b-945a-ad028e5c68f4-atc-btn-wrapper {
    text-align: center;
  }


#s-2db47cca-9024-471b-945a-ad028e5c68f4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2db47cca-9024-471b-945a-ad028e5c68f4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2db47cca-9024-471b-945a-ad028e5c68f4.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-2db47cca-9024-471b-945a-ad028e5c68f4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 1200px){#s-20a1b1c2-da0d-40c3-838e-f6ed88ebd07b {
  display: none;
}
#s-20a1b1c2-da0d-40c3-838e-f6ed88ebd07b, #wrap-s-20a1b1c2-da0d-40c3-838e-f6ed88ebd07b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-20a1b1c2-da0d-40c3-838e-f6ed88ebd07b {
  display: none;
}
#s-20a1b1c2-da0d-40c3-838e-f6ed88ebd07b, #wrap-s-20a1b1c2-da0d-40c3-838e-f6ed88ebd07b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-20a1b1c2-da0d-40c3-838e-f6ed88ebd07b {
  
}
}
@media (min-width: 0px) {
[id="s-20a1b1c2-da0d-40c3-838e-f6ed88ebd07b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.5px);
}

}

@media (min-width: 768px) {
[id="s-20a1b1c2-da0d-40c3-838e-f6ed88ebd07b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.5px);
}

}

@media (min-width: 992px) {
[id="s-20a1b1c2-da0d-40c3-838e-f6ed88ebd07b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.5px);
}

}

@media (min-width: 1200px) {
[id="s-20a1b1c2-da0d-40c3-838e-f6ed88ebd07b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.5px);
}

}

#s-f8fddf89-7d48-48c9-8a48-e966783c24b3 .shogun-icon-wrapper {
  text-align: center;
}


#s-f8fddf89-7d48-48c9-8a48-e966783c24b3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(70, 130, 180, 1);
}

#s-18e7ff7b-167a-4b06-b984-f675f5d3e466 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-18e7ff7b-167a-4b06-b984-f675f5d3e466 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 13px;
  
  
  
}



#s-07b82351-101f-4bfd-8299-71af70d1d5fe .shogun-icon-wrapper {
  text-align: center;
}


#s-07b82351-101f-4bfd-8299-71af70d1d5fe .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(70, 130, 180, 1);
}

#s-3d0b1831-3b38-4dc3-96f4-36008404d385 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3d0b1831-3b38-4dc3-96f4-36008404d385 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 13px;
  
  
  
}



#s-1c426043-18bc-48ab-8843-3b45aaab9f01 .shogun-icon-wrapper {
  text-align: center;
}


#s-1c426043-18bc-48ab-8843-3b45aaab9f01 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(70, 130, 180, 1);
}

#s-ae8f8b75-2c51-43fb-ac32-1da136b3db12 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ae8f8b75-2c51-43fb-ac32-1da136b3db12 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 13px;
  
  
  
}



#s-4d6e6fb2-1df8-4aad-a272-8563f5c1c869 .shogun-icon-wrapper {
  text-align: center;
}


#s-4d6e6fb2-1df8-4aad-a272-8563f5c1c869 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(70, 130, 180, 1);
}

#s-cba4b782-ba0e-41e0-84e3-f8e881524c10 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-cba4b782-ba0e-41e0-84e3-f8e881524c10 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 13px;
  
  
  
}



#s-342e655a-a9d7-4daa-bf01-38974390ab63 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (min-width: 1200px){#s-342e655a-a9d7-4daa-bf01-38974390ab63 {
  display: none;
}
#s-342e655a-a9d7-4daa-bf01-38974390ab63, #wrap-s-342e655a-a9d7-4daa-bf01-38974390ab63 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-342e655a-a9d7-4daa-bf01-38974390ab63 {
  display: none;
}
#s-342e655a-a9d7-4daa-bf01-38974390ab63, #wrap-s-342e655a-a9d7-4daa-bf01-38974390ab63 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-342e655a-a9d7-4daa-bf01-38974390ab63 {
  
}
}







#s-342e655a-a9d7-4daa-bf01-38974390ab63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-342e655a-a9d7-4daa-bf01-38974390ab63.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-ed09ab22-77f4-4dfe-ae00-c8a7979684c4 {
  margin-top: 20%;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-ed09ab22-77f4-4dfe-ae00-c8a7979684c4 {
  display: none;
}
#s-ed09ab22-77f4-4dfe-ae00-c8a7979684c4, #wrap-s-ed09ab22-77f4-4dfe-ae00-c8a7979684c4 { display: none !important; }}
#s-ed09ab22-77f4-4dfe-ae00-c8a7979684c4 .shogun-heading-component h1 {
  color: rgba(252, 252, 252, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 54px;
  line-height: 1.1em;
  
  text-align: center;
}



#s-acd96360-57fc-4868-b69c-a0754090c732 {
  margin-top: 40%;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-acd96360-57fc-4868-b69c-a0754090c732 {
  display: none;
}
#s-acd96360-57fc-4868-b69c-a0754090c732, #wrap-s-acd96360-57fc-4868-b69c-a0754090c732 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-acd96360-57fc-4868-b69c-a0754090c732 {
  display: none;
}
#s-acd96360-57fc-4868-b69c-a0754090c732, #wrap-s-acd96360-57fc-4868-b69c-a0754090c732 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-acd96360-57fc-4868-b69c-a0754090c732 {
  display: none;
}
#s-acd96360-57fc-4868-b69c-a0754090c732, #wrap-s-acd96360-57fc-4868-b69c-a0754090c732 { display: none !important; }}@media (max-width: 767px){#s-acd96360-57fc-4868-b69c-a0754090c732 {
  
}
}
#s-acd96360-57fc-4868-b69c-a0754090c732 .shogun-heading-component h1 {
  color: rgba(252, 252, 252, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.1em;
  
  text-align: center;
}



#s-62dc6713-e5ba-47d4-a58e-3327921bd9fd {
  box-shadow:1px 1px 1px 0px rgba(12, 11, 11, 0.53);
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 8px;
background-color: rgba(70, 130, 180, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-62dc6713-e5ba-47d4-a58e-3327921bd9fd:hover {background-color: rgba(33, 102, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-62dc6713-e5ba-47d4-a58e-3327921bd9fd:active {background-color: rgba(70, 130, 180, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-62dc6713-e5ba-47d4-a58e-3327921bd9fd-root {
    text-align: center;
  }


#s-62dc6713-e5ba-47d4-a58e-3327921bd9fd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-62dc6713-e5ba-47d4-a58e-3327921bd9fd-root {
    text-align: center;
  }


#s-62dc6713-e5ba-47d4-a58e-3327921bd9fd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-62dc6713-e5ba-47d4-a58e-3327921bd9fd-root {
    text-align: center;
  }


#s-62dc6713-e5ba-47d4-a58e-3327921bd9fd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-62dc6713-e5ba-47d4-a58e-3327921bd9fd-root {
    text-align: center;
  }


#s-62dc6713-e5ba-47d4-a58e-3327921bd9fd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-62dc6713-e5ba-47d4-a58e-3327921bd9fd-root {
    text-align: center;
  }


#s-62dc6713-e5ba-47d4-a58e-3327921bd9fd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-851702f5-182e-48f2-925e-1b849e5fc6d6 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 30%;
padding-right: 30%;
background-color: rgba(5, 5, 7, 1);
}








#s-851702f5-182e-48f2-925e-1b849e5fc6d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-851702f5-182e-48f2-925e-1b849e5fc6d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b4ae2db2-35c5-44cd-ad4b-724ef28d79e2 {
  min-height: 40px;
}

@media (min-width: 0px) {
[id="s-b4ae2db2-35c5-44cd-ad4b-724ef28d79e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b4ae2db2-35c5-44cd-ad4b-724ef28d79e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b4ae2db2-35c5-44cd-ad4b-724ef28d79e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b4ae2db2-35c5-44cd-ad4b-724ef28d79e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-7167a720-e28d-450b-a0ef-33df105895a7 {
  margin-top: 4%;
margin-bottom: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7167a720-e28d-450b-a0ef-33df105895a7 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-1e24a223-3165-4960-91a0-86471d6364e5 {
  margin-top: 1%;
margin-bottom: 1%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-1e24a223-3165-4960-91a0-86471d6364e5 img.shogun-image {
    

    
    
    
  }


#s-1e24a223-3165-4960-91a0-86471d6364e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-3cb3beb1-8876-4a62-898d-240aefb4a5e3 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 0%;
padding-right: 0%;
}








#s-3cb3beb1-8876-4a62-898d-240aefb4a5e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3cb3beb1-8876-4a62-898d-240aefb4a5e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c49ef7cc-f4e9-4bdc-b225-362fa090cbc0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-c49ef7cc-f4e9-4bdc-b225-362fa090cbc0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c49ef7cc-f4e9-4bdc-b225-362fa090cbc0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c49ef7cc-f4e9-4bdc-b225-362fa090cbc0 {
  
}
}
#s-c49ef7cc-f4e9-4bdc-b225-362fa090cbc0 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-d66bc127-ad83-4656-b38f-2aa136a663d2 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 380px;
text-align: center;
}







  #s-d66bc127-ad83-4656-b38f-2aa136a663d2 img.shogun-image {
    

    
    
    
  }


#s-d66bc127-ad83-4656-b38f-2aa136a663d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-04e309f5-44df-4f4c-a6c5-96002e716e9b {
  margin-top: 0%;
margin-left: 0px;
margin-bottom: 0%;
margin-right: 0px;
padding-top: 20px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
background-color: rgba(242, 242, 242, 1);
background-attachment: scroll;
}








#s-04e309f5-44df-4f4c-a6c5-96002e716e9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04e309f5-44df-4f4c-a6c5-96002e716e9b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-46967537-2f59-46dc-9393-d89994651396 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-46967537-2f59-46dc-9393-d89994651396 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-46967537-2f59-46dc-9393-d89994651396 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-46967537-2f59-46dc-9393-d89994651396 {
  
}
}
#s-46967537-2f59-46dc-9393-d89994651396 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-497ee145-3efd-43ac-a122-f4f493183f31 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 300px;
text-align: center;
}
@media (min-width: 1200px){#s-497ee145-3efd-43ac-a122-f4f493183f31 {
  display: none;
}
#s-497ee145-3efd-43ac-a122-f4f493183f31, #wrap-s-497ee145-3efd-43ac-a122-f4f493183f31 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-497ee145-3efd-43ac-a122-f4f493183f31 {
  display: none;
}
#s-497ee145-3efd-43ac-a122-f4f493183f31, #wrap-s-497ee145-3efd-43ac-a122-f4f493183f31 { display: none !important; }}@media (max-width: 767px){#s-497ee145-3efd-43ac-a122-f4f493183f31 {
  max-width: 200px;
}
}






  #s-497ee145-3efd-43ac-a122-f4f493183f31 img.shogun-image {
    

    
    
    
  }


#s-497ee145-3efd-43ac-a122-f4f493183f31 .shogun-image-content {
  
    align-items: center;
  
}

#s-86d09398-7019-4adc-a100-d952d0e8dc52 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 300px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-86d09398-7019-4adc-a100-d952d0e8dc52 {
  display: none;
}
#s-86d09398-7019-4adc-a100-d952d0e8dc52, #wrap-s-86d09398-7019-4adc-a100-d952d0e8dc52 { display: none !important; }}@media (max-width: 767px){#s-86d09398-7019-4adc-a100-d952d0e8dc52 {
  max-width: 200px;
display: none;
}
#s-86d09398-7019-4adc-a100-d952d0e8dc52, #wrap-s-86d09398-7019-4adc-a100-d952d0e8dc52 { display: none !important; }}






  #s-86d09398-7019-4adc-a100-d952d0e8dc52 img.shogun-image {
    

    
    
    
  }


#s-86d09398-7019-4adc-a100-d952d0e8dc52 .shogun-image-content {
  
    align-items: center;
  
}

#s-412dea3f-716d-46a3-9b5d-de9df93cfc1c {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-412dea3f-716d-46a3-9b5d-de9df93cfc1c {
  display: none;
}
#s-412dea3f-716d-46a3-9b5d-de9df93cfc1c, #wrap-s-412dea3f-716d-46a3-9b5d-de9df93cfc1c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-412dea3f-716d-46a3-9b5d-de9df93cfc1c {
  display: none;
}
#s-412dea3f-716d-46a3-9b5d-de9df93cfc1c, #wrap-s-412dea3f-716d-46a3-9b5d-de9df93cfc1c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-412dea3f-716d-46a3-9b5d-de9df93cfc1c {
  
}
}







#s-412dea3f-716d-46a3-9b5d-de9df93cfc1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-412dea3f-716d-46a3-9b5d-de9df93cfc1c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-65b5ae6f-5f7a-425e-b325-34ee283cc18a {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
background-color: rgba(5, 5, 7, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-65b5ae6f-5f7a-425e-b325-34ee283cc18a {
  
}
}
@media (min-width: 0px) {
[id="s-65b5ae6f-5f7a-425e-b325-34ee283cc18a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-65b5ae6f-5f7a-425e-b325-34ee283cc18a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-65b5ae6f-5f7a-425e-b325-34ee283cc18a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-65b5ae6f-5f7a-425e-b325-34ee283cc18a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-65b5ae6f-5f7a-425e-b325-34ee283cc18a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-65b5ae6f-5f7a-425e-b325-34ee283cc18a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-65b5ae6f-5f7a-425e-b325-34ee283cc18a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-fbdf96a7-ce79-44fe-89d8-18758d6de8a2 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 395px;
background-position: center center;
}
@media (min-width: 1200px){#s-fbdf96a7-ce79-44fe-89d8-18758d6de8a2 {
  display: none;
}
#s-fbdf96a7-ce79-44fe-89d8-18758d6de8a2, #wrap-s-fbdf96a7-ce79-44fe-89d8-18758d6de8a2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fbdf96a7-ce79-44fe-89d8-18758d6de8a2 {
  display: none;
}
#s-fbdf96a7-ce79-44fe-89d8-18758d6de8a2, #wrap-s-fbdf96a7-ce79-44fe-89d8-18758d6de8a2 { display: none !important; }}@media (max-width: 767px){#s-fbdf96a7-ce79-44fe-89d8-18758d6de8a2 {
  display: none;
}
#s-fbdf96a7-ce79-44fe-89d8-18758d6de8a2, #wrap-s-fbdf96a7-ce79-44fe-89d8-18758d6de8a2 { display: none !important; }}







#s-fbdf96a7-ce79-44fe-89d8-18758d6de8a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbdf96a7-ce79-44fe-89d8-18758d6de8a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-d3cd0b62-c472-4b3f-8cbc-661e9e29c381 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-d3cd0b62-c472-4b3f-8cbc-661e9e29c381 {
  display: none;
}
#s-d3cd0b62-c472-4b3f-8cbc-661e9e29c381, #wrap-s-d3cd0b62-c472-4b3f-8cbc-661e9e29c381 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d3cd0b62-c472-4b3f-8cbc-661e9e29c381 {
  display: none;
}
#s-d3cd0b62-c472-4b3f-8cbc-661e9e29c381, #wrap-s-d3cd0b62-c472-4b3f-8cbc-661e9e29c381 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d3cd0b62-c472-4b3f-8cbc-661e9e29c381 {
  display: none;
}
#s-d3cd0b62-c472-4b3f-8cbc-661e9e29c381, #wrap-s-d3cd0b62-c472-4b3f-8cbc-661e9e29c381 { display: none !important; }}






  img.s-d3cd0b62-c472-4b3f-8cbc-661e9e29c381.shogun-image {
    
    
  }


.s-d3cd0b62-c472-4b3f-8cbc-661e9e29c381 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3cd0b62-c472-4b3f-8cbc-661e9e29c381.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3cd0b62-c472-4b3f-8cbc-661e9e29c381.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3cd0b62-c472-4b3f-8cbc-661e9e29c381.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-d3cd0b62-c472-4b3f-8cbc-661e9e29c381.shogun-image {
    
    
  }


.s-d3cd0b62-c472-4b3f-8cbc-661e9e29c381 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3cd0b62-c472-4b3f-8cbc-661e9e29c381.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3cd0b62-c472-4b3f-8cbc-661e9e29c381.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3cd0b62-c472-4b3f-8cbc-661e9e29c381.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d3cd0b62-c472-4b3f-8cbc-661e9e29c381.shogun-image {
    
    
  }


.s-d3cd0b62-c472-4b3f-8cbc-661e9e29c381 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3cd0b62-c472-4b3f-8cbc-661e9e29c381.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3cd0b62-c472-4b3f-8cbc-661e9e29c381.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3cd0b62-c472-4b3f-8cbc-661e9e29c381.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d3cd0b62-c472-4b3f-8cbc-661e9e29c381.shogun-image {
    
    
  }


.s-d3cd0b62-c472-4b3f-8cbc-661e9e29c381 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3cd0b62-c472-4b3f-8cbc-661e9e29c381.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3cd0b62-c472-4b3f-8cbc-661e9e29c381.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3cd0b62-c472-4b3f-8cbc-661e9e29c381.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d3cd0b62-c472-4b3f-8cbc-661e9e29c381.shogun-image {
    
    
  }


.s-d3cd0b62-c472-4b3f-8cbc-661e9e29c381 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3cd0b62-c472-4b3f-8cbc-661e9e29c381.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3cd0b62-c472-4b3f-8cbc-661e9e29c381.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3cd0b62-c472-4b3f-8cbc-661e9e29c381.shogun-image {
  box-sizing: border-box;
}



}
#s-5b19516b-96ea-4627-b2e4-9be1cb7ad3f8 {
  margin-top: 3%;
margin-bottom: 3%;
}








#s-5b19516b-96ea-4627-b2e4-9be1cb7ad3f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b19516b-96ea-4627-b2e4-9be1cb7ad3f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-17e441d1-678f-486e-8494-51fa54c01482 {
  margin-left: 0%;
margin-right: 0%;
}








#s-17e441d1-678f-486e-8494-51fa54c01482 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17e441d1-678f-486e-8494-51fa54c01482.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b53495f-a11d-409d-b2d7-179b7c7b22a8 {
  text-align: center;
}
@media (max-width: 767px){#s-3b53495f-a11d-409d-b2d7-179b7c7b22a8 {
  margin-left: 6%;
margin-right: 6%;
}
}
#s-3f387018-82b2-40e7-a18f-0363f7194525 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
}

#s-fbcc4d1a-d578-42b6-990e-a5c8c416c4fd {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
max-width: 300px;
text-align: center;
}
@media (max-width: 767px){#s-fbcc4d1a-d578-42b6-990e-a5c8c416c4fd {
  max-width: 450px;
}
}






  #s-fbcc4d1a-d578-42b6-990e-a5c8c416c4fd img.shogun-image {
    

    
    
    
  }


#s-fbcc4d1a-d578-42b6-990e-a5c8c416c4fd .shogun-image-content {
  
    align-items: center;
  
}

#s-1484efa6-edc8-46b1-aa4a-5d24b168affb {
  box-shadow:1px 1px 1px 0px rgba(12, 11, 11, 0.53);
margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 8px;
background-color: rgba(70, 130, 180, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1484efa6-edc8-46b1-aa4a-5d24b168affb:hover {background-color: rgba(33, 102, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1484efa6-edc8-46b1-aa4a-5d24b168affb:active {background-color: rgba(70, 130, 180, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-1484efa6-edc8-46b1-aa4a-5d24b168affb-root {
    text-align: center;
  }


#s-1484efa6-edc8-46b1-aa4a-5d24b168affb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1484efa6-edc8-46b1-aa4a-5d24b168affb-root {
    text-align: center;
  }


#s-1484efa6-edc8-46b1-aa4a-5d24b168affb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1484efa6-edc8-46b1-aa4a-5d24b168affb-root {
    text-align: center;
  }


#s-1484efa6-edc8-46b1-aa4a-5d24b168affb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1484efa6-edc8-46b1-aa4a-5d24b168affb-root {
    text-align: center;
  }


#s-1484efa6-edc8-46b1-aa4a-5d24b168affb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1484efa6-edc8-46b1-aa4a-5d24b168affb-root {
    text-align: center;
  }


#s-1484efa6-edc8-46b1-aa4a-5d24b168affb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-e1ae4f8d-0c72-4578-8e09-3c84bec6a053 {
  margin-top: 0px;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-07162ffb-3465-45ef-98cf-4394f81ea85a {
  margin-top: 0px;
margin-left: 150px;
margin-bottom: 10px;
margin-right: 150px;
padding-left: 0%;
padding-right: 0%;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-07162ffb-3465-45ef-98cf-4394f81ea85a {
  display: none;
}
#s-07162ffb-3465-45ef-98cf-4394f81ea85a, #wrap-s-07162ffb-3465-45ef-98cf-4394f81ea85a { display: none !important; }}@media (max-width: 767px){#s-07162ffb-3465-45ef-98cf-4394f81ea85a {
  display: none;
}
#s-07162ffb-3465-45ef-98cf-4394f81ea85a, #wrap-s-07162ffb-3465-45ef-98cf-4394f81ea85a { display: none !important; }}







#s-07162ffb-3465-45ef-98cf-4394f81ea85a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07162ffb-3465-45ef-98cf-4394f81ea85a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e514f7c6-363e-4521-ac79-ef5d6bae8650 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
background-color: rgba(5, 5, 7, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-e514f7c6-363e-4521-ac79-ef5d6bae8650 {
  
}
}
@media (min-width: 0px) {
[id="s-e514f7c6-363e-4521-ac79-ef5d6bae8650"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e514f7c6-363e-4521-ac79-ef5d6bae8650"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-e514f7c6-363e-4521-ac79-ef5d6bae8650"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-e514f7c6-363e-4521-ac79-ef5d6bae8650"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-596a3e74-22ad-4fc8-a121-d9c95289bf7a {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 600px;
}
@media (min-width: 1200px){#s-596a3e74-22ad-4fc8-a121-d9c95289bf7a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-596a3e74-22ad-4fc8-a121-d9c95289bf7a {
  display: none;
}
#s-596a3e74-22ad-4fc8-a121-d9c95289bf7a, #wrap-s-596a3e74-22ad-4fc8-a121-d9c95289bf7a { display: none !important; }}







#s-596a3e74-22ad-4fc8-a121-d9c95289bf7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-596a3e74-22ad-4fc8-a121-d9c95289bf7a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3da15176-ba3f-4524-8ced-58fb3840683b {
  text-align: center;
}
@media (min-width: 1200px){#s-3da15176-ba3f-4524-8ced-58fb3840683b {
  padding-left: 5%;
}
}






  img.s-3da15176-ba3f-4524-8ced-58fb3840683b.shogun-image {
    
    
  }


.s-3da15176-ba3f-4524-8ced-58fb3840683b .shogun-image-content {
  
    align-items: center;
  
}

.s-3da15176-ba3f-4524-8ced-58fb3840683b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3da15176-ba3f-4524-8ced-58fb3840683b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3da15176-ba3f-4524-8ced-58fb3840683b.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-3da15176-ba3f-4524-8ced-58fb3840683b.shogun-image {
    
    
  }


.s-3da15176-ba3f-4524-8ced-58fb3840683b .shogun-image-content {
  
    align-items: center;
  
}

.s-3da15176-ba3f-4524-8ced-58fb3840683b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3da15176-ba3f-4524-8ced-58fb3840683b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3da15176-ba3f-4524-8ced-58fb3840683b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-3da15176-ba3f-4524-8ced-58fb3840683b.shogun-image {
    
    
  }


.s-3da15176-ba3f-4524-8ced-58fb3840683b .shogun-image-content {
  
    align-items: center;
  
}

.s-3da15176-ba3f-4524-8ced-58fb3840683b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3da15176-ba3f-4524-8ced-58fb3840683b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3da15176-ba3f-4524-8ced-58fb3840683b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-3da15176-ba3f-4524-8ced-58fb3840683b.shogun-image {
    
    
  }


.s-3da15176-ba3f-4524-8ced-58fb3840683b .shogun-image-content {
  
    align-items: center;
  
}

.s-3da15176-ba3f-4524-8ced-58fb3840683b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3da15176-ba3f-4524-8ced-58fb3840683b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3da15176-ba3f-4524-8ced-58fb3840683b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-3da15176-ba3f-4524-8ced-58fb3840683b.shogun-image {
    
    
  }


.s-3da15176-ba3f-4524-8ced-58fb3840683b .shogun-image-content {
  
    align-items: center;
  
}

.s-3da15176-ba3f-4524-8ced-58fb3840683b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3da15176-ba3f-4524-8ced-58fb3840683b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3da15176-ba3f-4524-8ced-58fb3840683b.shogun-image {
  box-sizing: border-box;
}



}
#s-c9b076df-46eb-43e9-898f-c6044b62f39a {
  margin-top: 0%;
margin-bottom: 0%;
padding-left: 8%;
padding-right: 8%;
min-height: 600px;
}








#s-c9b076df-46eb-43e9-898f-c6044b62f39a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9b076df-46eb-43e9-898f-c6044b62f39a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce3525fd-f00f-4a6f-9466-6b731edcdc68 {
  margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-1d1736a1-a57e-41cf-be88-b9fc5eb26bed {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 450px;
text-align: center;
}







  #s-1d1736a1-a57e-41cf-be88-b9fc5eb26bed img.shogun-image {
    

    
    
    
  }


#s-1d1736a1-a57e-41cf-be88-b9fc5eb26bed .shogun-image-content {
  
    align-items: center;
  
}

#s-18a5a476-f3a0-49de-ae21-61aeb3daa887 {
  box-shadow:1px 1px 1px 0px rgba(12, 11, 11, 0.53);
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 8px;
background-color: rgba(70, 130, 180, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-18a5a476-f3a0-49de-ae21-61aeb3daa887:hover {background-color: rgba(33, 102, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-18a5a476-f3a0-49de-ae21-61aeb3daa887:active {background-color: rgba(70, 130, 180, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-18a5a476-f3a0-49de-ae21-61aeb3daa887-root {
    text-align: left;
  }


#s-18a5a476-f3a0-49de-ae21-61aeb3daa887.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-18a5a476-f3a0-49de-ae21-61aeb3daa887-root {
    text-align: left;
  }


#s-18a5a476-f3a0-49de-ae21-61aeb3daa887.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-18a5a476-f3a0-49de-ae21-61aeb3daa887-root {
    text-align: left;
  }


#s-18a5a476-f3a0-49de-ae21-61aeb3daa887.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-18a5a476-f3a0-49de-ae21-61aeb3daa887-root {
    text-align: left;
  }


#s-18a5a476-f3a0-49de-ae21-61aeb3daa887.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-18a5a476-f3a0-49de-ae21-61aeb3daa887-root {
    text-align: left;
  }


#s-18a5a476-f3a0-49de-ae21-61aeb3daa887.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-d846ac8e-6840-407c-b434-535197565fd2 {
  margin-top: 5px;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-7af02f5f-7a7b-42b6-be8a-2497cd9568a0 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 30px;
padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}








#s-7af02f5f-7a7b-42b6-be8a-2497cd9568a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7af02f5f-7a7b-42b6-be8a-2497cd9568a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6cfc4155-ee44-484a-8402-8014c6db9e4c {
  margin-left: 20%;
margin-right: 20%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
border-radius: 1000px;
min-height: 50px;
}
@media (min-width: 1200px){#s-6cfc4155-ee44-484a-8402-8014c6db9e4c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6cfc4155-ee44-484a-8402-8014c6db9e4c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6cfc4155-ee44-484a-8402-8014c6db9e4c {
  display: none;
}
#s-6cfc4155-ee44-484a-8402-8014c6db9e4c, #wrap-s-6cfc4155-ee44-484a-8402-8014c6db9e4c { display: none !important; }}@media (max-width: 767px){#s-6cfc4155-ee44-484a-8402-8014c6db9e4c {
  display: none;
}
#s-6cfc4155-ee44-484a-8402-8014c6db9e4c, #wrap-s-6cfc4155-ee44-484a-8402-8014c6db9e4c { display: none !important; }}







#s-6cfc4155-ee44-484a-8402-8014c6db9e4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6cfc4155-ee44-484a-8402-8014c6db9e4c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-80bf8408-e19f-498a-a564-80c891e1201a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-80bf8408-e19f-498a-a564-80c891e1201a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-80bf8408-e19f-498a-a564-80c891e1201a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-80bf8408-e19f-498a-a564-80c891e1201a {
  
}
}
#s-80bf8408-e19f-498a-a564-80c891e1201a .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-8c4a8f9f-261e-4eaa-81c5-2bf1b2873cae {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
border-radius: 8px;
min-height: 50px;
}
@media (min-width: 1200px){#s-8c4a8f9f-261e-4eaa-81c5-2bf1b2873cae {
  display: none;
}
#s-8c4a8f9f-261e-4eaa-81c5-2bf1b2873cae, #wrap-s-8c4a8f9f-261e-4eaa-81c5-2bf1b2873cae { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8c4a8f9f-261e-4eaa-81c5-2bf1b2873cae {
  display: none;
}
#s-8c4a8f9f-261e-4eaa-81c5-2bf1b2873cae, #wrap-s-8c4a8f9f-261e-4eaa-81c5-2bf1b2873cae { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8c4a8f9f-261e-4eaa-81c5-2bf1b2873cae {
  
}
}







#s-8c4a8f9f-261e-4eaa-81c5-2bf1b2873cae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c4a8f9f-261e-4eaa-81c5-2bf1b2873cae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94f6e6fc-3451-4188-a3f5-12265b6b0d7c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-94f6e6fc-3451-4188-a3f5-12265b6b0d7c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-94f6e6fc-3451-4188-a3f5-12265b6b0d7c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-94f6e6fc-3451-4188-a3f5-12265b6b0d7c {
  
}
}
#s-94f6e6fc-3451-4188-a3f5-12265b6b0d7c .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-2ac40470-2cb6-485c-8649-99a3fa7e1162 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 50px;
padding-left: 0px;
padding-bottom: 50px;
padding-right: 0px;
background-color: rgba(242, 242, 242, 1);
}








#s-2ac40470-2cb6-485c-8649-99a3fa7e1162 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ac40470-2cb6-485c-8649-99a3fa7e1162.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-adba62c8-fd37-4548-8439-2e02e624cc93 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-adba62c8-fd37-4548-8439-2e02e624cc93 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-adba62c8-fd37-4548-8439-2e02e624cc93 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-adba62c8-fd37-4548-8439-2e02e624cc93 {
  
}
}
#s-adba62c8-fd37-4548-8439-2e02e624cc93 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-7ef9ac93-1633-465a-af48-0919bcab5481 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 800px;
text-align: center;
}







  #s-7ef9ac93-1633-465a-af48-0919bcab5481 img.shogun-image {
    

    
    
    
  }


#s-7ef9ac93-1633-465a-af48-0919bcab5481 .shogun-image-content {
  
    align-items: center;
  
}

#s-e5c5bd04-95b5-4f71-b71a-406232c6697e {
  box-shadow:1px 1px 1px 0px rgba(12, 11, 11, 0.53);
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 8px;
background-color: rgba(70, 130, 180, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e5c5bd04-95b5-4f71-b71a-406232c6697e:hover {background-color: rgba(33, 102, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e5c5bd04-95b5-4f71-b71a-406232c6697e:active {background-color: rgba(70, 130, 180, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-e5c5bd04-95b5-4f71-b71a-406232c6697e {
  display: none;
}
#s-e5c5bd04-95b5-4f71-b71a-406232c6697e, #wrap-s-e5c5bd04-95b5-4f71-b71a-406232c6697e { display: none !important; }}@media (max-width: 767px){#s-e5c5bd04-95b5-4f71-b71a-406232c6697e {
  display: none;
}
#s-e5c5bd04-95b5-4f71-b71a-406232c6697e, #wrap-s-e5c5bd04-95b5-4f71-b71a-406232c6697e { display: none !important; }}

  #s-e5c5bd04-95b5-4f71-b71a-406232c6697e-root {
    text-align: center;
  }


#s-e5c5bd04-95b5-4f71-b71a-406232c6697e.shg-btn {
  color: #ffffff;
  
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e5c5bd04-95b5-4f71-b71a-406232c6697e-root {
    text-align: center;
  }


#s-e5c5bd04-95b5-4f71-b71a-406232c6697e.shg-btn {
  color: #ffffff;
  
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e5c5bd04-95b5-4f71-b71a-406232c6697e-root {
    text-align: center;
  }


#s-e5c5bd04-95b5-4f71-b71a-406232c6697e.shg-btn {
  color: #ffffff;
  
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e5c5bd04-95b5-4f71-b71a-406232c6697e-root {
    text-align: center;
  }


#s-e5c5bd04-95b5-4f71-b71a-406232c6697e.shg-btn {
  color: #ffffff;
  
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e5c5bd04-95b5-4f71-b71a-406232c6697e-root {
    text-align: center;
  }


#s-e5c5bd04-95b5-4f71-b71a-406232c6697e.shg-btn {
  color: #ffffff;
  
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-3b6d6ca7-8481-40fa-b521-627e97962206 {
  box-shadow:1px 1px 1px 0px rgba(12, 11, 11, 0.53);
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 8px;
background-color: rgba(70, 130, 180, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3b6d6ca7-8481-40fa-b521-627e97962206:hover {background-color: rgba(33, 102, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3b6d6ca7-8481-40fa-b521-627e97962206:active {background-color: rgba(70, 130, 180, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-3b6d6ca7-8481-40fa-b521-627e97962206 {
  display: none;
}
#s-3b6d6ca7-8481-40fa-b521-627e97962206, #wrap-s-3b6d6ca7-8481-40fa-b521-627e97962206 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3b6d6ca7-8481-40fa-b521-627e97962206 {
  display: none;
}
#s-3b6d6ca7-8481-40fa-b521-627e97962206, #wrap-s-3b6d6ca7-8481-40fa-b521-627e97962206 { display: none !important; }}

  #s-3b6d6ca7-8481-40fa-b521-627e97962206-root {
    text-align: center;
  }


#s-3b6d6ca7-8481-40fa-b521-627e97962206.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3b6d6ca7-8481-40fa-b521-627e97962206-root {
    text-align: center;
  }


#s-3b6d6ca7-8481-40fa-b521-627e97962206.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3b6d6ca7-8481-40fa-b521-627e97962206-root {
    text-align: center;
  }


#s-3b6d6ca7-8481-40fa-b521-627e97962206.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3b6d6ca7-8481-40fa-b521-627e97962206-root {
    text-align: center;
  }


#s-3b6d6ca7-8481-40fa-b521-627e97962206.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3b6d6ca7-8481-40fa-b521-627e97962206-root {
    text-align: center;
  }


#s-3b6d6ca7-8481-40fa-b521-627e97962206.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-59fda8fe-2182-4a64-b22f-6a5994e1f926 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-left: 150px;
padding-bottom: 20px;
padding-right: 150px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-59fda8fe-2182-4a64-b22f-6a5994e1f926 {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-59fda8fe-2182-4a64-b22f-6a5994e1f926 {
  margin-right: 10px;
padding-left: 10%;
padding-right: 10%;
}
}







#s-59fda8fe-2182-4a64-b22f-6a5994e1f926 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59fda8fe-2182-4a64-b22f-6a5994e1f926.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dde32a91-8bf7-4c9a-bf46-7b3796256c22 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-dde32a91-8bf7-4c9a-bf46-7b3796256c22 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dde32a91-8bf7-4c9a-bf46-7b3796256c22 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dde32a91-8bf7-4c9a-bf46-7b3796256c22 {
  
}
}
#s-dde32a91-8bf7-4c9a-bf46-7b3796256c22 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-591d4569-2893-4f6c-9f2d-9d8682cab062 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-591d4569-2893-4f6c-9f2d-9d8682cab062"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-591d4569-2893-4f6c-9f2d-9d8682cab062"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-591d4569-2893-4f6c-9f2d-9d8682cab062"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-591d4569-2893-4f6c-9f2d-9d8682cab062"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-a51232cd-4524-4992-8887-4a58918a4bda {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px){#s-a51232cd-4524-4992-8887-4a58918a4bda {
  margin-bottom: 20px;
}
}







#s-a51232cd-4524-4992-8887-4a58918a4bda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a51232cd-4524-4992-8887-4a58918a4bda.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-147bde6f-babc-4717-a0d4-e45e2d0161b7 {
  margin-bottom: 10px;
text-align: center;
}







  #s-147bde6f-babc-4717-a0d4-e45e2d0161b7 img.shogun-image {
    

    
    
    
  }


#s-147bde6f-babc-4717-a0d4-e45e2d0161b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-f5eeb016-484c-4649-9b24-d5d08ec6693b {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px){#s-f5eeb016-484c-4649-9b24-d5d08ec6693b {
  margin-bottom: 20px;
}
}







#s-f5eeb016-484c-4649-9b24-d5d08ec6693b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5eeb016-484c-4649-9b24-d5d08ec6693b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-76582d23-0fa3-4e7b-a7fb-493fb960868f {
  margin-bottom: 10px;
text-align: center;
}







  #s-76582d23-0fa3-4e7b-a7fb-493fb960868f img.shogun-image {
    

    
    
    
  }


#s-76582d23-0fa3-4e7b-a7fb-493fb960868f .shogun-image-content {
  
    align-items: center;
  
}

#s-412e6abf-484f-4e3f-9ce7-610a7a14a4fb {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.1);
}








#s-412e6abf-484f-4e3f-9ce7-610a7a14a4fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-412e6abf-484f-4e3f-9ce7-610a7a14a4fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-22290533-5cdb-4b3b-bf22-68b4e568dad4 {
  margin-bottom: 10px;
text-align: center;
}







  #s-22290533-5cdb-4b3b-bf22-68b4e568dad4 img.shogun-image {
    

    
    
    
  }


#s-22290533-5cdb-4b3b-bf22-68b4e568dad4 .shogun-image-content {
  
    align-items: center;
  
}

#s-f29d0ed6-af02-4a78-9e1c-373a637391bc {
  box-shadow:1px 1px 1px 0px rgba(12, 11, 11, 0.53);
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 8px;
background-color: rgba(70, 130, 180, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f29d0ed6-af02-4a78-9e1c-373a637391bc:hover {background-color: rgba(33, 102, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f29d0ed6-af02-4a78-9e1c-373a637391bc:active {background-color: rgba(70, 130, 180, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-f29d0ed6-af02-4a78-9e1c-373a637391bc {
  display: none;
}
#s-f29d0ed6-af02-4a78-9e1c-373a637391bc, #wrap-s-f29d0ed6-af02-4a78-9e1c-373a637391bc { display: none !important; }}@media (max-width: 767px){#s-f29d0ed6-af02-4a78-9e1c-373a637391bc {
  display: none;
}
#s-f29d0ed6-af02-4a78-9e1c-373a637391bc, #wrap-s-f29d0ed6-af02-4a78-9e1c-373a637391bc { display: none !important; }}

  #s-f29d0ed6-af02-4a78-9e1c-373a637391bc-root {
    text-align: center;
  }


#s-f29d0ed6-af02-4a78-9e1c-373a637391bc.shg-btn {
  color: #ffffff;
  
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f29d0ed6-af02-4a78-9e1c-373a637391bc-root {
    text-align: center;
  }


#s-f29d0ed6-af02-4a78-9e1c-373a637391bc.shg-btn {
  color: #ffffff;
  
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f29d0ed6-af02-4a78-9e1c-373a637391bc-root {
    text-align: center;
  }


#s-f29d0ed6-af02-4a78-9e1c-373a637391bc.shg-btn {
  color: #ffffff;
  
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f29d0ed6-af02-4a78-9e1c-373a637391bc-root {
    text-align: center;
  }


#s-f29d0ed6-af02-4a78-9e1c-373a637391bc.shg-btn {
  color: #ffffff;
  
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f29d0ed6-af02-4a78-9e1c-373a637391bc-root {
    text-align: center;
  }


#s-f29d0ed6-af02-4a78-9e1c-373a637391bc.shg-btn {
  color: #ffffff;
  
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-54b037d1-c35f-4a9a-b8d2-c23c88439477 {
  box-shadow:1px 1px 1px 0px rgba(12, 11, 11, 0.53);
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 8px;
background-color: rgba(70, 130, 180, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-54b037d1-c35f-4a9a-b8d2-c23c88439477:hover {background-color: rgba(33, 102, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-54b037d1-c35f-4a9a-b8d2-c23c88439477:active {background-color: rgba(70, 130, 180, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-54b037d1-c35f-4a9a-b8d2-c23c88439477 {
  display: none;
}
#s-54b037d1-c35f-4a9a-b8d2-c23c88439477, #wrap-s-54b037d1-c35f-4a9a-b8d2-c23c88439477 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-54b037d1-c35f-4a9a-b8d2-c23c88439477 {
  display: none;
}
#s-54b037d1-c35f-4a9a-b8d2-c23c88439477, #wrap-s-54b037d1-c35f-4a9a-b8d2-c23c88439477 { display: none !important; }}

  #s-54b037d1-c35f-4a9a-b8d2-c23c88439477-root {
    text-align: center;
  }


#s-54b037d1-c35f-4a9a-b8d2-c23c88439477.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-54b037d1-c35f-4a9a-b8d2-c23c88439477-root {
    text-align: center;
  }


#s-54b037d1-c35f-4a9a-b8d2-c23c88439477.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-54b037d1-c35f-4a9a-b8d2-c23c88439477-root {
    text-align: center;
  }


#s-54b037d1-c35f-4a9a-b8d2-c23c88439477.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-54b037d1-c35f-4a9a-b8d2-c23c88439477-root {
    text-align: center;
  }


#s-54b037d1-c35f-4a9a-b8d2-c23c88439477.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-54b037d1-c35f-4a9a-b8d2-c23c88439477-root {
    text-align: center;
  }


#s-54b037d1-c35f-4a9a-b8d2-c23c88439477.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-35240b8e-ba2a-4d54-a20e-ed2d85562638 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-410a6aa4-8ccb-4a0f-9a88-dcd33b012aa3 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 5%;
padding-right: 5%;
text-align: left;
}

#s-084913c2-cc6d-4901-ac66-3faae80b8b4a {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 50px;
padding-left: 150px;
padding-bottom: 50px;
padding-right: 150px;
min-height: 50px;
background-color: rgba(5, 5, 7, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-084913c2-cc6d-4901-ac66-3faae80b8b4a {
  display: none;
}
#s-084913c2-cc6d-4901-ac66-3faae80b8b4a, #wrap-s-084913c2-cc6d-4901-ac66-3faae80b8b4a { display: none !important; }}@media (max-width: 767px){#s-084913c2-cc6d-4901-ac66-3faae80b8b4a {
  display: none;
}
#s-084913c2-cc6d-4901-ac66-3faae80b8b4a, #wrap-s-084913c2-cc6d-4901-ac66-3faae80b8b4a { display: none !important; }}







#s-084913c2-cc6d-4901-ac66-3faae80b8b4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-084913c2-cc6d-4901-ac66-3faae80b8b4a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c3ce1bd-511c-4a84-8766-88437d4818f7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-1c3ce1bd-511c-4a84-8766-88437d4818f7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1c3ce1bd-511c-4a84-8766-88437d4818f7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1c3ce1bd-511c-4a84-8766-88437d4818f7 {
  
}
}
#s-1c3ce1bd-511c-4a84-8766-88437d4818f7 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-7e5f4a39-07e0-4f57-ab49-45120a4144cd {
  margin-left: 0px;
margin-right: 0px;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-7e5f4a39-07e0-4f57-ab49-45120a4144cd {
  
}
}@media (max-width: 767px){#s-7e5f4a39-07e0-4f57-ab49-45120a4144cd {
  
}
}
#s-7e5f4a39-07e0-4f57-ab49-45120a4144cd > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(5, 5, 7, 1);
}

#s-7e5f4a39-07e0-4f57-ab49-45120a4144cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(70, 130, 180, 1);
  padding: 10px;
}

#s-7e5f4a39-07e0-4f57-ab49-45120a4144cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(252, 252, 252, 1);
}

#s-7e5f4a39-07e0-4f57-ab49-45120a4144cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(5, 5, 7, 1);
  border-top: 1px solid rgba(5, 5, 7, 1);
}

#s-7e5f4a39-07e0-4f57-ab49-45120a4144cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(252, 252, 252, 1);
  text-align: left;
  font-family: Lato;
  font-weight: 700;
  font-style: ;
  font-size: 20px;
}

#s-7e5f4a39-07e0-4f57-ab49-45120a4144cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-a6c3a32e-0fd3-4969-b1aa-9c7fbb7ff59f {
  margin-left: 0px;
padding-top: 1%;
padding-bottom: 1%;
}

#s-fe33d55a-3721-4250-b5eb-873e1c571ab8 {
  margin-left: 0px;
padding-top: 1%;
padding-bottom: 1%;
}

#s-8fd52cd6-382c-4651-ac55-7c11b1d555e5 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 1%;
padding-bottom: 1%;
}

#s-a33d2786-2e1e-4b4a-bbf7-75333b9cfd92 {
  margin-left: 0px;
padding-top: 1%;
padding-bottom: 1%;
}

#s-1dafd35c-2ea2-4c9c-b57f-c2cdca53d691 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 1%;
padding-bottom: 1%;
}

#s-939a26f3-0c45-440c-b47c-cdfa09862c10 {
  margin-top: 0%;
margin-left: 0px;
margin-bottom: 0%;
margin-right: 0px;
padding-top: 1%;
padding-bottom: 1%;
}

#s-e8d00568-870e-4daa-a8dc-ec6bb73afba0 {
  padding-top: 1%;
padding-bottom: 1%;
}
@media (min-width: 1200px){#s-e8d00568-870e-4daa-a8dc-ec6bb73afba0 {
  margin-left: 10px;
margin-right: 10px;
}
}@media (max-width: 767px){#s-e8d00568-870e-4daa-a8dc-ec6bb73afba0 {
  margin-left: 10px;
}
}
#s-7a173e94-48a7-4585-b53e-3f1e8b374f64 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 1%;
padding-bottom: 1%;
}

#s-51375bae-c676-45c6-8ed5-83f4b0132f1f {
  padding-top: 1%;
padding-bottom: 1%;
}
@media (min-width: 1200px){#s-51375bae-c676-45c6-8ed5-83f4b0132f1f {
  margin-left: 10px;
margin-right: 10px;
}
}@media (max-width: 767px){#s-51375bae-c676-45c6-8ed5-83f4b0132f1f {
  margin-left: 10px;
margin-right: 10px;
}
}
#s-860fe233-d3be-42f3-8511-48b35dac2341 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(5, 5, 7, 1);
}
@media (min-width: 1200px){#s-860fe233-d3be-42f3-8511-48b35dac2341 {
  display: none;
}
#s-860fe233-d3be-42f3-8511-48b35dac2341, #wrap-s-860fe233-d3be-42f3-8511-48b35dac2341 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-860fe233-d3be-42f3-8511-48b35dac2341 {
  display: none;
}
#s-860fe233-d3be-42f3-8511-48b35dac2341, #wrap-s-860fe233-d3be-42f3-8511-48b35dac2341 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-860fe233-d3be-42f3-8511-48b35dac2341 {
  
}
}@media (max-width: 767px){#s-860fe233-d3be-42f3-8511-48b35dac2341 {
  
}
}







#s-860fe233-d3be-42f3-8511-48b35dac2341 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-860fe233-d3be-42f3-8511-48b35dac2341.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cfb64e06-a101-423b-a50d-52dbefd8d885 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-cfb64e06-a101-423b-a50d-52dbefd8d885 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cfb64e06-a101-423b-a50d-52dbefd8d885 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cfb64e06-a101-423b-a50d-52dbefd8d885 {
  
}
}
#s-cfb64e06-a101-423b-a50d-52dbefd8d885 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


@media (max-width: 767px){#s-cfb64e06-a101-423b-a50d-52dbefd8d885 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


}
#s-8d654412-b473-4944-8ad3-a01fe7d4e35d {
  margin-left: 0px;
margin-right: 0px;
padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-8d654412-b473-4944-8ad3-a01fe7d4e35d {
  
}
}@media (max-width: 767px){#s-8d654412-b473-4944-8ad3-a01fe7d4e35d {
  
}
}
#s-8d654412-b473-4944-8ad3-a01fe7d4e35d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(5, 5, 7, 1);
}

#s-8d654412-b473-4944-8ad3-a01fe7d4e35d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(70, 130, 180, 1);
  padding: 10px;
}

#s-8d654412-b473-4944-8ad3-a01fe7d4e35d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(252, 252, 252, 1);
}

#s-8d654412-b473-4944-8ad3-a01fe7d4e35d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(5, 5, 7, 1);
  border-top: 1px solid rgba(5, 5, 7, 1);
}

#s-8d654412-b473-4944-8ad3-a01fe7d4e35d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(252, 252, 252, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 500;
  font-style: ;
  font-size: 18px;
}

#s-8d654412-b473-4944-8ad3-a01fe7d4e35d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}@media (max-width: 767px){#s-8d654412-b473-4944-8ad3-a01fe7d4e35d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(5, 5, 7, 1);
}

#s-8d654412-b473-4944-8ad3-a01fe7d4e35d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(70, 130, 180, 1);
  padding: 10px;
}

#s-8d654412-b473-4944-8ad3-a01fe7d4e35d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(252, 252, 252, 1);
}

#s-8d654412-b473-4944-8ad3-a01fe7d4e35d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(5, 5, 7, 1);
  border-top: 1px solid rgba(5, 5, 7, 1);
}

#s-8d654412-b473-4944-8ad3-a01fe7d4e35d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(252, 252, 252, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 500;
  font-style: ;
  font-size: 16px;
}

#s-8d654412-b473-4944-8ad3-a01fe7d4e35d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}}
#s-6f1a2e83-59cb-433e-b95e-6d0e5a57229c {
  margin-left: 0px;
padding-top: 1%;
padding-bottom: 1%;
}

#s-1768da3f-c8df-41e0-810a-16cee21c795b {
  margin-left: 0px;
padding-top: 1%;
padding-bottom: 1%;
}

#s-5c9ba9e1-bd42-4edd-a68a-4944ae08a91d {
  margin-left: 0px;
margin-right: 0px;
padding-top: 1%;
padding-bottom: 1%;
}

#s-4f45b81f-fe23-4e16-a4ea-88bc6b2186ad {
  margin-left: 0px;
padding-top: 1%;
padding-bottom: 1%;
}

#s-f6252856-d3be-4cd5-9d7e-0c2910dc6703 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 1%;
padding-bottom: 1%;
}

#s-755735be-a4da-4be2-a482-dc5fff879dda {
  margin-top: 0%;
margin-left: 0px;
margin-bottom: 0%;
margin-right: 0px;
padding-top: 1%;
padding-bottom: 1%;
}

#s-d2d2eda7-849a-4e4c-a71b-0082a7001b8e {
  padding-top: 1%;
padding-bottom: 1%;
}
@media (min-width: 1200px){#s-d2d2eda7-849a-4e4c-a71b-0082a7001b8e {
  margin-left: 10px;
margin-right: 10px;
}
}@media (max-width: 767px){#s-d2d2eda7-849a-4e4c-a71b-0082a7001b8e {
  margin-left: 10px;
}
}
#s-4c464fe5-bbdc-4120-aeb2-a8a7dfe38b73 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 1%;
padding-bottom: 1%;
}

#s-6a620844-5251-46c1-a4bc-118a6029a119 {
  padding-top: 1%;
padding-bottom: 1%;
}
@media (min-width: 1200px){#s-6a620844-5251-46c1-a4bc-118a6029a119 {
  margin-left: 10px;
margin-right: 10px;
}
}@media (max-width: 767px){#s-6a620844-5251-46c1-a4bc-118a6029a119 {
  margin-left: 10px;
margin-right: 10px;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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