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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * 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: flex;
  width: 100%;
}

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

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

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

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

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-8c0e3af0-aa3b-4668-aacf-93c4a0f50d08 {
  margin-top: -40px;
margin-bottom: 45px;
padding-left: 30px;
padding-right: 30px;
min-height: 0px;
background-color: rgba(21, 23, 30, 1);
}
@media (min-width: 1200px){#s-8c0e3af0-aa3b-4668-aacf-93c4a0f50d08 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8c0e3af0-aa3b-4668-aacf-93c4a0f50d08 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8c0e3af0-aa3b-4668-aacf-93c4a0f50d08 {
  display: none;
}
#s-8c0e3af0-aa3b-4668-aacf-93c4a0f50d08, #wrap-s-8c0e3af0-aa3b-4668-aacf-93c4a0f50d08 { display:none !important; }}@media (max-width: 767px){#s-8c0e3af0-aa3b-4668-aacf-93c4a0f50d08 {
  display: none;
}
#s-8c0e3af0-aa3b-4668-aacf-93c4a0f50d08, #wrap-s-8c0e3af0-aa3b-4668-aacf-93c4a0f50d08 { display:none !important; }}







#s-8c0e3af0-aa3b-4668-aacf-93c4a0f50d08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c0e3af0-aa3b-4668-aacf-93c4a0f50d08.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-e57b0b4c-cd65-4273-84b7-57a5a13d2593 {
  margin-left: auto;
margin-right: auto;
max-width: 65px;
text-align: center;
}
@media (min-width: 1200px){#s-e57b0b4c-cd65-4273-84b7-57a5a13d2593 {
  display: none;
}
#s-e57b0b4c-cd65-4273-84b7-57a5a13d2593, #wrap-s-e57b0b4c-cd65-4273-84b7-57a5a13d2593 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e57b0b4c-cd65-4273-84b7-57a5a13d2593 {
  display: none;
}
#s-e57b0b4c-cd65-4273-84b7-57a5a13d2593, #wrap-s-e57b0b4c-cd65-4273-84b7-57a5a13d2593 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e57b0b4c-cd65-4273-84b7-57a5a13d2593 {
  display: none;
}
#s-e57b0b4c-cd65-4273-84b7-57a5a13d2593, #wrap-s-e57b0b4c-cd65-4273-84b7-57a5a13d2593 { display:none !important; }}@media (max-width: 767px){#s-e57b0b4c-cd65-4273-84b7-57a5a13d2593 {
  display: none;
}
#s-e57b0b4c-cd65-4273-84b7-57a5a13d2593, #wrap-s-e57b0b4c-cd65-4273-84b7-57a5a13d2593 { display:none !important; }}



  #s-e57b0b4c-cd65-4273-84b7-57a5a13d2593 img.shogun-image {
    
    width: px;
  }


#s-e57b0b4c-cd65-4273-84b7-57a5a13d2593 .shogun-image-content {
  
    align-items: center;
  
}

#s-64b93717-a845-41af-8a23-eac0ebb34779 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 30px;
padding-right: 30px;
min-height: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-64b93717-a845-41af-8a23-eac0ebb34779 {
  display: none;
}
#s-64b93717-a845-41af-8a23-eac0ebb34779, #wrap-s-64b93717-a845-41af-8a23-eac0ebb34779 { display:none !important; }}@media (max-width: 767px){#s-64b93717-a845-41af-8a23-eac0ebb34779 {
  display: none;
}
#s-64b93717-a845-41af-8a23-eac0ebb34779, #wrap-s-64b93717-a845-41af-8a23-eac0ebb34779 { display:none !important; }}







#s-64b93717-a845-41af-8a23-eac0ebb34779 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64b93717-a845-41af-8a23-eac0ebb34779.shg-box.shg-c {
  justify-content: center;
}

#s-b6f921c5-ccda-4d44-af33-2884a8a44402 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 75px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b6f921c5-ccda-4d44-af33-2884a8a44402 {
  display: none;
}
#s-b6f921c5-ccda-4d44-af33-2884a8a44402, #wrap-s-b6f921c5-ccda-4d44-af33-2884a8a44402 { display:none !important; }}@media (max-width: 767px){#s-b6f921c5-ccda-4d44-af33-2884a8a44402 {
  display: none;
}
#s-b6f921c5-ccda-4d44-af33-2884a8a44402, #wrap-s-b6f921c5-ccda-4d44-af33-2884a8a44402 { display:none !important; }}



  #s-b6f921c5-ccda-4d44-af33-2884a8a44402 img.shogun-image {
    
    width: px;
  }


#s-b6f921c5-ccda-4d44-af33-2884a8a44402 .shogun-image-content {
  
    align-items: center;
  
}

#s-a964f551-13bb-485d-ac80-9955f2145bae {
  margin-left: auto;
margin-right: auto;
max-width: 65px;
text-align: center;
}
@media (min-width: 1200px){#s-a964f551-13bb-485d-ac80-9955f2145bae {
  display: none;
}
#s-a964f551-13bb-485d-ac80-9955f2145bae, #wrap-s-a964f551-13bb-485d-ac80-9955f2145bae { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a964f551-13bb-485d-ac80-9955f2145bae {
  display: none;
}
#s-a964f551-13bb-485d-ac80-9955f2145bae, #wrap-s-a964f551-13bb-485d-ac80-9955f2145bae { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a964f551-13bb-485d-ac80-9955f2145bae {
  display: none;
}
#s-a964f551-13bb-485d-ac80-9955f2145bae, #wrap-s-a964f551-13bb-485d-ac80-9955f2145bae { display:none !important; }}@media (max-width: 767px){#s-a964f551-13bb-485d-ac80-9955f2145bae {
  display: none;
}
#s-a964f551-13bb-485d-ac80-9955f2145bae, #wrap-s-a964f551-13bb-485d-ac80-9955f2145bae { display:none !important; }}



  #s-a964f551-13bb-485d-ac80-9955f2145bae img.shogun-image {
    
    width: px;
  }


#s-a964f551-13bb-485d-ac80-9955f2145bae .shogun-image-content {
  
    align-items: center;
  
}

#s-a9121012-ee7d-4e3f-8d20-efaa661f4e2d {
  margin-bottom: 25px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a9121012-ee7d-4e3f-8d20-efaa661f4e2d {
  
}
}@media (max-width: 767px){#s-a9121012-ee7d-4e3f-8d20-efaa661f4e2d {
  margin-left: auto;
margin-right: auto;
}
}







#s-a9121012-ee7d-4e3f-8d20-efaa661f4e2d > .shg-box-overlay {
  background-color: rgba(94, 165, 232, 1);
  opacity: 0;
}#s-a9121012-ee7d-4e3f-8d20-efaa661f4e2d.shg-box.shg-c {
  justify-content: center;
}

#s-aa7da6ba-fb6c-4f0e-ad44-8d6a2cc598da {
  min-height: 50px;
}
@media (min-width: 1200px){#s-aa7da6ba-fb6c-4f0e-ad44-8d6a2cc598da {
  display: none;
}
#s-aa7da6ba-fb6c-4f0e-ad44-8d6a2cc598da, #wrap-s-aa7da6ba-fb6c-4f0e-ad44-8d6a2cc598da { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aa7da6ba-fb6c-4f0e-ad44-8d6a2cc598da {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-aa7da6ba-fb6c-4f0e-ad44-8d6a2cc598da {
  display: none;
}
#s-aa7da6ba-fb6c-4f0e-ad44-8d6a2cc598da, #wrap-s-aa7da6ba-fb6c-4f0e-ad44-8d6a2cc598da { display:none !important; }}@media (max-width: 767px){#s-aa7da6ba-fb6c-4f0e-ad44-8d6a2cc598da {
  display: none;
}
#s-aa7da6ba-fb6c-4f0e-ad44-8d6a2cc598da, #wrap-s-aa7da6ba-fb6c-4f0e-ad44-8d6a2cc598da { display:none !important; }}







#s-aa7da6ba-fb6c-4f0e-ad44-8d6a2cc598da > .shg-box-overlay {
  background-color: rgba(94, 165, 232, 1);
  opacity: 0;
}#s-aa7da6ba-fb6c-4f0e-ad44-8d6a2cc598da.shg-box.shg-c {
  justify-content: center;
}

#s-6ea03352-2c02-4db4-877e-bb5db00e40d9 {
  margin-left: 17%;
margin-right: 17%;
}

#s-6ea03352-2c02-4db4-877e-bb5db00e40d9 {
  display: none;
}
.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

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

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

#s-9f221b26-ab7e-40ac-adbc-980a7ae99084 {
  border-style: solid;
margin-top: -40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}
@media (min-width: 992px) and (max-width: 1199px){#s-9f221b26-ab7e-40ac-adbc-980a7ae99084 {
  display: none;
}
#s-9f221b26-ab7e-40ac-adbc-980a7ae99084, #wrap-s-9f221b26-ab7e-40ac-adbc-980a7ae99084 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9f221b26-ab7e-40ac-adbc-980a7ae99084 {
  margin-left: -90px;
margin-right: -90px;
display: none;
}
#s-9f221b26-ab7e-40ac-adbc-980a7ae99084, #wrap-s-9f221b26-ab7e-40ac-adbc-980a7ae99084 { display:none !important; }}@media (max-width: 767px){#s-9f221b26-ab7e-40ac-adbc-980a7ae99084 {
  display: none;
}
#s-9f221b26-ab7e-40ac-adbc-980a7ae99084, #wrap-s-9f221b26-ab7e-40ac-adbc-980a7ae99084 { display:none !important; }}
@media (min-width: 0px) {
[id="s-9f221b26-ab7e-40ac-adbc-980a7ae99084"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9f221b26-ab7e-40ac-adbc-980a7ae99084"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9f221b26-ab7e-40ac-adbc-980a7ae99084"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f221b26-ab7e-40ac-adbc-980a7ae99084"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9ca8c675-ae63-47b2-aa1f-fbb0a59208e0 {
  margin-top: 50px;
margin-left: auto;
min-height: 50px;
max-width: 500px;
}
@media (min-width: 1200px){#s-9ca8c675-ae63-47b2-aa1f-fbb0a59208e0 {
  margin-right: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9ca8c675-ae63-47b2-aa1f-fbb0a59208e0 {
  display: none;
}
#s-9ca8c675-ae63-47b2-aa1f-fbb0a59208e0, #wrap-s-9ca8c675-ae63-47b2-aa1f-fbb0a59208e0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9ca8c675-ae63-47b2-aa1f-fbb0a59208e0 {
  display: none;
}
#s-9ca8c675-ae63-47b2-aa1f-fbb0a59208e0, #wrap-s-9ca8c675-ae63-47b2-aa1f-fbb0a59208e0 { display:none !important; }}@media (max-width: 767px){#s-9ca8c675-ae63-47b2-aa1f-fbb0a59208e0 {
  display: none;
}
#s-9ca8c675-ae63-47b2-aa1f-fbb0a59208e0, #wrap-s-9ca8c675-ae63-47b2-aa1f-fbb0a59208e0 { display:none !important; }}







#s-9ca8c675-ae63-47b2-aa1f-fbb0a59208e0 > .shg-box-overlay {
  background-color: rgba(77, 14, 14, 1);
  opacity: 0;
}#s-9ca8c675-ae63-47b2-aa1f-fbb0a59208e0.shg-box.shg-c {
  justify-content: center;
}

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

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.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;
  width: 100%;
  height: 100%;
  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-08a0ef85-ab9f-4895-9e51-76230b1a1254 {
  margin-top: 80px;
margin-bottom: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-08a0ef85-ab9f-4895-9e51-76230b1a1254 {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-08a0ef85-ab9f-4895-9e51-76230b1a1254 {
  margin-top: 39px;
display: none;
}
#s-08a0ef85-ab9f-4895-9e51-76230b1a1254, #wrap-s-08a0ef85-ab9f-4895-9e51-76230b1a1254 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-08a0ef85-ab9f-4895-9e51-76230b1a1254 {
  margin-top: 50px;
display: none;
}
#s-08a0ef85-ab9f-4895-9e51-76230b1a1254, #wrap-s-08a0ef85-ab9f-4895-9e51-76230b1a1254 { display:none !important; }}@media (max-width: 767px){#s-08a0ef85-ab9f-4895-9e51-76230b1a1254 {
  display: none;
}
#s-08a0ef85-ab9f-4895-9e51-76230b1a1254, #wrap-s-08a0ef85-ab9f-4895-9e51-76230b1a1254 { display:none !important; }}

.shg-c#s-08a0ef85-ab9f-4895-9e51-76230b1a1254 {
  max-width: 100%;
}

.shg-c#s-08a0ef85-ab9f-4895-9e51-76230b1a1254 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08a0ef85-ab9f-4895-9e51-76230b1a1254 .shg-image-zoom,
.shg-c#s-08a0ef85-ab9f-4895-9e51-76230b1a1254 img.shogun-image {
  
  
}

.shg-c#s-08a0ef85-ab9f-4895-9e51-76230b1a1254 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-08a0ef85-ab9f-4895-9e51-76230b1a1254 {
  max-width: 100%;
}

.shg-c#s-08a0ef85-ab9f-4895-9e51-76230b1a1254 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08a0ef85-ab9f-4895-9e51-76230b1a1254 .shg-image-zoom,
.shg-c#s-08a0ef85-ab9f-4895-9e51-76230b1a1254 img.shogun-image {
  
  
}

.shg-c#s-08a0ef85-ab9f-4895-9e51-76230b1a1254 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-08a0ef85-ab9f-4895-9e51-76230b1a1254 {
  max-width: 100%;
}

.shg-c#s-08a0ef85-ab9f-4895-9e51-76230b1a1254 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08a0ef85-ab9f-4895-9e51-76230b1a1254 .shg-image-zoom,
.shg-c#s-08a0ef85-ab9f-4895-9e51-76230b1a1254 img.shogun-image {
  
  
}

.shg-c#s-08a0ef85-ab9f-4895-9e51-76230b1a1254 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-08a0ef85-ab9f-4895-9e51-76230b1a1254 {
  max-width: 100%;
}

.shg-c#s-08a0ef85-ab9f-4895-9e51-76230b1a1254 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08a0ef85-ab9f-4895-9e51-76230b1a1254 .shg-image-zoom,
.shg-c#s-08a0ef85-ab9f-4895-9e51-76230b1a1254 img.shogun-image {
  
  
}

.shg-c#s-08a0ef85-ab9f-4895-9e51-76230b1a1254 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-08a0ef85-ab9f-4895-9e51-76230b1a1254 {
  max-width: 100%;
}

.shg-c#s-08a0ef85-ab9f-4895-9e51-76230b1a1254 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08a0ef85-ab9f-4895-9e51-76230b1a1254 .shg-image-zoom,
.shg-c#s-08a0ef85-ab9f-4895-9e51-76230b1a1254 img.shogun-image {
  
  
}

.shg-c#s-08a0ef85-ab9f-4895-9e51-76230b1a1254 .shg-image-zoom {
  
    margin-left: 0px;
  
}

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

#s-60fd67ed-e9c6-4721-a38c-f456a1e73e5c {
  padding-top: 5px;
padding-bottom: 5px;
text-align: right;
}
@media (min-width: 992px) and (max-width: 1199px){#s-60fd67ed-e9c6-4721-a38c-f456a1e73e5c {
  display: none;
}
#s-60fd67ed-e9c6-4721-a38c-f456a1e73e5c, #wrap-s-60fd67ed-e9c6-4721-a38c-f456a1e73e5c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-60fd67ed-e9c6-4721-a38c-f456a1e73e5c {
  display: none;
}
#s-60fd67ed-e9c6-4721-a38c-f456a1e73e5c, #wrap-s-60fd67ed-e9c6-4721-a38c-f456a1e73e5c { display:none !important; }}@media (max-width: 767px){#s-60fd67ed-e9c6-4721-a38c-f456a1e73e5c {
  display: none;
}
#s-60fd67ed-e9c6-4721-a38c-f456a1e73e5c, #wrap-s-60fd67ed-e9c6-4721-a38c-f456a1e73e5c { display:none !important; }}
#s-60fd67ed-e9c6-4721-a38c-f456a1e73e5c .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-60fd67ed-e9c6-4721-a38c-f456a1e73e5c .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-0f0ffb4f-03c1-490a-b7ab-9384deaf9ad2 {
  margin-top: 60px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-0f0ffb4f-03c1-490a-b7ab-9384deaf9ad2 {
  margin-right: 60px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0f0ffb4f-03c1-490a-b7ab-9384deaf9ad2 {
  display: none;
}
#s-0f0ffb4f-03c1-490a-b7ab-9384deaf9ad2, #wrap-s-0f0ffb4f-03c1-490a-b7ab-9384deaf9ad2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0f0ffb4f-03c1-490a-b7ab-9384deaf9ad2 {
  display: none;
}
#s-0f0ffb4f-03c1-490a-b7ab-9384deaf9ad2, #wrap-s-0f0ffb4f-03c1-490a-b7ab-9384deaf9ad2 { display:none !important; }}@media (max-width: 767px){#s-0f0ffb4f-03c1-490a-b7ab-9384deaf9ad2 {
  display: none;
}
#s-0f0ffb4f-03c1-490a-b7ab-9384deaf9ad2, #wrap-s-0f0ffb4f-03c1-490a-b7ab-9384deaf9ad2 { display:none !important; }}







#s-0f0ffb4f-03c1-490a-b7ab-9384deaf9ad2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f0ffb4f-03c1-490a-b7ab-9384deaf9ad2.shg-box.shg-c {
  justify-content: center;
}

.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: #000;
  text-transform: none;
  font-weight: normal;
  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-427abf4b-6de1-4335-b5b0-475d2fd97b35 {
  margin-top: 5px;
padding-top: 10px;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-427abf4b-6de1-4335-b5b0-475d2fd97b35 {
  display: none;
}
#s-427abf4b-6de1-4335-b5b0-475d2fd97b35, #wrap-s-427abf4b-6de1-4335-b5b0-475d2fd97b35 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-427abf4b-6de1-4335-b5b0-475d2fd97b35 {
  display: none;
}
#s-427abf4b-6de1-4335-b5b0-475d2fd97b35, #wrap-s-427abf4b-6de1-4335-b5b0-475d2fd97b35 { display:none !important; }}@media (max-width: 767px){#s-427abf4b-6de1-4335-b5b0-475d2fd97b35 {
  display: none;
}
#s-427abf4b-6de1-4335-b5b0-475d2fd97b35, #wrap-s-427abf4b-6de1-4335-b5b0-475d2fd97b35 { display:none !important; }}
#s-427abf4b-6de1-4335-b5b0-475d2fd97b35 .shg-product-title-component h1 {
  color: #000;
  
  font-family: Merriweather;
  
  font-size: 50px;
  
  
}

#s-bddfeaf7-44db-4293-8afe-412ea4f52cc6 {
  margin-top: -25px;
margin-left: -90px;
margin-bottom: 10px;
margin-right: 30px;
padding-left: 90px;
padding-right: 90px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-bddfeaf7-44db-4293-8afe-412ea4f52cc6 {
  display: none;
}
#s-bddfeaf7-44db-4293-8afe-412ea4f52cc6, #wrap-s-bddfeaf7-44db-4293-8afe-412ea4f52cc6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bddfeaf7-44db-4293-8afe-412ea4f52cc6 {
  display: none;
}
#s-bddfeaf7-44db-4293-8afe-412ea4f52cc6, #wrap-s-bddfeaf7-44db-4293-8afe-412ea4f52cc6 { display:none !important; }}@media (max-width: 767px){#s-bddfeaf7-44db-4293-8afe-412ea4f52cc6 {
  display: none;
}
#s-bddfeaf7-44db-4293-8afe-412ea4f52cc6, #wrap-s-bddfeaf7-44db-4293-8afe-412ea4f52cc6 { display:none !important; }}
#s-bddfeaf7-44db-4293-8afe-412ea4f52cc6 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(81, 75, 75, 1);
}

@media (min-width: 992px) and (max-width: 1199px){#s-21173e4a-09b8-4402-9e4d-8947fe800b2a {
  display: none;
}
#s-21173e4a-09b8-4402-9e4d-8947fe800b2a, #wrap-s-21173e4a-09b8-4402-9e4d-8947fe800b2a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-21173e4a-09b8-4402-9e4d-8947fe800b2a {
  display: none;
}
#s-21173e4a-09b8-4402-9e4d-8947fe800b2a, #wrap-s-21173e4a-09b8-4402-9e4d-8947fe800b2a { display:none !important; }}@media (max-width: 767px){#s-21173e4a-09b8-4402-9e4d-8947fe800b2a {
  display: none;
}
#s-21173e4a-09b8-4402-9e4d-8947fe800b2a, #wrap-s-21173e4a-09b8-4402-9e4d-8947fe800b2a { display:none !important; }}
.shg-rich-text {
  overflow-wrap: break-word;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-default-text-content ul,
.shg-default-text-content ol {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          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;
}

#s-5c45f734-f1fa-41a5-bb72-9fe0b1540544 {
  padding-bottom: 15px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-5c45f734-f1fa-41a5-bb72-9fe0b1540544 {
  display: none;
}
#s-5c45f734-f1fa-41a5-bb72-9fe0b1540544, #wrap-s-5c45f734-f1fa-41a5-bb72-9fe0b1540544 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5c45f734-f1fa-41a5-bb72-9fe0b1540544 {
  display: none;
}
#s-5c45f734-f1fa-41a5-bb72-9fe0b1540544, #wrap-s-5c45f734-f1fa-41a5-bb72-9fe0b1540544 { display:none !important; }}@media (max-width: 767px){#s-5c45f734-f1fa-41a5-bb72-9fe0b1540544 {
  display: none;
}
#s-5c45f734-f1fa-41a5-bb72-9fe0b1540544, #wrap-s-5c45f734-f1fa-41a5-bb72-9fe0b1540544 { display:none !important; }}
#s-c2af73eb-69c0-4566-babc-cdd27af950e1 {
  margin-top: 20px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-c2af73eb-69c0-4566-babc-cdd27af950e1 {
  margin-top: 30px;
margin-bottom: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c2af73eb-69c0-4566-babc-cdd27af950e1 {
  display: none;
}
#s-c2af73eb-69c0-4566-babc-cdd27af950e1, #wrap-s-c2af73eb-69c0-4566-babc-cdd27af950e1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c2af73eb-69c0-4566-babc-cdd27af950e1 {
  display: none;
}
#s-c2af73eb-69c0-4566-babc-cdd27af950e1, #wrap-s-c2af73eb-69c0-4566-babc-cdd27af950e1 { display:none !important; }}@media (max-width: 767px){#s-c2af73eb-69c0-4566-babc-cdd27af950e1 {
  display: none;
}
#s-c2af73eb-69c0-4566-babc-cdd27af950e1, #wrap-s-c2af73eb-69c0-4566-babc-cdd27af950e1 { display:none !important; }}
.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;
  margin: 2px;
}

.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-82d6e60b-481f-4d1f-9746-8f20baa51fe8 {
  margin-bottom: 15px;
max-width: 300px;
text-align: left;
}

#s-82d6e60b-481f-4d1f-9746-8f20baa51fe8 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-82d6e60b-481f-4d1f-9746-8f20baa51fe8 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-82d6e60b-481f-4d1f-9746-8f20baa51fe8 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-82d6e60b-481f-4d1f-9746-8f20baa51fe8 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 5px;
}

#s-82d6e60b-481f-4d1f-9746-8f20baa51fe8 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-82d6e60b-481f-4d1f-9746-8f20baa51fe8 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-82d6e60b-481f-4d1f-9746-8f20baa51fe8 .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-82d6e60b-481f-4d1f-9746-8f20baa51fe8 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 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-82d6e60b-481f-4d1f-9746-8f20baa51fe8 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-82d6e60b-481f-4d1f-9746-8f20baa51fe8 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-82d6e60b-481f-4d1f-9746-8f20baa51fe8 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-82d6e60b-481f-4d1f-9746-8f20baa51fe8 .shg-product-selector-wrapper label {
    
    
    
    font-style:  normal ;
    
  }

  
    #s-82d6e60b-481f-4d1f-9746-8f20baa51fe8 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      
    }
  




  #s-82d6e60b-481f-4d1f-9746-8f20baa51fe8-btn-wrapper {
    text-align: center;
  }


#s-82d6e60b-481f-4d1f-9746-8f20baa51fe8 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-82d6e60b-481f-4d1f-9746-8f20baa51fe8 .shg-variant-btn:hover {
  background: #252525;
}

#s-82d6e60b-481f-4d1f-9746-8f20baa51fe8 .shg-variant-btn:active, #s-82d6e60b-481f-4d1f-9746-8f20baa51fe8 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-82d6e60b-481f-4d1f-9746-8f20baa51fe8 .shg-variant-btn.disabled {
  background: #252525;
}

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

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

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

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

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

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

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

#s-c9e463c7-0491-47c2-bc2d-70543920cef6 {
  background-size: undefined undefined;
margin-top: -5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 6px;
max-width: 800px;
background-color: rgba(235, 129, 22, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c9e463c7-0491-47c2-bc2d-70543920cef6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c9e463c7-0491-47c2-bc2d-70543920cef6:active {background-color: rgba(235, 129, 22, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 992px) and (max-width: 1199px){#s-c9e463c7-0491-47c2-bc2d-70543920cef6 {
  display: none;
}
#s-c9e463c7-0491-47c2-bc2d-70543920cef6, #wrap-s-c9e463c7-0491-47c2-bc2d-70543920cef6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c9e463c7-0491-47c2-bc2d-70543920cef6 {
  margin-top: -50px;
display: none;
}
#s-c9e463c7-0491-47c2-bc2d-70543920cef6, #wrap-s-c9e463c7-0491-47c2-bc2d-70543920cef6 { display:none !important; }}@media (max-width: 767px){#s-c9e463c7-0491-47c2-bc2d-70543920cef6 {
  display: none;
}
#s-c9e463c7-0491-47c2-bc2d-70543920cef6, #wrap-s-c9e463c7-0491-47c2-bc2d-70543920cef6 { display:none !important; }}

  #s-c9e463c7-0491-47c2-bc2d-70543920cef6-atc-btn-wrapper {
    text-align: left;
  }


#s-c9e463c7-0491-47c2-bc2d-70543920cef6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c9e463c7-0491-47c2-bc2d-70543920cef6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c9e463c7-0491-47c2-bc2d-70543920cef6.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}

#s-c9e463c7-0491-47c2-bc2d-70543920cef6.shg-btn.shg-product-atc-error {
  
  font-family: Lato;
  
  font-size: 30px;
  
}



#s-553629ac-c445-422c-bbfd-5020b3d14787 {
  margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
max-width: 200px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-553629ac-c445-422c-bbfd-5020b3d14787 {
  display: none;
}
#s-553629ac-c445-422c-bbfd-5020b3d14787, #wrap-s-553629ac-c445-422c-bbfd-5020b3d14787 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-553629ac-c445-422c-bbfd-5020b3d14787 {
  display: none;
}
#s-553629ac-c445-422c-bbfd-5020b3d14787, #wrap-s-553629ac-c445-422c-bbfd-5020b3d14787 { display:none !important; }}@media (max-width: 767px){#s-553629ac-c445-422c-bbfd-5020b3d14787 {
  display: none;
}
#s-553629ac-c445-422c-bbfd-5020b3d14787, #wrap-s-553629ac-c445-422c-bbfd-5020b3d14787 { display:none !important; }}



  #s-553629ac-c445-422c-bbfd-5020b3d14787 img.shogun-image {
    
    width: px;
  }


#s-553629ac-c445-422c-bbfd-5020b3d14787 .shogun-image-content {
  
    align-items: center;
  
}

.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > span,
.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span,
  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small > span,
  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span,
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-dd0b3145-b112-4390-ba65-5ba17e009b9a {
  margin-top: 0px;
margin-bottom: 10px;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-dd0b3145-b112-4390-ba65-5ba17e009b9a {
  display: none;
}
#s-dd0b3145-b112-4390-ba65-5ba17e009b9a, #wrap-s-dd0b3145-b112-4390-ba65-5ba17e009b9a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dd0b3145-b112-4390-ba65-5ba17e009b9a {
  display: none;
}
#s-dd0b3145-b112-4390-ba65-5ba17e009b9a, #wrap-s-dd0b3145-b112-4390-ba65-5ba17e009b9a { display:none !important; }}@media (max-width: 767px){#s-dd0b3145-b112-4390-ba65-5ba17e009b9a {
  display: none;
}
#s-dd0b3145-b112-4390-ba65-5ba17e009b9a, #wrap-s-dd0b3145-b112-4390-ba65-5ba17e009b9a { display:none !important; }}
#s-dd0b3145-b112-4390-ba65-5ba17e009b9a .shogun-countdown span, #s-dd0b3145-b112-4390-ba65-5ba17e009b9a .shogun-countdown label {
  color: rgba(37, 55, 70, 1);
}
#s-65b2bc73-ad6b-43c3-9a3d-ba6110a7c9fe {
  min-height: 50px;
}
@media (min-width: 1200px){#s-65b2bc73-ad6b-43c3-9a3d-ba6110a7c9fe {
  display: none;
}
#s-65b2bc73-ad6b-43c3-9a3d-ba6110a7c9fe, #wrap-s-65b2bc73-ad6b-43c3-9a3d-ba6110a7c9fe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-65b2bc73-ad6b-43c3-9a3d-ba6110a7c9fe {
  display: none;
}
#s-65b2bc73-ad6b-43c3-9a3d-ba6110a7c9fe, #wrap-s-65b2bc73-ad6b-43c3-9a3d-ba6110a7c9fe { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-65b2bc73-ad6b-43c3-9a3d-ba6110a7c9fe {
  display: none;
}
#s-65b2bc73-ad6b-43c3-9a3d-ba6110a7c9fe, #wrap-s-65b2bc73-ad6b-43c3-9a3d-ba6110a7c9fe { display:none !important; }}@media (max-width: 767px){#s-65b2bc73-ad6b-43c3-9a3d-ba6110a7c9fe {
  display: none;
}
#s-65b2bc73-ad6b-43c3-9a3d-ba6110a7c9fe, #wrap-s-65b2bc73-ad6b-43c3-9a3d-ba6110a7c9fe { display:none !important; }}







#s-65b2bc73-ad6b-43c3-9a3d-ba6110a7c9fe > .shg-box-overlay {
  background-color: rgba(94, 165, 232, 1);
  opacity: 0;
}#s-65b2bc73-ad6b-43c3-9a3d-ba6110a7c9fe.shg-box.shg-c {
  justify-content: center;
}

#s-8073332f-5854-4b55-8ccd-353df071055e {
  margin-left: 17%;
margin-right: 17%;
}

#s-8073332f-5854-4b55-8ccd-353df071055e {
  display: none;
}
#s-e51b39d2-b270-416f-bb02-9051d457fb78 {
  border-style: solid;
margin-top: -40px;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 800px;
}
@media (min-width: 1200px){#s-e51b39d2-b270-416f-bb02-9051d457fb78 {
  display: none;
}
#s-e51b39d2-b270-416f-bb02-9051d457fb78, #wrap-s-e51b39d2-b270-416f-bb02-9051d457fb78 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e51b39d2-b270-416f-bb02-9051d457fb78 {
  display: none;
}
#s-e51b39d2-b270-416f-bb02-9051d457fb78, #wrap-s-e51b39d2-b270-416f-bb02-9051d457fb78 { display:none !important; }}@media (max-width: 767px){#s-e51b39d2-b270-416f-bb02-9051d457fb78 {
  display: none;
}
#s-e51b39d2-b270-416f-bb02-9051d457fb78, #wrap-s-e51b39d2-b270-416f-bb02-9051d457fb78 { display:none !important; }}
@media (min-width: 0px) {
[id="s-e51b39d2-b270-416f-bb02-9051d457fb78"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e51b39d2-b270-416f-bb02-9051d457fb78"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-e51b39d2-b270-416f-bb02-9051d457fb78"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-e51b39d2-b270-416f-bb02-9051d457fb78"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-ad66f879-a4f8-45e0-bae2-5bc180631dc2 {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 500px;
}
@media (min-width: 1200px){#s-ad66f879-a4f8-45e0-bae2-5bc180631dc2 {
  display: none;
}
#s-ad66f879-a4f8-45e0-bae2-5bc180631dc2, #wrap-s-ad66f879-a4f8-45e0-bae2-5bc180631dc2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ad66f879-a4f8-45e0-bae2-5bc180631dc2 {
  margin-left: 60px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ad66f879-a4f8-45e0-bae2-5bc180631dc2 {
  display: none;
}
#s-ad66f879-a4f8-45e0-bae2-5bc180631dc2, #wrap-s-ad66f879-a4f8-45e0-bae2-5bc180631dc2 { display:none !important; }}@media (max-width: 767px){#s-ad66f879-a4f8-45e0-bae2-5bc180631dc2 {
  display: none;
}
#s-ad66f879-a4f8-45e0-bae2-5bc180631dc2, #wrap-s-ad66f879-a4f8-45e0-bae2-5bc180631dc2 { display:none !important; }}







#s-ad66f879-a4f8-45e0-bae2-5bc180631dc2 > .shg-box-overlay {
  background-color: rgba(77, 14, 14, 1);
  opacity: 0;
}#s-ad66f879-a4f8-45e0-bae2-5bc180631dc2.shg-box.shg-c {
  justify-content: center;
}

#s-97c5de28-e97d-4849-9541-501d65b70085 {
  margin-top: 80px;
margin-bottom: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-97c5de28-e97d-4849-9541-501d65b70085 {
  margin-top: 30px;
margin-bottom: 30px;
display: none;
}
#s-97c5de28-e97d-4849-9541-501d65b70085, #wrap-s-97c5de28-e97d-4849-9541-501d65b70085 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-97c5de28-e97d-4849-9541-501d65b70085 {
  margin-top: 39px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-97c5de28-e97d-4849-9541-501d65b70085 {
  margin-top: 50px;
display: none;
}
#s-97c5de28-e97d-4849-9541-501d65b70085, #wrap-s-97c5de28-e97d-4849-9541-501d65b70085 { display:none !important; }}@media (max-width: 767px){#s-97c5de28-e97d-4849-9541-501d65b70085 {
  display: none;
}
#s-97c5de28-e97d-4849-9541-501d65b70085, #wrap-s-97c5de28-e97d-4849-9541-501d65b70085 { display:none !important; }}

.shg-c#s-97c5de28-e97d-4849-9541-501d65b70085 {
  max-width: 100%;
}

.shg-c#s-97c5de28-e97d-4849-9541-501d65b70085 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97c5de28-e97d-4849-9541-501d65b70085 .shg-image-zoom,
.shg-c#s-97c5de28-e97d-4849-9541-501d65b70085 img.shogun-image {
  
  
}

.shg-c#s-97c5de28-e97d-4849-9541-501d65b70085 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-97c5de28-e97d-4849-9541-501d65b70085 {
  max-width: 100%;
}

.shg-c#s-97c5de28-e97d-4849-9541-501d65b70085 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97c5de28-e97d-4849-9541-501d65b70085 .shg-image-zoom,
.shg-c#s-97c5de28-e97d-4849-9541-501d65b70085 img.shogun-image {
  
  
}

.shg-c#s-97c5de28-e97d-4849-9541-501d65b70085 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-97c5de28-e97d-4849-9541-501d65b70085 {
  max-width: 100%;
}

.shg-c#s-97c5de28-e97d-4849-9541-501d65b70085 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97c5de28-e97d-4849-9541-501d65b70085 .shg-image-zoom,
.shg-c#s-97c5de28-e97d-4849-9541-501d65b70085 img.shogun-image {
  
  
}

.shg-c#s-97c5de28-e97d-4849-9541-501d65b70085 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-97c5de28-e97d-4849-9541-501d65b70085 {
  max-width: 100%;
}

.shg-c#s-97c5de28-e97d-4849-9541-501d65b70085 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97c5de28-e97d-4849-9541-501d65b70085 .shg-image-zoom,
.shg-c#s-97c5de28-e97d-4849-9541-501d65b70085 img.shogun-image {
  
  
}

.shg-c#s-97c5de28-e97d-4849-9541-501d65b70085 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-97c5de28-e97d-4849-9541-501d65b70085 {
  max-width: 100%;
}

.shg-c#s-97c5de28-e97d-4849-9541-501d65b70085 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97c5de28-e97d-4849-9541-501d65b70085 .shg-image-zoom,
.shg-c#s-97c5de28-e97d-4849-9541-501d65b70085 img.shogun-image {
  
  
}

.shg-c#s-97c5de28-e97d-4849-9541-501d65b70085 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d8f5d47b-32aa-467d-ba75-c6567c732c0e {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-d8f5d47b-32aa-467d-ba75-c6567c732c0e {
  display: none;
}
#s-d8f5d47b-32aa-467d-ba75-c6567c732c0e, #wrap-s-d8f5d47b-32aa-467d-ba75-c6567c732c0e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d8f5d47b-32aa-467d-ba75-c6567c732c0e {
  display: none;
}
#s-d8f5d47b-32aa-467d-ba75-c6567c732c0e, #wrap-s-d8f5d47b-32aa-467d-ba75-c6567c732c0e { display:none !important; }}@media (max-width: 767px){#s-d8f5d47b-32aa-467d-ba75-c6567c732c0e {
  display: none;
}
#s-d8f5d47b-32aa-467d-ba75-c6567c732c0e, #wrap-s-d8f5d47b-32aa-467d-ba75-c6567c732c0e { display:none !important; }}
#s-d8f5d47b-32aa-467d-ba75-c6567c732c0e .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-d8f5d47b-32aa-467d-ba75-c6567c732c0e .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-06f670f1-4d76-4401-a1b6-311dc27cb4b4 {
  margin-top: 60px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-06f670f1-4d76-4401-a1b6-311dc27cb4b4 {
  margin-right: -60px;
display: none;
}
#s-06f670f1-4d76-4401-a1b6-311dc27cb4b4, #wrap-s-06f670f1-4d76-4401-a1b6-311dc27cb4b4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-06f670f1-4d76-4401-a1b6-311dc27cb4b4 {
  display: none;
}
#s-06f670f1-4d76-4401-a1b6-311dc27cb4b4, #wrap-s-06f670f1-4d76-4401-a1b6-311dc27cb4b4 { display:none !important; }}@media (max-width: 767px){#s-06f670f1-4d76-4401-a1b6-311dc27cb4b4 {
  display: none;
}
#s-06f670f1-4d76-4401-a1b6-311dc27cb4b4, #wrap-s-06f670f1-4d76-4401-a1b6-311dc27cb4b4 { display:none !important; }}







#s-06f670f1-4d76-4401-a1b6-311dc27cb4b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06f670f1-4d76-4401-a1b6-311dc27cb4b4.shg-box.shg-c {
  justify-content: center;
}

#s-560df874-659d-4622-872e-a80eb113ddcc {
  margin-top: 5px;
padding-top: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-560df874-659d-4622-872e-a80eb113ddcc {
  display: none;
}
#s-560df874-659d-4622-872e-a80eb113ddcc, #wrap-s-560df874-659d-4622-872e-a80eb113ddcc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-560df874-659d-4622-872e-a80eb113ddcc {
  display: none;
}
#s-560df874-659d-4622-872e-a80eb113ddcc, #wrap-s-560df874-659d-4622-872e-a80eb113ddcc { display:none !important; }}@media (max-width: 767px){#s-560df874-659d-4622-872e-a80eb113ddcc {
  display: none;
}
#s-560df874-659d-4622-872e-a80eb113ddcc, #wrap-s-560df874-659d-4622-872e-a80eb113ddcc { display:none !important; }}
#s-560df874-659d-4622-872e-a80eb113ddcc .shg-product-title-component h1 {
  color: #000;
  
  font-family: Merriweather;
  
  font-size: 50px;
  
  
}

#s-efec047f-20b4-499a-9715-1bfa23ed85d4 {
  margin-top: -10px;
margin-left: -90px;
margin-bottom: -10px;
margin-right: 60px;
padding-left: 90px;
padding-right: 90px;
}
@media (min-width: 1200px){#s-efec047f-20b4-499a-9715-1bfa23ed85d4 {
  display: none;
}
#s-efec047f-20b4-499a-9715-1bfa23ed85d4, #wrap-s-efec047f-20b4-499a-9715-1bfa23ed85d4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-efec047f-20b4-499a-9715-1bfa23ed85d4 {
  display: none;
}
#s-efec047f-20b4-499a-9715-1bfa23ed85d4, #wrap-s-efec047f-20b4-499a-9715-1bfa23ed85d4 { display:none !important; }}@media (max-width: 767px){#s-efec047f-20b4-499a-9715-1bfa23ed85d4 {
  display: none;
}
#s-efec047f-20b4-499a-9715-1bfa23ed85d4, #wrap-s-efec047f-20b4-499a-9715-1bfa23ed85d4 { display:none !important; }}
#s-efec047f-20b4-499a-9715-1bfa23ed85d4 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(81, 75, 75, 1);
}

@media (min-width: 1200px){#s-926f194e-8f2b-4589-8998-766064fac09c {
  display: none;
}
#s-926f194e-8f2b-4589-8998-766064fac09c, #wrap-s-926f194e-8f2b-4589-8998-766064fac09c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-926f194e-8f2b-4589-8998-766064fac09c {
  display: none;
}
#s-926f194e-8f2b-4589-8998-766064fac09c, #wrap-s-926f194e-8f2b-4589-8998-766064fac09c { display:none !important; }}@media (max-width: 767px){#s-926f194e-8f2b-4589-8998-766064fac09c {
  display: none;
}
#s-926f194e-8f2b-4589-8998-766064fac09c, #wrap-s-926f194e-8f2b-4589-8998-766064fac09c { display:none !important; }}
#s-5240676a-8d13-40db-9221-2a14332bfefc {
  padding-bottom: 15px;
}
@media (min-width: 1200px){#s-5240676a-8d13-40db-9221-2a14332bfefc {
  display: none;
}
#s-5240676a-8d13-40db-9221-2a14332bfefc, #wrap-s-5240676a-8d13-40db-9221-2a14332bfefc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5240676a-8d13-40db-9221-2a14332bfefc {
  display: none;
}
#s-5240676a-8d13-40db-9221-2a14332bfefc, #wrap-s-5240676a-8d13-40db-9221-2a14332bfefc { display:none !important; }}@media (max-width: 767px){#s-5240676a-8d13-40db-9221-2a14332bfefc {
  display: none;
}
#s-5240676a-8d13-40db-9221-2a14332bfefc, #wrap-s-5240676a-8d13-40db-9221-2a14332bfefc { display:none !important; }}
#s-2571cc04-5623-448e-ac85-ffbbda433392 {
  margin-top: 20px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-2571cc04-5623-448e-ac85-ffbbda433392 {
  display: none;
}
#s-2571cc04-5623-448e-ac85-ffbbda433392, #wrap-s-2571cc04-5623-448e-ac85-ffbbda433392 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2571cc04-5623-448e-ac85-ffbbda433392 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2571cc04-5623-448e-ac85-ffbbda433392 {
  display: none;
}
#s-2571cc04-5623-448e-ac85-ffbbda433392, #wrap-s-2571cc04-5623-448e-ac85-ffbbda433392 { display:none !important; }}@media (max-width: 767px){#s-2571cc04-5623-448e-ac85-ffbbda433392 {
  display: none;
}
#s-2571cc04-5623-448e-ac85-ffbbda433392, #wrap-s-2571cc04-5623-448e-ac85-ffbbda433392 { display:none !important; }}
#s-03a3e7a1-2735-4caf-b305-4c71cec7eb5b {
  margin-bottom: 15px;
padding-left: 20px;
max-width: 300px;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-03a3e7a1-2735-4caf-b305-4c71cec7eb5b {
  margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
}
#s-03a3e7a1-2735-4caf-b305-4c71cec7eb5b .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-03a3e7a1-2735-4caf-b305-4c71cec7eb5b .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-03a3e7a1-2735-4caf-b305-4c71cec7eb5b .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-03a3e7a1-2735-4caf-b305-4c71cec7eb5b .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 5px;
}

#s-03a3e7a1-2735-4caf-b305-4c71cec7eb5b .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-03a3e7a1-2735-4caf-b305-4c71cec7eb5b .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-03a3e7a1-2735-4caf-b305-4c71cec7eb5b .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-03a3e7a1-2735-4caf-b305-4c71cec7eb5b .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 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-03a3e7a1-2735-4caf-b305-4c71cec7eb5b .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-03a3e7a1-2735-4caf-b305-4c71cec7eb5b .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-03a3e7a1-2735-4caf-b305-4c71cec7eb5b .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-03a3e7a1-2735-4caf-b305-4c71cec7eb5b .shg-product-selector-wrapper label {
    
    
    
    font-style:  normal ;
    
  }

  
    #s-03a3e7a1-2735-4caf-b305-4c71cec7eb5b .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      
    }
  




  #s-03a3e7a1-2735-4caf-b305-4c71cec7eb5b-btn-wrapper {
    text-align: center;
  }


#s-03a3e7a1-2735-4caf-b305-4c71cec7eb5b .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-03a3e7a1-2735-4caf-b305-4c71cec7eb5b .shg-variant-btn:hover {
  background: #252525;
}

#s-03a3e7a1-2735-4caf-b305-4c71cec7eb5b .shg-variant-btn:active, #s-03a3e7a1-2735-4caf-b305-4c71cec7eb5b .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-03a3e7a1-2735-4caf-b305-4c71cec7eb5b .shg-variant-btn.disabled {
  background: #252525;
}
@media (min-width: 992px) and (max-width: 1199px){#s-03a3e7a1-2735-4caf-b305-4c71cec7eb5b .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-03a3e7a1-2735-4caf-b305-4c71cec7eb5b .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-03a3e7a1-2735-4caf-b305-4c71cec7eb5b .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-03a3e7a1-2735-4caf-b305-4c71cec7eb5b .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 0px;
}

#s-03a3e7a1-2735-4caf-b305-4c71cec7eb5b .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-03a3e7a1-2735-4caf-b305-4c71cec7eb5b .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-03a3e7a1-2735-4caf-b305-4c71cec7eb5b .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-03a3e7a1-2735-4caf-b305-4c71cec7eb5b .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 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-03a3e7a1-2735-4caf-b305-4c71cec7eb5b .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-03a3e7a1-2735-4caf-b305-4c71cec7eb5b .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-03a3e7a1-2735-4caf-b305-4c71cec7eb5b .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-03a3e7a1-2735-4caf-b305-4c71cec7eb5b .shg-product-selector-wrapper label {
    
    
    
    font-style:  normal ;
    
  }

  
    #s-03a3e7a1-2735-4caf-b305-4c71cec7eb5b .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      
    }
  




  #s-03a3e7a1-2735-4caf-b305-4c71cec7eb5b-btn-wrapper {
    text-align: center;
  }


#s-03a3e7a1-2735-4caf-b305-4c71cec7eb5b .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-03a3e7a1-2735-4caf-b305-4c71cec7eb5b .shg-variant-btn:hover {
  background: #252525;
}

#s-03a3e7a1-2735-4caf-b305-4c71cec7eb5b .shg-variant-btn:active, #s-03a3e7a1-2735-4caf-b305-4c71cec7eb5b .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-03a3e7a1-2735-4caf-b305-4c71cec7eb5b .shg-variant-btn.disabled {
  background: #252525;
}
}
#s-147a69c1-f7ed-4ec6-9223-11f0a9a9a4bf {
  background-size: undefined undefined;
margin-top: -5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 6px;
max-width: 800px;
background-color: rgba(235, 129, 22, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-147a69c1-f7ed-4ec6-9223-11f0a9a9a4bf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-147a69c1-f7ed-4ec6-9223-11f0a9a9a4bf:active {background-color: rgba(235, 129, 22, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-147a69c1-f7ed-4ec6-9223-11f0a9a9a4bf {
  display: none;
}
#s-147a69c1-f7ed-4ec6-9223-11f0a9a9a4bf, #wrap-s-147a69c1-f7ed-4ec6-9223-11f0a9a9a4bf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-147a69c1-f7ed-4ec6-9223-11f0a9a9a4bf {
  margin-top: -50px;
display: none;
}
#s-147a69c1-f7ed-4ec6-9223-11f0a9a9a4bf, #wrap-s-147a69c1-f7ed-4ec6-9223-11f0a9a9a4bf { display:none !important; }}@media (max-width: 767px){#s-147a69c1-f7ed-4ec6-9223-11f0a9a9a4bf {
  display: none;
}
#s-147a69c1-f7ed-4ec6-9223-11f0a9a9a4bf, #wrap-s-147a69c1-f7ed-4ec6-9223-11f0a9a9a4bf { display:none !important; }}

  #s-147a69c1-f7ed-4ec6-9223-11f0a9a9a4bf-atc-btn-wrapper {
    text-align: left;
  }


#s-147a69c1-f7ed-4ec6-9223-11f0a9a9a4bf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-147a69c1-f7ed-4ec6-9223-11f0a9a9a4bf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-147a69c1-f7ed-4ec6-9223-11f0a9a9a4bf.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}

#s-147a69c1-f7ed-4ec6-9223-11f0a9a9a4bf.shg-btn.shg-product-atc-error {
  
  font-family: Lato;
  
  font-size: 30px;
  
}



#s-aff4af23-5739-4b81-8df2-4ed0399c937f {
  margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
max-width: 200px;
text-align: center;
}
@media (min-width: 1200px){#s-aff4af23-5739-4b81-8df2-4ed0399c937f {
  display: none;
}
#s-aff4af23-5739-4b81-8df2-4ed0399c937f, #wrap-s-aff4af23-5739-4b81-8df2-4ed0399c937f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aff4af23-5739-4b81-8df2-4ed0399c937f {
  display: none;
}
#s-aff4af23-5739-4b81-8df2-4ed0399c937f, #wrap-s-aff4af23-5739-4b81-8df2-4ed0399c937f { display:none !important; }}@media (max-width: 767px){#s-aff4af23-5739-4b81-8df2-4ed0399c937f {
  display: none;
}
#s-aff4af23-5739-4b81-8df2-4ed0399c937f, #wrap-s-aff4af23-5739-4b81-8df2-4ed0399c937f { display:none !important; }}



  #s-aff4af23-5739-4b81-8df2-4ed0399c937f img.shogun-image {
    
    width: px;
  }


#s-aff4af23-5739-4b81-8df2-4ed0399c937f .shogun-image-content {
  
    align-items: center;
  
}

#s-d0dc12cf-1ff8-4a54-9d3a-2b2621e1c5e9 {
  margin-top: 0px;
margin-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-d0dc12cf-1ff8-4a54-9d3a-2b2621e1c5e9 {
  display: none;
}
#s-d0dc12cf-1ff8-4a54-9d3a-2b2621e1c5e9, #wrap-s-d0dc12cf-1ff8-4a54-9d3a-2b2621e1c5e9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d0dc12cf-1ff8-4a54-9d3a-2b2621e1c5e9 {
  display: none;
}
#s-d0dc12cf-1ff8-4a54-9d3a-2b2621e1c5e9, #wrap-s-d0dc12cf-1ff8-4a54-9d3a-2b2621e1c5e9 { display:none !important; }}@media (max-width: 767px){#s-d0dc12cf-1ff8-4a54-9d3a-2b2621e1c5e9 {
  display: none;
}
#s-d0dc12cf-1ff8-4a54-9d3a-2b2621e1c5e9, #wrap-s-d0dc12cf-1ff8-4a54-9d3a-2b2621e1c5e9 { display:none !important; }}
#s-d0dc12cf-1ff8-4a54-9d3a-2b2621e1c5e9 .shogun-countdown span, #s-d0dc12cf-1ff8-4a54-9d3a-2b2621e1c5e9 .shogun-countdown label {
  color: rgba(37, 55, 70, 1);
}
#s-c0ddbf64-a693-467b-8192-c267b89ea1c9 {
  margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-c0ddbf64-a693-467b-8192-c267b89ea1c9 {
  display: none;
}
#s-c0ddbf64-a693-467b-8192-c267b89ea1c9, #wrap-s-c0ddbf64-a693-467b-8192-c267b89ea1c9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c0ddbf64-a693-467b-8192-c267b89ea1c9 {
  display: none;
}
#s-c0ddbf64-a693-467b-8192-c267b89ea1c9, #wrap-s-c0ddbf64-a693-467b-8192-c267b89ea1c9 { display:none !important; }}@media (max-width: 767px){#s-c0ddbf64-a693-467b-8192-c267b89ea1c9 {
  margin-left: auto;
margin-right: auto;
}
}
#s-c0ddbf64-a693-467b-8192-c267b89ea1c9 {
  display: none;
}
#s-d4687380-03be-438b-881a-1ed09309d021 {
  margin-right: 0px;
min-height: 38px;
}
@media (min-width: 1200px){#s-d4687380-03be-438b-881a-1ed09309d021 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d4687380-03be-438b-881a-1ed09309d021 {
  
}
}@media (max-width: 767px){#s-d4687380-03be-438b-881a-1ed09309d021 {
  margin-top: -20px;
padding-left: 0px;
padding-right: 0px;
}
}







#s-d4687380-03be-438b-881a-1ed09309d021 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4687380-03be-438b-881a-1ed09309d021.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6d65f9a2-261c-4bec-93d3-ced99ef06974 {
  margin-top: 5px;
padding-top: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-6d65f9a2-261c-4bec-93d3-ced99ef06974 {
  display: none;
}
#s-6d65f9a2-261c-4bec-93d3-ced99ef06974, #wrap-s-6d65f9a2-261c-4bec-93d3-ced99ef06974 { display:none !important; }}@media (max-width: 767px){#s-6d65f9a2-261c-4bec-93d3-ced99ef06974 {
  display: none;
}
#s-6d65f9a2-261c-4bec-93d3-ced99ef06974, #wrap-s-6d65f9a2-261c-4bec-93d3-ced99ef06974 { display:none !important; }}
#s-6d65f9a2-261c-4bec-93d3-ced99ef06974 .shg-product-title-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  
  font-size: 48px;
  
  
}

#s-22afa386-b29d-4cb8-9bbe-6113d95bcb0d {
  margin-top: 5px;
text-align: center;
}

#s-22afa386-b29d-4cb8-9bbe-6113d95bcb0d .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Merriweather;
  font-style:  normal ;
  font-size: 46px;
  
  
}

#s-d8d580e7-05a7-4e68-a36d-0d022d4c2ffe {
  padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-d8d580e7-05a7-4e68-a36d-0d022d4c2ffe {
  display: none;
}
#s-d8d580e7-05a7-4e68-a36d-0d022d4c2ffe, #wrap-s-d8d580e7-05a7-4e68-a36d-0d022d4c2ffe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d8d580e7-05a7-4e68-a36d-0d022d4c2ffe {
  display: none;
}
#s-d8d580e7-05a7-4e68-a36d-0d022d4c2ffe, #wrap-s-d8d580e7-05a7-4e68-a36d-0d022d4c2ffe { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d8d580e7-05a7-4e68-a36d-0d022d4c2ffe {
  
}
}@media (max-width: 767px){#s-d8d580e7-05a7-4e68-a36d-0d022d4c2ffe {
  
}
}
#s-71496dc3-ae5c-4c7a-8362-7a82f1f0626f {
  margin-top: 5px;
margin-bottom: 30px;
text-align: left;
}
@media (max-width: 767px){#s-71496dc3-ae5c-4c7a-8362-7a82f1f0626f {
  margin-left: auto;
margin-right: auto;
}
}

.shg-c#s-71496dc3-ae5c-4c7a-8362-7a82f1f0626f {
  max-width: 100%;
}

.shg-c#s-71496dc3-ae5c-4c7a-8362-7a82f1f0626f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71496dc3-ae5c-4c7a-8362-7a82f1f0626f .shg-image-zoom,
.shg-c#s-71496dc3-ae5c-4c7a-8362-7a82f1f0626f img.shogun-image {
  
  
}

.shg-c#s-71496dc3-ae5c-4c7a-8362-7a82f1f0626f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-71496dc3-ae5c-4c7a-8362-7a82f1f0626f {
  max-width: 100%;
}

.shg-c#s-71496dc3-ae5c-4c7a-8362-7a82f1f0626f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71496dc3-ae5c-4c7a-8362-7a82f1f0626f .shg-image-zoom,
.shg-c#s-71496dc3-ae5c-4c7a-8362-7a82f1f0626f img.shogun-image {
  
  
}

.shg-c#s-71496dc3-ae5c-4c7a-8362-7a82f1f0626f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-71496dc3-ae5c-4c7a-8362-7a82f1f0626f {
  max-width: 100%;
}

.shg-c#s-71496dc3-ae5c-4c7a-8362-7a82f1f0626f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71496dc3-ae5c-4c7a-8362-7a82f1f0626f .shg-image-zoom,
.shg-c#s-71496dc3-ae5c-4c7a-8362-7a82f1f0626f img.shogun-image {
  
  
}

.shg-c#s-71496dc3-ae5c-4c7a-8362-7a82f1f0626f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-71496dc3-ae5c-4c7a-8362-7a82f1f0626f {
  max-width: 100%;
}

.shg-c#s-71496dc3-ae5c-4c7a-8362-7a82f1f0626f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71496dc3-ae5c-4c7a-8362-7a82f1f0626f .shg-image-zoom,
.shg-c#s-71496dc3-ae5c-4c7a-8362-7a82f1f0626f img.shogun-image {
  
  
}

.shg-c#s-71496dc3-ae5c-4c7a-8362-7a82f1f0626f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-71496dc3-ae5c-4c7a-8362-7a82f1f0626f {
  max-width: 100%;
}

.shg-c#s-71496dc3-ae5c-4c7a-8362-7a82f1f0626f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71496dc3-ae5c-4c7a-8362-7a82f1f0626f .shg-image-zoom,
.shg-c#s-71496dc3-ae5c-4c7a-8362-7a82f1f0626f img.shogun-image {
  
  
}

.shg-c#s-71496dc3-ae5c-4c7a-8362-7a82f1f0626f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-454598d3-2525-4b60-bf16-e2793c79ae05 {
  margin-top: -10px;
margin-bottom: -10px;
}
@media (min-width: 1200px){#s-454598d3-2525-4b60-bf16-e2793c79ae05 {
  display: none;
}
#s-454598d3-2525-4b60-bf16-e2793c79ae05, #wrap-s-454598d3-2525-4b60-bf16-e2793c79ae05 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-454598d3-2525-4b60-bf16-e2793c79ae05 {
  display: none;
}
#s-454598d3-2525-4b60-bf16-e2793c79ae05, #wrap-s-454598d3-2525-4b60-bf16-e2793c79ae05 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-454598d3-2525-4b60-bf16-e2793c79ae05 {
  
}
}@media (max-width: 767px){#s-454598d3-2525-4b60-bf16-e2793c79ae05 {
  display: none;
}
#s-454598d3-2525-4b60-bf16-e2793c79ae05, #wrap-s-454598d3-2525-4b60-bf16-e2793c79ae05 { display:none !important; }}
#s-b9f6636d-d702-4d91-9e8e-bf22bdc749dc {
  padding-top: 10px;
padding-bottom: 5px;
text-align: left;
}

#s-b9f6636d-d702-4d91-9e8e-bf22bdc749dc .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-b9f6636d-d702-4d91-9e8e-bf22bdc749dc .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-17c74e0d-bd11-4081-93ae-7019a7b1eb08 {
  margin-top: 20px;
margin-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-17c74e0d-bd11-4081-93ae-7019a7b1eb08 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-17c74e0d-bd11-4081-93ae-7019a7b1eb08 {
  display: none;
}
#s-17c74e0d-bd11-4081-93ae-7019a7b1eb08, #wrap-s-17c74e0d-bd11-4081-93ae-7019a7b1eb08 { display:none !important; }}@media (max-width: 767px){#s-17c74e0d-bd11-4081-93ae-7019a7b1eb08 {
  display: none;
}
#s-17c74e0d-bd11-4081-93ae-7019a7b1eb08, #wrap-s-17c74e0d-bd11-4081-93ae-7019a7b1eb08 { display:none !important; }}
#s-12776aa8-9933-4fcf-8736-55a83d3fdaee {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: -35px;
margin-right: 0px;
padding-left: 50px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-12776aa8-9933-4fcf-8736-55a83d3fdaee {
  display: none;
}
#s-12776aa8-9933-4fcf-8736-55a83d3fdaee, #wrap-s-12776aa8-9933-4fcf-8736-55a83d3fdaee { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-12776aa8-9933-4fcf-8736-55a83d3fdaee {
  display: none;
}
#s-12776aa8-9933-4fcf-8736-55a83d3fdaee, #wrap-s-12776aa8-9933-4fcf-8736-55a83d3fdaee { display:none !important; }}
#s-12776aa8-9933-4fcf-8736-55a83d3fdaee hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(206, 206, 206, 1);
}

#s-ef47a8e1-e812-4dab-a2dd-d232f056b058 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ef47a8e1-e812-4dab-a2dd-d232f056b058 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef47a8e1-e812-4dab-a2dd-d232f056b058.shg-box.shg-c {
  justify-content: center;
}

#s-f71e2c6c-29ee-49ad-a7c1-019c81acb548 {
  margin-top: 20px;
margin-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-f71e2c6c-29ee-49ad-a7c1-019c81acb548 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f71e2c6c-29ee-49ad-a7c1-019c81acb548 {
  display: none;
}
#s-f71e2c6c-29ee-49ad-a7c1-019c81acb548, #wrap-s-f71e2c6c-29ee-49ad-a7c1-019c81acb548 { display:none !important; }}@media (max-width: 767px){#s-f71e2c6c-29ee-49ad-a7c1-019c81acb548 {
  display: none;
}
#s-f71e2c6c-29ee-49ad-a7c1-019c81acb548, #wrap-s-f71e2c6c-29ee-49ad-a7c1-019c81acb548 { display:none !important; }}
#s-00ace78b-9915-41d1-b4e7-e6228f92108e {
  padding-top: 20px;
padding-bottom: 15px;
}
@media (max-width: 767px){#s-00ace78b-9915-41d1-b4e7-e6228f92108e {
  margin-left: auto;
margin-right: auto;
}
}
#s-94aa72b5-e1b7-409f-9767-b90ce0276130 {
  margin-top: 20px;
margin-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-94aa72b5-e1b7-409f-9767-b90ce0276130 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-94aa72b5-e1b7-409f-9767-b90ce0276130 {
  display: none;
}
#s-94aa72b5-e1b7-409f-9767-b90ce0276130, #wrap-s-94aa72b5-e1b7-409f-9767-b90ce0276130 { display:none !important; }}@media (max-width: 767px){#s-94aa72b5-e1b7-409f-9767-b90ce0276130 {
  display: none;
}
#s-94aa72b5-e1b7-409f-9767-b90ce0276130, #wrap-s-94aa72b5-e1b7-409f-9767-b90ce0276130 { display:none !important; }}
@media (min-width: 1200px){#s-cba67e12-4a96-4e23-902b-8174b1e75fa1 {
  display: none;
}
#s-cba67e12-4a96-4e23-902b-8174b1e75fa1, #wrap-s-cba67e12-4a96-4e23-902b-8174b1e75fa1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cba67e12-4a96-4e23-902b-8174b1e75fa1 {
  display: none;
}
#s-cba67e12-4a96-4e23-902b-8174b1e75fa1, #wrap-s-cba67e12-4a96-4e23-902b-8174b1e75fa1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cba67e12-4a96-4e23-902b-8174b1e75fa1 {
  display: none;
}
#s-cba67e12-4a96-4e23-902b-8174b1e75fa1, #wrap-s-cba67e12-4a96-4e23-902b-8174b1e75fa1 { display:none !important; }}
#s-de90cc8e-674f-4cf7-9d84-aeb57c08f1ef {
  margin-top: 55px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-de90cc8e-674f-4cf7-9d84-aeb57c08f1ef {
  display: none;
}
#s-de90cc8e-674f-4cf7-9d84-aeb57c08f1ef, #wrap-s-de90cc8e-674f-4cf7-9d84-aeb57c08f1ef { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-de90cc8e-674f-4cf7-9d84-aeb57c08f1ef {
  display: none;
}
#s-de90cc8e-674f-4cf7-9d84-aeb57c08f1ef, #wrap-s-de90cc8e-674f-4cf7-9d84-aeb57c08f1ef { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-de90cc8e-674f-4cf7-9d84-aeb57c08f1ef {
  
}
}@media (max-width: 767px){#s-de90cc8e-674f-4cf7-9d84-aeb57c08f1ef {
  
}
}
#s-66556dce-2aba-4dbf-818d-d33a47f5016c {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-66556dce-2aba-4dbf-818d-d33a47f5016c {
  display: none;
}
#s-66556dce-2aba-4dbf-818d-d33a47f5016c, #wrap-s-66556dce-2aba-4dbf-818d-d33a47f5016c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-66556dce-2aba-4dbf-818d-d33a47f5016c {
  display: none;
}
#s-66556dce-2aba-4dbf-818d-d33a47f5016c, #wrap-s-66556dce-2aba-4dbf-818d-d33a47f5016c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-66556dce-2aba-4dbf-818d-d33a47f5016c {
  display: none;
}
#s-66556dce-2aba-4dbf-818d-d33a47f5016c, #wrap-s-66556dce-2aba-4dbf-818d-d33a47f5016c { display:none !important; }}
@media (min-width: 0px) {
[id="s-66556dce-2aba-4dbf-818d-d33a47f5016c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-66556dce-2aba-4dbf-818d-d33a47f5016c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-66556dce-2aba-4dbf-818d-d33a47f5016c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-66556dce-2aba-4dbf-818d-d33a47f5016c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c2b9a19a-d672-449a-945d-b48de2ddc46b {
  padding-left: 40px;
padding-right: 40px;
text-align: left;
}
@media (max-width: 767px){#s-c2b9a19a-d672-449a-945d-b48de2ddc46b {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-c2b9a19a-d672-449a-945d-b48de2ddc46b .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-c2b9a19a-d672-449a-945d-b48de2ddc46b .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c2b9a19a-d672-449a-945d-b48de2ddc46b .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-c2b9a19a-d672-449a-945d-b48de2ddc46b .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 5px;
}

#s-c2b9a19a-d672-449a-945d-b48de2ddc46b .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-c2b9a19a-d672-449a-945d-b48de2ddc46b .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-c2b9a19a-d672-449a-945d-b48de2ddc46b .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-c2b9a19a-d672-449a-945d-b48de2ddc46b .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 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-c2b9a19a-d672-449a-945d-b48de2ddc46b .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c2b9a19a-d672-449a-945d-b48de2ddc46b .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c2b9a19a-d672-449a-945d-b48de2ddc46b .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-c2b9a19a-d672-449a-945d-b48de2ddc46b-btn-wrapper {
    text-align: center;
  }


#s-c2b9a19a-d672-449a-945d-b48de2ddc46b .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-c2b9a19a-d672-449a-945d-b48de2ddc46b .shg-variant-btn:hover {
  background: #252525;
}

#s-c2b9a19a-d672-449a-945d-b48de2ddc46b .shg-variant-btn:active, #s-c2b9a19a-d672-449a-945d-b48de2ddc46b .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-c2b9a19a-d672-449a-945d-b48de2ddc46b .shg-variant-btn.disabled {
  background: #252525;
}

#s-3f654426-5d22-4b88-853f-c3d85b873d00 {
  margin-top: 15px;
margin-left: 250px;
margin-bottom: 5px;
margin-right: 250px;
max-width: 300px;
text-align: center;
}
@media (min-width: 1200px){#s-3f654426-5d22-4b88-853f-c3d85b873d00 {
  display: none;
}
#s-3f654426-5d22-4b88-853f-c3d85b873d00, #wrap-s-3f654426-5d22-4b88-853f-c3d85b873d00 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3f654426-5d22-4b88-853f-c3d85b873d00 {
  display: none;
}
#s-3f654426-5d22-4b88-853f-c3d85b873d00, #wrap-s-3f654426-5d22-4b88-853f-c3d85b873d00 { display:none !important; }}@media (max-width: 767px){#s-3f654426-5d22-4b88-853f-c3d85b873d00 {
  display: none;
}
#s-3f654426-5d22-4b88-853f-c3d85b873d00, #wrap-s-3f654426-5d22-4b88-853f-c3d85b873d00 { display:none !important; }}
#s-3f654426-5d22-4b88-853f-c3d85b873d00 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-3f654426-5d22-4b88-853f-c3d85b873d00 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-3f654426-5d22-4b88-853f-c3d85b873d00 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-3f654426-5d22-4b88-853f-c3d85b873d00 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-3f654426-5d22-4b88-853f-c3d85b873d00 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-3f654426-5d22-4b88-853f-c3d85b873d00 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-3f654426-5d22-4b88-853f-c3d85b873d00 .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-3f654426-5d22-4b88-853f-c3d85b873d00 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 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-3f654426-5d22-4b88-853f-c3d85b873d00 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-3f654426-5d22-4b88-853f-c3d85b873d00 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-3f654426-5d22-4b88-853f-c3d85b873d00 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-3f654426-5d22-4b88-853f-c3d85b873d00-btn-wrapper {
    text-align: center;
  }


#s-3f654426-5d22-4b88-853f-c3d85b873d00 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-3f654426-5d22-4b88-853f-c3d85b873d00 .shg-variant-btn:hover {
  background: #252525;
}

#s-3f654426-5d22-4b88-853f-c3d85b873d00 .shg-variant-btn:active, #s-3f654426-5d22-4b88-853f-c3d85b873d00 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-3f654426-5d22-4b88-853f-c3d85b873d00 .shg-variant-btn.disabled {
  background: #252525;
}

#s-4bb06444-afd1-449e-a21a-7cc3c2dd50fb {
  margin-top: 12px;
margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-4bb06444-afd1-449e-a21a-7cc3c2dd50fb {
  display: none;
}
#s-4bb06444-afd1-449e-a21a-7cc3c2dd50fb, #wrap-s-4bb06444-afd1-449e-a21a-7cc3c2dd50fb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4bb06444-afd1-449e-a21a-7cc3c2dd50fb {
  display: none;
}
#s-4bb06444-afd1-449e-a21a-7cc3c2dd50fb, #wrap-s-4bb06444-afd1-449e-a21a-7cc3c2dd50fb { display:none !important; }}
#s-7799c935-7407-4da3-9e74-48818a36538c {
  background-size: undefined undefined;
margin-top: 2px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 6px;
max-width: 800px;
background-color: rgba(235, 129, 22, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7799c935-7407-4da3-9e74-48818a36538c:hover {background-color: rgba(255, 153, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7799c935-7407-4da3-9e74-48818a36538c:active {background-color: rgba(235, 129, 22, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-7799c935-7407-4da3-9e74-48818a36538c-atc-btn-wrapper {
    text-align: center;
  }


#s-7799c935-7407-4da3-9e74-48818a36538c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7799c935-7407-4da3-9e74-48818a36538c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7799c935-7407-4da3-9e74-48818a36538c.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}

#s-7799c935-7407-4da3-9e74-48818a36538c.shg-btn.shg-product-atc-error {
  
  font-family: Lato;
  
  font-size: 30px;
  
}



#s-79b8f20b-24bd-423f-8bb6-0cd7e5679772 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-79b8f20b-24bd-423f-8bb6-0cd7e5679772 {
  
}
}@media (max-width: 767px){#s-79b8f20b-24bd-423f-8bb6-0cd7e5679772 {
  
}
}







#s-79b8f20b-24bd-423f-8bb6-0cd7e5679772 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79b8f20b-24bd-423f-8bb6-0cd7e5679772.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f575f243-cec1-46ed-a601-3b714302a013 {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
min-height: 0px;
max-width: 1000px;
}
@media (min-width: 1200px){#s-f575f243-cec1-46ed-a601-3b714302a013 {
  max-width: 1200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f575f243-cec1-46ed-a601-3b714302a013 {
  display: none;
}
#s-f575f243-cec1-46ed-a601-3b714302a013, #wrap-s-f575f243-cec1-46ed-a601-3b714302a013 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f575f243-cec1-46ed-a601-3b714302a013 {
  display: none;
}
#s-f575f243-cec1-46ed-a601-3b714302a013, #wrap-s-f575f243-cec1-46ed-a601-3b714302a013 { display:none !important; }}@media (max-width: 767px){#s-f575f243-cec1-46ed-a601-3b714302a013 {
  display: none;
}
#s-f575f243-cec1-46ed-a601-3b714302a013, #wrap-s-f575f243-cec1-46ed-a601-3b714302a013 { display:none !important; }}







#s-f575f243-cec1-46ed-a601-3b714302a013 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f575f243-cec1-46ed-a601-3b714302a013.shg-box.shg-c {
  justify-content: center;
}

#s-c4b75cea-711f-4867-ba98-bb141ca9888c {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-c4b75cea-711f-4867-ba98-bb141ca9888c {
  display: none;
}
#s-c4b75cea-711f-4867-ba98-bb141ca9888c, #wrap-s-c4b75cea-711f-4867-ba98-bb141ca9888c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c4b75cea-711f-4867-ba98-bb141ca9888c {
  display: none;
}
#s-c4b75cea-711f-4867-ba98-bb141ca9888c, #wrap-s-c4b75cea-711f-4867-ba98-bb141ca9888c { display:none !important; }}@media (max-width: 767px){#s-c4b75cea-711f-4867-ba98-bb141ca9888c {
  display: none;
}
#s-c4b75cea-711f-4867-ba98-bb141ca9888c, #wrap-s-c4b75cea-711f-4867-ba98-bb141ca9888c { display:none !important; }}







#s-c4b75cea-711f-4867-ba98-bb141ca9888c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4b75cea-711f-4867-ba98-bb141ca9888c.shg-box.shg-c {
  justify-content: center;
}

#s-99d08f82-d906-4660-82d8-74a8897599c4 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-99d08f82-d906-4660-82d8-74a8897599c4 {
  display: none;
}
#s-99d08f82-d906-4660-82d8-74a8897599c4, #wrap-s-99d08f82-d906-4660-82d8-74a8897599c4 { display:none !important; }}@media (max-width: 767px){#s-99d08f82-d906-4660-82d8-74a8897599c4 {
  display: none;
}
#s-99d08f82-d906-4660-82d8-74a8897599c4, #wrap-s-99d08f82-d906-4660-82d8-74a8897599c4 { display:none !important; }}
@media (min-width: 0px) {
[id="s-99d08f82-d906-4660-82d8-74a8897599c4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 27.5px);
}

}

@media (min-width: 768px) {
[id="s-99d08f82-d906-4660-82d8-74a8897599c4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 27.5px);
}

}

@media (min-width: 992px) {
[id="s-99d08f82-d906-4660-82d8-74a8897599c4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 27.5px);
}

}

@media (min-width: 1200px) {
[id="s-99d08f82-d906-4660-82d8-74a8897599c4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 27.5px);
}

}

#s-81dc76e2-b549-4eb8-98c8-3b008dbbbba9 {
  margin-left: auto;
max-width: 600px;
}

#s-81dc76e2-b549-4eb8-98c8-3b008dbbbba9 {
  display: none;
}
#s-230e0267-affb-4984-a8f3-e92204dbce1d {
  text-align: left;
}


.shg-c#s-230e0267-affb-4984-a8f3-e92204dbce1d {
  max-width: 100%;
}

.shg-c#s-230e0267-affb-4984-a8f3-e92204dbce1d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-230e0267-affb-4984-a8f3-e92204dbce1d .shg-image-zoom,
.shg-c#s-230e0267-affb-4984-a8f3-e92204dbce1d img.shogun-image {
  
  
}

.shg-c#s-230e0267-affb-4984-a8f3-e92204dbce1d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-230e0267-affb-4984-a8f3-e92204dbce1d {
  max-width: 100%;
}

.shg-c#s-230e0267-affb-4984-a8f3-e92204dbce1d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-230e0267-affb-4984-a8f3-e92204dbce1d .shg-image-zoom,
.shg-c#s-230e0267-affb-4984-a8f3-e92204dbce1d img.shogun-image {
  
  
}

.shg-c#s-230e0267-affb-4984-a8f3-e92204dbce1d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-230e0267-affb-4984-a8f3-e92204dbce1d {
  max-width: 100%;
}

.shg-c#s-230e0267-affb-4984-a8f3-e92204dbce1d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-230e0267-affb-4984-a8f3-e92204dbce1d .shg-image-zoom,
.shg-c#s-230e0267-affb-4984-a8f3-e92204dbce1d img.shogun-image {
  
  
}

.shg-c#s-230e0267-affb-4984-a8f3-e92204dbce1d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-230e0267-affb-4984-a8f3-e92204dbce1d {
  max-width: 100%;
}

.shg-c#s-230e0267-affb-4984-a8f3-e92204dbce1d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-230e0267-affb-4984-a8f3-e92204dbce1d .shg-image-zoom,
.shg-c#s-230e0267-affb-4984-a8f3-e92204dbce1d img.shogun-image {
  
  
}

.shg-c#s-230e0267-affb-4984-a8f3-e92204dbce1d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-230e0267-affb-4984-a8f3-e92204dbce1d {
  max-width: 100%;
}

.shg-c#s-230e0267-affb-4984-a8f3-e92204dbce1d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-230e0267-affb-4984-a8f3-e92204dbce1d .shg-image-zoom,
.shg-c#s-230e0267-affb-4984-a8f3-e92204dbce1d img.shogun-image {
  
  
}

.shg-c#s-230e0267-affb-4984-a8f3-e92204dbce1d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3eb3ad9c-f102-4dd0-b38c-b16bed7bfcfc {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-3eb3ad9c-f102-4dd0-b38c-b16bed7bfcfc .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-3eb3ad9c-f102-4dd0-b38c-b16bed7bfcfc .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-dc839cf0-e535-42f8-9c4f-868ef3dd906b {
  display: none;
}
#s-ea94a6c3-5063-42a1-9467-5ca228d12731 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ea94a6c3-5063-42a1-9467-5ca228d12731 {
  margin-right: -20px;
}
}







#s-ea94a6c3-5063-42a1-9467-5ca228d12731 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea94a6c3-5063-42a1-9467-5ca228d12731.shg-box.shg-c {
  justify-content: center;
}

#s-c7062492-8748-4766-ad2f-d145b8943496 {
  padding-top: 15px;
padding-bottom: 10px;
text-align: left;
}

#s-c7062492-8748-4766-ad2f-d145b8943496 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Merriweather;
  font-style:  normal ;
  font-size: 50px;
  
  
}

#s-c14e49a7-1f1a-4b02-be17-e9b99bfb60c3 {
  margin-top: -25px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-c14e49a7-1f1a-4b02-be17-e9b99bfb60c3 {
  margin-right: 25px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c14e49a7-1f1a-4b02-be17-e9b99bfb60c3 {
  margin-right: 30px;
}
}
#s-c14e49a7-1f1a-4b02-be17-e9b99bfb60c3 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(81, 75, 75, 1);
}

@media (min-width: 1200px){#s-62ea5791-352a-4d07-ae3a-bafa5cf4fd5d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-62ea5791-352a-4d07-ae3a-bafa5cf4fd5d {
  display: none;
}
#s-62ea5791-352a-4d07-ae3a-bafa5cf4fd5d, #wrap-s-62ea5791-352a-4d07-ae3a-bafa5cf4fd5d { display:none !important; }}@media (max-width: 767px){#s-62ea5791-352a-4d07-ae3a-bafa5cf4fd5d {
  display: none;
}
#s-62ea5791-352a-4d07-ae3a-bafa5cf4fd5d, #wrap-s-62ea5791-352a-4d07-ae3a-bafa5cf4fd5d { display:none !important; }}
#s-a2baa6a6-5762-4ba5-b5f7-9be2cf3e42cc {
  margin-right: 20px;
}

#s-682d55af-02e2-411d-816f-6f076583972c {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-fa8cf967-4e2d-4648-b3c3-81686d645f2e {
  margin-bottom: 15px;
max-width: 250px;
text-align: left;
}

#s-fa8cf967-4e2d-4648-b3c3-81686d645f2e .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-fa8cf967-4e2d-4648-b3c3-81686d645f2e .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-fa8cf967-4e2d-4648-b3c3-81686d645f2e .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-fa8cf967-4e2d-4648-b3c3-81686d645f2e .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 5px;
}

#s-fa8cf967-4e2d-4648-b3c3-81686d645f2e .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-fa8cf967-4e2d-4648-b3c3-81686d645f2e .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-fa8cf967-4e2d-4648-b3c3-81686d645f2e .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-fa8cf967-4e2d-4648-b3c3-81686d645f2e .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 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-fa8cf967-4e2d-4648-b3c3-81686d645f2e .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-fa8cf967-4e2d-4648-b3c3-81686d645f2e .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-fa8cf967-4e2d-4648-b3c3-81686d645f2e .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-fa8cf967-4e2d-4648-b3c3-81686d645f2e .shg-product-selector-wrapper label {
    
    
    
    font-style:  normal ;
    
  }

  
    #s-fa8cf967-4e2d-4648-b3c3-81686d645f2e .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      
    }
  




  #s-fa8cf967-4e2d-4648-b3c3-81686d645f2e-btn-wrapper {
    text-align: center;
  }


#s-fa8cf967-4e2d-4648-b3c3-81686d645f2e .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-fa8cf967-4e2d-4648-b3c3-81686d645f2e .shg-variant-btn:hover {
  background: #252525;
}

#s-fa8cf967-4e2d-4648-b3c3-81686d645f2e .shg-variant-btn:active, #s-fa8cf967-4e2d-4648-b3c3-81686d645f2e .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-fa8cf967-4e2d-4648-b3c3-81686d645f2e .shg-variant-btn.disabled {
  background: #252525;
}

#s-ee14f1f1-2ba4-4c89-b111-f749bc5dfc3a {
  background-size: undefined undefined;
margin-top: -5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 6px;
max-width: 800px;
background-color: rgba(235, 129, 22, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-ee14f1f1-2ba4-4c89-b111-f749bc5dfc3a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ee14f1f1-2ba4-4c89-b111-f749bc5dfc3a:active {background-color: rgba(235, 129, 22, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-ee14f1f1-2ba4-4c89-b111-f749bc5dfc3a {
  display: none;
}
#s-ee14f1f1-2ba4-4c89-b111-f749bc5dfc3a, #wrap-s-ee14f1f1-2ba4-4c89-b111-f749bc5dfc3a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ee14f1f1-2ba4-4c89-b111-f749bc5dfc3a {
  margin-top: -50px;
display: none;
}
#s-ee14f1f1-2ba4-4c89-b111-f749bc5dfc3a, #wrap-s-ee14f1f1-2ba4-4c89-b111-f749bc5dfc3a { display:none !important; }}@media (max-width: 767px){#s-ee14f1f1-2ba4-4c89-b111-f749bc5dfc3a {
  display: none;
}
#s-ee14f1f1-2ba4-4c89-b111-f749bc5dfc3a, #wrap-s-ee14f1f1-2ba4-4c89-b111-f749bc5dfc3a { display:none !important; }}

  #s-ee14f1f1-2ba4-4c89-b111-f749bc5dfc3a-atc-btn-wrapper {
    text-align: left;
  }


#s-ee14f1f1-2ba4-4c89-b111-f749bc5dfc3a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ee14f1f1-2ba4-4c89-b111-f749bc5dfc3a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ee14f1f1-2ba4-4c89-b111-f749bc5dfc3a.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}

#s-ee14f1f1-2ba4-4c89-b111-f749bc5dfc3a.shg-btn.shg-product-atc-error {
  
  font-family: Lato;
  
  font-size: 30px;
  
}



#s-16f28595-abd8-4614-a864-9f5d37e5c294 {
  margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
max-width: 200px;
text-align: center;
}
@media (min-width: 1200px){#s-16f28595-abd8-4614-a864-9f5d37e5c294 {
  display: none;
}
#s-16f28595-abd8-4614-a864-9f5d37e5c294, #wrap-s-16f28595-abd8-4614-a864-9f5d37e5c294 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-16f28595-abd8-4614-a864-9f5d37e5c294 {
  display: none;
}
#s-16f28595-abd8-4614-a864-9f5d37e5c294, #wrap-s-16f28595-abd8-4614-a864-9f5d37e5c294 { display:none !important; }}@media (max-width: 767px){#s-16f28595-abd8-4614-a864-9f5d37e5c294 {
  display: none;
}
#s-16f28595-abd8-4614-a864-9f5d37e5c294, #wrap-s-16f28595-abd8-4614-a864-9f5d37e5c294 { display:none !important; }}



  #s-16f28595-abd8-4614-a864-9f5d37e5c294 img.shogun-image {
    
    width: px;
  }


#s-16f28595-abd8-4614-a864-9f5d37e5c294 .shogun-image-content {
  
    align-items: center;
  
}

#s-98640234-1774-4ba0-8ef4-4ac47878dc11 {
  margin-top: 0px;
margin-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-98640234-1774-4ba0-8ef4-4ac47878dc11 {
  display: none;
}
#s-98640234-1774-4ba0-8ef4-4ac47878dc11, #wrap-s-98640234-1774-4ba0-8ef4-4ac47878dc11 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-98640234-1774-4ba0-8ef4-4ac47878dc11 {
  display: none;
}
#s-98640234-1774-4ba0-8ef4-4ac47878dc11, #wrap-s-98640234-1774-4ba0-8ef4-4ac47878dc11 { display:none !important; }}@media (max-width: 767px){#s-98640234-1774-4ba0-8ef4-4ac47878dc11 {
  display: none;
}
#s-98640234-1774-4ba0-8ef4-4ac47878dc11, #wrap-s-98640234-1774-4ba0-8ef4-4ac47878dc11 { display:none !important; }}
#s-98640234-1774-4ba0-8ef4-4ac47878dc11 .shogun-countdown span, #s-98640234-1774-4ba0-8ef4-4ac47878dc11 .shogun-countdown label {
  color: rgba(37, 55, 70, 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: #000;
  text-transform: none;
  font-weight: normal;
  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-5a3b60a4-332e-4673-9927-d4aa30565c35 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5a3b60a4-332e-4673-9927-d4aa30565c35 .shogun-heading-component h1 {
  color: rgba(99, 96, 96, 1);
  
  
  
  font-size: 14px;
  
  
  text-align: center;
}



#s-310ac5bb-aa91-4870-bee9-95a7e6d41f3d {
  background-size: undefined undefined;
margin-top: -5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 6px;
max-width: 800px;
background-color: rgba(235, 129, 22, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-310ac5bb-aa91-4870-bee9-95a7e6d41f3d:hover {background-color: rgba(255, 153, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-310ac5bb-aa91-4870-bee9-95a7e6d41f3d:active {background-color: rgba(235, 129, 22, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 992px) and (max-width: 1199px){#s-310ac5bb-aa91-4870-bee9-95a7e6d41f3d {
  display: none;
}
#s-310ac5bb-aa91-4870-bee9-95a7e6d41f3d, #wrap-s-310ac5bb-aa91-4870-bee9-95a7e6d41f3d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-310ac5bb-aa91-4870-bee9-95a7e6d41f3d {
  margin-top: -50px;
display: none;
}
#s-310ac5bb-aa91-4870-bee9-95a7e6d41f3d, #wrap-s-310ac5bb-aa91-4870-bee9-95a7e6d41f3d { display:none !important; }}@media (max-width: 767px){#s-310ac5bb-aa91-4870-bee9-95a7e6d41f3d {
  display: none;
}
#s-310ac5bb-aa91-4870-bee9-95a7e6d41f3d, #wrap-s-310ac5bb-aa91-4870-bee9-95a7e6d41f3d { display:none !important; }}

  #s-310ac5bb-aa91-4870-bee9-95a7e6d41f3d-atc-btn-wrapper {
    text-align: left;
  }


#s-310ac5bb-aa91-4870-bee9-95a7e6d41f3d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-310ac5bb-aa91-4870-bee9-95a7e6d41f3d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-310ac5bb-aa91-4870-bee9-95a7e6d41f3d.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}

#s-310ac5bb-aa91-4870-bee9-95a7e6d41f3d.shg-btn.shg-product-atc-error {
  
  font-family: Lato;
  
  font-size: 30px;
  
}



#s-e3ab2703-8d49-4f02-a4ca-62a48917f5a7 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
max-width: 450px;
text-align: center;
}




  #s-e3ab2703-8d49-4f02-a4ca-62a48917f5a7 img.shogun-image {
    
    width: px;
  }


#s-e3ab2703-8d49-4f02-a4ca-62a48917f5a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-9c2c1b68-7f0e-4882-9b45-5242bb45414f {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
min-height: 0px;
max-width: 1200px;
}
@media (min-width: 1200px){#s-9c2c1b68-7f0e-4882-9b45-5242bb45414f {
  display: none;
}
#s-9c2c1b68-7f0e-4882-9b45-5242bb45414f, #wrap-s-9c2c1b68-7f0e-4882-9b45-5242bb45414f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9c2c1b68-7f0e-4882-9b45-5242bb45414f {
  display: none;
}
#s-9c2c1b68-7f0e-4882-9b45-5242bb45414f, #wrap-s-9c2c1b68-7f0e-4882-9b45-5242bb45414f { display:none !important; }}@media (max-width: 767px){#s-9c2c1b68-7f0e-4882-9b45-5242bb45414f {
  display: none;
}
#s-9c2c1b68-7f0e-4882-9b45-5242bb45414f, #wrap-s-9c2c1b68-7f0e-4882-9b45-5242bb45414f { display:none !important; }}







#s-9c2c1b68-7f0e-4882-9b45-5242bb45414f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c2c1b68-7f0e-4882-9b45-5242bb45414f.shg-box.shg-c {
  justify-content: center;
}

#s-e47a7940-7294-428b-8b1d-f608e45929c1 {
  min-height: 50px;
}








#s-e47a7940-7294-428b-8b1d-f608e45929c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e47a7940-7294-428b-8b1d-f608e45929c1.shg-box.shg-c {
  justify-content: center;
}

#s-b2c7117a-6388-44ce-8faf-3ebb34cce920 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-b2c7117a-6388-44ce-8faf-3ebb34cce920 {
  display: none;
}
#s-b2c7117a-6388-44ce-8faf-3ebb34cce920, #wrap-s-b2c7117a-6388-44ce-8faf-3ebb34cce920 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b2c7117a-6388-44ce-8faf-3ebb34cce920 {
  margin-left: 80px;
margin-right: 80px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b2c7117a-6388-44ce-8faf-3ebb34cce920 {
  display: none;
}
#s-b2c7117a-6388-44ce-8faf-3ebb34cce920, #wrap-s-b2c7117a-6388-44ce-8faf-3ebb34cce920 { display:none !important; }}@media (max-width: 767px){#s-b2c7117a-6388-44ce-8faf-3ebb34cce920 {
  display: none;
}
#s-b2c7117a-6388-44ce-8faf-3ebb34cce920, #wrap-s-b2c7117a-6388-44ce-8faf-3ebb34cce920 { display:none !important; }}
@media (min-width: 0px) {
[id="s-b2c7117a-6388-44ce-8faf-3ebb34cce920"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 42.5px);
}

}

@media (min-width: 768px) {
[id="s-b2c7117a-6388-44ce-8faf-3ebb34cce920"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 42.5px);
}

}

@media (min-width: 992px) {
[id="s-b2c7117a-6388-44ce-8faf-3ebb34cce920"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 42.5px);
}

}

@media (min-width: 1200px) {
[id="s-b2c7117a-6388-44ce-8faf-3ebb34cce920"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 42.5px);
}

}

#s-bf075ecf-1e00-4c9e-9fb8-00ae2c39c230 {
  margin-left: auto;
max-width: 500px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-bf075ecf-1e00-4c9e-9fb8-00ae2c39c230 {
  max-width: 500px;
}
}
#s-bf075ecf-1e00-4c9e-9fb8-00ae2c39c230 {
  display: none;
}
#s-3f52ef01-be1f-4a8f-a07a-e5295449c7aa {
  margin-top: 25px;
margin-bottom: 10px;
text-align: center;
}


.shg-c#s-3f52ef01-be1f-4a8f-a07a-e5295449c7aa {
  max-width: 100%;
}

.shg-c#s-3f52ef01-be1f-4a8f-a07a-e5295449c7aa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f52ef01-be1f-4a8f-a07a-e5295449c7aa .shg-image-zoom,
.shg-c#s-3f52ef01-be1f-4a8f-a07a-e5295449c7aa img.shogun-image {
  
  
}

.shg-c#s-3f52ef01-be1f-4a8f-a07a-e5295449c7aa .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-3f52ef01-be1f-4a8f-a07a-e5295449c7aa {
  max-width: 100%;
}

.shg-c#s-3f52ef01-be1f-4a8f-a07a-e5295449c7aa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f52ef01-be1f-4a8f-a07a-e5295449c7aa .shg-image-zoom,
.shg-c#s-3f52ef01-be1f-4a8f-a07a-e5295449c7aa img.shogun-image {
  
  
}

.shg-c#s-3f52ef01-be1f-4a8f-a07a-e5295449c7aa .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3f52ef01-be1f-4a8f-a07a-e5295449c7aa {
  max-width: 100%;
}

.shg-c#s-3f52ef01-be1f-4a8f-a07a-e5295449c7aa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f52ef01-be1f-4a8f-a07a-e5295449c7aa .shg-image-zoom,
.shg-c#s-3f52ef01-be1f-4a8f-a07a-e5295449c7aa img.shogun-image {
  
  
}

.shg-c#s-3f52ef01-be1f-4a8f-a07a-e5295449c7aa .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3f52ef01-be1f-4a8f-a07a-e5295449c7aa {
  max-width: 100%;
}

.shg-c#s-3f52ef01-be1f-4a8f-a07a-e5295449c7aa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f52ef01-be1f-4a8f-a07a-e5295449c7aa .shg-image-zoom,
.shg-c#s-3f52ef01-be1f-4a8f-a07a-e5295449c7aa img.shogun-image {
  
  
}

.shg-c#s-3f52ef01-be1f-4a8f-a07a-e5295449c7aa .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-3f52ef01-be1f-4a8f-a07a-e5295449c7aa {
  max-width: 100%;
}

.shg-c#s-3f52ef01-be1f-4a8f-a07a-e5295449c7aa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f52ef01-be1f-4a8f-a07a-e5295449c7aa .shg-image-zoom,
.shg-c#s-3f52ef01-be1f-4a8f-a07a-e5295449c7aa img.shogun-image {
  
  
}

.shg-c#s-3f52ef01-be1f-4a8f-a07a-e5295449c7aa .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-a96adf6d-65ad-482f-9fa5-3d36cbbeee79 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-a96adf6d-65ad-482f-9fa5-3d36cbbeee79 .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-a96adf6d-65ad-482f-9fa5-3d36cbbeee79 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-6e0f90f5-4163-44e7-a774-ca8ed362838f {
  display: none;
}
#s-a5ca4dc3-a2a7-49e4-922b-31083beff3d4 {
  margin-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-a5ca4dc3-a2a7-49e4-922b-31083beff3d4 {
  display: none;
}
#s-a5ca4dc3-a2a7-49e4-922b-31083beff3d4, #wrap-s-a5ca4dc3-a2a7-49e4-922b-31083beff3d4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a5ca4dc3-a2a7-49e4-922b-31083beff3d4 {
  margin-left: auto;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a5ca4dc3-a2a7-49e4-922b-31083beff3d4 {
  display: none;
}
#s-a5ca4dc3-a2a7-49e4-922b-31083beff3d4, #wrap-s-a5ca4dc3-a2a7-49e4-922b-31083beff3d4 { display:none !important; }}@media (max-width: 767px){#s-a5ca4dc3-a2a7-49e4-922b-31083beff3d4 {
  display: none;
}
#s-a5ca4dc3-a2a7-49e4-922b-31083beff3d4, #wrap-s-a5ca4dc3-a2a7-49e4-922b-31083beff3d4 { display:none !important; }}







#s-a5ca4dc3-a2a7-49e4-922b-31083beff3d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5ca4dc3-a2a7-49e4-922b-31083beff3d4.shg-box.shg-c {
  justify-content: center;
}

#s-68214c3c-dd8e-4881-a4ce-b27516d41e29 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-68214c3c-dd8e-4881-a4ce-b27516d41e29 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Merriweather;
  font-style:  normal ;
  font-size: 50px;
  
  
}

#s-fedad75f-f724-4fd0-88bc-f5250051a4e8 {
  margin-top: -25px;
margin-right: 30px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-fedad75f-f724-4fd0-88bc-f5250051a4e8 {
  margin-right: 30px;
}
}
#s-fedad75f-f724-4fd0-88bc-f5250051a4e8 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(81, 75, 75, 1);
}

@media (min-width: 1200px){#s-91e9e229-1cdc-469c-b2dc-3ed55755c837 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-91e9e229-1cdc-469c-b2dc-3ed55755c837 {
  display: none;
}
#s-91e9e229-1cdc-469c-b2dc-3ed55755c837, #wrap-s-91e9e229-1cdc-469c-b2dc-3ed55755c837 { display:none !important; }}@media (max-width: 767px){#s-91e9e229-1cdc-469c-b2dc-3ed55755c837 {
  display: none;
}
#s-91e9e229-1cdc-469c-b2dc-3ed55755c837, #wrap-s-91e9e229-1cdc-469c-b2dc-3ed55755c837 { display:none !important; }}
@media (min-width: 1200px){#s-49670ac3-034c-4412-a9a1-7c59e2c22a0b {
  display: none;
}
#s-49670ac3-034c-4412-a9a1-7c59e2c22a0b, #wrap-s-49670ac3-034c-4412-a9a1-7c59e2c22a0b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-49670ac3-034c-4412-a9a1-7c59e2c22a0b {
  display: none;
}
#s-49670ac3-034c-4412-a9a1-7c59e2c22a0b, #wrap-s-49670ac3-034c-4412-a9a1-7c59e2c22a0b { display:none !important; }}@media (max-width: 767px){#s-49670ac3-034c-4412-a9a1-7c59e2c22a0b {
  display: none;
}
#s-49670ac3-034c-4412-a9a1-7c59e2c22a0b, #wrap-s-49670ac3-034c-4412-a9a1-7c59e2c22a0b { display:none !important; }}
#s-d5e65009-4a9d-4ebc-9646-6eeed89744f3 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-ff0f9fef-c3ef-4cd8-87dc-a7038832c8ad {
  margin-bottom: 15px;
max-width: 250px;
text-align: left;
}

#s-ff0f9fef-c3ef-4cd8-87dc-a7038832c8ad .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-ff0f9fef-c3ef-4cd8-87dc-a7038832c8ad .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-ff0f9fef-c3ef-4cd8-87dc-a7038832c8ad .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-ff0f9fef-c3ef-4cd8-87dc-a7038832c8ad .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 5px;
}

#s-ff0f9fef-c3ef-4cd8-87dc-a7038832c8ad .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-ff0f9fef-c3ef-4cd8-87dc-a7038832c8ad .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-ff0f9fef-c3ef-4cd8-87dc-a7038832c8ad .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-ff0f9fef-c3ef-4cd8-87dc-a7038832c8ad .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 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-ff0f9fef-c3ef-4cd8-87dc-a7038832c8ad .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-ff0f9fef-c3ef-4cd8-87dc-a7038832c8ad .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-ff0f9fef-c3ef-4cd8-87dc-a7038832c8ad .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-ff0f9fef-c3ef-4cd8-87dc-a7038832c8ad .shg-product-selector-wrapper label {
    
    
    
    font-style:  normal ;
    
  }

  
    #s-ff0f9fef-c3ef-4cd8-87dc-a7038832c8ad .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      
    }
  




  #s-ff0f9fef-c3ef-4cd8-87dc-a7038832c8ad-btn-wrapper {
    text-align: center;
  }


#s-ff0f9fef-c3ef-4cd8-87dc-a7038832c8ad .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-ff0f9fef-c3ef-4cd8-87dc-a7038832c8ad .shg-variant-btn:hover {
  background: #252525;
}

#s-ff0f9fef-c3ef-4cd8-87dc-a7038832c8ad .shg-variant-btn:active, #s-ff0f9fef-c3ef-4cd8-87dc-a7038832c8ad .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-ff0f9fef-c3ef-4cd8-87dc-a7038832c8ad .shg-variant-btn.disabled {
  background: #252525;
}

#s-5c932c8b-ee7b-4098-a9aa-32bea541f7c0 {
  background-size: undefined undefined;
margin-top: -5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 6px;
max-width: 800px;
background-color: rgba(235, 129, 22, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-5c932c8b-ee7b-4098-a9aa-32bea541f7c0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5c932c8b-ee7b-4098-a9aa-32bea541f7c0:active {background-color: rgba(235, 129, 22, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 992px) and (max-width: 1199px){#s-5c932c8b-ee7b-4098-a9aa-32bea541f7c0 {
  display: none;
}
#s-5c932c8b-ee7b-4098-a9aa-32bea541f7c0, #wrap-s-5c932c8b-ee7b-4098-a9aa-32bea541f7c0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5c932c8b-ee7b-4098-a9aa-32bea541f7c0 {
  margin-top: -50px;
display: none;
}
#s-5c932c8b-ee7b-4098-a9aa-32bea541f7c0, #wrap-s-5c932c8b-ee7b-4098-a9aa-32bea541f7c0 { display:none !important; }}@media (max-width: 767px){#s-5c932c8b-ee7b-4098-a9aa-32bea541f7c0 {
  display: none;
}
#s-5c932c8b-ee7b-4098-a9aa-32bea541f7c0, #wrap-s-5c932c8b-ee7b-4098-a9aa-32bea541f7c0 { display:none !important; }}

  #s-5c932c8b-ee7b-4098-a9aa-32bea541f7c0-atc-btn-wrapper {
    text-align: left;
  }


#s-5c932c8b-ee7b-4098-a9aa-32bea541f7c0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5c932c8b-ee7b-4098-a9aa-32bea541f7c0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5c932c8b-ee7b-4098-a9aa-32bea541f7c0.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}

#s-5c932c8b-ee7b-4098-a9aa-32bea541f7c0.shg-btn.shg-product-atc-error {
  
  font-family: Lato;
  
  font-size: 30px;
  
}



#s-03f98d2b-911a-4a00-88ac-2959c97078b9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-03f98d2b-911a-4a00-88ac-2959c97078b9 {
  display: none;
}
#s-03f98d2b-911a-4a00-88ac-2959c97078b9, #wrap-s-03f98d2b-911a-4a00-88ac-2959c97078b9 { display:none !important; }}
#s-03f98d2b-911a-4a00-88ac-2959c97078b9 .shogun-heading-component h1 {
  color: rgba(99, 96, 96, 1);
  
  
  
  font-size: 14px;
  
  
  text-align: center;
}



#s-14f8d4c7-dd1c-4ce6-9b21-d960a609d19f {
  background-size: undefined undefined;
margin-top: -5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 6px;
max-width: 800px;
background-color: rgba(235, 129, 22, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-14f8d4c7-dd1c-4ce6-9b21-d960a609d19f:hover {background-color: rgba(255, 153, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-14f8d4c7-dd1c-4ce6-9b21-d960a609d19f:active {background-color: rgba(235, 129, 22, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-14f8d4c7-dd1c-4ce6-9b21-d960a609d19f {
  display: none;
}
#s-14f8d4c7-dd1c-4ce6-9b21-d960a609d19f, #wrap-s-14f8d4c7-dd1c-4ce6-9b21-d960a609d19f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-14f8d4c7-dd1c-4ce6-9b21-d960a609d19f {
  margin-top: -50px;
display: none;
}
#s-14f8d4c7-dd1c-4ce6-9b21-d960a609d19f, #wrap-s-14f8d4c7-dd1c-4ce6-9b21-d960a609d19f { display:none !important; }}@media (max-width: 767px){#s-14f8d4c7-dd1c-4ce6-9b21-d960a609d19f {
  display: none;
}
#s-14f8d4c7-dd1c-4ce6-9b21-d960a609d19f, #wrap-s-14f8d4c7-dd1c-4ce6-9b21-d960a609d19f { display:none !important; }}

  #s-14f8d4c7-dd1c-4ce6-9b21-d960a609d19f-atc-btn-wrapper {
    text-align: left;
  }


#s-14f8d4c7-dd1c-4ce6-9b21-d960a609d19f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-14f8d4c7-dd1c-4ce6-9b21-d960a609d19f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-14f8d4c7-dd1c-4ce6-9b21-d960a609d19f.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}

#s-14f8d4c7-dd1c-4ce6-9b21-d960a609d19f.shg-btn.shg-product-atc-error {
  
  font-family: Lato;
  
  font-size: 30px;
  
}



#s-8a9fe625-e382-42bc-bf21-07454c8bcc3c {
  margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
max-width: 200px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-8a9fe625-e382-42bc-bf21-07454c8bcc3c {
  display: none;
}
#s-8a9fe625-e382-42bc-bf21-07454c8bcc3c, #wrap-s-8a9fe625-e382-42bc-bf21-07454c8bcc3c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8a9fe625-e382-42bc-bf21-07454c8bcc3c {
  display: none;
}
#s-8a9fe625-e382-42bc-bf21-07454c8bcc3c, #wrap-s-8a9fe625-e382-42bc-bf21-07454c8bcc3c { display:none !important; }}@media (max-width: 767px){#s-8a9fe625-e382-42bc-bf21-07454c8bcc3c {
  display: none;
}
#s-8a9fe625-e382-42bc-bf21-07454c8bcc3c, #wrap-s-8a9fe625-e382-42bc-bf21-07454c8bcc3c { display:none !important; }}



  #s-8a9fe625-e382-42bc-bf21-07454c8bcc3c img.shogun-image {
    
    width: px;
  }


#s-8a9fe625-e382-42bc-bf21-07454c8bcc3c .shogun-image-content {
  
    align-items: center;
  
}

#s-a0c44bd5-f925-4d72-b4f9-6b0dbe610d34 {
  margin-top: 0px;
margin-bottom: 10px;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-a0c44bd5-f925-4d72-b4f9-6b0dbe610d34 {
  display: none;
}
#s-a0c44bd5-f925-4d72-b4f9-6b0dbe610d34, #wrap-s-a0c44bd5-f925-4d72-b4f9-6b0dbe610d34 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a0c44bd5-f925-4d72-b4f9-6b0dbe610d34 {
  display: none;
}
#s-a0c44bd5-f925-4d72-b4f9-6b0dbe610d34, #wrap-s-a0c44bd5-f925-4d72-b4f9-6b0dbe610d34 { display:none !important; }}@media (max-width: 767px){#s-a0c44bd5-f925-4d72-b4f9-6b0dbe610d34 {
  display: none;
}
#s-a0c44bd5-f925-4d72-b4f9-6b0dbe610d34, #wrap-s-a0c44bd5-f925-4d72-b4f9-6b0dbe610d34 { display:none !important; }}
#s-a0c44bd5-f925-4d72-b4f9-6b0dbe610d34 .shogun-countdown span, #s-a0c44bd5-f925-4d72-b4f9-6b0dbe610d34 .shogun-countdown label {
  color: rgba(37, 55, 70, 1);
}
#s-97c73978-fd62-49b5-be93-0eacca5cd9f6 {
  margin-left: auto;
margin-right: auto;
max-width: 450px;
text-align: center;
}
@media (min-width: 1200px){#s-97c73978-fd62-49b5-be93-0eacca5cd9f6 {
  display: none;
}
#s-97c73978-fd62-49b5-be93-0eacca5cd9f6, #wrap-s-97c73978-fd62-49b5-be93-0eacca5cd9f6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-97c73978-fd62-49b5-be93-0eacca5cd9f6 {
  display: none;
}
#s-97c73978-fd62-49b5-be93-0eacca5cd9f6, #wrap-s-97c73978-fd62-49b5-be93-0eacca5cd9f6 { display:none !important; }}@media (max-width: 767px){#s-97c73978-fd62-49b5-be93-0eacca5cd9f6 {
  max-width: 250px;
}
}



  #s-97c73978-fd62-49b5-be93-0eacca5cd9f6 img.shogun-image {
    
    width: px;
  }


#s-97c73978-fd62-49b5-be93-0eacca5cd9f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-55cc2fa9-2f3a-45b4-af15-5c3f30ce6d44 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 1200px){#s-55cc2fa9-2f3a-45b4-af15-5c3f30ce6d44 {
  display: none;
}
#s-55cc2fa9-2f3a-45b4-af15-5c3f30ce6d44, #wrap-s-55cc2fa9-2f3a-45b4-af15-5c3f30ce6d44 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-55cc2fa9-2f3a-45b4-af15-5c3f30ce6d44 {
  display: none;
}
#s-55cc2fa9-2f3a-45b4-af15-5c3f30ce6d44, #wrap-s-55cc2fa9-2f3a-45b4-af15-5c3f30ce6d44 { display:none !important; }}@media (max-width: 767px){#s-55cc2fa9-2f3a-45b4-af15-5c3f30ce6d44 {
  display: none;
}
#s-55cc2fa9-2f3a-45b4-af15-5c3f30ce6d44, #wrap-s-55cc2fa9-2f3a-45b4-af15-5c3f30ce6d44 { display:none !important; }}







#s-55cc2fa9-2f3a-45b4-af15-5c3f30ce6d44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55cc2fa9-2f3a-45b4-af15-5c3f30ce6d44.shg-box.shg-c {
  justify-content: center;
}

#s-96af22d8-87f7-4d53-b221-67c5b3edd7a6 {
  margin-left: 50px;
margin-bottom: -15px;
margin-right: 50px;
}

#s-96af22d8-87f7-4d53-b221-67c5b3edd7a6 hr {
  border: 0;
  width: 100%;
  border-top: 3px solid rgba(0, 0, 0, 1);
}

#s-edc4640a-cf19-4988-acdc-fcc31a0e1d56 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-edc4640a-cf19-4988-acdc-fcc31a0e1d56 {
  display: none;
}
#s-edc4640a-cf19-4988-acdc-fcc31a0e1d56, #wrap-s-edc4640a-cf19-4988-acdc-fcc31a0e1d56 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-edc4640a-cf19-4988-acdc-fcc31a0e1d56 {
  display: none;
}
#s-edc4640a-cf19-4988-acdc-fcc31a0e1d56, #wrap-s-edc4640a-cf19-4988-acdc-fcc31a0e1d56 { display:none !important; }}@media (max-width: 767px){#s-edc4640a-cf19-4988-acdc-fcc31a0e1d56 {
  margin-left: -15px;
margin-right: -15px;
}
}
#s-edc4640a-cf19-4988-acdc-fcc31a0e1d56 .shogun-heading-component h1 {
  color: rgba(33, 35, 34, 1);
  font-weight:  normal ;
  font-family: "Merriweather";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.5em;
  
  text-align: center;
}



#s-0427beee-7097-4aaf-bf90-5cef62889c0f {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 300px;
}
@media (min-width: 1200px){#s-0427beee-7097-4aaf-bf90-5cef62889c0f {
  display: none;
}
#s-0427beee-7097-4aaf-bf90-5cef62889c0f, #wrap-s-0427beee-7097-4aaf-bf90-5cef62889c0f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0427beee-7097-4aaf-bf90-5cef62889c0f {
  display: none;
}
#s-0427beee-7097-4aaf-bf90-5cef62889c0f, #wrap-s-0427beee-7097-4aaf-bf90-5cef62889c0f { display:none !important; }}@media (max-width: 767px){#s-0427beee-7097-4aaf-bf90-5cef62889c0f {
  
}
}
@media (min-width: 0px) {
[id="s-0427beee-7097-4aaf-bf90-5cef62889c0f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0427beee-7097-4aaf-bf90-5cef62889c0f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0427beee-7097-4aaf-bf90-5cef62889c0f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0427beee-7097-4aaf-bf90-5cef62889c0f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0427beee-7097-4aaf-bf90-5cef62889c0f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0427beee-7097-4aaf-bf90-5cef62889c0f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0427beee-7097-4aaf-bf90-5cef62889c0f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-b6eafcbf-a515-4a28-9872-35e5f0604a07 {
  margin-left: auto;
max-width: 60px;
text-align: center;
}




  #s-b6eafcbf-a515-4a28-9872-35e5f0604a07 img.shogun-image {
    
    width: px;
  }


#s-b6eafcbf-a515-4a28-9872-35e5f0604a07 .shogun-image-content {
  
    align-items: center;
  
}

#s-4a42acb9-1adb-4c80-8dbc-f4a043ea804f {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

#s-34dbb790-7f76-4fbb-93e0-3afd947efe06 {
  margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
max-width: 300px;
}
@media (min-width: 1200px){#s-34dbb790-7f76-4fbb-93e0-3afd947efe06 {
  display: none;
}
#s-34dbb790-7f76-4fbb-93e0-3afd947efe06, #wrap-s-34dbb790-7f76-4fbb-93e0-3afd947efe06 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-34dbb790-7f76-4fbb-93e0-3afd947efe06 {
  display: none;
}
#s-34dbb790-7f76-4fbb-93e0-3afd947efe06, #wrap-s-34dbb790-7f76-4fbb-93e0-3afd947efe06 { display:none !important; }}@media (max-width: 767px){#s-34dbb790-7f76-4fbb-93e0-3afd947efe06 {
  
}
}
@media (min-width: 0px) {
[id="s-34dbb790-7f76-4fbb-93e0-3afd947efe06"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-34dbb790-7f76-4fbb-93e0-3afd947efe06"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-34dbb790-7f76-4fbb-93e0-3afd947efe06"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-34dbb790-7f76-4fbb-93e0-3afd947efe06"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-34dbb790-7f76-4fbb-93e0-3afd947efe06"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-34dbb790-7f76-4fbb-93e0-3afd947efe06"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-34dbb790-7f76-4fbb-93e0-3afd947efe06"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-c1a3c931-a10e-4677-8b48-644a055a73fa {
  margin-left: auto;
max-width: 60px;
text-align: right;
}




  #s-c1a3c931-a10e-4677-8b48-644a055a73fa img.shogun-image {
    
    width: px;
  }


#s-c1a3c931-a10e-4677-8b48-644a055a73fa .shogun-image-content {
  
    align-items: center;
  
}

#s-628d8359-661b-4646-8ce2-428e1777a084 {
  margin-top: 20px;
}

#s-7e1558a2-b17a-4c44-bd9f-ca157d58de37 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
}
@media (min-width: 1200px){#s-7e1558a2-b17a-4c44-bd9f-ca157d58de37 {
  display: none;
}
#s-7e1558a2-b17a-4c44-bd9f-ca157d58de37, #wrap-s-7e1558a2-b17a-4c44-bd9f-ca157d58de37 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7e1558a2-b17a-4c44-bd9f-ca157d58de37 {
  display: none;
}
#s-7e1558a2-b17a-4c44-bd9f-ca157d58de37, #wrap-s-7e1558a2-b17a-4c44-bd9f-ca157d58de37 { display:none !important; }}@media (max-width: 767px){#s-7e1558a2-b17a-4c44-bd9f-ca157d58de37 {
  
}
}
@media (min-width: 0px) {
[id="s-7e1558a2-b17a-4c44-bd9f-ca157d58de37"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e1558a2-b17a-4c44-bd9f-ca157d58de37"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7e1558a2-b17a-4c44-bd9f-ca157d58de37"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7e1558a2-b17a-4c44-bd9f-ca157d58de37"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7e1558a2-b17a-4c44-bd9f-ca157d58de37"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e1558a2-b17a-4c44-bd9f-ca157d58de37"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7e1558a2-b17a-4c44-bd9f-ca157d58de37"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-e6a5029a-d69b-41a6-8e26-17cf5368d477 {
  margin-left: auto;
max-width: 60px;
text-align: center;
}




  #s-e6a5029a-d69b-41a6-8e26-17cf5368d477 img.shogun-image {
    
    width: px;
  }


#s-e6a5029a-d69b-41a6-8e26-17cf5368d477 .shogun-image-content {
  
    align-items: center;
  
}

#s-8771c61b-b055-4fd2-8562-537b7cfb0dd7 {
  margin-top: 10px;
}

#s-4f6ce6d3-1a98-47e3-9675-88b82b69af65 {
  margin-top: -15px;
margin-left: 50px;
margin-right: 50px;
}

#s-4f6ce6d3-1a98-47e3-9675-88b82b69af65 hr {
  border: 0;
  width: 100%;
  border-top: 3px solid rgba(33, 35, 34, 1);
}

#s-c5db40fb-c7d1-408b-9adb-cbeee351cf3a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c5db40fb-c7d1-408b-9adb-cbeee351cf3a {
  display: none;
}
#s-c5db40fb-c7d1-408b-9adb-cbeee351cf3a, #wrap-s-c5db40fb-c7d1-408b-9adb-cbeee351cf3a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c5db40fb-c7d1-408b-9adb-cbeee351cf3a {
  display: none;
}
#s-c5db40fb-c7d1-408b-9adb-cbeee351cf3a, #wrap-s-c5db40fb-c7d1-408b-9adb-cbeee351cf3a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c5db40fb-c7d1-408b-9adb-cbeee351cf3a {
  display: none;
}
#s-c5db40fb-c7d1-408b-9adb-cbeee351cf3a, #wrap-s-c5db40fb-c7d1-408b-9adb-cbeee351cf3a { display:none !important; }}@media (max-width: 767px){#s-c5db40fb-c7d1-408b-9adb-cbeee351cf3a {
  margin-left: auto;
margin-right: auto;
}
}







#s-c5db40fb-c7d1-408b-9adb-cbeee351cf3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5db40fb-c7d1-408b-9adb-cbeee351cf3a.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-7011bd90-6cb0-4338-bd69-a51c4db47047 {
  display: none;
}
#s-7011bd90-6cb0-4338-bd69-a51c4db47047, #wrap-s-7011bd90-6cb0-4338-bd69-a51c4db47047 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7011bd90-6cb0-4338-bd69-a51c4db47047 {
  display: none;
}
#s-7011bd90-6cb0-4338-bd69-a51c4db47047, #wrap-s-7011bd90-6cb0-4338-bd69-a51c4db47047 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7011bd90-6cb0-4338-bd69-a51c4db47047 {
  display: none;
}
#s-7011bd90-6cb0-4338-bd69-a51c4db47047, #wrap-s-7011bd90-6cb0-4338-bd69-a51c4db47047 { display:none !important; }}
#s-7011bd90-6cb0-4338-bd69-a51c4db47047 hr {
  border: 0;
  width: 100%;
  border-top: 3px solid rgba(0, 0, 0, 1);
}

#s-9d670715-b990-4769-9e90-70d82bc45158 {
  margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9d670715-b990-4769-9e90-70d82bc45158 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Merriweather";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: center;
}



#s-36740bae-e7c8-4f3a-82da-6137e0817288 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 250px;
}
@media (min-width: 1200px){#s-36740bae-e7c8-4f3a-82da-6137e0817288 {
  display: none;
}
#s-36740bae-e7c8-4f3a-82da-6137e0817288, #wrap-s-36740bae-e7c8-4f3a-82da-6137e0817288 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-36740bae-e7c8-4f3a-82da-6137e0817288 {
  display: none;
}
#s-36740bae-e7c8-4f3a-82da-6137e0817288, #wrap-s-36740bae-e7c8-4f3a-82da-6137e0817288 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-36740bae-e7c8-4f3a-82da-6137e0817288 {
  display: none;
}
#s-36740bae-e7c8-4f3a-82da-6137e0817288, #wrap-s-36740bae-e7c8-4f3a-82da-6137e0817288 { display:none !important; }}







#s-36740bae-e7c8-4f3a-82da-6137e0817288 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36740bae-e7c8-4f3a-82da-6137e0817288.shg-box.shg-c {
  justify-content: center;
}

#s-8c7a658f-a12e-4dfb-8b9d-44855c66ad22 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
}
@media (min-width: 1200px){#s-8c7a658f-a12e-4dfb-8b9d-44855c66ad22 {
  display: none;
}
#s-8c7a658f-a12e-4dfb-8b9d-44855c66ad22, #wrap-s-8c7a658f-a12e-4dfb-8b9d-44855c66ad22 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8c7a658f-a12e-4dfb-8b9d-44855c66ad22 {
  display: none;
}
#s-8c7a658f-a12e-4dfb-8b9d-44855c66ad22, #wrap-s-8c7a658f-a12e-4dfb-8b9d-44855c66ad22 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8c7a658f-a12e-4dfb-8b9d-44855c66ad22 {
  display: none;
}
#s-8c7a658f-a12e-4dfb-8b9d-44855c66ad22, #wrap-s-8c7a658f-a12e-4dfb-8b9d-44855c66ad22 { display:none !important; }}
@media (min-width: 0px) {
[id="s-8c7a658f-a12e-4dfb-8b9d-44855c66ad22"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-8c7a658f-a12e-4dfb-8b9d-44855c66ad22"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-8c7a658f-a12e-4dfb-8b9d-44855c66ad22"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c7a658f-a12e-4dfb-8b9d-44855c66ad22"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

}

#s-90ba1f9b-3104-4148-9802-74e98d07cf81 {
  margin-left: 15px;
max-width: 60px;
text-align: center;
}




  #s-90ba1f9b-3104-4148-9802-74e98d07cf81 img.shogun-image {
    
    width: px;
  }


#s-90ba1f9b-3104-4148-9802-74e98d07cf81 .shogun-image-content {
  
    align-items: center;
  
}

#s-de286cd9-1f01-4f2c-81d4-ea4f1de4b7a1 {
  margin-left: -35px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-de286cd9-1f01-4f2c-81d4-ea4f1de4b7a1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  
  font-size: 14px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-b2e7d366-4e59-4be2-add7-2afdeec686d7 {
  margin-bottom: 15px;
}
@media (min-width: 1200px){#s-b2e7d366-4e59-4be2-add7-2afdeec686d7 {
  display: none;
}
#s-b2e7d366-4e59-4be2-add7-2afdeec686d7, #wrap-s-b2e7d366-4e59-4be2-add7-2afdeec686d7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b2e7d366-4e59-4be2-add7-2afdeec686d7 {
  display: none;
}
#s-b2e7d366-4e59-4be2-add7-2afdeec686d7, #wrap-s-b2e7d366-4e59-4be2-add7-2afdeec686d7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b2e7d366-4e59-4be2-add7-2afdeec686d7 {
  display: none;
}
#s-b2e7d366-4e59-4be2-add7-2afdeec686d7, #wrap-s-b2e7d366-4e59-4be2-add7-2afdeec686d7 { display:none !important; }}
@media (min-width: 0px) {
[id="s-b2e7d366-4e59-4be2-add7-2afdeec686d7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-b2e7d366-4e59-4be2-add7-2afdeec686d7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-b2e7d366-4e59-4be2-add7-2afdeec686d7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2e7d366-4e59-4be2-add7-2afdeec686d7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

}

#s-c5b600c1-fe70-4cb9-97c1-0d527f25b5df {
  margin-left: 15px;
max-width: 60px;
text-align: center;
}




  #s-c5b600c1-fe70-4cb9-97c1-0d527f25b5df img.shogun-image {
    
    width: px;
  }


#s-c5b600c1-fe70-4cb9-97c1-0d527f25b5df .shogun-image-content {
  
    align-items: center;
  
}

#s-74b5ac9d-5170-430e-ab80-ca61abf8dcef {
  margin-top: 10px;
margin-left: -35px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-74b5ac9d-5170-430e-ab80-ca61abf8dcef .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  
  font-size: 14px;
  
  
  text-align: left;
}



#s-4a25dcbb-70b7-4ac8-8551-5c365666d02b {
  margin-top: 25px;
}
@media (min-width: 1200px){#s-4a25dcbb-70b7-4ac8-8551-5c365666d02b {
  display: none;
}
#s-4a25dcbb-70b7-4ac8-8551-5c365666d02b, #wrap-s-4a25dcbb-70b7-4ac8-8551-5c365666d02b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4a25dcbb-70b7-4ac8-8551-5c365666d02b {
  display: none;
}
#s-4a25dcbb-70b7-4ac8-8551-5c365666d02b, #wrap-s-4a25dcbb-70b7-4ac8-8551-5c365666d02b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4a25dcbb-70b7-4ac8-8551-5c365666d02b {
  display: none;
}
#s-4a25dcbb-70b7-4ac8-8551-5c365666d02b, #wrap-s-4a25dcbb-70b7-4ac8-8551-5c365666d02b { display:none !important; }}
@media (min-width: 0px) {
[id="s-4a25dcbb-70b7-4ac8-8551-5c365666d02b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-4a25dcbb-70b7-4ac8-8551-5c365666d02b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-4a25dcbb-70b7-4ac8-8551-5c365666d02b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a25dcbb-70b7-4ac8-8551-5c365666d02b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

}

#s-1c36393a-baae-4d36-88ee-964aadefb041 {
  margin-left: 15px;
max-width: 60px;
text-align: right;
}




  #s-1c36393a-baae-4d36-88ee-964aadefb041 img.shogun-image {
    
    width: px;
  }


#s-1c36393a-baae-4d36-88ee-964aadefb041 .shogun-image-content {
  
    align-items: center;
  
}

#s-a16f10cd-be38-4adf-8f33-35db611bb9aa {
  margin-top: 10px;
margin-left: -35px;
text-align: left;
}

#s-a16f10cd-be38-4adf-8f33-35db611bb9aa .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  
  font-size: 14px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-532fe3e5-a8e6-41c8-82d1-09342f9dd1a6 {
  margin-top: 15px;
}
@media (min-width: 1200px){#s-532fe3e5-a8e6-41c8-82d1-09342f9dd1a6 {
  display: none;
}
#s-532fe3e5-a8e6-41c8-82d1-09342f9dd1a6, #wrap-s-532fe3e5-a8e6-41c8-82d1-09342f9dd1a6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-532fe3e5-a8e6-41c8-82d1-09342f9dd1a6 {
  display: none;
}
#s-532fe3e5-a8e6-41c8-82d1-09342f9dd1a6, #wrap-s-532fe3e5-a8e6-41c8-82d1-09342f9dd1a6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-532fe3e5-a8e6-41c8-82d1-09342f9dd1a6 {
  display: none;
}
#s-532fe3e5-a8e6-41c8-82d1-09342f9dd1a6, #wrap-s-532fe3e5-a8e6-41c8-82d1-09342f9dd1a6 { display:none !important; }}
#s-532fe3e5-a8e6-41c8-82d1-09342f9dd1a6 hr {
  border: 0;
  width: 100%;
  border-top: 3px solid rgba(0, 0, 0, 1);
}

#s-32cfddba-fbc2-49fa-abb0-f3c07499fcf5 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-32cfddba-fbc2-49fa-abb0-f3c07499fcf5 {
  display: none;
}
#s-32cfddba-fbc2-49fa-abb0-f3c07499fcf5, #wrap-s-32cfddba-fbc2-49fa-abb0-f3c07499fcf5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-32cfddba-fbc2-49fa-abb0-f3c07499fcf5 {
  display: none;
}
#s-32cfddba-fbc2-49fa-abb0-f3c07499fcf5, #wrap-s-32cfddba-fbc2-49fa-abb0-f3c07499fcf5 { display:none !important; }}







#s-32cfddba-fbc2-49fa-abb0-f3c07499fcf5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32cfddba-fbc2-49fa-abb0-f3c07499fcf5.shg-box.shg-c {
  justify-content: center;
}

#s-605f42a3-60e7-47c8-b190-e5a5e3c84470 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-605f42a3-60e7-47c8-b190-e5a5e3c84470 .shogun-heading-component h1 {
  color: rgba(33, 35, 34, 1);
  font-weight:  700 ;
  font-family: "Merriweather";
  
  font-size: 36px;
  line-height: 1.5em;
  
  text-align: center;
}



#s-f9f2d317-6601-4d44-a4d1-b8bb17fe88e5 {
  margin-left: auto;
margin-right: auto;
max-width: 450px;
text-align: center;
}
@media (min-width: 1200px){#s-f9f2d317-6601-4d44-a4d1-b8bb17fe88e5 {
  display: none;
}
#s-f9f2d317-6601-4d44-a4d1-b8bb17fe88e5, #wrap-s-f9f2d317-6601-4d44-a4d1-b8bb17fe88e5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f9f2d317-6601-4d44-a4d1-b8bb17fe88e5 {
  display: none;
}
#s-f9f2d317-6601-4d44-a4d1-b8bb17fe88e5, #wrap-s-f9f2d317-6601-4d44-a4d1-b8bb17fe88e5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f9f2d317-6601-4d44-a4d1-b8bb17fe88e5 {
  display: none;
}
#s-f9f2d317-6601-4d44-a4d1-b8bb17fe88e5, #wrap-s-f9f2d317-6601-4d44-a4d1-b8bb17fe88e5 { display:none !important; }}



  #s-f9f2d317-6601-4d44-a4d1-b8bb17fe88e5 img.shogun-image {
    
    width: px;
  }


#s-f9f2d317-6601-4d44-a4d1-b8bb17fe88e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-adff8432-bb3e-40bc-a8d4-7121422b4428 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 450px;
text-align: right;
}
@media (min-width: 1200px){#s-adff8432-bb3e-40bc-a8d4-7121422b4428 {
  display: none;
}
#s-adff8432-bb3e-40bc-a8d4-7121422b4428, #wrap-s-adff8432-bb3e-40bc-a8d4-7121422b4428 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-adff8432-bb3e-40bc-a8d4-7121422b4428 {
  display: none;
}
#s-adff8432-bb3e-40bc-a8d4-7121422b4428, #wrap-s-adff8432-bb3e-40bc-a8d4-7121422b4428 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-adff8432-bb3e-40bc-a8d4-7121422b4428 {
  display: none;
}
#s-adff8432-bb3e-40bc-a8d4-7121422b4428, #wrap-s-adff8432-bb3e-40bc-a8d4-7121422b4428 { display:none !important; }}



  #s-adff8432-bb3e-40bc-a8d4-7121422b4428 img.shogun-image {
    
    width: px;
  }


#s-adff8432-bb3e-40bc-a8d4-7121422b4428 .shogun-image-content {
  
    align-items: center;
  
}

#s-091fed1d-d577-4c64-9658-61b1c6780023 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 750px;
}
@media (min-width: 768px) and (max-width: 991px){#s-091fed1d-d577-4c64-9658-61b1c6780023 {
  display: none;
}
#s-091fed1d-d577-4c64-9658-61b1c6780023, #wrap-s-091fed1d-d577-4c64-9658-61b1c6780023 { display:none !important; }}
#s-0f067845-d954-4c54-8b7f-22e35fb166b5 {
  margin-top: -42px;
}
@media (min-width: 1200px){#s-0f067845-d954-4c54-8b7f-22e35fb166b5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0f067845-d954-4c54-8b7f-22e35fb166b5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0f067845-d954-4c54-8b7f-22e35fb166b5 {
  
}
}@media (max-width: 767px){#s-0f067845-d954-4c54-8b7f-22e35fb166b5 {
  
}
}
#s-f28337a0-b87b-4a42-8808-c33ac9571a4b {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-f28337a0-b87b-4a42-8808-c33ac9571a4b {
  display: none;
}
#s-f28337a0-b87b-4a42-8808-c33ac9571a4b, #wrap-s-f28337a0-b87b-4a42-8808-c33ac9571a4b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f28337a0-b87b-4a42-8808-c33ac9571a4b {
  display: none;
}
#s-f28337a0-b87b-4a42-8808-c33ac9571a4b, #wrap-s-f28337a0-b87b-4a42-8808-c33ac9571a4b { display:none !important; }}@media (max-width: 767px){#s-f28337a0-b87b-4a42-8808-c33ac9571a4b {
  margin-left: auto;
margin-right: auto;
}
}







#s-f28337a0-b87b-4a42-8808-c33ac9571a4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f28337a0-b87b-4a42-8808-c33ac9571a4b.shg-box.shg-c {
  justify-content: center;
}

#s-68b91535-6031-4ae6-8325-5d4843f20ba2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-68b91535-6031-4ae6-8325-5d4843f20ba2 {
  display: none;
}
#s-68b91535-6031-4ae6-8325-5d4843f20ba2, #wrap-s-68b91535-6031-4ae6-8325-5d4843f20ba2 { display:none !important; }}@media (max-width: 767px){#s-68b91535-6031-4ae6-8325-5d4843f20ba2 {
  display: none;
}
#s-68b91535-6031-4ae6-8325-5d4843f20ba2, #wrap-s-68b91535-6031-4ae6-8325-5d4843f20ba2 { display:none !important; }}







#s-68b91535-6031-4ae6-8325-5d4843f20ba2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68b91535-6031-4ae6-8325-5d4843f20ba2.shg-box.shg-c {
  justify-content: center;
}

#s-e9b258f4-2a17-413f-8b22-33b6297c1704 {
  margin-bottom: -25px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e9b258f4-2a17-413f-8b22-33b6297c1704 {
  display: none;
}
#s-e9b258f4-2a17-413f-8b22-33b6297c1704, #wrap-s-e9b258f4-2a17-413f-8b22-33b6297c1704 { display:none !important; }}@media (max-width: 767px){#s-e9b258f4-2a17-413f-8b22-33b6297c1704 {
  display: none;
}
#s-e9b258f4-2a17-413f-8b22-33b6297c1704, #wrap-s-e9b258f4-2a17-413f-8b22-33b6297c1704 { display:none !important; }}
#s-e9b258f4-2a17-413f-8b22-33b6297c1704 hr {
  border: 0;
  width: 100%;
  border-top: 3px solid rgba(14, 7, 7, 1);
}

#s-a7d5dbdf-c966-4fa3-ac74-e63822564cb3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a7d5dbdf-c966-4fa3-ac74-e63822564cb3 {
  display: none;
}
#s-a7d5dbdf-c966-4fa3-ac74-e63822564cb3, #wrap-s-a7d5dbdf-c966-4fa3-ac74-e63822564cb3 { display:none !important; }}@media (max-width: 767px){#s-a7d5dbdf-c966-4fa3-ac74-e63822564cb3 {
  display: none;
}
#s-a7d5dbdf-c966-4fa3-ac74-e63822564cb3, #wrap-s-a7d5dbdf-c966-4fa3-ac74-e63822564cb3 { display:none !important; }}







#s-a7d5dbdf-c966-4fa3-ac74-e63822564cb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7d5dbdf-c966-4fa3-ac74-e63822564cb3.shg-box.shg-c {
  justify-content: center;
}

#s-6d999661-29ed-4aa6-8a88-3d413d658c69 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-6d999661-29ed-4aa6-8a88-3d413d658c69 {
  margin-left: -15px;
margin-right: -15px;
}
}
#s-6d999661-29ed-4aa6-8a88-3d413d658c69 .shogun-heading-component h1 {
  color: rgba(33, 35, 34, 1);
  font-weight:  700 ;
  font-family: "Merriweather";
  
  font-size: 30px;
  line-height: 1.5em;
  
  text-align: center;
}



#s-0a82a57d-28b4-450e-b856-1b766015f287 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 900px;
}

@media (min-width: 0px) {
[id="s-0a82a57d-28b4-450e-b856-1b766015f287"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a82a57d-28b4-450e-b856-1b766015f287"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-0a82a57d-28b4-450e-b856-1b766015f287"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-0a82a57d-28b4-450e-b856-1b766015f287"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-ff6ad64d-8d1c-42c2-8eca-b919f0025ac2 {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}




  #s-ff6ad64d-8d1c-42c2-8eca-b919f0025ac2 img.shogun-image {
    
    width: px;
  }


#s-ff6ad64d-8d1c-42c2-8eca-b919f0025ac2 .shogun-image-content {
  
    align-items: center;
  
}

#s-7af40580-f34b-4c8d-b255-2330ac0e5ff3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7af40580-f34b-4c8d-b255-2330ac0e5ff3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  
  font-size: 14px;
  
  
  text-align: center;
}



#s-4b71ccd6-b5e5-468c-a1f1-fc61ae735e67 {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}




  #s-4b71ccd6-b5e5-468c-a1f1-fc61ae735e67 img.shogun-image {
    
    width: px;
  }


#s-4b71ccd6-b5e5-468c-a1f1-fc61ae735e67 .shogun-image-content {
  
    align-items: center;
  
}

#s-0c037d69-f833-489e-95e8-c9d4422ab73b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0c037d69-f833-489e-95e8-c9d4422ab73b .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  
  font-size: 14px;
  
  
  text-align: center;
}



#s-5cee6579-4af5-4f33-840d-b20ef3298677 {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}




  #s-5cee6579-4af5-4f33-840d-b20ef3298677 img.shogun-image {
    
    width: px;
  }


#s-5cee6579-4af5-4f33-840d-b20ef3298677 .shogun-image-content {
  
    align-items: center;
  
}

#s-8bd257de-dc2e-46b6-91b1-2716e2b78469 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8bd257de-dc2e-46b6-91b1-2716e2b78469 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  
  font-size: 14px;
  
  
  text-align: center;
}



#s-ada2720a-5dc4-4188-a640-8432d42c1a0d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ada2720a-5dc4-4188-a640-8432d42c1a0d {
  display: none;
}
#s-ada2720a-5dc4-4188-a640-8432d42c1a0d, #wrap-s-ada2720a-5dc4-4188-a640-8432d42c1a0d { display:none !important; }}@media (max-width: 767px){#s-ada2720a-5dc4-4188-a640-8432d42c1a0d {
  display: none;
}
#s-ada2720a-5dc4-4188-a640-8432d42c1a0d, #wrap-s-ada2720a-5dc4-4188-a640-8432d42c1a0d { display:none !important; }}







#s-ada2720a-5dc4-4188-a640-8432d42c1a0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ada2720a-5dc4-4188-a640-8432d42c1a0d.shg-box.shg-c {
  justify-content: center;
}

#s-58ae4c54-fcb1-410d-9f71-2ac7850593b1 {
  margin-top: -30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-58ae4c54-fcb1-410d-9f71-2ac7850593b1 {
  display: none;
}
#s-58ae4c54-fcb1-410d-9f71-2ac7850593b1, #wrap-s-58ae4c54-fcb1-410d-9f71-2ac7850593b1 { display:none !important; }}@media (max-width: 767px){#s-58ae4c54-fcb1-410d-9f71-2ac7850593b1 {
  display: none;
}
#s-58ae4c54-fcb1-410d-9f71-2ac7850593b1, #wrap-s-58ae4c54-fcb1-410d-9f71-2ac7850593b1 { display:none !important; }}
#s-58ae4c54-fcb1-410d-9f71-2ac7850593b1 hr {
  border: 0;
  width: 100%;
  border-top: 3px solid rgba(14, 7, 7, 1);
}

#s-2fc697e5-cba1-49ce-854b-886d0e03ae58 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-left: 80px;
padding-right: 80px;
}
@media (min-width: 1200px){#s-2fc697e5-cba1-49ce-854b-886d0e03ae58 {
  display: none;
}
#s-2fc697e5-cba1-49ce-854b-886d0e03ae58, #wrap-s-2fc697e5-cba1-49ce-854b-886d0e03ae58 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2fc697e5-cba1-49ce-854b-886d0e03ae58 {
  display: none;
}
#s-2fc697e5-cba1-49ce-854b-886d0e03ae58, #wrap-s-2fc697e5-cba1-49ce-854b-886d0e03ae58 { display:none !important; }}@media (max-width: 767px){#s-2fc697e5-cba1-49ce-854b-886d0e03ae58 {
  display: none;
}
#s-2fc697e5-cba1-49ce-854b-886d0e03ae58, #wrap-s-2fc697e5-cba1-49ce-854b-886d0e03ae58 { display:none !important; }}
@media (min-width: 0px) {
[id="s-2fc697e5-cba1-49ce-854b-886d0e03ae58"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2fc697e5-cba1-49ce-854b-886d0e03ae58"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2fc697e5-cba1-49ce-854b-886d0e03ae58"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2fc697e5-cba1-49ce-854b-886d0e03ae58"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5e81f21c-1ee8-4334-86e2-997cc08713ec {
  text-align: right;
}




  #s-5e81f21c-1ee8-4334-86e2-997cc08713ec img.shogun-image {
    
    width: px;
  }


#s-5e81f21c-1ee8-4334-86e2-997cc08713ec .shogun-image-content {
  
    align-items: center;
  
}

#s-3a42980c-d425-43c0-83f4-8ebbe1757a55 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: right;
}




  #s-3a42980c-d425-43c0-83f4-8ebbe1757a55 img.shogun-image {
    
    width: px;
  }


#s-3a42980c-d425-43c0-83f4-8ebbe1757a55 .shogun-image-content {
  
    align-items: center;
  
}

#s-c5e2022e-0e8a-4d8b-b95a-f38708fe9f4e {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-left: 40px;
padding-right: 40px;
max-width: 750px;
}
@media (min-width: 1200px){#s-c5e2022e-0e8a-4d8b-b95a-f38708fe9f4e {
  display: none;
}
#s-c5e2022e-0e8a-4d8b-b95a-f38708fe9f4e, #wrap-s-c5e2022e-0e8a-4d8b-b95a-f38708fe9f4e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c5e2022e-0e8a-4d8b-b95a-f38708fe9f4e {
  display: none;
}
#s-c5e2022e-0e8a-4d8b-b95a-f38708fe9f4e, #wrap-s-c5e2022e-0e8a-4d8b-b95a-f38708fe9f4e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c5e2022e-0e8a-4d8b-b95a-f38708fe9f4e {
  
}
}@media (max-width: 767px){#s-c5e2022e-0e8a-4d8b-b95a-f38708fe9f4e {
  display: none;
}
#s-c5e2022e-0e8a-4d8b-b95a-f38708fe9f4e, #wrap-s-c5e2022e-0e8a-4d8b-b95a-f38708fe9f4e { display:none !important; }}
#s-86e7c9f6-9ade-4861-aca1-c75df716e392 {
  box-shadow:0px 0px 0px 0px ;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-left: 160px;
padding-right: 160px;
max-width: 950px;
}
@media (min-width: 768px) and (max-width: 991px){#s-86e7c9f6-9ade-4861-aca1-c75df716e392 {
  display: none;
}
#s-86e7c9f6-9ade-4861-aca1-c75df716e392, #wrap-s-86e7c9f6-9ade-4861-aca1-c75df716e392 { display:none !important; }}@media (max-width: 767px){#s-86e7c9f6-9ade-4861-aca1-c75df716e392 {
  display: none;
}
#s-86e7c9f6-9ade-4861-aca1-c75df716e392, #wrap-s-86e7c9f6-9ade-4861-aca1-c75df716e392 { display:none !important; }}
@media (min-width: 0px) {
[id="s-86e7c9f6-9ade-4861-aca1-c75df716e392"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-86e7c9f6-9ade-4861-aca1-c75df716e392"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-86e7c9f6-9ade-4861-aca1-c75df716e392"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-86e7c9f6-9ade-4861-aca1-c75df716e392"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6c3c85bf-c9bc-4aa8-9e2a-84f05924c873 {
  text-align: right;
}




  #s-6c3c85bf-c9bc-4aa8-9e2a-84f05924c873 img.shogun-image {
    
    width: px;
  }


#s-6c3c85bf-c9bc-4aa8-9e2a-84f05924c873 .shogun-image-content {
  
    align-items: center;
  
}

#s-0e0a1add-56a1-40c4-85c4-becf1fd70c58 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: right;
}




  #s-0e0a1add-56a1-40c4-85c4-becf1fd70c58 img.shogun-image {
    
    width: px;
  }


#s-0e0a1add-56a1-40c4-85c4-becf1fd70c58 .shogun-image-content {
  
    align-items: center;
  
}

#s-7962bf1b-8687-4330-af79-a645c0ceeac2 {
  margin-left: 150px;
margin-right: 150px;
padding-left: 100px;
padding-right: 100px;
}
@media (min-width: 1200px){#s-7962bf1b-8687-4330-af79-a645c0ceeac2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7962bf1b-8687-4330-af79-a645c0ceeac2 {
  display: none;
}
#s-7962bf1b-8687-4330-af79-a645c0ceeac2, #wrap-s-7962bf1b-8687-4330-af79-a645c0ceeac2 { display:none !important; }}@media (max-width: 767px){#s-7962bf1b-8687-4330-af79-a645c0ceeac2 {
  display: none;
}
#s-7962bf1b-8687-4330-af79-a645c0ceeac2, #wrap-s-7962bf1b-8687-4330-af79-a645c0ceeac2 { display:none !important; }}
#s-7962bf1b-8687-4330-af79-a645c0ceeac2 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-2f99043d-e228-4078-b424-39f5632f6217 {
  padding-left: 50px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-2f99043d-e228-4078-b424-39f5632f6217 {
  display: none;
}
#s-2f99043d-e228-4078-b424-39f5632f6217, #wrap-s-2f99043d-e228-4078-b424-39f5632f6217 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2f99043d-e228-4078-b424-39f5632f6217 {
  display: none;
}
#s-2f99043d-e228-4078-b424-39f5632f6217, #wrap-s-2f99043d-e228-4078-b424-39f5632f6217 { display:none !important; }}
#s-2f99043d-e228-4078-b424-39f5632f6217 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-aba71a58-e83c-4c4c-b116-5d7a313bb91a {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-aba71a58-e83c-4c4c-b116-5d7a313bb91a {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-aba71a58-e83c-4c4c-b116-5d7a313bb91a {
  margin-left: auto;
margin-right: auto;
}
}







#s-aba71a58-e83c-4c4c-b116-5d7a313bb91a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aba71a58-e83c-4c4c-b116-5d7a313bb91a.shg-box.shg-c {
  justify-content: center;
}

#s-cf3daf59-b6bc-4ffa-b832-fadf28c010a9 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-cf3daf59-b6bc-4ffa-b832-fadf28c010a9 {
  max-width: 700px;
}
}
@media (min-width: 0px) {
[id="s-cf3daf59-b6bc-4ffa-b832-fadf28c010a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf3daf59-b6bc-4ffa-b832-fadf28c010a9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cf3daf59-b6bc-4ffa-b832-fadf28c010a9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf3daf59-b6bc-4ffa-b832-fadf28c010a9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0f2f85ec-10e9-495f-afac-f7f96b4c4e54 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
max-width: 450px;
text-align: center;
}
@media (max-width: 767px){#s-0f2f85ec-10e9-495f-afac-f7f96b4c4e54 {
  margin-bottom: 20px;
padding-left: 0px;
padding-right: 0px;
}
}



  #s-0f2f85ec-10e9-495f-afac-f7f96b4c4e54 img.shogun-image {
    
    width: px;
  }


#s-0f2f85ec-10e9-495f-afac-f7f96b4c4e54 .shogun-image-content {
  
    align-items: center;
  
}

#s-04494644-8ab6-4431-b931-fb530dd04449 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-04494644-8ab6-4431-b931-fb530dd04449 {
  display: none;
}
#s-04494644-8ab6-4431-b931-fb530dd04449, #wrap-s-04494644-8ab6-4431-b931-fb530dd04449 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-04494644-8ab6-4431-b931-fb530dd04449 {
  display: none;
}
#s-04494644-8ab6-4431-b931-fb530dd04449, #wrap-s-04494644-8ab6-4431-b931-fb530dd04449 { display:none !important; }}
#s-f3bc5145-2067-4fb1-a063-f4a83c7933e2 {
  margin-left: 150px;
margin-right: 150px;
padding-left: 100px;
padding-right: 100px;
}
@media (min-width: 1200px){#s-f3bc5145-2067-4fb1-a063-f4a83c7933e2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f3bc5145-2067-4fb1-a063-f4a83c7933e2 {
  display: none;
}
#s-f3bc5145-2067-4fb1-a063-f4a83c7933e2, #wrap-s-f3bc5145-2067-4fb1-a063-f4a83c7933e2 { display:none !important; }}@media (max-width: 767px){#s-f3bc5145-2067-4fb1-a063-f4a83c7933e2 {
  display: none;
}
#s-f3bc5145-2067-4fb1-a063-f4a83c7933e2, #wrap-s-f3bc5145-2067-4fb1-a063-f4a83c7933e2 { display:none !important; }}
#s-f3bc5145-2067-4fb1-a063-f4a83c7933e2 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-b453e35a-9ffe-466c-af54-685f217a5c11 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 0);
}








#s-b453e35a-9ffe-466c-af54-685f217a5c11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b453e35a-9ffe-466c-af54-685f217a5c11.shg-box.shg-c {
  justify-content: center;
}

#s-24819564-cc8d-4e1f-865c-2d011bb49f32 {
  padding-left: 50px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-24819564-cc8d-4e1f-865c-2d011bb49f32 {
  display: none;
}
#s-24819564-cc8d-4e1f-865c-2d011bb49f32, #wrap-s-24819564-cc8d-4e1f-865c-2d011bb49f32 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-24819564-cc8d-4e1f-865c-2d011bb49f32 {
  display: none;
}
#s-24819564-cc8d-4e1f-865c-2d011bb49f32, #wrap-s-24819564-cc8d-4e1f-865c-2d011bb49f32 { display:none !important; }}
#s-24819564-cc8d-4e1f-865c-2d011bb49f32 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-d70c3eae-d8ca-4b45-8adf-4307f1766207 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d70c3eae-d8ca-4b45-8adf-4307f1766207 {
  max-width: 700px;
}
}
@media (min-width: 0px) {
[id="s-d70c3eae-d8ca-4b45-8adf-4307f1766207"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d70c3eae-d8ca-4b45-8adf-4307f1766207"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d70c3eae-d8ca-4b45-8adf-4307f1766207"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d70c3eae-d8ca-4b45-8adf-4307f1766207"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-d70c3eae-d8ca-4b45-8adf-4307f1766207"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-1a1fd8b3-868d-4992-ab0a-4ddda0703551 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-1a1fd8b3-868d-4992-ab0a-4ddda0703551 {
  display: none;
}
#s-1a1fd8b3-868d-4992-ab0a-4ddda0703551, #wrap-s-1a1fd8b3-868d-4992-ab0a-4ddda0703551 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1a1fd8b3-868d-4992-ab0a-4ddda0703551 {
  display: none;
}
#s-1a1fd8b3-868d-4992-ab0a-4ddda0703551, #wrap-s-1a1fd8b3-868d-4992-ab0a-4ddda0703551 { display:none !important; }}
#s-4dd5ff52-7eee-447c-ba0f-0beb9fce8917 {
  border-style: solid;
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(112, 112, 112, 1);
border-style: solid;
min-height: 50px;
}








#s-4dd5ff52-7eee-447c-ba0f-0beb9fce8917 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4dd5ff52-7eee-447c-ba0f-0beb9fce8917.shg-box.shg-c {
  justify-content: center;
}

#s-34303aa9-7c5a-4862-9369-d08772b3c3a0 {
  margin-left: auto;
margin-right: auto;
max-width: 450px;
text-align: center;
}




  #s-34303aa9-7c5a-4862-9369-d08772b3c3a0 img.shogun-image {
    
    width: px;
  }


#s-34303aa9-7c5a-4862-9369-d08772b3c3a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-83d78d19-6a17-416d-9b7e-00e809b11350 {
  margin-left: 150px;
margin-right: 150px;
padding-left: 100px;
padding-right: 100px;
}
@media (min-width: 1200px){#s-83d78d19-6a17-416d-9b7e-00e809b11350 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-83d78d19-6a17-416d-9b7e-00e809b11350 {
  display: none;
}
#s-83d78d19-6a17-416d-9b7e-00e809b11350, #wrap-s-83d78d19-6a17-416d-9b7e-00e809b11350 { display:none !important; }}@media (max-width: 767px){#s-83d78d19-6a17-416d-9b7e-00e809b11350 {
  display: none;
}
#s-83d78d19-6a17-416d-9b7e-00e809b11350, #wrap-s-83d78d19-6a17-416d-9b7e-00e809b11350 { display:none !important; }}
#s-83d78d19-6a17-416d-9b7e-00e809b11350 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-220872fe-eb0a-4111-a66a-791d5b215c81 {
  padding-left: 50px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-220872fe-eb0a-4111-a66a-791d5b215c81 {
  display: none;
}
#s-220872fe-eb0a-4111-a66a-791d5b215c81, #wrap-s-220872fe-eb0a-4111-a66a-791d5b215c81 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-220872fe-eb0a-4111-a66a-791d5b215c81 {
  display: none;
}
#s-220872fe-eb0a-4111-a66a-791d5b215c81, #wrap-s-220872fe-eb0a-4111-a66a-791d5b215c81 { display:none !important; }}
#s-220872fe-eb0a-4111-a66a-791d5b215c81 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-ec86e25a-7ca6-4a14-9a8c-7aeeaa06cf0a {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-ec86e25a-7ca6-4a14-9a8c-7aeeaa06cf0a {
  margin-top: 20px;
margin-bottom: 20px;
display: none;
}
#s-ec86e25a-7ca6-4a14-9a8c-7aeeaa06cf0a, #wrap-s-ec86e25a-7ca6-4a14-9a8c-7aeeaa06cf0a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ec86e25a-7ca6-4a14-9a8c-7aeeaa06cf0a {
  display: none;
}
#s-ec86e25a-7ca6-4a14-9a8c-7aeeaa06cf0a, #wrap-s-ec86e25a-7ca6-4a14-9a8c-7aeeaa06cf0a { display:none !important; }}@media (max-width: 767px){#s-ec86e25a-7ca6-4a14-9a8c-7aeeaa06cf0a {
  display: none;
}
#s-ec86e25a-7ca6-4a14-9a8c-7aeeaa06cf0a, #wrap-s-ec86e25a-7ca6-4a14-9a8c-7aeeaa06cf0a { display:none !important; }}







#s-ec86e25a-7ca6-4a14-9a8c-7aeeaa06cf0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec86e25a-7ca6-4a14-9a8c-7aeeaa06cf0a.shg-box.shg-c {
  justify-content: center;
}

#s-9f90f650-d588-4126-b541-de4cb5b585d0 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-9f90f650-d588-4126-b541-de4cb5b585d0 {
  max-width: 700px;
}
}
@media (min-width: 0px) {
[id="s-9f90f650-d588-4126-b541-de4cb5b585d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f90f650-d588-4126-b541-de4cb5b585d0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9f90f650-d588-4126-b541-de4cb5b585d0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f90f650-d588-4126-b541-de4cb5b585d0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-47efc4d3-d3c9-4ee9-8a65-09bcda2a6f43 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.25);
margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 450px;
text-align: center;
}




  #s-47efc4d3-d3c9-4ee9-8a65-09bcda2a6f43 img.shogun-image {
    
    width: px;
  }


#s-47efc4d3-d3c9-4ee9-8a65-09bcda2a6f43 .shogun-image-content {
  
    align-items: center;
  
}

#s-6db15554-c029-42d1-9872-bc1e994ad7f2 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(112, 112, 112, 1);
border-style: solid;
min-height: 50px;
}








#s-6db15554-c029-42d1-9872-bc1e994ad7f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6db15554-c029-42d1-9872-bc1e994ad7f2.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-67980e52-5c47-4062-ae4f-c87d1f92dcb9 {
  display: none;
}
#s-67980e52-5c47-4062-ae4f-c87d1f92dcb9, #wrap-s-67980e52-5c47-4062-ae4f-c87d1f92dcb9 { display:none !important; }}@media (max-width: 767px){#s-67980e52-5c47-4062-ae4f-c87d1f92dcb9 {
  display: none;
}
#s-67980e52-5c47-4062-ae4f-c87d1f92dcb9, #wrap-s-67980e52-5c47-4062-ae4f-c87d1f92dcb9 { display:none !important; }}
@media (min-width: 1200px){#s-c9f1566e-0412-4ac2-aa70-2a023c379b55 {
  display: none;
}
#s-c9f1566e-0412-4ac2-aa70-2a023c379b55, #wrap-s-c9f1566e-0412-4ac2-aa70-2a023c379b55 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c9f1566e-0412-4ac2-aa70-2a023c379b55 {
  display: none;
}
#s-c9f1566e-0412-4ac2-aa70-2a023c379b55, #wrap-s-c9f1566e-0412-4ac2-aa70-2a023c379b55 { display:none !important; }}
#s-1a1391c6-d6b5-4e27-a530-a8dc5d333e2c {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-1a1391c6-d6b5-4e27-a530-a8dc5d333e2c {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1a1391c6-d6b5-4e27-a530-a8dc5d333e2c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1a1391c6-d6b5-4e27-a530-a8dc5d333e2c {
  display: none;
}
#s-1a1391c6-d6b5-4e27-a530-a8dc5d333e2c, #wrap-s-1a1391c6-d6b5-4e27-a530-a8dc5d333e2c { display:none !important; }}







#s-1a1391c6-d6b5-4e27-a530-a8dc5d333e2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a1391c6-d6b5-4e27-a530-a8dc5d333e2c.shg-box.shg-c {
  justify-content: center;
}

#s-e8e3e021-27eb-44e6-8219-c51b6facc041 {
  margin-top: 15px;
margin-bottom: 15px;
max-width: 450px;
text-align: center;
}




  #s-e8e3e021-27eb-44e6-8219-c51b6facc041 img.shogun-image {
    
    width: px;
  }


#s-e8e3e021-27eb-44e6-8219-c51b6facc041 .shogun-image-content {
  
    align-items: center;
  
}

#s-aa8106dc-39d9-4fb0-a1ef-8e49d253306f {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(112, 112, 112, 1);
border-style: solid;
min-height: 50px;
}








#s-aa8106dc-39d9-4fb0-a1ef-8e49d253306f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa8106dc-39d9-4fb0-a1ef-8e49d253306f.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-fcea8fc0-9fca-49eb-87b0-22edc8a40cc3 {
  display: none;
}
#s-fcea8fc0-9fca-49eb-87b0-22edc8a40cc3, #wrap-s-fcea8fc0-9fca-49eb-87b0-22edc8a40cc3 { display:none !important; }}@media (max-width: 767px){#s-fcea8fc0-9fca-49eb-87b0-22edc8a40cc3 {
  display: none;
}
#s-fcea8fc0-9fca-49eb-87b0-22edc8a40cc3, #wrap-s-fcea8fc0-9fca-49eb-87b0-22edc8a40cc3 { display:none !important; }}
@media (min-width: 1200px){#s-ae07ce62-0a43-484b-acd4-08a40fc6b836 {
  display: none;
}
#s-ae07ce62-0a43-484b-acd4-08a40fc6b836, #wrap-s-ae07ce62-0a43-484b-acd4-08a40fc6b836 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ae07ce62-0a43-484b-acd4-08a40fc6b836 {
  display: none;
}
#s-ae07ce62-0a43-484b-acd4-08a40fc6b836, #wrap-s-ae07ce62-0a43-484b-acd4-08a40fc6b836 { display:none !important; }}
#s-2f599873-4e32-4710-8070-3bfaaf5985e1 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
background-color: rgba(255, 255, 255, 0);
}








#s-2f599873-4e32-4710-8070-3bfaaf5985e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f599873-4e32-4710-8070-3bfaaf5985e1.shg-box.shg-c {
  justify-content: center;
}

#s-3d8485d8-63e5-4943-a805-d155f1caa1e9 {
  padding-left: 50px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-3d8485d8-63e5-4943-a805-d155f1caa1e9 {
  display: none;
}
#s-3d8485d8-63e5-4943-a805-d155f1caa1e9, #wrap-s-3d8485d8-63e5-4943-a805-d155f1caa1e9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3d8485d8-63e5-4943-a805-d155f1caa1e9 {
  display: none;
}
#s-3d8485d8-63e5-4943-a805-d155f1caa1e9, #wrap-s-3d8485d8-63e5-4943-a805-d155f1caa1e9 { display:none !important; }}
#s-3d8485d8-63e5-4943-a805-d155f1caa1e9 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-da4d71ca-0dcc-428e-b81a-6ea695f3d5cf {
  margin-left: 150px;
margin-right: 150px;
padding-left: 100px;
padding-right: 100px;
}
@media (min-width: 1200px){#s-da4d71ca-0dcc-428e-b81a-6ea695f3d5cf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-da4d71ca-0dcc-428e-b81a-6ea695f3d5cf {
  display: none;
}
#s-da4d71ca-0dcc-428e-b81a-6ea695f3d5cf, #wrap-s-da4d71ca-0dcc-428e-b81a-6ea695f3d5cf { display:none !important; }}@media (max-width: 767px){#s-da4d71ca-0dcc-428e-b81a-6ea695f3d5cf {
  display: none;
}
#s-da4d71ca-0dcc-428e-b81a-6ea695f3d5cf, #wrap-s-da4d71ca-0dcc-428e-b81a-6ea695f3d5cf { display:none !important; }}
#s-da4d71ca-0dcc-428e-b81a-6ea695f3d5cf hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-a8c5e65a-05e4-43c5-9316-1e6de0c2351a {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-a8c5e65a-05e4-43c5-9316-1e6de0c2351a {
  display: none;
}
#s-a8c5e65a-05e4-43c5-9316-1e6de0c2351a, #wrap-s-a8c5e65a-05e4-43c5-9316-1e6de0c2351a { display:none !important; }}







#s-a8c5e65a-05e4-43c5-9316-1e6de0c2351a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8c5e65a-05e4-43c5-9316-1e6de0c2351a.shg-box.shg-c {
  justify-content: center;
}

#s-e7ae1049-b6fb-493b-bb99-c5ddd0d323d0 {
  margin-left: 0px;
margin-right: 0px;
max-width: 450px;
text-align: center;
}
@media (max-width: 767px){#s-e7ae1049-b6fb-493b-bb99-c5ddd0d323d0 {
  max-width: 450px;
}
}



  #s-e7ae1049-b6fb-493b-bb99-c5ddd0d323d0 img.shogun-image {
    
    width: px;
  }


#s-e7ae1049-b6fb-493b-bb99-c5ddd0d323d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-6ea34d99-0a7a-4641-a8cb-4062108bf929 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-6ea34d99-0a7a-4641-a8cb-4062108bf929 {
  margin-left: 20px;
}
}







#s-6ea34d99-0a7a-4641-a8cb-4062108bf929 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ea34d99-0a7a-4641-a8cb-4062108bf929.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-8f9edd51-c136-433b-a1ad-6590e23b02a7 {
  display: none;
}
#s-8f9edd51-c136-433b-a1ad-6590e23b02a7, #wrap-s-8f9edd51-c136-433b-a1ad-6590e23b02a7 { display:none !important; }}@media (max-width: 767px){#s-8f9edd51-c136-433b-a1ad-6590e23b02a7 {
  display: none;
}
#s-8f9edd51-c136-433b-a1ad-6590e23b02a7, #wrap-s-8f9edd51-c136-433b-a1ad-6590e23b02a7 { display:none !important; }}
@media (min-width: 1200px){#s-140d4e56-2719-4bdb-881f-6a7d5a2563d3 {
  display: none;
}
#s-140d4e56-2719-4bdb-881f-6a7d5a2563d3, #wrap-s-140d4e56-2719-4bdb-881f-6a7d5a2563d3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-140d4e56-2719-4bdb-881f-6a7d5a2563d3 {
  display: none;
}
#s-140d4e56-2719-4bdb-881f-6a7d5a2563d3, #wrap-s-140d4e56-2719-4bdb-881f-6a7d5a2563d3 { display:none !important; }}
#s-4015bc3b-a50c-44c0-80ff-50e31736101e {
  padding-left: 50px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-4015bc3b-a50c-44c0-80ff-50e31736101e {
  display: none;
}
#s-4015bc3b-a50c-44c0-80ff-50e31736101e, #wrap-s-4015bc3b-a50c-44c0-80ff-50e31736101e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4015bc3b-a50c-44c0-80ff-50e31736101e {
  display: none;
}
#s-4015bc3b-a50c-44c0-80ff-50e31736101e, #wrap-s-4015bc3b-a50c-44c0-80ff-50e31736101e { display:none !important; }}@media (max-width: 767px){#s-4015bc3b-a50c-44c0-80ff-50e31736101e {
  display: none;
}
#s-4015bc3b-a50c-44c0-80ff-50e31736101e, #wrap-s-4015bc3b-a50c-44c0-80ff-50e31736101e { display:none !important; }}
#s-4015bc3b-a50c-44c0-80ff-50e31736101e hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-ea1a3ac6-9de8-4095-ac4c-1d271a7a63cc {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-ea1a3ac6-9de8-4095-ac4c-1d271a7a63cc {
  display: none;
}
#s-ea1a3ac6-9de8-4095-ac4c-1d271a7a63cc, #wrap-s-ea1a3ac6-9de8-4095-ac4c-1d271a7a63cc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ea1a3ac6-9de8-4095-ac4c-1d271a7a63cc {
  display: none;
}
#s-ea1a3ac6-9de8-4095-ac4c-1d271a7a63cc, #wrap-s-ea1a3ac6-9de8-4095-ac4c-1d271a7a63cc { display:none !important; }}@media (max-width: 767px){#s-ea1a3ac6-9de8-4095-ac4c-1d271a7a63cc {
  display: none;
}
#s-ea1a3ac6-9de8-4095-ac4c-1d271a7a63cc, #wrap-s-ea1a3ac6-9de8-4095-ac4c-1d271a7a63cc { display:none !important; }}







#s-ea1a3ac6-9de8-4095-ac4c-1d271a7a63cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea1a3ac6-9de8-4095-ac4c-1d271a7a63cc.shg-box.shg-c {
  justify-content: center;
}

#s-441d74ae-e230-4314-9d93-f0ed9532c59c {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
}
@media (min-width: 768px) and (max-width: 991px){#s-441d74ae-e230-4314-9d93-f0ed9532c59c {
  max-width: 700px;
}
}
@media (min-width: 0px) {
[id="s-441d74ae-e230-4314-9d93-f0ed9532c59c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-441d74ae-e230-4314-9d93-f0ed9532c59c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-441d74ae-e230-4314-9d93-f0ed9532c59c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-441d74ae-e230-4314-9d93-f0ed9532c59c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-441d74ae-e230-4314-9d93-f0ed9532c59c"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d85bac7f-5edc-44ca-aefa-88a050d0987c {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-d85bac7f-5edc-44ca-aefa-88a050d0987c {
  margin-left: 20px;
}
}







#s-d85bac7f-5edc-44ca-aefa-88a050d0987c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d85bac7f-5edc-44ca-aefa-88a050d0987c.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-04573eac-3912-431f-a7ab-af09c465971f {
  display: none;
}
#s-04573eac-3912-431f-a7ab-af09c465971f, #wrap-s-04573eac-3912-431f-a7ab-af09c465971f { display:none !important; }}@media (max-width: 767px){#s-04573eac-3912-431f-a7ab-af09c465971f {
  display: none;
}
#s-04573eac-3912-431f-a7ab-af09c465971f, #wrap-s-04573eac-3912-431f-a7ab-af09c465971f { display:none !important; }}
@media (min-width: 1200px){#s-21534990-5228-409d-99ee-6b53119bb7d0 {
  display: none;
}
#s-21534990-5228-409d-99ee-6b53119bb7d0, #wrap-s-21534990-5228-409d-99ee-6b53119bb7d0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-21534990-5228-409d-99ee-6b53119bb7d0 {
  display: none;
}
#s-21534990-5228-409d-99ee-6b53119bb7d0, #wrap-s-21534990-5228-409d-99ee-6b53119bb7d0 { display:none !important; }}
#s-95787110-aed4-4aec-9b9a-b6c212d63d03 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(112, 112, 112, 1);
border-style: solid;
min-height: 50px;
}








#s-95787110-aed4-4aec-9b9a-b6c212d63d03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95787110-aed4-4aec-9b9a-b6c212d63d03.shg-box.shg-c {
  justify-content: center;
}

#s-b3c7322c-ff57-4ee8-9cff-87c866630272 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.25);
margin-left: auto;
margin-right: auto;
max-width: 450px;
text-align: center;
}
@media (max-width: 767px){#s-b3c7322c-ff57-4ee8-9cff-87c866630272 {
  max-width: 450px;
}
}



  #s-b3c7322c-ff57-4ee8-9cff-87c866630272 img.shogun-image {
    
    width: px;
  }


#s-b3c7322c-ff57-4ee8-9cff-87c866630272 .shogun-image-content {
  
    align-items: center;
  
}

#s-b870bdbe-ce03-4b45-b4ca-274983cd1384 {
  padding-left: 50px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-b870bdbe-ce03-4b45-b4ca-274983cd1384 {
  display: none;
}
#s-b870bdbe-ce03-4b45-b4ca-274983cd1384, #wrap-s-b870bdbe-ce03-4b45-b4ca-274983cd1384 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b870bdbe-ce03-4b45-b4ca-274983cd1384 {
  display: none;
}
#s-b870bdbe-ce03-4b45-b4ca-274983cd1384, #wrap-s-b870bdbe-ce03-4b45-b4ca-274983cd1384 { display:none !important; }}
#s-b870bdbe-ce03-4b45-b4ca-274983cd1384 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-93085842-cc83-4cdf-b381-658c75ebc4e4 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(112, 112, 112, 1);
border-style: solid;
min-height: 50px;
}
@media (max-width: 767px){#s-93085842-cc83-4cdf-b381-658c75ebc4e4 {
  margin-left: auto;
margin-right: auto;
display: none;
}
#s-93085842-cc83-4cdf-b381-658c75ebc4e4, #wrap-s-93085842-cc83-4cdf-b381-658c75ebc4e4 { display:none !important; }}







#s-93085842-cc83-4cdf-b381-658c75ebc4e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93085842-cc83-4cdf-b381-658c75ebc4e4.shg-box.shg-c {
  justify-content: center;
}

#s-9eeae6c1-c5f0-4863-978a-678366114ade {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-9eeae6c1-c5f0-4863-978a-678366114ade {
  max-width: 700px;
}
}
@media (min-width: 0px) {
[id="s-9eeae6c1-c5f0-4863-978a-678366114ade"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9eeae6c1-c5f0-4863-978a-678366114ade"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9eeae6c1-c5f0-4863-978a-678366114ade"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9eeae6c1-c5f0-4863-978a-678366114ade"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f6632b4d-321c-44b8-a0a7-befe378cdfe9 {
  max-width: 450px;
text-align: center;
}




  #s-f6632b4d-321c-44b8-a0a7-befe378cdfe9 img.shogun-image {
    
    width: px;
  }


#s-f6632b4d-321c-44b8-a0a7-befe378cdfe9 .shogun-image-content {
  
    align-items: center;
  
}

#s-75985692-e978-4f56-9456-22a6853eb2ae {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(112, 112, 112, 1);
border-style: solid;
min-height: 50px;
}








#s-75985692-e978-4f56-9456-22a6853eb2ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75985692-e978-4f56-9456-22a6853eb2ae.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-cf65662e-e409-49bb-9190-dba20d610a63 {
  display: none;
}
#s-cf65662e-e409-49bb-9190-dba20d610a63, #wrap-s-cf65662e-e409-49bb-9190-dba20d610a63 { display:none !important; }}@media (max-width: 767px){#s-cf65662e-e409-49bb-9190-dba20d610a63 {
  display: none;
}
#s-cf65662e-e409-49bb-9190-dba20d610a63, #wrap-s-cf65662e-e409-49bb-9190-dba20d610a63 { display:none !important; }}
@media (min-width: 1200px){#s-1a805ed8-05f5-4bd1-b635-71f06b6fedfc {
  display: none;
}
#s-1a805ed8-05f5-4bd1-b635-71f06b6fedfc, #wrap-s-1a805ed8-05f5-4bd1-b635-71f06b6fedfc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1a805ed8-05f5-4bd1-b635-71f06b6fedfc {
  display: none;
}
#s-1a805ed8-05f5-4bd1-b635-71f06b6fedfc, #wrap-s-1a805ed8-05f5-4bd1-b635-71f06b6fedfc { display:none !important; }}
#s-1c77ccee-25f0-4667-af58-498be58008c9 {
  padding-left: 50px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-1c77ccee-25f0-4667-af58-498be58008c9 {
  display: none;
}
#s-1c77ccee-25f0-4667-af58-498be58008c9, #wrap-s-1c77ccee-25f0-4667-af58-498be58008c9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1c77ccee-25f0-4667-af58-498be58008c9 {
  display: none;
}
#s-1c77ccee-25f0-4667-af58-498be58008c9, #wrap-s-1c77ccee-25f0-4667-af58-498be58008c9 { display:none !important; }}@media (max-width: 767px){#s-1c77ccee-25f0-4667-af58-498be58008c9 {
  display: none;
}
#s-1c77ccee-25f0-4667-af58-498be58008c9, #wrap-s-1c77ccee-25f0-4667-af58-498be58008c9 { display:none !important; }}
#s-1c77ccee-25f0-4667-af58-498be58008c9 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-87f3d06f-162c-46ee-bfc0-5e4445badaa5 {
  padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px){#s-87f3d06f-162c-46ee-bfc0-5e4445badaa5 {
  display: none;
}
#s-87f3d06f-162c-46ee-bfc0-5e4445badaa5, #wrap-s-87f3d06f-162c-46ee-bfc0-5e4445badaa5 { display:none !important; }}







#s-87f3d06f-162c-46ee-bfc0-5e4445badaa5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87f3d06f-162c-46ee-bfc0-5e4445badaa5.shg-box.shg-c {
  justify-content: center;
}

#s-5e1d5502-20d2-4b3f-b306-3f6375c6bbaf {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(112, 112, 112, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5e1d5502-20d2-4b3f-b306-3f6375c6bbaf {
  display: none;
}
#s-5e1d5502-20d2-4b3f-b306-3f6375c6bbaf, #wrap-s-5e1d5502-20d2-4b3f-b306-3f6375c6bbaf { display:none !important; }}







#s-5e1d5502-20d2-4b3f-b306-3f6375c6bbaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e1d5502-20d2-4b3f-b306-3f6375c6bbaf.shg-box.shg-c {
  justify-content: center;
}

#s-8149ad3e-b811-407d-a396-e4a66d1aa020 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.25);
text-align: center;
}




  #s-8149ad3e-b811-407d-a396-e4a66d1aa020 img.shogun-image {
    
    width: px;
  }


#s-8149ad3e-b811-407d-a396-e4a66d1aa020 .shogun-image-content {
  
    align-items: center;
  
}

#s-0f7162d0-39ad-402b-98e2-f6dfe7d49978 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0f7162d0-39ad-402b-98e2-f6dfe7d49978 {
  max-width: 700px;
}
}@media (max-width: 767px){#s-0f7162d0-39ad-402b-98e2-f6dfe7d49978 {
  display: none;
}
#s-0f7162d0-39ad-402b-98e2-f6dfe7d49978, #wrap-s-0f7162d0-39ad-402b-98e2-f6dfe7d49978 { display:none !important; }}
@media (min-width: 0px) {
[id="s-0f7162d0-39ad-402b-98e2-f6dfe7d49978"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f7162d0-39ad-402b-98e2-f6dfe7d49978"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0f7162d0-39ad-402b-98e2-f6dfe7d49978"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f7162d0-39ad-402b-98e2-f6dfe7d49978"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-0f7162d0-39ad-402b-98e2-f6dfe7d49978"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-7024d3a1-a80d-41d3-89c6-3c2601f38ec1 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-7024d3a1-a80d-41d3-89c6-3c2601f38ec1 {
  margin-left: 20px;
}
}







#s-7024d3a1-a80d-41d3-89c6-3c2601f38ec1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7024d3a1-a80d-41d3-89c6-3c2601f38ec1.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-4d12b11e-bb9b-40d2-98d3-7fa396a0f7bb {
  display: none;
}
#s-4d12b11e-bb9b-40d2-98d3-7fa396a0f7bb, #wrap-s-4d12b11e-bb9b-40d2-98d3-7fa396a0f7bb { display:none !important; }}@media (max-width: 767px){#s-4d12b11e-bb9b-40d2-98d3-7fa396a0f7bb {
  display: none;
}
#s-4d12b11e-bb9b-40d2-98d3-7fa396a0f7bb, #wrap-s-4d12b11e-bb9b-40d2-98d3-7fa396a0f7bb { display:none !important; }}
@media (min-width: 1200px){#s-6c8f4d5e-20f7-44f8-a1dd-1db2b57ecd17 {
  display: none;
}
#s-6c8f4d5e-20f7-44f8-a1dd-1db2b57ecd17, #wrap-s-6c8f4d5e-20f7-44f8-a1dd-1db2b57ecd17 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6c8f4d5e-20f7-44f8-a1dd-1db2b57ecd17 {
  display: none;
}
#s-6c8f4d5e-20f7-44f8-a1dd-1db2b57ecd17, #wrap-s-6c8f4d5e-20f7-44f8-a1dd-1db2b57ecd17 { display:none !important; }}
#s-ee2eff82-fb8b-4609-8ca5-64a243b9b891 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(112, 112, 112, 1);
border-style: solid;
min-height: 50px;
}








#s-ee2eff82-fb8b-4609-8ca5-64a243b9b891 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee2eff82-fb8b-4609-8ca5-64a243b9b891.shg-box.shg-c {
  justify-content: center;
}

#s-0fcddc56-c01f-4629-91fd-d22ab7bd4237 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.25);
text-align: center;
}




  #s-0fcddc56-c01f-4629-91fd-d22ab7bd4237 img.shogun-image {
    
    width: px;
  }


#s-0fcddc56-c01f-4629-91fd-d22ab7bd4237 .shogun-image-content {
  
    align-items: center;
  
}

#s-5bffa3da-3a22-484f-ab86-8c85ce861878 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-5bffa3da-3a22-484f-ab86-8c85ce861878 {
  margin-left: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5bffa3da-3a22-484f-ab86-8c85ce861878 {
  display: none;
}
#s-5bffa3da-3a22-484f-ab86-8c85ce861878, #wrap-s-5bffa3da-3a22-484f-ab86-8c85ce861878 { display:none !important; }}@media (max-width: 767px){#s-5bffa3da-3a22-484f-ab86-8c85ce861878 {
  margin-left: auto;
margin-right: auto;
}
}







#s-5bffa3da-3a22-484f-ab86-8c85ce861878 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5bffa3da-3a22-484f-ab86-8c85ce861878.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-431736e6-ec76-417e-a4cf-385a5b5d57f1 {
  display: none;
}
#s-431736e6-ec76-417e-a4cf-385a5b5d57f1, #wrap-s-431736e6-ec76-417e-a4cf-385a5b5d57f1 { display:none !important; }}@media (max-width: 767px){#s-431736e6-ec76-417e-a4cf-385a5b5d57f1 {
  display: none;
}
#s-431736e6-ec76-417e-a4cf-385a5b5d57f1, #wrap-s-431736e6-ec76-417e-a4cf-385a5b5d57f1 { display:none !important; }}
@media (min-width: 1200px){#s-7a0d28c2-60a3-40cb-bd2b-903befa7b0d5 {
  display: none;
}
#s-7a0d28c2-60a3-40cb-bd2b-903befa7b0d5, #wrap-s-7a0d28c2-60a3-40cb-bd2b-903befa7b0d5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7a0d28c2-60a3-40cb-bd2b-903befa7b0d5 {
  display: none;
}
#s-7a0d28c2-60a3-40cb-bd2b-903befa7b0d5, #wrap-s-7a0d28c2-60a3-40cb-bd2b-903befa7b0d5 { display:none !important; }}
#s-30eb6be6-f642-41a2-821e-501d0f36c8ec {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-30eb6be6-f642-41a2-821e-501d0f36c8ec {
  display: none;
}
#s-30eb6be6-f642-41a2-821e-501d0f36c8ec, #wrap-s-30eb6be6-f642-41a2-821e-501d0f36c8ec { display:none !important; }}@media (max-width: 767px){#s-30eb6be6-f642-41a2-821e-501d0f36c8ec {
  margin-left: -10px;
margin-right: -10px;
display: none;
}
#s-30eb6be6-f642-41a2-821e-501d0f36c8ec, #wrap-s-30eb6be6-f642-41a2-821e-501d0f36c8ec { display:none !important; }}







#s-30eb6be6-f642-41a2-821e-501d0f36c8ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30eb6be6-f642-41a2-821e-501d0f36c8ec.shg-box.shg-c {
  justify-content: center;
}

#s-622d00d2-a9c6-4772-b833-bbcad1ca119c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-622d00d2-a9c6-4772-b833-bbcad1ca119c {
  display: none;
}
#s-622d00d2-a9c6-4772-b833-bbcad1ca119c, #wrap-s-622d00d2-a9c6-4772-b833-bbcad1ca119c { display:none !important; }}@media (max-width: 767px){#s-622d00d2-a9c6-4772-b833-bbcad1ca119c {
  display: none;
}
#s-622d00d2-a9c6-4772-b833-bbcad1ca119c, #wrap-s-622d00d2-a9c6-4772-b833-bbcad1ca119c { display:none !important; }}







#s-622d00d2-a9c6-4772-b833-bbcad1ca119c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-622d00d2-a9c6-4772-b833-bbcad1ca119c.shg-box.shg-c {
  justify-content: center;
}

#s-c400b2da-ab41-4c9a-88b0-689ac492ae1b {
  margin-bottom: -25px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c400b2da-ab41-4c9a-88b0-689ac492ae1b {
  display: none;
}
#s-c400b2da-ab41-4c9a-88b0-689ac492ae1b, #wrap-s-c400b2da-ab41-4c9a-88b0-689ac492ae1b { display:none !important; }}@media (max-width: 767px){#s-c400b2da-ab41-4c9a-88b0-689ac492ae1b {
  display: none;
}
#s-c400b2da-ab41-4c9a-88b0-689ac492ae1b, #wrap-s-c400b2da-ab41-4c9a-88b0-689ac492ae1b { display:none !important; }}
#s-c400b2da-ab41-4c9a-88b0-689ac492ae1b hr {
  border: 0;
  width: 100%;
  border-top: 3px solid rgba(14, 7, 7, 1);
}

#s-7e968ef5-d697-41e1-869b-744e5eea9bb9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7e968ef5-d697-41e1-869b-744e5eea9bb9 {
  display: none;
}
#s-7e968ef5-d697-41e1-869b-744e5eea9bb9, #wrap-s-7e968ef5-d697-41e1-869b-744e5eea9bb9 { display:none !important; }}@media (max-width: 767px){#s-7e968ef5-d697-41e1-869b-744e5eea9bb9 {
  display: none;
}
#s-7e968ef5-d697-41e1-869b-744e5eea9bb9, #wrap-s-7e968ef5-d697-41e1-869b-744e5eea9bb9 { display:none !important; }}







#s-7e968ef5-d697-41e1-869b-744e5eea9bb9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e968ef5-d697-41e1-869b-744e5eea9bb9.shg-box.shg-c {
  justify-content: center;
}

#s-374c5059-3fc4-4fca-9fad-9bd73b6cb2d2 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-374c5059-3fc4-4fca-9fad-9bd73b6cb2d2 {
  margin-left: -15px;
margin-right: -15px;
}
}
#s-374c5059-3fc4-4fca-9fad-9bd73b6cb2d2 .shogun-heading-component h1 {
  color: rgba(33, 35, 34, 1);
  font-weight:  700 ;
  font-family: "Merriweather";
  
  font-size: 30px;
  line-height: 1.5em;
  
  text-align: center;
}



#s-cc194aa7-f4d0-4610-ab87-172462e919e2 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 900px;
}

@media (min-width: 0px) {
[id="s-cc194aa7-f4d0-4610-ab87-172462e919e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc194aa7-f4d0-4610-ab87-172462e919e2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-cc194aa7-f4d0-4610-ab87-172462e919e2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-cc194aa7-f4d0-4610-ab87-172462e919e2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-d89538ef-6cd6-4fe5-8e9f-9b73d52752dc {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}




  #s-d89538ef-6cd6-4fe5-8e9f-9b73d52752dc img.shogun-image {
    
    width: px;
  }


#s-d89538ef-6cd6-4fe5-8e9f-9b73d52752dc .shogun-image-content {
  
    align-items: center;
  
}

#s-1e863212-ff09-4125-ab84-2a80f3f47cbc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1e863212-ff09-4125-ab84-2a80f3f47cbc .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  
  font-size: 14px;
  
  
  text-align: center;
}



#s-33b04778-ab7c-4f7b-ac57-b608e2f0c9f6 {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}




  #s-33b04778-ab7c-4f7b-ac57-b608e2f0c9f6 img.shogun-image {
    
    width: px;
  }


#s-33b04778-ab7c-4f7b-ac57-b608e2f0c9f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-a5c87009-01a6-43df-bc89-e78eeb0a4c86 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a5c87009-01a6-43df-bc89-e78eeb0a4c86 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  
  font-size: 14px;
  
  
  text-align: center;
}



#s-d788d253-0f61-43a5-9458-59befd179085 {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}




  #s-d788d253-0f61-43a5-9458-59befd179085 img.shogun-image {
    
    width: px;
  }


#s-d788d253-0f61-43a5-9458-59befd179085 .shogun-image-content {
  
    align-items: center;
  
}

#s-5b4a8ffc-5d7c-4b32-82f1-067c53902e91 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5b4a8ffc-5d7c-4b32-82f1-067c53902e91 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  
  font-size: 14px;
  
  
  text-align: center;
}



#s-143a36df-89e5-4aec-8299-4d1932b8508a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-143a36df-89e5-4aec-8299-4d1932b8508a {
  display: none;
}
#s-143a36df-89e5-4aec-8299-4d1932b8508a, #wrap-s-143a36df-89e5-4aec-8299-4d1932b8508a { display:none !important; }}@media (max-width: 767px){#s-143a36df-89e5-4aec-8299-4d1932b8508a {
  display: none;
}
#s-143a36df-89e5-4aec-8299-4d1932b8508a, #wrap-s-143a36df-89e5-4aec-8299-4d1932b8508a { display:none !important; }}







#s-143a36df-89e5-4aec-8299-4d1932b8508a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-143a36df-89e5-4aec-8299-4d1932b8508a.shg-box.shg-c {
  justify-content: center;
}

#s-4d9bb7ef-cdb5-49a6-90f8-280bcf0e4e31 {
  margin-top: -30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4d9bb7ef-cdb5-49a6-90f8-280bcf0e4e31 {
  display: none;
}
#s-4d9bb7ef-cdb5-49a6-90f8-280bcf0e4e31, #wrap-s-4d9bb7ef-cdb5-49a6-90f8-280bcf0e4e31 { display:none !important; }}@media (max-width: 767px){#s-4d9bb7ef-cdb5-49a6-90f8-280bcf0e4e31 {
  display: none;
}
#s-4d9bb7ef-cdb5-49a6-90f8-280bcf0e4e31, #wrap-s-4d9bb7ef-cdb5-49a6-90f8-280bcf0e4e31 { display:none !important; }}
#s-4d9bb7ef-cdb5-49a6-90f8-280bcf0e4e31 hr {
  border: 0;
  width: 100%;
  border-top: 3px solid rgba(14, 7, 7, 1);
}

#s-3fc21351-8fb3-42fe-9db3-5aecec0963da {
  min-height: 50px;
}
@media (min-width: 1200px){#s-3fc21351-8fb3-42fe-9db3-5aecec0963da {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3fc21351-8fb3-42fe-9db3-5aecec0963da {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3fc21351-8fb3-42fe-9db3-5aecec0963da {
  display: none;
}
#s-3fc21351-8fb3-42fe-9db3-5aecec0963da, #wrap-s-3fc21351-8fb3-42fe-9db3-5aecec0963da { display:none !important; }}@media (max-width: 767px){#s-3fc21351-8fb3-42fe-9db3-5aecec0963da {
  display: none;
}
#s-3fc21351-8fb3-42fe-9db3-5aecec0963da, #wrap-s-3fc21351-8fb3-42fe-9db3-5aecec0963da { display:none !important; }}







#s-3fc21351-8fb3-42fe-9db3-5aecec0963da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3fc21351-8fb3-42fe-9db3-5aecec0963da.shg-box.shg-c {
  justify-content: center;
}

#s-0d1fb24c-fcfa-4e79-bdaf-0b48ff030f1e {
  margin-top: 20px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-0d1fb24c-fcfa-4e79-bdaf-0b48ff030f1e {
  margin-left: -15px;
margin-right: -15px;
}
}
#s-0d1fb24c-fcfa-4e79-bdaf-0b48ff030f1e .shogun-heading-component h1 {
  color: rgba(33, 35, 34, 1);
  font-weight:  700 ;
  font-family: "Merriweather";
  
  font-size: 36px;
  line-height: 1.5em;
  
  text-align: center;
}



#s-940a0623-d170-4381-93e4-86a853de3654 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}
@media (min-width: 1200px){#s-940a0623-d170-4381-93e4-86a853de3654 {
  display: none;
}
#s-940a0623-d170-4381-93e4-86a853de3654, #wrap-s-940a0623-d170-4381-93e4-86a853de3654 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-940a0623-d170-4381-93e4-86a853de3654 {
  display: none;
}
#s-940a0623-d170-4381-93e4-86a853de3654, #wrap-s-940a0623-d170-4381-93e4-86a853de3654 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-940a0623-d170-4381-93e4-86a853de3654 {
  display: none;
}
#s-940a0623-d170-4381-93e4-86a853de3654, #wrap-s-940a0623-d170-4381-93e4-86a853de3654 { display:none !important; }}



  #s-940a0623-d170-4381-93e4-86a853de3654 img.shogun-image {
    
    width: px;
  }


#s-940a0623-d170-4381-93e4-86a853de3654 .shogun-image-content {
  
    align-items: center;
  
}

#s-6977e55b-82e6-4377-a2d2-f24a3d099acf {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 300px;
text-align: right;
}
@media (min-width: 1200px){#s-6977e55b-82e6-4377-a2d2-f24a3d099acf {
  display: none;
}
#s-6977e55b-82e6-4377-a2d2-f24a3d099acf, #wrap-s-6977e55b-82e6-4377-a2d2-f24a3d099acf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6977e55b-82e6-4377-a2d2-f24a3d099acf {
  display: none;
}
#s-6977e55b-82e6-4377-a2d2-f24a3d099acf, #wrap-s-6977e55b-82e6-4377-a2d2-f24a3d099acf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6977e55b-82e6-4377-a2d2-f24a3d099acf {
  display: none;
}
#s-6977e55b-82e6-4377-a2d2-f24a3d099acf, #wrap-s-6977e55b-82e6-4377-a2d2-f24a3d099acf { display:none !important; }}



  #s-6977e55b-82e6-4377-a2d2-f24a3d099acf img.shogun-image {
    
    width: px;
  }


#s-6977e55b-82e6-4377-a2d2-f24a3d099acf .shogun-image-content {
  
    align-items: center;
  
}

#s-bd7ba304-7e93-450f-9772-5e60c5f14032 {
  box-shadow:0px 0px 0px 0px ;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-left: 160px;
padding-right: 160px;
max-width: 950px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bd7ba304-7e93-450f-9772-5e60c5f14032 {
  display: none;
}
#s-bd7ba304-7e93-450f-9772-5e60c5f14032, #wrap-s-bd7ba304-7e93-450f-9772-5e60c5f14032 { display:none !important; }}@media (max-width: 767px){#s-bd7ba304-7e93-450f-9772-5e60c5f14032 {
  display: none;
}
#s-bd7ba304-7e93-450f-9772-5e60c5f14032, #wrap-s-bd7ba304-7e93-450f-9772-5e60c5f14032 { display:none !important; }}
@media (min-width: 0px) {
[id="s-bd7ba304-7e93-450f-9772-5e60c5f14032"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd7ba304-7e93-450f-9772-5e60c5f14032"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bd7ba304-7e93-450f-9772-5e60c5f14032"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd7ba304-7e93-450f-9772-5e60c5f14032"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ce09e510-794a-48f2-a8ca-46fb91b41b9c {
  text-align: right;
}




  #s-ce09e510-794a-48f2-a8ca-46fb91b41b9c img.shogun-image {
    
    width: px;
  }


#s-ce09e510-794a-48f2-a8ca-46fb91b41b9c .shogun-image-content {
  
    align-items: center;
  
}

#s-f0b236b6-1af7-4371-a57a-d54b82546b8b {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: right;
}




  #s-f0b236b6-1af7-4371-a57a-d54b82546b8b img.shogun-image {
    
    width: px;
  }


#s-f0b236b6-1af7-4371-a57a-d54b82546b8b .shogun-image-content {
  
    align-items: center;
  
}

#s-2acbfdf8-93a5-46d1-9035-b080783f0f47 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 750px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2acbfdf8-93a5-46d1-9035-b080783f0f47 {
  display: none;
}
#s-2acbfdf8-93a5-46d1-9035-b080783f0f47, #wrap-s-2acbfdf8-93a5-46d1-9035-b080783f0f47 { display:none !important; }}
#s-5da8005b-5360-49dc-9938-82048d1700cd {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-left: 80px;
padding-right: 80px;
}
@media (min-width: 1200px){#s-5da8005b-5360-49dc-9938-82048d1700cd {
  display: none;
}
#s-5da8005b-5360-49dc-9938-82048d1700cd, #wrap-s-5da8005b-5360-49dc-9938-82048d1700cd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5da8005b-5360-49dc-9938-82048d1700cd {
  display: none;
}
#s-5da8005b-5360-49dc-9938-82048d1700cd, #wrap-s-5da8005b-5360-49dc-9938-82048d1700cd { display:none !important; }}@media (max-width: 767px){#s-5da8005b-5360-49dc-9938-82048d1700cd {
  display: none;
}
#s-5da8005b-5360-49dc-9938-82048d1700cd, #wrap-s-5da8005b-5360-49dc-9938-82048d1700cd { display:none !important; }}
@media (min-width: 0px) {
[id="s-5da8005b-5360-49dc-9938-82048d1700cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5da8005b-5360-49dc-9938-82048d1700cd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5da8005b-5360-49dc-9938-82048d1700cd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5da8005b-5360-49dc-9938-82048d1700cd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9448f751-0c2f-4c80-8d5a-5283e18582d0 {
  text-align: right;
}




  #s-9448f751-0c2f-4c80-8d5a-5283e18582d0 img.shogun-image {
    
    width: px;
  }


#s-9448f751-0c2f-4c80-8d5a-5283e18582d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-6ba38df4-d362-40b9-8e27-6107a91a3722 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: right;
}




  #s-6ba38df4-d362-40b9-8e27-6107a91a3722 img.shogun-image {
    
    width: px;
  }


#s-6ba38df4-d362-40b9-8e27-6107a91a3722 .shogun-image-content {
  
    align-items: center;
  
}

#s-2c0e9c2c-6757-491b-b8a2-94b685843356 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-left: 40px;
padding-right: 40px;
max-width: 750px;
}
@media (min-width: 1200px){#s-2c0e9c2c-6757-491b-b8a2-94b685843356 {
  display: none;
}
#s-2c0e9c2c-6757-491b-b8a2-94b685843356, #wrap-s-2c0e9c2c-6757-491b-b8a2-94b685843356 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2c0e9c2c-6757-491b-b8a2-94b685843356 {
  display: none;
}
#s-2c0e9c2c-6757-491b-b8a2-94b685843356, #wrap-s-2c0e9c2c-6757-491b-b8a2-94b685843356 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2c0e9c2c-6757-491b-b8a2-94b685843356 {
  
}
}@media (max-width: 767px){#s-2c0e9c2c-6757-491b-b8a2-94b685843356 {
  display: none;
}
#s-2c0e9c2c-6757-491b-b8a2-94b685843356, #wrap-s-2c0e9c2c-6757-491b-b8a2-94b685843356 { display:none !important; }}
#s-6cbd7d14-6961-485a-9529-5d0dd73eff91 {
  margin-left: 150px;
margin-right: 150px;
padding-left: 100px;
padding-right: 100px;
}
@media (min-width: 1200px){#s-6cbd7d14-6961-485a-9529-5d0dd73eff91 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6cbd7d14-6961-485a-9529-5d0dd73eff91 {
  display: none;
}
#s-6cbd7d14-6961-485a-9529-5d0dd73eff91, #wrap-s-6cbd7d14-6961-485a-9529-5d0dd73eff91 { display:none !important; }}@media (max-width: 767px){#s-6cbd7d14-6961-485a-9529-5d0dd73eff91 {
  display: none;
}
#s-6cbd7d14-6961-485a-9529-5d0dd73eff91, #wrap-s-6cbd7d14-6961-485a-9529-5d0dd73eff91 { display:none !important; }}
#s-6cbd7d14-6961-485a-9529-5d0dd73eff91 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-f6540870-cb9b-4295-96f2-a8ba5841cc45 {
  padding-left: 50px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-f6540870-cb9b-4295-96f2-a8ba5841cc45 {
  display: none;
}
#s-f6540870-cb9b-4295-96f2-a8ba5841cc45, #wrap-s-f6540870-cb9b-4295-96f2-a8ba5841cc45 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f6540870-cb9b-4295-96f2-a8ba5841cc45 {
  display: none;
}
#s-f6540870-cb9b-4295-96f2-a8ba5841cc45, #wrap-s-f6540870-cb9b-4295-96f2-a8ba5841cc45 { display:none !important; }}
#s-f6540870-cb9b-4295-96f2-a8ba5841cc45 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-e78abb6d-0fd2-4059-8982-4f81e03b8bd7 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-e78abb6d-0fd2-4059-8982-4f81e03b8bd7 {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-e78abb6d-0fd2-4059-8982-4f81e03b8bd7 {
  margin-left: -10px;
margin-right: -10px;
}
}







#s-e78abb6d-0fd2-4059-8982-4f81e03b8bd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e78abb6d-0fd2-4059-8982-4f81e03b8bd7.shg-box.shg-c {
  justify-content: center;
}

#s-fb41d2b9-3859-4744-8c08-7d85808168a8 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fb41d2b9-3859-4744-8c08-7d85808168a8 {
  max-width: 700px;
}
}@media (max-width: 767px){#s-fb41d2b9-3859-4744-8c08-7d85808168a8 {
  margin-left: 20px;
margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-fb41d2b9-3859-4744-8c08-7d85808168a8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fb41d2b9-3859-4744-8c08-7d85808168a8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fb41d2b9-3859-4744-8c08-7d85808168a8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb41d2b9-3859-4744-8c08-7d85808168a8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9f9ccbe1-0747-4195-9869-a73255724a89 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.25);
margin-top: 15px;
margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}
@media (max-width: 767px){#s-9f9ccbe1-0747-4195-9869-a73255724a89 {
  margin-left: -40px;
margin-bottom: 20px;
margin-right: -40px;
max-width: 450px;
}
}



  #s-9f9ccbe1-0747-4195-9869-a73255724a89 img.shogun-image {
    
    width: px;
  }


#s-9f9ccbe1-0747-4195-9869-a73255724a89 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f2050cc-366b-4b30-9b0d-f33c0193b604 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(112, 112, 112, 1);
border-style: solid;
min-height: 50px;
}








#s-1f2050cc-366b-4b30-9b0d-f33c0193b604 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f2050cc-366b-4b30-9b0d-f33c0193b604.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-a93cfa0b-96ee-4a60-b937-554fd8951349 {
  display: none;
}
#s-a93cfa0b-96ee-4a60-b937-554fd8951349, #wrap-s-a93cfa0b-96ee-4a60-b937-554fd8951349 { display:none !important; }}@media (max-width: 767px){#s-a93cfa0b-96ee-4a60-b937-554fd8951349 {
  display: none;
}
#s-a93cfa0b-96ee-4a60-b937-554fd8951349, #wrap-s-a93cfa0b-96ee-4a60-b937-554fd8951349 { display:none !important; }}
@media (min-width: 1200px){#s-fc96e90f-b235-467c-8ac9-46b3248a3424 {
  display: none;
}
#s-fc96e90f-b235-467c-8ac9-46b3248a3424, #wrap-s-fc96e90f-b235-467c-8ac9-46b3248a3424 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fc96e90f-b235-467c-8ac9-46b3248a3424 {
  display: none;
}
#s-fc96e90f-b235-467c-8ac9-46b3248a3424, #wrap-s-fc96e90f-b235-467c-8ac9-46b3248a3424 { display:none !important; }}@media (max-width: 767px){#s-fc96e90f-b235-467c-8ac9-46b3248a3424 {
  margin-left: -20px;
margin-right: -20px;
}
}
#s-41287cf7-6322-43f2-bd6c-f03d165ea6f4 {
  margin-left: 150px;
margin-right: 150px;
padding-left: 100px;
padding-right: 100px;
}
@media (min-width: 1200px){#s-41287cf7-6322-43f2-bd6c-f03d165ea6f4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-41287cf7-6322-43f2-bd6c-f03d165ea6f4 {
  display: none;
}
#s-41287cf7-6322-43f2-bd6c-f03d165ea6f4, #wrap-s-41287cf7-6322-43f2-bd6c-f03d165ea6f4 { display:none !important; }}@media (max-width: 767px){#s-41287cf7-6322-43f2-bd6c-f03d165ea6f4 {
  display: none;
}
#s-41287cf7-6322-43f2-bd6c-f03d165ea6f4, #wrap-s-41287cf7-6322-43f2-bd6c-f03d165ea6f4 { display:none !important; }}
#s-41287cf7-6322-43f2-bd6c-f03d165ea6f4 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-0fc13315-9e23-4715-acdd-23c1b3e19430 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
background-color: rgba(255, 255, 255, 0);
}








#s-0fc13315-9e23-4715-acdd-23c1b3e19430 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0fc13315-9e23-4715-acdd-23c1b3e19430.shg-box.shg-c {
  justify-content: center;
}

#s-c017ec90-9c22-47f2-b276-365393471284 {
  padding-left: 50px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-c017ec90-9c22-47f2-b276-365393471284 {
  display: none;
}
#s-c017ec90-9c22-47f2-b276-365393471284, #wrap-s-c017ec90-9c22-47f2-b276-365393471284 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c017ec90-9c22-47f2-b276-365393471284 {
  display: none;
}
#s-c017ec90-9c22-47f2-b276-365393471284, #wrap-s-c017ec90-9c22-47f2-b276-365393471284 { display:none !important; }}
#s-c017ec90-9c22-47f2-b276-365393471284 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-d011392a-c323-4a1a-be22-1354af216d60 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 1000px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d011392a-c323-4a1a-be22-1354af216d60 {
  max-width: 700px;
}
}
@media (min-width: 0px) {
[id="s-d011392a-c323-4a1a-be22-1354af216d60"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d011392a-c323-4a1a-be22-1354af216d60"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d011392a-c323-4a1a-be22-1354af216d60"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d011392a-c323-4a1a-be22-1354af216d60"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-d011392a-c323-4a1a-be22-1354af216d60"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-101999fe-ce4e-43fd-bd2a-50ee141095f7 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-101999fe-ce4e-43fd-bd2a-50ee141095f7 {
  margin-left: 20px;
}
}@media (max-width: 767px){#s-101999fe-ce4e-43fd-bd2a-50ee141095f7 {
  margin-left: -20px;
margin-right: -20px;
}
}







#s-101999fe-ce4e-43fd-bd2a-50ee141095f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-101999fe-ce4e-43fd-bd2a-50ee141095f7.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-6ea5dab2-ee3d-4840-a717-7cf8a0e18133 {
  display: none;
}
#s-6ea5dab2-ee3d-4840-a717-7cf8a0e18133, #wrap-s-6ea5dab2-ee3d-4840-a717-7cf8a0e18133 { display:none !important; }}@media (max-width: 767px){#s-6ea5dab2-ee3d-4840-a717-7cf8a0e18133 {
  display: none;
}
#s-6ea5dab2-ee3d-4840-a717-7cf8a0e18133, #wrap-s-6ea5dab2-ee3d-4840-a717-7cf8a0e18133 { display:none !important; }}
@media (min-width: 1200px){#s-301a0571-e881-4334-95f2-d7e15d90d673 {
  display: none;
}
#s-301a0571-e881-4334-95f2-d7e15d90d673, #wrap-s-301a0571-e881-4334-95f2-d7e15d90d673 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-301a0571-e881-4334-95f2-d7e15d90d673 {
  display: none;
}
#s-301a0571-e881-4334-95f2-d7e15d90d673, #wrap-s-301a0571-e881-4334-95f2-d7e15d90d673 { display:none !important; }}@media (max-width: 767px){#s-301a0571-e881-4334-95f2-d7e15d90d673 {
  margin-left: -20px;
margin-right: -20px;
}
}
#s-24e947a2-e485-4090-b9e6-5aa451f1aa38 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(112, 112, 112, 1);
border-style: solid;
min-height: 50px;
}
@media (max-width: 767px){#s-24e947a2-e485-4090-b9e6-5aa451f1aa38 {
  margin-left: -90px;
margin-right: -90px;
}
}







#s-24e947a2-e485-4090-b9e6-5aa451f1aa38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24e947a2-e485-4090-b9e6-5aa451f1aa38.shg-box.shg-c {
  justify-content: center;
}

#s-1214ce3d-c50e-4c64-a686-c9e927e129e5 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}
@media (max-width: 767px){#s-1214ce3d-c50e-4c64-a686-c9e927e129e5 {
  margin-left: 0px;
margin-right: 0px;
max-width: 450px;
}
}



  #s-1214ce3d-c50e-4c64-a686-c9e927e129e5 img.shogun-image {
    
    width: px;
  }


#s-1214ce3d-c50e-4c64-a686-c9e927e129e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-c08bd89a-5939-4b7a-96a5-096d47d82754 {
  margin-left: 150px;
margin-right: 150px;
padding-left: 100px;
padding-right: 100px;
}
@media (min-width: 1200px){#s-c08bd89a-5939-4b7a-96a5-096d47d82754 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c08bd89a-5939-4b7a-96a5-096d47d82754 {
  display: none;
}
#s-c08bd89a-5939-4b7a-96a5-096d47d82754, #wrap-s-c08bd89a-5939-4b7a-96a5-096d47d82754 { display:none !important; }}@media (max-width: 767px){#s-c08bd89a-5939-4b7a-96a5-096d47d82754 {
  display: none;
}
#s-c08bd89a-5939-4b7a-96a5-096d47d82754, #wrap-s-c08bd89a-5939-4b7a-96a5-096d47d82754 { display:none !important; }}
#s-c08bd89a-5939-4b7a-96a5-096d47d82754 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-50804510-0eb7-41ef-805f-c37d05551e98 {
  padding-left: 50px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-50804510-0eb7-41ef-805f-c37d05551e98 {
  display: none;
}
#s-50804510-0eb7-41ef-805f-c37d05551e98, #wrap-s-50804510-0eb7-41ef-805f-c37d05551e98 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-50804510-0eb7-41ef-805f-c37d05551e98 {
  display: none;
}
#s-50804510-0eb7-41ef-805f-c37d05551e98, #wrap-s-50804510-0eb7-41ef-805f-c37d05551e98 { display:none !important; }}
#s-50804510-0eb7-41ef-805f-c37d05551e98 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-e17ffde7-81e9-4d04-b6f1-863b22504c0d {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-e17ffde7-81e9-4d04-b6f1-863b22504c0d {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-e17ffde7-81e9-4d04-b6f1-863b22504c0d {
  margin-left: -10px;
margin-right: -10px;
}
}







#s-e17ffde7-81e9-4d04-b6f1-863b22504c0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e17ffde7-81e9-4d04-b6f1-863b22504c0d.shg-box.shg-c {
  justify-content: center;
}

#s-f708417a-8b78-40af-81bc-6cf89e884074 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f708417a-8b78-40af-81bc-6cf89e884074 {
  max-width: 700px;
}
}@media (max-width: 767px){#s-f708417a-8b78-40af-81bc-6cf89e884074 {
  margin-left: 20px;
margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-f708417a-8b78-40af-81bc-6cf89e884074"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f708417a-8b78-40af-81bc-6cf89e884074"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f708417a-8b78-40af-81bc-6cf89e884074"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f708417a-8b78-40af-81bc-6cf89e884074"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8240b46d-ecdb-4d0a-9114-8a0d96ac5d67 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}
@media (max-width: 767px){#s-8240b46d-ecdb-4d0a-9114-8a0d96ac5d67 {
  margin-left: -20px;
margin-bottom: 20px;
margin-right: -20px;
max-width: 600px;
}
}



  #s-8240b46d-ecdb-4d0a-9114-8a0d96ac5d67 img.shogun-image {
    
    width: px;
  }


#s-8240b46d-ecdb-4d0a-9114-8a0d96ac5d67 .shogun-image-content {
  
    align-items: center;
  
}

#s-a33548a2-e993-49e7-b9ef-30a7f928691c {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(112, 112, 112, 1);
border-style: solid;
min-height: 50px;
}








#s-a33548a2-e993-49e7-b9ef-30a7f928691c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a33548a2-e993-49e7-b9ef-30a7f928691c.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-b105b084-a524-461a-9f1c-d25025de701c {
  display: none;
}
#s-b105b084-a524-461a-9f1c-d25025de701c, #wrap-s-b105b084-a524-461a-9f1c-d25025de701c { display:none !important; }}@media (max-width: 767px){#s-b105b084-a524-461a-9f1c-d25025de701c {
  display: none;
}
#s-b105b084-a524-461a-9f1c-d25025de701c, #wrap-s-b105b084-a524-461a-9f1c-d25025de701c { display:none !important; }}
@media (min-width: 1200px){#s-8aa509ae-1d68-475a-8a1d-80f8fbc88d80 {
  display: none;
}
#s-8aa509ae-1d68-475a-8a1d-80f8fbc88d80, #wrap-s-8aa509ae-1d68-475a-8a1d-80f8fbc88d80 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8aa509ae-1d68-475a-8a1d-80f8fbc88d80 {
  display: none;
}
#s-8aa509ae-1d68-475a-8a1d-80f8fbc88d80, #wrap-s-8aa509ae-1d68-475a-8a1d-80f8fbc88d80 { display:none !important; }}@media (max-width: 767px){#s-8aa509ae-1d68-475a-8a1d-80f8fbc88d80 {
  margin-left: -20px;
margin-right: -20px;
}
}
#s-b224cd7a-734d-4127-b128-62d0f46b38f3 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
background-color: rgba(255, 255, 255, 0);
}








#s-b224cd7a-734d-4127-b128-62d0f46b38f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b224cd7a-734d-4127-b128-62d0f46b38f3.shg-box.shg-c {
  justify-content: center;
}

#s-b77b555d-f9d8-4cf2-8349-8ff7c695babb {
  padding-left: 50px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-b77b555d-f9d8-4cf2-8349-8ff7c695babb {
  display: none;
}
#s-b77b555d-f9d8-4cf2-8349-8ff7c695babb, #wrap-s-b77b555d-f9d8-4cf2-8349-8ff7c695babb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b77b555d-f9d8-4cf2-8349-8ff7c695babb {
  display: none;
}
#s-b77b555d-f9d8-4cf2-8349-8ff7c695babb, #wrap-s-b77b555d-f9d8-4cf2-8349-8ff7c695babb { display:none !important; }}
#s-b77b555d-f9d8-4cf2-8349-8ff7c695babb hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-6401b51e-f70d-41c7-9e75-261f798ab382 {
  margin-left: 150px;
margin-right: 150px;
padding-left: 100px;
padding-right: 100px;
}
@media (min-width: 1200px){#s-6401b51e-f70d-41c7-9e75-261f798ab382 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6401b51e-f70d-41c7-9e75-261f798ab382 {
  display: none;
}
#s-6401b51e-f70d-41c7-9e75-261f798ab382, #wrap-s-6401b51e-f70d-41c7-9e75-261f798ab382 { display:none !important; }}@media (max-width: 767px){#s-6401b51e-f70d-41c7-9e75-261f798ab382 {
  display: none;
}
#s-6401b51e-f70d-41c7-9e75-261f798ab382, #wrap-s-6401b51e-f70d-41c7-9e75-261f798ab382 { display:none !important; }}
#s-6401b51e-f70d-41c7-9e75-261f798ab382 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-0db4d083-55ba-485b-8546-df677248edb3 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
background-color: rgba(255, 255, 255, 0);
}








#s-0db4d083-55ba-485b-8546-df677248edb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0db4d083-55ba-485b-8546-df677248edb3.shg-box.shg-c {
  justify-content: center;
}

#s-44753eb7-7e41-4415-a07b-ccea902f1619 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 1000px;
}
@media (min-width: 768px) and (max-width: 991px){#s-44753eb7-7e41-4415-a07b-ccea902f1619 {
  max-width: 700px;
}
}
@media (min-width: 0px) {
[id="s-44753eb7-7e41-4415-a07b-ccea902f1619"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-44753eb7-7e41-4415-a07b-ccea902f1619"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-44753eb7-7e41-4415-a07b-ccea902f1619"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-44753eb7-7e41-4415-a07b-ccea902f1619"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-44753eb7-7e41-4415-a07b-ccea902f1619"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-5560bdc2-b76c-46ef-aeac-95664e6f0638 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-5560bdc2-b76c-46ef-aeac-95664e6f0638 {
  margin-left: 20px;
}
}@media (max-width: 767px){#s-5560bdc2-b76c-46ef-aeac-95664e6f0638 {
  margin-left: -20px;
margin-right: -20px;
}
}







#s-5560bdc2-b76c-46ef-aeac-95664e6f0638 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5560bdc2-b76c-46ef-aeac-95664e6f0638.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-75834271-2fab-469e-888f-d2decc18c4e8 {
  display: none;
}
#s-75834271-2fab-469e-888f-d2decc18c4e8, #wrap-s-75834271-2fab-469e-888f-d2decc18c4e8 { display:none !important; }}@media (max-width: 767px){#s-75834271-2fab-469e-888f-d2decc18c4e8 {
  display: none;
}
#s-75834271-2fab-469e-888f-d2decc18c4e8, #wrap-s-75834271-2fab-469e-888f-d2decc18c4e8 { display:none !important; }}
@media (min-width: 1200px){#s-5c2a6738-dc8e-4200-aaae-d7cbe7920b74 {
  display: none;
}
#s-5c2a6738-dc8e-4200-aaae-d7cbe7920b74, #wrap-s-5c2a6738-dc8e-4200-aaae-d7cbe7920b74 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5c2a6738-dc8e-4200-aaae-d7cbe7920b74 {
  display: none;
}
#s-5c2a6738-dc8e-4200-aaae-d7cbe7920b74, #wrap-s-5c2a6738-dc8e-4200-aaae-d7cbe7920b74 { display:none !important; }}@media (max-width: 767px){#s-5c2a6738-dc8e-4200-aaae-d7cbe7920b74 {
  margin-left: -10px;
margin-right: -10px;
}
}
#s-6d645d6e-d5a3-4046-958a-a4518819d137 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(112, 112, 112, 1);
border-style: solid;
min-height: 50px;
}
@media (max-width: 767px){#s-6d645d6e-d5a3-4046-958a-a4518819d137 {
  margin-left: -90px;
margin-right: -90px;
}
}







#s-6d645d6e-d5a3-4046-958a-a4518819d137 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d645d6e-d5a3-4046-958a-a4518819d137.shg-box.shg-c {
  justify-content: center;
}

#s-d810f243-bcb7-43d6-89d8-ed7ae39bf21e {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}
@media (max-width: 767px){#s-d810f243-bcb7-43d6-89d8-ed7ae39bf21e {
  margin-left: 60px;
margin-right: 60px;
max-width: 600px;
}
}



  #s-d810f243-bcb7-43d6-89d8-ed7ae39bf21e img.shogun-image {
    
    width: px;
  }


#s-d810f243-bcb7-43d6-89d8-ed7ae39bf21e .shogun-image-content {
  
    align-items: center;
  
}

#s-23d7ad7b-a41b-440f-b7d4-a7f90d7716f1 {
  padding-left: 50px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-23d7ad7b-a41b-440f-b7d4-a7f90d7716f1 {
  display: none;
}
#s-23d7ad7b-a41b-440f-b7d4-a7f90d7716f1, #wrap-s-23d7ad7b-a41b-440f-b7d4-a7f90d7716f1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-23d7ad7b-a41b-440f-b7d4-a7f90d7716f1 {
  display: none;
}
#s-23d7ad7b-a41b-440f-b7d4-a7f90d7716f1, #wrap-s-23d7ad7b-a41b-440f-b7d4-a7f90d7716f1 { display:none !important; }}
#s-23d7ad7b-a41b-440f-b7d4-a7f90d7716f1 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-782f89b9-b9b4-4cd4-88e9-c285fbd7548a {
  margin-left: 150px;
margin-right: 150px;
padding-left: 100px;
padding-right: 100px;
}
@media (min-width: 1200px){#s-782f89b9-b9b4-4cd4-88e9-c285fbd7548a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-782f89b9-b9b4-4cd4-88e9-c285fbd7548a {
  display: none;
}
#s-782f89b9-b9b4-4cd4-88e9-c285fbd7548a, #wrap-s-782f89b9-b9b4-4cd4-88e9-c285fbd7548a { display:none !important; }}@media (max-width: 767px){#s-782f89b9-b9b4-4cd4-88e9-c285fbd7548a {
  display: none;
}
#s-782f89b9-b9b4-4cd4-88e9-c285fbd7548a, #wrap-s-782f89b9-b9b4-4cd4-88e9-c285fbd7548a { display:none !important; }}
#s-782f89b9-b9b4-4cd4-88e9-c285fbd7548a hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-13f607cd-4789-4f52-980c-a489ab007f9e {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-13f607cd-4789-4f52-980c-a489ab007f9e {
  display: none;
}
#s-13f607cd-4789-4f52-980c-a489ab007f9e, #wrap-s-13f607cd-4789-4f52-980c-a489ab007f9e { display:none !important; }}@media (max-width: 767px){#s-13f607cd-4789-4f52-980c-a489ab007f9e {
  display: none;
}
#s-13f607cd-4789-4f52-980c-a489ab007f9e, #wrap-s-13f607cd-4789-4f52-980c-a489ab007f9e { display:none !important; }}







#s-13f607cd-4789-4f52-980c-a489ab007f9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13f607cd-4789-4f52-980c-a489ab007f9e.shg-box.shg-c {
  justify-content: center;
}

#s-fc0221eb-27bf-4047-a91a-617d4d29ae83 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 1000px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fc0221eb-27bf-4047-a91a-617d4d29ae83 {
  max-width: 700px;
}
}
@media (min-width: 0px) {
[id="s-fc0221eb-27bf-4047-a91a-617d4d29ae83"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc0221eb-27bf-4047-a91a-617d4d29ae83"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fc0221eb-27bf-4047-a91a-617d4d29ae83"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc0221eb-27bf-4047-a91a-617d4d29ae83"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-fc0221eb-27bf-4047-a91a-617d4d29ae83"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-e445c479-118f-4fc5-8f7e-50ed1174a9e1 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-e445c479-118f-4fc5-8f7e-50ed1174a9e1 {
  margin-left: 20px;
}
}@media (max-width: 767px){#s-e445c479-118f-4fc5-8f7e-50ed1174a9e1 {
  margin-left: -20px;
margin-right: -20px;
}
}







#s-e445c479-118f-4fc5-8f7e-50ed1174a9e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e445c479-118f-4fc5-8f7e-50ed1174a9e1.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-8c072b77-3841-4d25-bd90-2921d60625ab {
  display: none;
}
#s-8c072b77-3841-4d25-bd90-2921d60625ab, #wrap-s-8c072b77-3841-4d25-bd90-2921d60625ab { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8c072b77-3841-4d25-bd90-2921d60625ab {
  display: none;
}
#s-8c072b77-3841-4d25-bd90-2921d60625ab, #wrap-s-8c072b77-3841-4d25-bd90-2921d60625ab { display:none !important; }}@media (max-width: 767px){#s-8c072b77-3841-4d25-bd90-2921d60625ab {
  margin-left: -10px;
margin-right: -10px;
}
}
#s-9a22499a-73fa-4690-80a5-784480a3caca {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}
@media (max-width: 767px){#s-9a22499a-73fa-4690-80a5-784480a3caca {
  max-width: 600px;
}
}



  #s-9a22499a-73fa-4690-80a5-784480a3caca img.shogun-image {
    
    width: px;
  }


#s-9a22499a-73fa-4690-80a5-784480a3caca .shogun-image-content {
  
    align-items: center;
  
}

#s-71b03274-076f-46c5-a772-70def7e0a3af {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(112, 112, 112, 1);
border-style: solid;
min-height: 50px;
}
@media (max-width: 767px){#s-71b03274-076f-46c5-a772-70def7e0a3af {
  margin-left: -90px;
margin-right: -90px;
}
}







#s-71b03274-076f-46c5-a772-70def7e0a3af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71b03274-076f-46c5-a772-70def7e0a3af.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-09efa0ee-c425-4f35-b715-6aa2769b165f {
  display: none;
}
#s-09efa0ee-c425-4f35-b715-6aa2769b165f, #wrap-s-09efa0ee-c425-4f35-b715-6aa2769b165f { display:none !important; }}@media (max-width: 767px){#s-09efa0ee-c425-4f35-b715-6aa2769b165f {
  display: none;
}
#s-09efa0ee-c425-4f35-b715-6aa2769b165f, #wrap-s-09efa0ee-c425-4f35-b715-6aa2769b165f { display:none !important; }}
#s-1e7fc8cb-fcc4-434d-86ae-087a8681f057 {
  padding-left: 50px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-1e7fc8cb-fcc4-434d-86ae-087a8681f057 {
  display: none;
}
#s-1e7fc8cb-fcc4-434d-86ae-087a8681f057, #wrap-s-1e7fc8cb-fcc4-434d-86ae-087a8681f057 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1e7fc8cb-fcc4-434d-86ae-087a8681f057 {
  display: none;
}
#s-1e7fc8cb-fcc4-434d-86ae-087a8681f057, #wrap-s-1e7fc8cb-fcc4-434d-86ae-087a8681f057 { display:none !important; }}
#s-1e7fc8cb-fcc4-434d-86ae-087a8681f057 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-dc40aa7d-d918-4635-b1cc-efd97363a331 {
  margin-left: 150px;
margin-right: 150px;
padding-left: 100px;
padding-right: 100px;
}
@media (min-width: 1200px){#s-dc40aa7d-d918-4635-b1cc-efd97363a331 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dc40aa7d-d918-4635-b1cc-efd97363a331 {
  display: none;
}
#s-dc40aa7d-d918-4635-b1cc-efd97363a331, #wrap-s-dc40aa7d-d918-4635-b1cc-efd97363a331 { display:none !important; }}@media (max-width: 767px){#s-dc40aa7d-d918-4635-b1cc-efd97363a331 {
  display: none;
}
#s-dc40aa7d-d918-4635-b1cc-efd97363a331, #wrap-s-dc40aa7d-d918-4635-b1cc-efd97363a331 { display:none !important; }}
#s-dc40aa7d-d918-4635-b1cc-efd97363a331 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-45babe8d-e817-40c4-8989-e0dc9d9f4730 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-45babe8d-e817-40c4-8989-e0dc9d9f4730 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45babe8d-e817-40c4-8989-e0dc9d9f4730.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-dc476402-5085-46b9-8a8f-865befc2de52 {
  display: none;
}
#s-dc476402-5085-46b9-8a8f-865befc2de52, #wrap-s-dc476402-5085-46b9-8a8f-865befc2de52 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dc476402-5085-46b9-8a8f-865befc2de52 {
  display: none;
}
#s-dc476402-5085-46b9-8a8f-865befc2de52, #wrap-s-dc476402-5085-46b9-8a8f-865befc2de52 { display:none !important; }}@media (max-width: 767px){#s-dc476402-5085-46b9-8a8f-865befc2de52 {
  margin-left: -20px;
margin-right: -20px;
}
}
#s-16c89bc1-b4d3-4392-89fb-eeede41b6fe2 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
background-color: rgba(255, 255, 255, 0);
}








#s-16c89bc1-b4d3-4392-89fb-eeede41b6fe2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16c89bc1-b4d3-4392-89fb-eeede41b6fe2.shg-box.shg-c {
  justify-content: center;
}

#s-46012172-dcd5-45e3-b56f-b880d8dc92ff {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 1000px;
}
@media (min-width: 768px) and (max-width: 991px){#s-46012172-dcd5-45e3-b56f-b880d8dc92ff {
  max-width: 700px;
}
}
@media (min-width: 0px) {
[id="s-46012172-dcd5-45e3-b56f-b880d8dc92ff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-46012172-dcd5-45e3-b56f-b880d8dc92ff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-46012172-dcd5-45e3-b56f-b880d8dc92ff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-46012172-dcd5-45e3-b56f-b880d8dc92ff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-46012172-dcd5-45e3-b56f-b880d8dc92ff"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-e488b3bd-e6e1-4332-89a2-7f52f32931a0 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-e488b3bd-e6e1-4332-89a2-7f52f32931a0 {
  margin-left: 20px;
}
}@media (max-width: 767px){#s-e488b3bd-e6e1-4332-89a2-7f52f32931a0 {
  margin-left: auto;
margin-right: auto;
}
}







#s-e488b3bd-e6e1-4332-89a2-7f52f32931a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e488b3bd-e6e1-4332-89a2-7f52f32931a0.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-96b83458-1817-4646-8d5d-4b1b69576759 {
  display: none;
}
#s-96b83458-1817-4646-8d5d-4b1b69576759, #wrap-s-96b83458-1817-4646-8d5d-4b1b69576759 { display:none !important; }}@media (max-width: 767px){#s-96b83458-1817-4646-8d5d-4b1b69576759 {
  display: none;
}
#s-96b83458-1817-4646-8d5d-4b1b69576759, #wrap-s-96b83458-1817-4646-8d5d-4b1b69576759 { display:none !important; }}
@media (min-width: 1200px){#s-cdeeefd9-1dd7-436e-931f-0bcac225d9a9 {
  display: none;
}
#s-cdeeefd9-1dd7-436e-931f-0bcac225d9a9, #wrap-s-cdeeefd9-1dd7-436e-931f-0bcac225d9a9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cdeeefd9-1dd7-436e-931f-0bcac225d9a9 {
  display: none;
}
#s-cdeeefd9-1dd7-436e-931f-0bcac225d9a9, #wrap-s-cdeeefd9-1dd7-436e-931f-0bcac225d9a9 { display:none !important; }}@media (max-width: 767px){#s-cdeeefd9-1dd7-436e-931f-0bcac225d9a9 {
  margin-left: auto;
margin-right: auto;
}
}
#s-d186476d-c63d-4b8c-ba76-a65a5c02eae0 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(112, 112, 112, 1);
border-style: solid;
min-height: 50px;
}
@media (max-width: 767px){#s-d186476d-c63d-4b8c-ba76-a65a5c02eae0 {
  margin-left: -90px;
margin-right: -90px;
}
}







#s-d186476d-c63d-4b8c-ba76-a65a5c02eae0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d186476d-c63d-4b8c-ba76-a65a5c02eae0.shg-box.shg-c {
  justify-content: center;
}

#s-325da3c1-cb63-4f0b-a24a-7bbb103bdf17 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}
@media (max-width: 767px){#s-325da3c1-cb63-4f0b-a24a-7bbb103bdf17 {
  margin-left: 60px;
margin-right: 60px;
max-width: 600px;
}
}



  #s-325da3c1-cb63-4f0b-a24a-7bbb103bdf17 img.shogun-image {
    
    width: px;
  }


#s-325da3c1-cb63-4f0b-a24a-7bbb103bdf17 .shogun-image-content {
  
    align-items: center;
  
}

#s-8f5401de-9938-454c-92ff-a512fef40c15 {
  padding-left: 50px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-8f5401de-9938-454c-92ff-a512fef40c15 {
  display: none;
}
#s-8f5401de-9938-454c-92ff-a512fef40c15, #wrap-s-8f5401de-9938-454c-92ff-a512fef40c15 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8f5401de-9938-454c-92ff-a512fef40c15 {
  display: none;
}
#s-8f5401de-9938-454c-92ff-a512fef40c15, #wrap-s-8f5401de-9938-454c-92ff-a512fef40c15 { display:none !important; }}
#s-8f5401de-9938-454c-92ff-a512fef40c15 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-c1924efc-da87-4de8-b46d-292936a6a829 {
  margin-top: 30px;
min-height: 50px;
}
@media (min-width: 1200px){#s-c1924efc-da87-4de8-b46d-292936a6a829 {
  display: none;
}
#s-c1924efc-da87-4de8-b46d-292936a6a829, #wrap-s-c1924efc-da87-4de8-b46d-292936a6a829 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c1924efc-da87-4de8-b46d-292936a6a829 {
  display: none;
}
#s-c1924efc-da87-4de8-b46d-292936a6a829, #wrap-s-c1924efc-da87-4de8-b46d-292936a6a829 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c1924efc-da87-4de8-b46d-292936a6a829 {
  display: none;
}
#s-c1924efc-da87-4de8-b46d-292936a6a829, #wrap-s-c1924efc-da87-4de8-b46d-292936a6a829 { display:none !important; }}







#s-c1924efc-da87-4de8-b46d-292936a6a829 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1924efc-da87-4de8-b46d-292936a6a829.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-eed9a79f-655a-4c07-96a1-03266b36da97"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-eed9a79f-655a-4c07-96a1-03266b36da97"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eed9a79f-655a-4c07-96a1-03266b36da97"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eed9a79f-655a-4c07-96a1-03266b36da97"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1f78c7c3-b943-4484-826d-fc6026afe00e {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-1f78c7c3-b943-4484-826d-fc6026afe00e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1f78c7c3-b943-4484-826d-fc6026afe00e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1f78c7c3-b943-4484-826d-fc6026afe00e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1f78c7c3-b943-4484-826d-fc6026afe00e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fc745160-c384-4322-9b74-85d98245447d {
  text-align: center;
}




  #s-fc745160-c384-4322-9b74-85d98245447d img.shogun-image {
    
    width: px;
  }


#s-fc745160-c384-4322-9b74-85d98245447d .shogun-image-content {
  
    align-items: center;
  
}

#s-7ea2111b-5ac7-4066-b086-ef48f7229099 {
  text-align: center;
}




  #s-7ea2111b-5ac7-4066-b086-ef48f7229099 img.shogun-image {
    
    width: px;
  }


#s-7ea2111b-5ac7-4066-b086-ef48f7229099 .shogun-image-content {
  
    align-items: center;
  
}

#s-212e220d-72d9-43af-accf-c8a9115ccbfb {
  margin-left: 95px;
margin-bottom: 30px;
margin-right: 95px;
text-align: center;
}




  #s-212e220d-72d9-43af-accf-c8a9115ccbfb img.shogun-image {
    
    width: px;
  }


#s-212e220d-72d9-43af-accf-c8a9115ccbfb .shogun-image-content {
  
    align-items: center;
  
}

#s-999776e1-f5f2-4370-94e1-3ab17ab2a6af {
  margin-top: 30px;
min-height: 50px;
}
@media (min-width: 1200px){#s-999776e1-f5f2-4370-94e1-3ab17ab2a6af {
  display: none;
}
#s-999776e1-f5f2-4370-94e1-3ab17ab2a6af, #wrap-s-999776e1-f5f2-4370-94e1-3ab17ab2a6af { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-999776e1-f5f2-4370-94e1-3ab17ab2a6af {
  display: none;
}
#s-999776e1-f5f2-4370-94e1-3ab17ab2a6af, #wrap-s-999776e1-f5f2-4370-94e1-3ab17ab2a6af { display:none !important; }}@media (max-width: 767px){#s-999776e1-f5f2-4370-94e1-3ab17ab2a6af {
  display: none;
}
#s-999776e1-f5f2-4370-94e1-3ab17ab2a6af, #wrap-s-999776e1-f5f2-4370-94e1-3ab17ab2a6af { display:none !important; }}







#s-999776e1-f5f2-4370-94e1-3ab17ab2a6af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-999776e1-f5f2-4370-94e1-3ab17ab2a6af.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-4fe76425-076f-4b92-8e6c-c5289e91a4af"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4fe76425-076f-4b92-8e6c-c5289e91a4af"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4fe76425-076f-4b92-8e6c-c5289e91a4af"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4fe76425-076f-4b92-8e6c-c5289e91a4af"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-aede1f7b-58c2-4370-833e-2d2879462e00 {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-aede1f7b-58c2-4370-833e-2d2879462e00"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-aede1f7b-58c2-4370-833e-2d2879462e00"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-aede1f7b-58c2-4370-833e-2d2879462e00"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-aede1f7b-58c2-4370-833e-2d2879462e00"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e55e9d64-16b4-4e69-b690-ecd631b818f3 {
  text-align: center;
}




  #s-e55e9d64-16b4-4e69-b690-ecd631b818f3 img.shogun-image {
    
    width: px;
  }


#s-e55e9d64-16b4-4e69-b690-ecd631b818f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-85c7d821-037a-473d-908e-8069167a236f {
  text-align: center;
}




  #s-85c7d821-037a-473d-908e-8069167a236f img.shogun-image {
    
    width: px;
  }


#s-85c7d821-037a-473d-908e-8069167a236f .shogun-image-content {
  
    align-items: center;
  
}

#s-17675f72-5576-4f25-a4b8-1ddec665604c {
  margin-left: 190px;
margin-bottom: 30px;
margin-right: 190px;
text-align: center;
}




  #s-17675f72-5576-4f25-a4b8-1ddec665604c img.shogun-image {
    
    width: px;
  }


#s-17675f72-5576-4f25-a4b8-1ddec665604c .shogun-image-content {
  
    align-items: center;
  
}

#s-15662671-9d98-47e3-8b6f-946112181c35 {
  margin-top: 30px;
min-height: 50px;
}
@media (min-width: 1200px){#s-15662671-9d98-47e3-8b6f-946112181c35 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-15662671-9d98-47e3-8b6f-946112181c35 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-15662671-9d98-47e3-8b6f-946112181c35 {
  display: none;
}
#s-15662671-9d98-47e3-8b6f-946112181c35, #wrap-s-15662671-9d98-47e3-8b6f-946112181c35 { display:none !important; }}@media (max-width: 767px){#s-15662671-9d98-47e3-8b6f-946112181c35 {
  display: none;
}
#s-15662671-9d98-47e3-8b6f-946112181c35, #wrap-s-15662671-9d98-47e3-8b6f-946112181c35 { display:none !important; }}







#s-15662671-9d98-47e3-8b6f-946112181c35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15662671-9d98-47e3-8b6f-946112181c35.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-13f38594-e5c7-4eec-aef6-6db44b74805a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-13f38594-e5c7-4eec-aef6-6db44b74805a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-13f38594-e5c7-4eec-aef6-6db44b74805a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-13f38594-e5c7-4eec-aef6-6db44b74805a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e23c0c10-db5f-45fd-b1f8-c867e1423a62 {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-e23c0c10-db5f-45fd-b1f8-c867e1423a62"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e23c0c10-db5f-45fd-b1f8-c867e1423a62"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e23c0c10-db5f-45fd-b1f8-c867e1423a62"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e23c0c10-db5f-45fd-b1f8-c867e1423a62"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-73851757-4d0d-453d-b9da-bd436405fe87 {
  text-align: center;
}




  #s-73851757-4d0d-453d-b9da-bd436405fe87 img.shogun-image {
    
    width: px;
  }


#s-73851757-4d0d-453d-b9da-bd436405fe87 .shogun-image-content {
  
    align-items: center;
  
}

#s-203fe6c5-b242-4443-ad1c-3e3f5540920b {
  text-align: center;
}




  #s-203fe6c5-b242-4443-ad1c-3e3f5540920b img.shogun-image {
    
    width: px;
  }


#s-203fe6c5-b242-4443-ad1c-3e3f5540920b .shogun-image-content {
  
    align-items: center;
  
}

#s-e2ebc9d9-513a-4dff-af67-d07149bc1dcf {
  margin-left: 245px;
margin-bottom: 30px;
margin-right: 245px;
text-align: center;
}




  #s-e2ebc9d9-513a-4dff-af67-d07149bc1dcf img.shogun-image {
    
    width: px;
  }


#s-e2ebc9d9-513a-4dff-af67-d07149bc1dcf .shogun-image-content {
  
    align-items: center;
  
}

#s-b334f34d-6099-4c39-8b82-2104a47b2973 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-b334f34d-6099-4c39-8b82-2104a47b2973 {
  display: none;
}
#s-b334f34d-6099-4c39-8b82-2104a47b2973, #wrap-s-b334f34d-6099-4c39-8b82-2104a47b2973 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b334f34d-6099-4c39-8b82-2104a47b2973 {
  display: none;
}
#s-b334f34d-6099-4c39-8b82-2104a47b2973, #wrap-s-b334f34d-6099-4c39-8b82-2104a47b2973 { display:none !important; }}







#s-b334f34d-6099-4c39-8b82-2104a47b2973 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b334f34d-6099-4c39-8b82-2104a47b2973.shg-box.shg-c {
  justify-content: center;
}

#s-80fc8427-b9c3-4a4b-9055-e8ef8216ce27 {
  margin-left: 150px;
margin-right: 150px;
padding-left: 100px;
padding-right: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-80fc8427-b9c3-4a4b-9055-e8ef8216ce27 {
  display: none;
}
#s-80fc8427-b9c3-4a4b-9055-e8ef8216ce27, #wrap-s-80fc8427-b9c3-4a4b-9055-e8ef8216ce27 { display:none !important; }}@media (max-width: 767px){#s-80fc8427-b9c3-4a4b-9055-e8ef8216ce27 {
  display: none;
}
#s-80fc8427-b9c3-4a4b-9055-e8ef8216ce27, #wrap-s-80fc8427-b9c3-4a4b-9055-e8ef8216ce27 { display:none !important; }}
#s-80fc8427-b9c3-4a4b-9055-e8ef8216ce27 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-5974aff6-1951-46b0-9d52-e67b21f47f72 {
  margin-top: 30px;
margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5974aff6-1951-46b0-9d52-e67b21f47f72 {
  display: none;
}
#s-5974aff6-1951-46b0-9d52-e67b21f47f72, #wrap-s-5974aff6-1951-46b0-9d52-e67b21f47f72 { display:none !important; }}@media (max-width: 767px){#s-5974aff6-1951-46b0-9d52-e67b21f47f72 {
  display: none;
}
#s-5974aff6-1951-46b0-9d52-e67b21f47f72, #wrap-s-5974aff6-1951-46b0-9d52-e67b21f47f72 { display:none !important; }}
#s-c19130cd-6575-4a01-bfb0-f2d0051e6ca4 {
  margin-top: 30px;
}
@media (min-width: 1200px){#s-c19130cd-6575-4a01-bfb0-f2d0051e6ca4 {
  display: none;
}
#s-c19130cd-6575-4a01-bfb0-f2d0051e6ca4, #wrap-s-c19130cd-6575-4a01-bfb0-f2d0051e6ca4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c19130cd-6575-4a01-bfb0-f2d0051e6ca4 {
  display: none;
}
#s-c19130cd-6575-4a01-bfb0-f2d0051e6ca4, #wrap-s-c19130cd-6575-4a01-bfb0-f2d0051e6ca4 { display:none !important; }}
.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

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

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

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

#s-abfb533d-24e6-4d43-a5ef-31e2b29b9657 {
  margin-left: auto;
margin-right: auto;
max-width: 850px;
}

#s-99956e9e-442d-4d92-95bf-0fb045bbb0f6 {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
max-width: 800px;
}
@media (min-width: 1200px){#s-99956e9e-442d-4d92-95bf-0fb045bbb0f6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-99956e9e-442d-4d92-95bf-0fb045bbb0f6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-99956e9e-442d-4d92-95bf-0fb045bbb0f6 {
  display: none;
}
#s-99956e9e-442d-4d92-95bf-0fb045bbb0f6, #wrap-s-99956e9e-442d-4d92-95bf-0fb045bbb0f6 { display:none !important; }}@media (max-width: 767px){#s-99956e9e-442d-4d92-95bf-0fb045bbb0f6 {
  display: none;
}
#s-99956e9e-442d-4d92-95bf-0fb045bbb0f6, #wrap-s-99956e9e-442d-4d92-95bf-0fb045bbb0f6 { display:none !important; }}
#s-e91c3d13-ea0f-4e01-b410-99297bbf323f {
  margin-top: 10px;
margin-left: 150px;
margin-right: 150px;
padding-left: 100px;
padding-right: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e91c3d13-ea0f-4e01-b410-99297bbf323f {
  display: none;
}
#s-e91c3d13-ea0f-4e01-b410-99297bbf323f, #wrap-s-e91c3d13-ea0f-4e01-b410-99297bbf323f { display:none !important; }}@media (max-width: 767px){#s-e91c3d13-ea0f-4e01-b410-99297bbf323f {
  display: none;
}
#s-e91c3d13-ea0f-4e01-b410-99297bbf323f, #wrap-s-e91c3d13-ea0f-4e01-b410-99297bbf323f { display:none !important; }}
#s-e91c3d13-ea0f-4e01-b410-99297bbf323f hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-bbb7621a-392e-4aa5-8a49-ec844a995265 {
  margin-top: 30px;
padding-left: 50px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-bbb7621a-392e-4aa5-8a49-ec844a995265 {
  display: none;
}
#s-bbb7621a-392e-4aa5-8a49-ec844a995265, #wrap-s-bbb7621a-392e-4aa5-8a49-ec844a995265 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bbb7621a-392e-4aa5-8a49-ec844a995265 {
  display: none;
}
#s-bbb7621a-392e-4aa5-8a49-ec844a995265, #wrap-s-bbb7621a-392e-4aa5-8a49-ec844a995265 { display:none !important; }}
#s-bbb7621a-392e-4aa5-8a49-ec844a995265 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-eada8fc6-8dcb-45aa-a322-09d84c6622a4 {
  margin-top: 50px;
}

#s-ce97c061-cdf2-4250-b44b-7a7ebfd8d80c {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-ce97c061-cdf2-4250-b44b-7a7ebfd8d80c {
  display: none;
}
#s-ce97c061-cdf2-4250-b44b-7a7ebfd8d80c, #wrap-s-ce97c061-cdf2-4250-b44b-7a7ebfd8d80c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ce97c061-cdf2-4250-b44b-7a7ebfd8d80c {
  display: none;
}
#s-ce97c061-cdf2-4250-b44b-7a7ebfd8d80c, #wrap-s-ce97c061-cdf2-4250-b44b-7a7ebfd8d80c { display:none !important; }}@media (max-width: 767px){#s-ce97c061-cdf2-4250-b44b-7a7ebfd8d80c {
  display: none;
}
#s-ce97c061-cdf2-4250-b44b-7a7ebfd8d80c, #wrap-s-ce97c061-cdf2-4250-b44b-7a7ebfd8d80c { display:none !important; }}







#s-ce97c061-cdf2-4250-b44b-7a7ebfd8d80c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce97c061-cdf2-4250-b44b-7a7ebfd8d80c.shg-box.shg-c {
  justify-content: center;
}

#s-8552bb70-00f0-4ace-b864-396bddb8480e {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 1000px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-8552bb70-00f0-4ace-b864-396bddb8480e {
  display: none;
}
#s-8552bb70-00f0-4ace-b864-396bddb8480e, #wrap-s-8552bb70-00f0-4ace-b864-396bddb8480e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8552bb70-00f0-4ace-b864-396bddb8480e {
  display: none;
}
#s-8552bb70-00f0-4ace-b864-396bddb8480e, #wrap-s-8552bb70-00f0-4ace-b864-396bddb8480e { display:none !important; }}@media (max-width: 767px){#s-8552bb70-00f0-4ace-b864-396bddb8480e {
  display: none;
}
#s-8552bb70-00f0-4ace-b864-396bddb8480e, #wrap-s-8552bb70-00f0-4ace-b864-396bddb8480e { display:none !important; }}
@media (min-width: 0px) {
[id="s-8552bb70-00f0-4ace-b864-396bddb8480e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 768px) {
[id="s-8552bb70-00f0-4ace-b864-396bddb8480e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.0px);
}

[id="s-8552bb70-00f0-4ace-b864-396bddb8480e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.0px);
}

[id="s-8552bb70-00f0-4ace-b864-396bddb8480e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-8552bb70-00f0-4ace-b864-396bddb8480e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.0px);
}

[id="s-8552bb70-00f0-4ace-b864-396bddb8480e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.0px);
}

[id="s-8552bb70-00f0-4ace-b864-396bddb8480e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-8552bb70-00f0-4ace-b864-396bddb8480e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.0px);
}

[id="s-8552bb70-00f0-4ace-b864-396bddb8480e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.0px);
}

[id="s-8552bb70-00f0-4ace-b864-396bddb8480e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

#s-0bdf1331-400e-4c40-91e2-180bfc761b01 {
  margin-top: 15px;
margin-bottom: -15px;
}

#s-4c6a797f-cc2d-403a-a1c5-628cf55902a3 {
  margin-top: -10px;
margin-left: -15px;
margin-bottom: -10px;
min-height: 70px;
max-width: 70px;
text-align: center;
}




  #s-4c6a797f-cc2d-403a-a1c5-628cf55902a3 img.shogun-image {
    
    width: px;
  }


#s-4c6a797f-cc2d-403a-a1c5-628cf55902a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-d0544820-9d83-4bd3-8f39-88c29b6f3f3d {
  margin-left: -15px;
margin-right: 80px;
}

#s-c1d5ca2f-66f6-447a-9827-d504c2c0337a {
  text-align: center;
}




  #s-c1d5ca2f-66f6-447a-9827-d504c2c0337a img.shogun-image {
    
    width: px;
  }


#s-c1d5ca2f-66f6-447a-9827-d504c2c0337a .shogun-image-content {
  
    align-items: center;
  
}

#s-2eb358ba-ee39-490c-83ad-6199302f1a8c {
  margin-left: 150px;
margin-right: 150px;
padding-left: 100px;
padding-right: 100px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-2eb358ba-ee39-490c-83ad-6199302f1a8c {
  display: none;
}
#s-2eb358ba-ee39-490c-83ad-6199302f1a8c, #wrap-s-2eb358ba-ee39-490c-83ad-6199302f1a8c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2eb358ba-ee39-490c-83ad-6199302f1a8c {
  display: none;
}
#s-2eb358ba-ee39-490c-83ad-6199302f1a8c, #wrap-s-2eb358ba-ee39-490c-83ad-6199302f1a8c { display:none !important; }}@media (max-width: 767px){#s-2eb358ba-ee39-490c-83ad-6199302f1a8c {
  display: none;
}
#s-2eb358ba-ee39-490c-83ad-6199302f1a8c, #wrap-s-2eb358ba-ee39-490c-83ad-6199302f1a8c { display:none !important; }}
#s-2eb358ba-ee39-490c-83ad-6199302f1a8c hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-d71167fd-20c2-4950-8ddf-18046361af0b {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 1000px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-d71167fd-20c2-4950-8ddf-18046361af0b {
  display: none;
}
#s-d71167fd-20c2-4950-8ddf-18046361af0b, #wrap-s-d71167fd-20c2-4950-8ddf-18046361af0b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d71167fd-20c2-4950-8ddf-18046361af0b {
  display: none;
}
#s-d71167fd-20c2-4950-8ddf-18046361af0b, #wrap-s-d71167fd-20c2-4950-8ddf-18046361af0b { display:none !important; }}@media (max-width: 767px){#s-d71167fd-20c2-4950-8ddf-18046361af0b {
  display: none;
}
#s-d71167fd-20c2-4950-8ddf-18046361af0b, #wrap-s-d71167fd-20c2-4950-8ddf-18046361af0b { display:none !important; }}
@media (min-width: 0px) {
[id="s-d71167fd-20c2-4950-8ddf-18046361af0b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 768px) {
[id="s-d71167fd-20c2-4950-8ddf-18046361af0b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.0px);
}

[id="s-d71167fd-20c2-4950-8ddf-18046361af0b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.0px);
}

[id="s-d71167fd-20c2-4950-8ddf-18046361af0b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-d71167fd-20c2-4950-8ddf-18046361af0b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.0px);
}

[id="s-d71167fd-20c2-4950-8ddf-18046361af0b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.0px);
}

[id="s-d71167fd-20c2-4950-8ddf-18046361af0b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-d71167fd-20c2-4950-8ddf-18046361af0b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.0px);
}

[id="s-d71167fd-20c2-4950-8ddf-18046361af0b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.0px);
}

[id="s-d71167fd-20c2-4950-8ddf-18046361af0b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

#s-4d08de48-2de7-4893-8488-a01d99919fdf {
  margin-top: 15px;
margin-bottom: -15px;
}

#s-c36561be-dfc2-427e-a3da-b067e67c8355 {
  margin-top: -10px;
margin-left: -15px;
margin-bottom: -10px;
min-height: 70px;
max-width: 70px;
text-align: center;
}




  #s-c36561be-dfc2-427e-a3da-b067e67c8355 img.shogun-image {
    
    width: px;
  }


#s-c36561be-dfc2-427e-a3da-b067e67c8355 .shogun-image-content {
  
    align-items: center;
  
}

#s-63312a0d-ec19-4ca5-bbcc-8994345c8897 {
  margin-left: -15px;
margin-right: 60px;
}

#s-c7bd543c-476e-4f61-a894-c22f4f66544e {
  text-align: center;
}




  #s-c7bd543c-476e-4f61-a894-c22f4f66544e img.shogun-image {
    
    width: px;
  }


#s-c7bd543c-476e-4f61-a894-c22f4f66544e .shogun-image-content {
  
    align-items: center;
  
}

#s-71e430a5-a064-450a-b8f5-ab6b6b708719 {
  margin-left: 150px;
margin-right: 150px;
padding-left: 100px;
padding-right: 100px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-71e430a5-a064-450a-b8f5-ab6b6b708719 {
  display: none;
}
#s-71e430a5-a064-450a-b8f5-ab6b6b708719, #wrap-s-71e430a5-a064-450a-b8f5-ab6b6b708719 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-71e430a5-a064-450a-b8f5-ab6b6b708719 {
  display: none;
}
#s-71e430a5-a064-450a-b8f5-ab6b6b708719, #wrap-s-71e430a5-a064-450a-b8f5-ab6b6b708719 { display:none !important; }}@media (max-width: 767px){#s-71e430a5-a064-450a-b8f5-ab6b6b708719 {
  display: none;
}
#s-71e430a5-a064-450a-b8f5-ab6b6b708719, #wrap-s-71e430a5-a064-450a-b8f5-ab6b6b708719 { display:none !important; }}
#s-71e430a5-a064-450a-b8f5-ab6b6b708719 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-50b2812c-43d6-46ef-9590-a5d90fbee837 {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
max-width: 1000px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-50b2812c-43d6-46ef-9590-a5d90fbee837 {
  display: none;
}
#s-50b2812c-43d6-46ef-9590-a5d90fbee837, #wrap-s-50b2812c-43d6-46ef-9590-a5d90fbee837 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-50b2812c-43d6-46ef-9590-a5d90fbee837 {
  display: none;
}
#s-50b2812c-43d6-46ef-9590-a5d90fbee837, #wrap-s-50b2812c-43d6-46ef-9590-a5d90fbee837 { display:none !important; }}@media (max-width: 767px){#s-50b2812c-43d6-46ef-9590-a5d90fbee837 {
  display: none;
}
#s-50b2812c-43d6-46ef-9590-a5d90fbee837, #wrap-s-50b2812c-43d6-46ef-9590-a5d90fbee837 { display:none !important; }}
@media (min-width: 0px) {
[id="s-50b2812c-43d6-46ef-9590-a5d90fbee837"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 768px) {
[id="s-50b2812c-43d6-46ef-9590-a5d90fbee837"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.0px);
}

[id="s-50b2812c-43d6-46ef-9590-a5d90fbee837"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.0px);
}

[id="s-50b2812c-43d6-46ef-9590-a5d90fbee837"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-50b2812c-43d6-46ef-9590-a5d90fbee837"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.0px);
}

[id="s-50b2812c-43d6-46ef-9590-a5d90fbee837"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.0px);
}

[id="s-50b2812c-43d6-46ef-9590-a5d90fbee837"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-50b2812c-43d6-46ef-9590-a5d90fbee837"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.0px);
}

[id="s-50b2812c-43d6-46ef-9590-a5d90fbee837"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.0px);
}

[id="s-50b2812c-43d6-46ef-9590-a5d90fbee837"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

#s-82264aa2-7de2-4234-b29f-5fbefd537303 {
  margin-top: 15px;
margin-bottom: -15px;
}

#s-568f2f50-d726-4cbc-9f0c-fc4672409623 {
  margin-top: -10px;
margin-left: -15px;
margin-bottom: -10px;
min-height: 70px;
max-width: 70px;
text-align: center;
}




  #s-568f2f50-d726-4cbc-9f0c-fc4672409623 img.shogun-image {
    
    width: px;
  }


#s-568f2f50-d726-4cbc-9f0c-fc4672409623 .shogun-image-content {
  
    align-items: center;
  
}

#s-890b6a50-299b-4769-9556-d6bee29e5925 {
  margin-left: -25px;
margin-right: 50px;
}

#s-7de34ae2-a328-498e-add1-99496d24efaf {
  text-align: center;
}




  #s-7de34ae2-a328-498e-add1-99496d24efaf img.shogun-image {
    
    width: px;
  }


#s-7de34ae2-a328-498e-add1-99496d24efaf .shogun-image-content {
  
    align-items: center;
  
}

#s-14056f35-6634-4ea1-befc-8200bdc11f9c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-14056f35-6634-4ea1-befc-8200bdc11f9c {
  display: none;
}
#s-14056f35-6634-4ea1-befc-8200bdc11f9c, #wrap-s-14056f35-6634-4ea1-befc-8200bdc11f9c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-14056f35-6634-4ea1-befc-8200bdc11f9c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-14056f35-6634-4ea1-befc-8200bdc11f9c {
  display: none;
}
#s-14056f35-6634-4ea1-befc-8200bdc11f9c, #wrap-s-14056f35-6634-4ea1-befc-8200bdc11f9c { display:none !important; }}@media (max-width: 767px){#s-14056f35-6634-4ea1-befc-8200bdc11f9c {
  display: none;
}
#s-14056f35-6634-4ea1-befc-8200bdc11f9c, #wrap-s-14056f35-6634-4ea1-befc-8200bdc11f9c { display:none !important; }}







#s-14056f35-6634-4ea1-befc-8200bdc11f9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14056f35-6634-4ea1-befc-8200bdc11f9c.shg-box.shg-c {
  justify-content: center;
}

#s-679dd665-57cf-4d7e-b8ac-b9cac24fb7b5 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-679dd665-57cf-4d7e-b8ac-b9cac24fb7b5 {
  display: none;
}
#s-679dd665-57cf-4d7e-b8ac-b9cac24fb7b5, #wrap-s-679dd665-57cf-4d7e-b8ac-b9cac24fb7b5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-679dd665-57cf-4d7e-b8ac-b9cac24fb7b5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-679dd665-57cf-4d7e-b8ac-b9cac24fb7b5 {
  display: none;
}
#s-679dd665-57cf-4d7e-b8ac-b9cac24fb7b5, #wrap-s-679dd665-57cf-4d7e-b8ac-b9cac24fb7b5 { display:none !important; }}@media (max-width: 767px){#s-679dd665-57cf-4d7e-b8ac-b9cac24fb7b5 {
  display: none;
}
#s-679dd665-57cf-4d7e-b8ac-b9cac24fb7b5, #wrap-s-679dd665-57cf-4d7e-b8ac-b9cac24fb7b5 { display:none !important; }}
@media (min-width: 0px) {
[id="s-679dd665-57cf-4d7e-b8ac-b9cac24fb7b5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 768px) {
[id="s-679dd665-57cf-4d7e-b8ac-b9cac24fb7b5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-679dd665-57cf-4d7e-b8ac-b9cac24fb7b5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-679dd665-57cf-4d7e-b8ac-b9cac24fb7b5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

#s-55d0b071-8dd7-4512-bd85-e864395b6506 {
  margin-top: 15px;
margin-bottom: -15px;
}

#s-8cbe51e2-3cb9-44bd-89d6-55569977a0f7 {
  margin-top: -10px;
margin-left: -30px;
margin-bottom: -10px;
min-height: 70px;
max-width: 70px;
text-align: center;
}




  #s-8cbe51e2-3cb9-44bd-89d6-55569977a0f7 img.shogun-image {
    
    width: px;
  }


#s-8cbe51e2-3cb9-44bd-89d6-55569977a0f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-11ad997d-091c-47a9-8ee8-300f108e5c7d {
  margin-left: -30px;
margin-right: 100px;
}

#s-0606bbbd-5b53-4a2a-bcbb-e7c4dc8bf665 {
  text-align: center;
}




  #s-0606bbbd-5b53-4a2a-bcbb-e7c4dc8bf665 img.shogun-image {
    
    width: px;
  }


#s-0606bbbd-5b53-4a2a-bcbb-e7c4dc8bf665 .shogun-image-content {
  
    align-items: center;
  
}

#s-71d2eaac-c05c-44d4-ba41-cc2ce23f0ab3 {
  margin-left: 150px;
margin-right: 150px;
padding-left: 100px;
padding-right: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-71d2eaac-c05c-44d4-ba41-cc2ce23f0ab3 {
  display: none;
}
#s-71d2eaac-c05c-44d4-ba41-cc2ce23f0ab3, #wrap-s-71d2eaac-c05c-44d4-ba41-cc2ce23f0ab3 { display:none !important; }}@media (max-width: 767px){#s-71d2eaac-c05c-44d4-ba41-cc2ce23f0ab3 {
  display: none;
}
#s-71d2eaac-c05c-44d4-ba41-cc2ce23f0ab3, #wrap-s-71d2eaac-c05c-44d4-ba41-cc2ce23f0ab3 { display:none !important; }}
#s-71d2eaac-c05c-44d4-ba41-cc2ce23f0ab3 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-6825e4d0-9cfa-49dc-9d1a-deca193dc7cb {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-6825e4d0-9cfa-49dc-9d1a-deca193dc7cb {
  display: none;
}
#s-6825e4d0-9cfa-49dc-9d1a-deca193dc7cb, #wrap-s-6825e4d0-9cfa-49dc-9d1a-deca193dc7cb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6825e4d0-9cfa-49dc-9d1a-deca193dc7cb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6825e4d0-9cfa-49dc-9d1a-deca193dc7cb {
  display: none;
}
#s-6825e4d0-9cfa-49dc-9d1a-deca193dc7cb, #wrap-s-6825e4d0-9cfa-49dc-9d1a-deca193dc7cb { display:none !important; }}@media (max-width: 767px){#s-6825e4d0-9cfa-49dc-9d1a-deca193dc7cb {
  display: none;
}
#s-6825e4d0-9cfa-49dc-9d1a-deca193dc7cb, #wrap-s-6825e4d0-9cfa-49dc-9d1a-deca193dc7cb { display:none !important; }}
@media (min-width: 0px) {
[id="s-6825e4d0-9cfa-49dc-9d1a-deca193dc7cb"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 768px) {
[id="s-6825e4d0-9cfa-49dc-9d1a-deca193dc7cb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-6825e4d0-9cfa-49dc-9d1a-deca193dc7cb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-6825e4d0-9cfa-49dc-9d1a-deca193dc7cb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

#s-a4e9f216-1edf-4458-a122-f1e70079f600 {
  margin-top: 15px;
margin-bottom: -15px;
}

#s-7516fe21-3f7d-4a9e-8a83-a5aaa962d787 {
  margin-top: -10px;
margin-left: -30px;
margin-bottom: -10px;
min-height: 70px;
max-width: 70px;
text-align: center;
}




  #s-7516fe21-3f7d-4a9e-8a83-a5aaa962d787 img.shogun-image {
    
    width: px;
  }


#s-7516fe21-3f7d-4a9e-8a83-a5aaa962d787 .shogun-image-content {
  
    align-items: center;
  
}

#s-2e34e3e3-968e-40e1-b381-12dbfa7af7d5 {
  margin-left: -30px;
margin-right: 60px;
}

#s-269754d7-fa37-4109-ac02-ce7d70c12491 {
  text-align: center;
}




  #s-269754d7-fa37-4109-ac02-ce7d70c12491 img.shogun-image {
    
    width: px;
  }


#s-269754d7-fa37-4109-ac02-ce7d70c12491 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b43f423-d5c9-473f-98df-0fa06983e46b {
  margin-left: 150px;
margin-right: 150px;
padding-left: 100px;
padding-right: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1b43f423-d5c9-473f-98df-0fa06983e46b {
  display: none;
}
#s-1b43f423-d5c9-473f-98df-0fa06983e46b, #wrap-s-1b43f423-d5c9-473f-98df-0fa06983e46b { display:none !important; }}@media (max-width: 767px){#s-1b43f423-d5c9-473f-98df-0fa06983e46b {
  display: none;
}
#s-1b43f423-d5c9-473f-98df-0fa06983e46b, #wrap-s-1b43f423-d5c9-473f-98df-0fa06983e46b { display:none !important; }}
#s-1b43f423-d5c9-473f-98df-0fa06983e46b hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-d2a2a2f8-18c9-4a62-b2d7-9d0766d27295 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-d2a2a2f8-18c9-4a62-b2d7-9d0766d27295 {
  display: none;
}
#s-d2a2a2f8-18c9-4a62-b2d7-9d0766d27295, #wrap-s-d2a2a2f8-18c9-4a62-b2d7-9d0766d27295 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d2a2a2f8-18c9-4a62-b2d7-9d0766d27295 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d2a2a2f8-18c9-4a62-b2d7-9d0766d27295 {
  display: none;
}
#s-d2a2a2f8-18c9-4a62-b2d7-9d0766d27295, #wrap-s-d2a2a2f8-18c9-4a62-b2d7-9d0766d27295 { display:none !important; }}@media (max-width: 767px){#s-d2a2a2f8-18c9-4a62-b2d7-9d0766d27295 {
  display: none;
}
#s-d2a2a2f8-18c9-4a62-b2d7-9d0766d27295, #wrap-s-d2a2a2f8-18c9-4a62-b2d7-9d0766d27295 { display:none !important; }}
@media (min-width: 0px) {
[id="s-d2a2a2f8-18c9-4a62-b2d7-9d0766d27295"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 768px) {
[id="s-d2a2a2f8-18c9-4a62-b2d7-9d0766d27295"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-d2a2a2f8-18c9-4a62-b2d7-9d0766d27295"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2a2a2f8-18c9-4a62-b2d7-9d0766d27295"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

#s-a86294e6-c41f-424c-ab0e-4007bb8c2b55 {
  margin-top: 15px;
margin-bottom: -15px;
}

#s-07394eb7-d4b8-4423-911c-dfb0e430e1a4 {
  margin-top: -10px;
margin-left: -30px;
margin-bottom: -10px;
min-height: 70px;
max-width: 70px;
text-align: center;
}




  #s-07394eb7-d4b8-4423-911c-dfb0e430e1a4 img.shogun-image {
    
    width: px;
  }


#s-07394eb7-d4b8-4423-911c-dfb0e430e1a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-55eb7956-9fef-4892-8505-573a8bd1fe74 {
  margin-left: -24px;
margin-right: 60px;
}

#s-6d2713bd-4f74-496d-b228-8ea02666c287 {
  text-align: center;
}




  #s-6d2713bd-4f74-496d-b228-8ea02666c287 img.shogun-image {
    
    width: px;
  }


#s-6d2713bd-4f74-496d-b228-8ea02666c287 .shogun-image-content {
  
    align-items: center;
  
}

#s-c612a398-ee4e-428e-8845-46b3fed48941 {
  margin-left: 680px;
margin-right: 780px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c612a398-ee4e-428e-8845-46b3fed48941 {
  display: none;
}
#s-c612a398-ee4e-428e-8845-46b3fed48941, #wrap-s-c612a398-ee4e-428e-8845-46b3fed48941 { display:none !important; }}@media (max-width: 767px){#s-c612a398-ee4e-428e-8845-46b3fed48941 {
  display: none;
}
#s-c612a398-ee4e-428e-8845-46b3fed48941, #wrap-s-c612a398-ee4e-428e-8845-46b3fed48941 { display:none !important; }}
#s-c612a398-ee4e-428e-8845-46b3fed48941 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-51f98dcf-47b2-43c2-843a-4eac18d8469b {
  margin-left: 680px;
margin-right: 780px;
}

#s-51f98dcf-47b2-43c2-843a-4eac18d8469b hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-7404becd-3dde-4e74-890f-461be5c10744 {
  margin-left: 680px;
margin-right: 780px;
}

#s-7404becd-3dde-4e74-890f-461be5c10744 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-0b59303a-7042-41b8-9053-9a106e3a88ad {
  margin-left: 680px;
margin-right: 780px;
}

#s-0b59303a-7042-41b8-9053-9a106e3a88ad hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-84265fbd-bfa4-4150-8c18-76d452115635 {
  margin-left: 680px;
margin-right: 780px;
}

#s-84265fbd-bfa4-4150-8c18-76d452115635 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-c17111d8-aa19-498d-8fb6-87b148c3e3a3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 1200px){#s-c17111d8-aa19-498d-8fb6-87b148c3e3a3 {
  display: none;
}
#s-c17111d8-aa19-498d-8fb6-87b148c3e3a3, #wrap-s-c17111d8-aa19-498d-8fb6-87b148c3e3a3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c17111d8-aa19-498d-8fb6-87b148c3e3a3 {
  display: none;
}
#s-c17111d8-aa19-498d-8fb6-87b148c3e3a3, #wrap-s-c17111d8-aa19-498d-8fb6-87b148c3e3a3 { display:none !important; }}@media (max-width: 767px){#s-c17111d8-aa19-498d-8fb6-87b148c3e3a3 {
  display: none;
}
#s-c17111d8-aa19-498d-8fb6-87b148c3e3a3, #wrap-s-c17111d8-aa19-498d-8fb6-87b148c3e3a3 { display:none !important; }}







#s-c17111d8-aa19-498d-8fb6-87b148c3e3a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c17111d8-aa19-498d-8fb6-87b148c3e3a3.shg-box.shg-c {
  justify-content: center;
}

#s-d01d804e-a526-47e9-8be5-f55204e68dbf {
  margin-top: 50px;
margin-bottom: 10px;
max-width: 1200px;
}
@media (min-width: 1200px){#s-d01d804e-a526-47e9-8be5-f55204e68dbf {
  display: none;
}
#s-d01d804e-a526-47e9-8be5-f55204e68dbf, #wrap-s-d01d804e-a526-47e9-8be5-f55204e68dbf { display:none !important; }}
@media (min-width: 0px) {
[id="s-d01d804e-a526-47e9-8be5-f55204e68dbf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d01d804e-a526-47e9-8be5-f55204e68dbf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 12.0px);
}

[id="s-d01d804e-a526-47e9-8be5-f55204e68dbf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-d01d804e-a526-47e9-8be5-f55204e68dbf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 12.0px);
}

[id="s-d01d804e-a526-47e9-8be5-f55204e68dbf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-d01d804e-a526-47e9-8be5-f55204e68dbf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 12.0px);
}

[id="s-d01d804e-a526-47e9-8be5-f55204e68dbf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 12.0px);
}

}

#s-5ecb1071-ce92-4012-ace5-c1fdf686c5a4 {
  margin-top: 15px;
margin-left: 25px;
margin-bottom: -15px;
}

#s-cf9cf1d4-9a30-4baa-a9d7-03b4211c4f9b {
  margin-left: 25px;
}

#s-8165d560-af88-4757-928c-50ab520a7ff5 {
  margin-left: 25px;
max-width: 600px;
text-align: center;
}




  #s-8165d560-af88-4757-928c-50ab520a7ff5 img.shogun-image {
    
    width: px;
  }


#s-8165d560-af88-4757-928c-50ab520a7ff5 .shogun-image-content {
  
    align-items: center;
  
}

#s-0380fb70-81cb-4f76-99f3-1fdb68796340 {
  margin-top: -10px;
margin-left: 20px;
margin-bottom: -10px;
min-height: 70px;
max-width: 70px;
text-align: center;
}




  #s-0380fb70-81cb-4f76-99f3-1fdb68796340 img.shogun-image {
    
    width: px;
  }


#s-0380fb70-81cb-4f76-99f3-1fdb68796340 .shogun-image-content {
  
    align-items: center;
  
}

#s-99430050-a89d-4ecd-ac94-1b600bc669db {
  margin-left: 20px;
margin-right: 50px;
}

#s-317b1158-ef3f-4f49-a856-34ff02a9419b {
  margin-left: 280px;
margin-right: 280px;
}
@media (min-width: 768px) and (max-width: 991px){#s-317b1158-ef3f-4f49-a856-34ff02a9419b {
  display: none;
}
#s-317b1158-ef3f-4f49-a856-34ff02a9419b, #wrap-s-317b1158-ef3f-4f49-a856-34ff02a9419b { display:none !important; }}@media (max-width: 767px){#s-317b1158-ef3f-4f49-a856-34ff02a9419b {
  display: none;
}
#s-317b1158-ef3f-4f49-a856-34ff02a9419b, #wrap-s-317b1158-ef3f-4f49-a856-34ff02a9419b { display:none !important; }}
#s-317b1158-ef3f-4f49-a856-34ff02a9419b hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-fee5d3eb-778a-4102-9954-180754c287cc {
  margin-left: 280px;
margin-right: 280px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fee5d3eb-778a-4102-9954-180754c287cc {
  display: none;
}
#s-fee5d3eb-778a-4102-9954-180754c287cc, #wrap-s-fee5d3eb-778a-4102-9954-180754c287cc { display:none !important; }}
#s-fee5d3eb-778a-4102-9954-180754c287cc hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-458e8957-20c5-416d-8943-e3a2979bf76d {
  margin-left: 280px;
margin-right: 280px;
}
@media (min-width: 768px) and (max-width: 991px){#s-458e8957-20c5-416d-8943-e3a2979bf76d {
  display: none;
}
#s-458e8957-20c5-416d-8943-e3a2979bf76d, #wrap-s-458e8957-20c5-416d-8943-e3a2979bf76d { display:none !important; }}
#s-458e8957-20c5-416d-8943-e3a2979bf76d hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-799d1370-8830-425e-93a6-189b050b9258 {
  margin-left: 280px;
margin-right: 280px;
}
@media (min-width: 768px) and (max-width: 991px){#s-799d1370-8830-425e-93a6-189b050b9258 {
  display: none;
}
#s-799d1370-8830-425e-93a6-189b050b9258, #wrap-s-799d1370-8830-425e-93a6-189b050b9258 { display:none !important; }}@media (max-width: 767px){#s-799d1370-8830-425e-93a6-189b050b9258 {
  display: none;
}
#s-799d1370-8830-425e-93a6-189b050b9258, #wrap-s-799d1370-8830-425e-93a6-189b050b9258 { display:none !important; }}
#s-799d1370-8830-425e-93a6-189b050b9258 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-749cfe83-5c25-446b-b8ab-d7424466df56 {
  margin-left: 280px;
margin-right: 280px;
}
@media (min-width: 768px) and (max-width: 991px){#s-749cfe83-5c25-446b-b8ab-d7424466df56 {
  display: none;
}
#s-749cfe83-5c25-446b-b8ab-d7424466df56, #wrap-s-749cfe83-5c25-446b-b8ab-d7424466df56 { display:none !important; }}
#s-749cfe83-5c25-446b-b8ab-d7424466df56 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-378229d8-40c4-41ad-b179-41fdda872666 {
  margin-left: 280px;
margin-right: 280px;
}
@media (min-width: 768px) and (max-width: 991px){#s-378229d8-40c4-41ad-b179-41fdda872666 {
  display: none;
}
#s-378229d8-40c4-41ad-b179-41fdda872666, #wrap-s-378229d8-40c4-41ad-b179-41fdda872666 { display:none !important; }}@media (max-width: 767px){#s-378229d8-40c4-41ad-b179-41fdda872666 {
  display: none;
}
#s-378229d8-40c4-41ad-b179-41fdda872666, #wrap-s-378229d8-40c4-41ad-b179-41fdda872666 { display:none !important; }}
#s-378229d8-40c4-41ad-b179-41fdda872666 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-1b69a2c3-8fbe-488c-9b3c-42bd219863c0 {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-1b69a2c3-8fbe-488c-9b3c-42bd219863c0 {
  display: none;
}
#s-1b69a2c3-8fbe-488c-9b3c-42bd219863c0, #wrap-s-1b69a2c3-8fbe-488c-9b3c-42bd219863c0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1b69a2c3-8fbe-488c-9b3c-42bd219863c0 {
  display: none;
}
#s-1b69a2c3-8fbe-488c-9b3c-42bd219863c0, #wrap-s-1b69a2c3-8fbe-488c-9b3c-42bd219863c0 { display:none !important; }}
#s-1b69a2c3-8fbe-488c-9b3c-42bd219863c0 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-2d114963-092c-410b-850c-6b19750fd16e {
  margin-top: 50px;
margin-bottom: 10px;
max-width: 1200px;
}
@media (min-width: 1200px){#s-2d114963-092c-410b-850c-6b19750fd16e {
  display: none;
}
#s-2d114963-092c-410b-850c-6b19750fd16e, #wrap-s-2d114963-092c-410b-850c-6b19750fd16e { display:none !important; }}
@media (min-width: 0px) {
[id="s-2d114963-092c-410b-850c-6b19750fd16e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d114963-092c-410b-850c-6b19750fd16e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 12.0px);
}

[id="s-2d114963-092c-410b-850c-6b19750fd16e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-2d114963-092c-410b-850c-6b19750fd16e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 12.0px);
}

[id="s-2d114963-092c-410b-850c-6b19750fd16e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d114963-092c-410b-850c-6b19750fd16e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 12.0px);
}

[id="s-2d114963-092c-410b-850c-6b19750fd16e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 12.0px);
}

}

#s-5d1603fa-2448-428b-b016-63a8f3ea4ef8 {
  margin-top: 15px;
margin-left: 25px;
margin-bottom: -15px;
}

#s-113d9916-d6dd-47e8-883d-99568da25697 {
  margin-left: 25px;
}

#s-ad53cc4f-e12e-49a4-95da-f6961c8a915e {
  margin-left: 25px;
max-width: 600px;
text-align: center;
}




  #s-ad53cc4f-e12e-49a4-95da-f6961c8a915e img.shogun-image {
    
    width: px;
  }


#s-ad53cc4f-e12e-49a4-95da-f6961c8a915e .shogun-image-content {
  
    align-items: center;
  
}

#s-2848d3c2-f020-441b-9d41-3f4cfe6dc98a {
  margin-top: -10px;
margin-left: 20px;
margin-bottom: -10px;
min-height: 70px;
max-width: 70px;
text-align: center;
}




  #s-2848d3c2-f020-441b-9d41-3f4cfe6dc98a img.shogun-image {
    
    width: px;
  }


#s-2848d3c2-f020-441b-9d41-3f4cfe6dc98a .shogun-image-content {
  
    align-items: center;
  
}

#s-bfbb72bb-3f28-4ac7-afcb-112c8941fa7a {
  margin-left: 20px;
margin-right: 50px;
}

#s-3a443b61-175b-4861-b9f9-95fb5c7d590c {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-3a443b61-175b-4861-b9f9-95fb5c7d590c {
  display: none;
}
#s-3a443b61-175b-4861-b9f9-95fb5c7d590c, #wrap-s-3a443b61-175b-4861-b9f9-95fb5c7d590c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3a443b61-175b-4861-b9f9-95fb5c7d590c {
  display: none;
}
#s-3a443b61-175b-4861-b9f9-95fb5c7d590c, #wrap-s-3a443b61-175b-4861-b9f9-95fb5c7d590c { display:none !important; }}
#s-3a443b61-175b-4861-b9f9-95fb5c7d590c hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-29e61bbe-175d-4e11-8e1e-bbdb81ab7427 {
  margin-top: 50px;
margin-bottom: 10px;
max-width: 1200px;
}
@media (min-width: 1200px){#s-29e61bbe-175d-4e11-8e1e-bbdb81ab7427 {
  display: none;
}
#s-29e61bbe-175d-4e11-8e1e-bbdb81ab7427, #wrap-s-29e61bbe-175d-4e11-8e1e-bbdb81ab7427 { display:none !important; }}
@media (min-width: 0px) {
[id="s-29e61bbe-175d-4e11-8e1e-bbdb81ab7427"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-29e61bbe-175d-4e11-8e1e-bbdb81ab7427"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 12.0px);
}

[id="s-29e61bbe-175d-4e11-8e1e-bbdb81ab7427"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-29e61bbe-175d-4e11-8e1e-bbdb81ab7427"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 12.0px);
}

[id="s-29e61bbe-175d-4e11-8e1e-bbdb81ab7427"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-29e61bbe-175d-4e11-8e1e-bbdb81ab7427"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 12.0px);
}

[id="s-29e61bbe-175d-4e11-8e1e-bbdb81ab7427"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 12.0px);
}

}

#s-90e6ab4a-71f0-40f6-843e-099eb38121d5 {
  margin-top: 15px;
margin-left: 25px;
margin-bottom: -15px;
}

#s-e4b5402a-cbe9-4f18-b0c0-c2c012af31c6 {
  margin-left: 25px;
}

#s-e70920a9-109f-44e8-88e6-943314464220 {
  margin-left: 25px;
max-width: 600px;
text-align: center;
}




  #s-e70920a9-109f-44e8-88e6-943314464220 img.shogun-image {
    
    width: px;
  }


#s-e70920a9-109f-44e8-88e6-943314464220 .shogun-image-content {
  
    align-items: center;
  
}

#s-4b0808cf-1531-4b5c-9caf-f14409942eeb {
  margin-top: -10px;
margin-left: 20px;
margin-bottom: -10px;
min-height: 70px;
max-width: 70px;
text-align: center;
}




  #s-4b0808cf-1531-4b5c-9caf-f14409942eeb img.shogun-image {
    
    width: px;
  }


#s-4b0808cf-1531-4b5c-9caf-f14409942eeb .shogun-image-content {
  
    align-items: center;
  
}

#s-feb49a0f-6db6-4e36-9176-e46976f7ab3c {
  margin-left: 20px;
margin-right: 50px;
}

#s-47eb5c32-ce6a-4001-870e-ccc7fd3f438f {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-47eb5c32-ce6a-4001-870e-ccc7fd3f438f {
  display: none;
}
#s-47eb5c32-ce6a-4001-870e-ccc7fd3f438f, #wrap-s-47eb5c32-ce6a-4001-870e-ccc7fd3f438f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-47eb5c32-ce6a-4001-870e-ccc7fd3f438f {
  display: none;
}
#s-47eb5c32-ce6a-4001-870e-ccc7fd3f438f, #wrap-s-47eb5c32-ce6a-4001-870e-ccc7fd3f438f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-47eb5c32-ce6a-4001-870e-ccc7fd3f438f {
  display: none;
}
#s-47eb5c32-ce6a-4001-870e-ccc7fd3f438f, #wrap-s-47eb5c32-ce6a-4001-870e-ccc7fd3f438f { display:none !important; }}
#s-47eb5c32-ce6a-4001-870e-ccc7fd3f438f hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-34224a83-2960-4338-8289-e283995edcd8 {
  margin-bottom: -290px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-34224a83-2960-4338-8289-e283995edcd8 {
  display: none;
}
#s-34224a83-2960-4338-8289-e283995edcd8, #wrap-s-34224a83-2960-4338-8289-e283995edcd8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-34224a83-2960-4338-8289-e283995edcd8 {
  display: none;
}
#s-34224a83-2960-4338-8289-e283995edcd8, #wrap-s-34224a83-2960-4338-8289-e283995edcd8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-34224a83-2960-4338-8289-e283995edcd8 {
  display: none;
}
#s-34224a83-2960-4338-8289-e283995edcd8, #wrap-s-34224a83-2960-4338-8289-e283995edcd8 { display:none !important; }}@media (max-width: 767px){#s-34224a83-2960-4338-8289-e283995edcd8 {
  
}
}







#s-34224a83-2960-4338-8289-e283995edcd8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34224a83-2960-4338-8289-e283995edcd8.shg-box.shg-c {
  justify-content: center;
}

#s-cb35f815-f39b-4db6-9fb7-ba026bfb6cf6 {
  margin-top: 10px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 5px;
}

@media (min-width: 0px) {
[id="s-cb35f815-f39b-4db6-9fb7-ba026bfb6cf6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-cb35f815-f39b-4db6-9fb7-ba026bfb6cf6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cb35f815-f39b-4db6-9fb7-ba026bfb6cf6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb35f815-f39b-4db6-9fb7-ba026bfb6cf6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-374d87cf-3b17-419d-8e0c-e85e0dc937b0 {
  margin-top: 5px;
}

#s-365b5486-a4b3-4120-9c40-6a3215ed55ab {
  margin-left: auto;
margin-right: auto;
max-width: 450px;
text-align: center;
}




  #s-365b5486-a4b3-4120-9c40-6a3215ed55ab img.shogun-image {
    
    width: px;
  }


#s-365b5486-a4b3-4120-9c40-6a3215ed55ab .shogun-image-content {
  
    align-items: center;
  
}

#s-b5468407-5a03-470d-853e-cbcfc0594489 {
  margin-top: 10px;
margin-bottom: 5px;
text-align: center;
}




  #s-b5468407-5a03-470d-853e-cbcfc0594489 img.shogun-image {
    
    width: px;
  }


#s-b5468407-5a03-470d-853e-cbcfc0594489 .shogun-image-content {
  
    align-items: center;
  
}

#s-ed08beea-9337-4f08-8843-00a0839026ff {
  margin-left: auto;
margin-right: auto;
}

#s-1a3a2f4a-b456-4d89-a78d-8fb7b79b4da8 {
  margin-left: 280px;
margin-right: 280px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1a3a2f4a-b456-4d89-a78d-8fb7b79b4da8 {
  display: none;
}
#s-1a3a2f4a-b456-4d89-a78d-8fb7b79b4da8, #wrap-s-1a3a2f4a-b456-4d89-a78d-8fb7b79b4da8 { display:none !important; }}
#s-1a3a2f4a-b456-4d89-a78d-8fb7b79b4da8 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-fa6f8c51-61b0-4c30-86bc-40abb2418af5 {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-fa6f8c51-61b0-4c30-86bc-40abb2418af5 {
  display: none;
}
#s-fa6f8c51-61b0-4c30-86bc-40abb2418af5, #wrap-s-fa6f8c51-61b0-4c30-86bc-40abb2418af5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fa6f8c51-61b0-4c30-86bc-40abb2418af5 {
  display: none;
}
#s-fa6f8c51-61b0-4c30-86bc-40abb2418af5, #wrap-s-fa6f8c51-61b0-4c30-86bc-40abb2418af5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fa6f8c51-61b0-4c30-86bc-40abb2418af5 {
  display: none;
}
#s-fa6f8c51-61b0-4c30-86bc-40abb2418af5, #wrap-s-fa6f8c51-61b0-4c30-86bc-40abb2418af5 { display:none !important; }}
#s-fa6f8c51-61b0-4c30-86bc-40abb2418af5 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-449637f3-792a-4f07-a725-ac63786e0494 {
  margin-top: 10px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 5px;
}

@media (min-width: 0px) {
[id="s-449637f3-792a-4f07-a725-ac63786e0494"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-449637f3-792a-4f07-a725-ac63786e0494"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-449637f3-792a-4f07-a725-ac63786e0494"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-449637f3-792a-4f07-a725-ac63786e0494"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a8c5b196-542b-41d8-8052-2d5321b9cb4d {
  margin-top: 5px;
}

#s-3cb480aa-c9e8-47ff-a38c-d55ca083ad31 {
  margin-left: auto;
margin-right: auto;
max-width: 450px;
text-align: center;
}




  #s-3cb480aa-c9e8-47ff-a38c-d55ca083ad31 img.shogun-image {
    
    width: px;
  }


#s-3cb480aa-c9e8-47ff-a38c-d55ca083ad31 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f2535e4-58a0-47d5-b6d6-1ea9e70918d8 {
  margin-top: 10px;
margin-bottom: 5px;
text-align: center;
}




  #s-9f2535e4-58a0-47d5-b6d6-1ea9e70918d8 img.shogun-image {
    
    width: px;
  }


#s-9f2535e4-58a0-47d5-b6d6-1ea9e70918d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-7bf8d6be-641a-4877-b48e-8e0655a5c1b4 {
  margin-left: auto;
margin-right: auto;
}

#s-37d9bf89-7d1b-4ec1-b6dd-ee2aea65e8ac {
  margin-top: 10px;
margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-37d9bf89-7d1b-4ec1-b6dd-ee2aea65e8ac {
  display: none;
}
#s-37d9bf89-7d1b-4ec1-b6dd-ee2aea65e8ac, #wrap-s-37d9bf89-7d1b-4ec1-b6dd-ee2aea65e8ac { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-37d9bf89-7d1b-4ec1-b6dd-ee2aea65e8ac {
  display: none;
}
#s-37d9bf89-7d1b-4ec1-b6dd-ee2aea65e8ac, #wrap-s-37d9bf89-7d1b-4ec1-b6dd-ee2aea65e8ac { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-37d9bf89-7d1b-4ec1-b6dd-ee2aea65e8ac {
  display: none;
}
#s-37d9bf89-7d1b-4ec1-b6dd-ee2aea65e8ac, #wrap-s-37d9bf89-7d1b-4ec1-b6dd-ee2aea65e8ac { display:none !important; }}
#s-37d9bf89-7d1b-4ec1-b6dd-ee2aea65e8ac hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-9057a106-c325-462b-b70f-f915ba48bb5a {
  margin-top: 10px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 5px;
}

@media (min-width: 0px) {
[id="s-9057a106-c325-462b-b70f-f915ba48bb5a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9057a106-c325-462b-b70f-f915ba48bb5a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9057a106-c325-462b-b70f-f915ba48bb5a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9057a106-c325-462b-b70f-f915ba48bb5a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9e91bad5-7933-4176-8bdc-9364a22cd4a0 {
  margin-top: 5px;
}

#s-0a33f081-a3b9-4b75-84b3-87166b3fe736 {
  margin-left: auto;
margin-right: auto;
max-width: 450px;
text-align: center;
}




  #s-0a33f081-a3b9-4b75-84b3-87166b3fe736 img.shogun-image {
    
    width: px;
  }


#s-0a33f081-a3b9-4b75-84b3-87166b3fe736 .shogun-image-content {
  
    align-items: center;
  
}

#s-e788619d-e70e-49ac-8fc0-a3d10c9f1179 {
  margin-top: 10px;
margin-bottom: 5px;
text-align: center;
}




  #s-e788619d-e70e-49ac-8fc0-a3d10c9f1179 img.shogun-image {
    
    width: px;
  }


#s-e788619d-e70e-49ac-8fc0-a3d10c9f1179 .shogun-image-content {
  
    align-items: center;
  
}

#s-1c95bfd4-7968-48b5-b2ab-f5b1a305ec5c {
  margin-left: auto;
margin-right: auto;
}

#s-69d76f26-b9ac-41e5-9589-60bf521a90b5 {
  margin-left: 280px;
margin-right: 280px;
}
@media (min-width: 768px) and (max-width: 991px){#s-69d76f26-b9ac-41e5-9589-60bf521a90b5 {
  display: none;
}
#s-69d76f26-b9ac-41e5-9589-60bf521a90b5, #wrap-s-69d76f26-b9ac-41e5-9589-60bf521a90b5 { display:none !important; }}
#s-69d76f26-b9ac-41e5-9589-60bf521a90b5 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-dd36e6a5-b10f-4244-887d-525340e7733b {
  margin-left: 280px;
margin-right: 280px;
}
@media (min-width: 768px) and (max-width: 991px){#s-dd36e6a5-b10f-4244-887d-525340e7733b {
  display: none;
}
#s-dd36e6a5-b10f-4244-887d-525340e7733b, #wrap-s-dd36e6a5-b10f-4244-887d-525340e7733b { display:none !important; }}
#s-dd36e6a5-b10f-4244-887d-525340e7733b hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-3d14d3ac-461d-4779-9e45-ea14d28e0e29 {
  margin-left: 280px;
margin-right: 280px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3d14d3ac-461d-4779-9e45-ea14d28e0e29 {
  display: none;
}
#s-3d14d3ac-461d-4779-9e45-ea14d28e0e29, #wrap-s-3d14d3ac-461d-4779-9e45-ea14d28e0e29 { display:none !important; }}
#s-3d14d3ac-461d-4779-9e45-ea14d28e0e29 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-339fa8b6-bead-40f0-83fc-7dfe1ce7cbd0 {
  margin-left: 280px;
margin-right: 280px;
}
@media (min-width: 768px) and (max-width: 991px){#s-339fa8b6-bead-40f0-83fc-7dfe1ce7cbd0 {
  display: none;
}
#s-339fa8b6-bead-40f0-83fc-7dfe1ce7cbd0, #wrap-s-339fa8b6-bead-40f0-83fc-7dfe1ce7cbd0 { display:none !important; }}
#s-339fa8b6-bead-40f0-83fc-7dfe1ce7cbd0 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-19151ddc-e16f-4b05-a96b-8a3c0dffc7bd {
  margin-left: 280px;
margin-right: 280px;
}
@media (min-width: 768px) and (max-width: 991px){#s-19151ddc-e16f-4b05-a96b-8a3c0dffc7bd {
  display: none;
}
#s-19151ddc-e16f-4b05-a96b-8a3c0dffc7bd, #wrap-s-19151ddc-e16f-4b05-a96b-8a3c0dffc7bd { display:none !important; }}
#s-19151ddc-e16f-4b05-a96b-8a3c0dffc7bd hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-f3fdf0c9-cd6e-4a83-a2b6-c887f8e30280 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-f3fdf0c9-cd6e-4a83-a2b6-c887f8e30280 {
  display: none;
}
#s-f3fdf0c9-cd6e-4a83-a2b6-c887f8e30280, #wrap-s-f3fdf0c9-cd6e-4a83-a2b6-c887f8e30280 { display:none !important; }}@media (max-width: 767px){#s-f3fdf0c9-cd6e-4a83-a2b6-c887f8e30280 {
  display: none;
}
#s-f3fdf0c9-cd6e-4a83-a2b6-c887f8e30280, #wrap-s-f3fdf0c9-cd6e-4a83-a2b6-c887f8e30280 { display:none !important; }}







#s-f3fdf0c9-cd6e-4a83-a2b6-c887f8e30280 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3fdf0c9-cd6e-4a83-a2b6-c887f8e30280.shg-box.shg-c {
  justify-content: center;
}

#s-41b794d9-994b-422d-9432-a3de34ae0caf {
  margin-left: 150px;
margin-right: 150px;
padding-left: 100px;
padding-right: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-41b794d9-994b-422d-9432-a3de34ae0caf {
  display: none;
}
#s-41b794d9-994b-422d-9432-a3de34ae0caf, #wrap-s-41b794d9-994b-422d-9432-a3de34ae0caf { display:none !important; }}@media (max-width: 767px){#s-41b794d9-994b-422d-9432-a3de34ae0caf {
  display: none;
}
#s-41b794d9-994b-422d-9432-a3de34ae0caf, #wrap-s-41b794d9-994b-422d-9432-a3de34ae0caf { display:none !important; }}
#s-41b794d9-994b-422d-9432-a3de34ae0caf hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-ba2df7a7-f588-4254-abf5-386ddf1d5c20 {
  margin-top: 30px;
margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ba2df7a7-f588-4254-abf5-386ddf1d5c20 {
  display: none;
}
#s-ba2df7a7-f588-4254-abf5-386ddf1d5c20, #wrap-s-ba2df7a7-f588-4254-abf5-386ddf1d5c20 { display:none !important; }}@media (max-width: 767px){#s-ba2df7a7-f588-4254-abf5-386ddf1d5c20 {
  display: none;
}
#s-ba2df7a7-f588-4254-abf5-386ddf1d5c20, #wrap-s-ba2df7a7-f588-4254-abf5-386ddf1d5c20 { display:none !important; }}
#s-6483dca0-fed4-4ec4-8962-a0bba3a4e907 {
  margin-top: 30px;
}
@media (min-width: 1200px){#s-6483dca0-fed4-4ec4-8962-a0bba3a4e907 {
  display: none;
}
#s-6483dca0-fed4-4ec4-8962-a0bba3a4e907, #wrap-s-6483dca0-fed4-4ec4-8962-a0bba3a4e907 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6483dca0-fed4-4ec4-8962-a0bba3a4e907 {
  display: none;
}
#s-6483dca0-fed4-4ec4-8962-a0bba3a4e907, #wrap-s-6483dca0-fed4-4ec4-8962-a0bba3a4e907 { display:none !important; }}
#s-1bc46275-999a-48ac-9a03-e9b1beffeebb {
  margin-left: auto;
margin-right: auto;
max-width: 850px;
}
@media (max-width: 767px){#s-1bc46275-999a-48ac-9a03-e9b1beffeebb {
  margin-left: -20px;
margin-right: -20px;
}
}
#s-ce383ee2-7b9b-4b07-a8bb-74e418c2c301 {
  margin-top: 25px;
margin-left: -5%;
margin-right: -5%;
}
@media (min-width: 1200px){#s-ce383ee2-7b9b-4b07-a8bb-74e418c2c301 {
  display: none;
}
#s-ce383ee2-7b9b-4b07-a8bb-74e418c2c301, #wrap-s-ce383ee2-7b9b-4b07-a8bb-74e418c2c301 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ce383ee2-7b9b-4b07-a8bb-74e418c2c301 {
  display: none;
}
#s-ce383ee2-7b9b-4b07-a8bb-74e418c2c301, #wrap-s-ce383ee2-7b9b-4b07-a8bb-74e418c2c301 { display:none !important; }}
#s-9320ab60-15ad-47b1-a2ba-df5a970e5766 {
  margin-top: 40px;
margin-left: 150px;
margin-right: 150px;
padding-left: 100px;
padding-right: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9320ab60-15ad-47b1-a2ba-df5a970e5766 {
  display: none;
}
#s-9320ab60-15ad-47b1-a2ba-df5a970e5766, #wrap-s-9320ab60-15ad-47b1-a2ba-df5a970e5766 { display:none !important; }}@media (max-width: 767px){#s-9320ab60-15ad-47b1-a2ba-df5a970e5766 {
  display: none;
}
#s-9320ab60-15ad-47b1-a2ba-df5a970e5766, #wrap-s-9320ab60-15ad-47b1-a2ba-df5a970e5766 { display:none !important; }}
#s-9320ab60-15ad-47b1-a2ba-df5a970e5766 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-f8a24f38-c201-49f6-98c9-2c047b19a174 {
  padding-left: 50px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-f8a24f38-c201-49f6-98c9-2c047b19a174 {
  display: none;
}
#s-f8a24f38-c201-49f6-98c9-2c047b19a174, #wrap-s-f8a24f38-c201-49f6-98c9-2c047b19a174 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f8a24f38-c201-49f6-98c9-2c047b19a174 {
  display: none;
}
#s-f8a24f38-c201-49f6-98c9-2c047b19a174, #wrap-s-f8a24f38-c201-49f6-98c9-2c047b19a174 { display:none !important; }}
#s-f8a24f38-c201-49f6-98c9-2c047b19a174 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-07a56b5f-b0e7-4e15-9c49-24abd0a47ddd {
  margin-top: 50px;
}

#s-5559512d-462d-498d-8d00-3d4852e850df {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-5559512d-462d-498d-8d00-3d4852e850df {
  display: none;
}
#s-5559512d-462d-498d-8d00-3d4852e850df, #wrap-s-5559512d-462d-498d-8d00-3d4852e850df { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5559512d-462d-498d-8d00-3d4852e850df {
  display: none;
}
#s-5559512d-462d-498d-8d00-3d4852e850df, #wrap-s-5559512d-462d-498d-8d00-3d4852e850df { display:none !important; }}@media (max-width: 767px){#s-5559512d-462d-498d-8d00-3d4852e850df {
  display: none;
}
#s-5559512d-462d-498d-8d00-3d4852e850df, #wrap-s-5559512d-462d-498d-8d00-3d4852e850df { display:none !important; }}







#s-5559512d-462d-498d-8d00-3d4852e850df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5559512d-462d-498d-8d00-3d4852e850df.shg-box.shg-c {
  justify-content: center;
}

#s-f74ba7a3-70fc-4b0c-9d9c-1b555f231c34 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 1000px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-f74ba7a3-70fc-4b0c-9d9c-1b555f231c34 {
  display: none;
}
#s-f74ba7a3-70fc-4b0c-9d9c-1b555f231c34, #wrap-s-f74ba7a3-70fc-4b0c-9d9c-1b555f231c34 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f74ba7a3-70fc-4b0c-9d9c-1b555f231c34 {
  display: none;
}
#s-f74ba7a3-70fc-4b0c-9d9c-1b555f231c34, #wrap-s-f74ba7a3-70fc-4b0c-9d9c-1b555f231c34 { display:none !important; }}@media (max-width: 767px){#s-f74ba7a3-70fc-4b0c-9d9c-1b555f231c34 {
  display: none;
}
#s-f74ba7a3-70fc-4b0c-9d9c-1b555f231c34, #wrap-s-f74ba7a3-70fc-4b0c-9d9c-1b555f231c34 { display:none !important; }}
@media (min-width: 0px) {
[id="s-f74ba7a3-70fc-4b0c-9d9c-1b555f231c34"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 768px) {
[id="s-f74ba7a3-70fc-4b0c-9d9c-1b555f231c34"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.0px);
}

[id="s-f74ba7a3-70fc-4b0c-9d9c-1b555f231c34"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.0px);
}

[id="s-f74ba7a3-70fc-4b0c-9d9c-1b555f231c34"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-f74ba7a3-70fc-4b0c-9d9c-1b555f231c34"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.0px);
}

[id="s-f74ba7a3-70fc-4b0c-9d9c-1b555f231c34"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.0px);
}

[id="s-f74ba7a3-70fc-4b0c-9d9c-1b555f231c34"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-f74ba7a3-70fc-4b0c-9d9c-1b555f231c34"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.0px);
}

[id="s-f74ba7a3-70fc-4b0c-9d9c-1b555f231c34"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.0px);
}

[id="s-f74ba7a3-70fc-4b0c-9d9c-1b555f231c34"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

#s-ca41578f-3684-4f91-af45-e3b0b479ca3c {
  margin-top: 15px;
margin-bottom: -15px;
}

#s-b43841fb-da7e-45e0-9868-48c46e026998 {
  margin-top: -10px;
margin-left: -15px;
margin-bottom: -10px;
min-height: 70px;
max-width: 70px;
text-align: center;
}




  #s-b43841fb-da7e-45e0-9868-48c46e026998 img.shogun-image {
    
    width: px;
  }


#s-b43841fb-da7e-45e0-9868-48c46e026998 .shogun-image-content {
  
    align-items: center;
  
}

#s-7c7a4818-43d7-48bc-8fc0-1e78acb6fd4d {
  margin-left: -15px;
margin-right: 80px;
}

#s-4310f6e2-2148-412b-a31c-3b8e93407d28 {
  text-align: center;
}




  #s-4310f6e2-2148-412b-a31c-3b8e93407d28 img.shogun-image {
    
    width: px;
  }


#s-4310f6e2-2148-412b-a31c-3b8e93407d28 .shogun-image-content {
  
    align-items: center;
  
}

#s-393b67b7-8ba7-4a7d-a361-7fb8e90c25b0 {
  margin-left: 150px;
margin-right: 150px;
padding-left: 100px;
padding-right: 100px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-393b67b7-8ba7-4a7d-a361-7fb8e90c25b0 {
  display: none;
}
#s-393b67b7-8ba7-4a7d-a361-7fb8e90c25b0, #wrap-s-393b67b7-8ba7-4a7d-a361-7fb8e90c25b0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-393b67b7-8ba7-4a7d-a361-7fb8e90c25b0 {
  display: none;
}
#s-393b67b7-8ba7-4a7d-a361-7fb8e90c25b0, #wrap-s-393b67b7-8ba7-4a7d-a361-7fb8e90c25b0 { display:none !important; }}@media (max-width: 767px){#s-393b67b7-8ba7-4a7d-a361-7fb8e90c25b0 {
  display: none;
}
#s-393b67b7-8ba7-4a7d-a361-7fb8e90c25b0, #wrap-s-393b67b7-8ba7-4a7d-a361-7fb8e90c25b0 { display:none !important; }}
#s-393b67b7-8ba7-4a7d-a361-7fb8e90c25b0 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-69965753-2970-47f3-8802-7a0588130964 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 1000px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-69965753-2970-47f3-8802-7a0588130964 {
  display: none;
}
#s-69965753-2970-47f3-8802-7a0588130964, #wrap-s-69965753-2970-47f3-8802-7a0588130964 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-69965753-2970-47f3-8802-7a0588130964 {
  display: none;
}
#s-69965753-2970-47f3-8802-7a0588130964, #wrap-s-69965753-2970-47f3-8802-7a0588130964 { display:none !important; }}@media (max-width: 767px){#s-69965753-2970-47f3-8802-7a0588130964 {
  display: none;
}
#s-69965753-2970-47f3-8802-7a0588130964, #wrap-s-69965753-2970-47f3-8802-7a0588130964 { display:none !important; }}
@media (min-width: 0px) {
[id="s-69965753-2970-47f3-8802-7a0588130964"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 768px) {
[id="s-69965753-2970-47f3-8802-7a0588130964"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.0px);
}

[id="s-69965753-2970-47f3-8802-7a0588130964"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.0px);
}

[id="s-69965753-2970-47f3-8802-7a0588130964"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-69965753-2970-47f3-8802-7a0588130964"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.0px);
}

[id="s-69965753-2970-47f3-8802-7a0588130964"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.0px);
}

[id="s-69965753-2970-47f3-8802-7a0588130964"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-69965753-2970-47f3-8802-7a0588130964"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.0px);
}

[id="s-69965753-2970-47f3-8802-7a0588130964"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.0px);
}

[id="s-69965753-2970-47f3-8802-7a0588130964"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

#s-38a6dd67-a3be-4d38-83cb-9e549599a1e6 {
  margin-top: 15px;
margin-bottom: -15px;
}

#s-2e98b1f8-b2ca-4049-b0f6-13bbc051ab55 {
  margin-top: -10px;
margin-left: -15px;
margin-bottom: -10px;
min-height: 70px;
max-width: 70px;
text-align: center;
}




  #s-2e98b1f8-b2ca-4049-b0f6-13bbc051ab55 img.shogun-image {
    
    width: px;
  }


#s-2e98b1f8-b2ca-4049-b0f6-13bbc051ab55 .shogun-image-content {
  
    align-items: center;
  
}

#s-800d3bfb-96f4-4c47-8213-047db9777b4b {
  margin-left: -15px;
margin-right: 60px;
}

#s-57f309af-a477-4da4-93c4-cea1fe173809 {
  text-align: center;
}




  #s-57f309af-a477-4da4-93c4-cea1fe173809 img.shogun-image {
    
    width: px;
  }


#s-57f309af-a477-4da4-93c4-cea1fe173809 .shogun-image-content {
  
    align-items: center;
  
}

#s-df8b9abc-de74-4ec2-952b-44531a06cf77 {
  margin-left: 150px;
margin-right: 150px;
padding-left: 100px;
padding-right: 100px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-df8b9abc-de74-4ec2-952b-44531a06cf77 {
  display: none;
}
#s-df8b9abc-de74-4ec2-952b-44531a06cf77, #wrap-s-df8b9abc-de74-4ec2-952b-44531a06cf77 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-df8b9abc-de74-4ec2-952b-44531a06cf77 {
  display: none;
}
#s-df8b9abc-de74-4ec2-952b-44531a06cf77, #wrap-s-df8b9abc-de74-4ec2-952b-44531a06cf77 { display:none !important; }}@media (max-width: 767px){#s-df8b9abc-de74-4ec2-952b-44531a06cf77 {
  display: none;
}
#s-df8b9abc-de74-4ec2-952b-44531a06cf77, #wrap-s-df8b9abc-de74-4ec2-952b-44531a06cf77 { display:none !important; }}
#s-df8b9abc-de74-4ec2-952b-44531a06cf77 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-6b1bf5ff-e26a-48fc-bd73-79c41df964a2 {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
max-width: 1000px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-6b1bf5ff-e26a-48fc-bd73-79c41df964a2 {
  display: none;
}
#s-6b1bf5ff-e26a-48fc-bd73-79c41df964a2, #wrap-s-6b1bf5ff-e26a-48fc-bd73-79c41df964a2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6b1bf5ff-e26a-48fc-bd73-79c41df964a2 {
  display: none;
}
#s-6b1bf5ff-e26a-48fc-bd73-79c41df964a2, #wrap-s-6b1bf5ff-e26a-48fc-bd73-79c41df964a2 { display:none !important; }}@media (max-width: 767px){#s-6b1bf5ff-e26a-48fc-bd73-79c41df964a2 {
  display: none;
}
#s-6b1bf5ff-e26a-48fc-bd73-79c41df964a2, #wrap-s-6b1bf5ff-e26a-48fc-bd73-79c41df964a2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-6b1bf5ff-e26a-48fc-bd73-79c41df964a2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 768px) {
[id="s-6b1bf5ff-e26a-48fc-bd73-79c41df964a2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.0px);
}

[id="s-6b1bf5ff-e26a-48fc-bd73-79c41df964a2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.0px);
}

[id="s-6b1bf5ff-e26a-48fc-bd73-79c41df964a2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-6b1bf5ff-e26a-48fc-bd73-79c41df964a2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.0px);
}

[id="s-6b1bf5ff-e26a-48fc-bd73-79c41df964a2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.0px);
}

[id="s-6b1bf5ff-e26a-48fc-bd73-79c41df964a2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-6b1bf5ff-e26a-48fc-bd73-79c41df964a2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.0px);
}

[id="s-6b1bf5ff-e26a-48fc-bd73-79c41df964a2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.0px);
}

[id="s-6b1bf5ff-e26a-48fc-bd73-79c41df964a2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

#s-f6a38d18-bb02-4a56-9d9c-ee016cdb1c30 {
  margin-top: 15px;
margin-bottom: -15px;
}

#s-5ea3f405-0ca6-4f98-8ecd-26f5ec7b3ac5 {
  margin-top: -10px;
margin-left: -15px;
margin-bottom: -10px;
min-height: 70px;
max-width: 70px;
text-align: center;
}




  #s-5ea3f405-0ca6-4f98-8ecd-26f5ec7b3ac5 img.shogun-image {
    
    width: px;
  }


#s-5ea3f405-0ca6-4f98-8ecd-26f5ec7b3ac5 .shogun-image-content {
  
    align-items: center;
  
}

#s-7c9763ad-7501-49ff-b769-df5d2191f39b {
  margin-left: -25px;
margin-right: 50px;
}

#s-8daf841f-f108-4295-8b66-fba2393348de {
  text-align: center;
}




  #s-8daf841f-f108-4295-8b66-fba2393348de img.shogun-image {
    
    width: px;
  }


#s-8daf841f-f108-4295-8b66-fba2393348de .shogun-image-content {
  
    align-items: center;
  
}

#s-242e6afb-3bcf-48c7-b230-f0fa12e66900 {
  margin-left: 150px;
margin-right: 150px;
padding-left: 100px;
padding-right: 100px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-242e6afb-3bcf-48c7-b230-f0fa12e66900 {
  display: none;
}
#s-242e6afb-3bcf-48c7-b230-f0fa12e66900, #wrap-s-242e6afb-3bcf-48c7-b230-f0fa12e66900 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-242e6afb-3bcf-48c7-b230-f0fa12e66900 {
  display: none;
}
#s-242e6afb-3bcf-48c7-b230-f0fa12e66900, #wrap-s-242e6afb-3bcf-48c7-b230-f0fa12e66900 { display:none !important; }}@media (max-width: 767px){#s-242e6afb-3bcf-48c7-b230-f0fa12e66900 {
  display: none;
}
#s-242e6afb-3bcf-48c7-b230-f0fa12e66900, #wrap-s-242e6afb-3bcf-48c7-b230-f0fa12e66900 { display:none !important; }}
#s-242e6afb-3bcf-48c7-b230-f0fa12e66900 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-df2f2633-87da-48e7-995d-d83a1600196e {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
max-width: 850px;
text-align: center;
}
@media (min-width: 1200px){#s-df2f2633-87da-48e7-995d-d83a1600196e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-df2f2633-87da-48e7-995d-d83a1600196e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-df2f2633-87da-48e7-995d-d83a1600196e {
  display: none;
}
#s-df2f2633-87da-48e7-995d-d83a1600196e, #wrap-s-df2f2633-87da-48e7-995d-d83a1600196e { display:none !important; }}@media (max-width: 767px){#s-df2f2633-87da-48e7-995d-d83a1600196e {
  display: none;
}
#s-df2f2633-87da-48e7-995d-d83a1600196e, #wrap-s-df2f2633-87da-48e7-995d-d83a1600196e { display:none !important; }}



  #s-df2f2633-87da-48e7-995d-d83a1600196e img.shogun-image {
    
    width: px;
  }


#s-df2f2633-87da-48e7-995d-d83a1600196e .shogun-image-content {
  
    align-items: center;
  
}

#s-1c866471-abae-4a91-91fb-0de4f0d860b6 {
  margin-top: 30px;
margin-left: 150px;
margin-bottom: 20px;
margin-right: 150px;
padding-left: 100px;
padding-right: 100px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-1c866471-abae-4a91-91fb-0de4f0d860b6 {
  display: none;
}
#s-1c866471-abae-4a91-91fb-0de4f0d860b6, #wrap-s-1c866471-abae-4a91-91fb-0de4f0d860b6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1c866471-abae-4a91-91fb-0de4f0d860b6 {
  display: none;
}
#s-1c866471-abae-4a91-91fb-0de4f0d860b6, #wrap-s-1c866471-abae-4a91-91fb-0de4f0d860b6 { display:none !important; }}@media (max-width: 767px){#s-1c866471-abae-4a91-91fb-0de4f0d860b6 {
  display: none;
}
#s-1c866471-abae-4a91-91fb-0de4f0d860b6, #wrap-s-1c866471-abae-4a91-91fb-0de4f0d860b6 { display:none !important; }}
#s-1c866471-abae-4a91-91fb-0de4f0d860b6 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-4f33f91c-b388-4dbe-b6ea-43bde526beea {
  margin-top: 30px;
margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4f33f91c-b388-4dbe-b6ea-43bde526beea {
  display: none;
}
#s-4f33f91c-b388-4dbe-b6ea-43bde526beea, #wrap-s-4f33f91c-b388-4dbe-b6ea-43bde526beea { display:none !important; }}@media (max-width: 767px){#s-4f33f91c-b388-4dbe-b6ea-43bde526beea {
  display: none;
}
#s-4f33f91c-b388-4dbe-b6ea-43bde526beea, #wrap-s-4f33f91c-b388-4dbe-b6ea-43bde526beea { display:none !important; }}
#s-8de3aa17-c59d-47af-9118-c5a8326600bc {
  margin-left: auto;
margin-right: auto;
max-width: 850px;
}

#s-1ba019ec-e4e3-4514-b0b1-43ae0f722af2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-1ba019ec-e4e3-4514-b0b1-43ae0f722af2 {
  display: none;
}
#s-1ba019ec-e4e3-4514-b0b1-43ae0f722af2, #wrap-s-1ba019ec-e4e3-4514-b0b1-43ae0f722af2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1ba019ec-e4e3-4514-b0b1-43ae0f722af2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1ba019ec-e4e3-4514-b0b1-43ae0f722af2 {
  display: none;
}
#s-1ba019ec-e4e3-4514-b0b1-43ae0f722af2, #wrap-s-1ba019ec-e4e3-4514-b0b1-43ae0f722af2 { display:none !important; }}@media (max-width: 767px){#s-1ba019ec-e4e3-4514-b0b1-43ae0f722af2 {
  display: none;
}
#s-1ba019ec-e4e3-4514-b0b1-43ae0f722af2, #wrap-s-1ba019ec-e4e3-4514-b0b1-43ae0f722af2 { display:none !important; }}







#s-1ba019ec-e4e3-4514-b0b1-43ae0f722af2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ba019ec-e4e3-4514-b0b1-43ae0f722af2.shg-box.shg-c {
  justify-content: center;
}

#s-8731d958-27c3-417e-bd06-19a28fa811a1 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-8731d958-27c3-417e-bd06-19a28fa811a1 {
  display: none;
}
#s-8731d958-27c3-417e-bd06-19a28fa811a1, #wrap-s-8731d958-27c3-417e-bd06-19a28fa811a1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8731d958-27c3-417e-bd06-19a28fa811a1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8731d958-27c3-417e-bd06-19a28fa811a1 {
  display: none;
}
#s-8731d958-27c3-417e-bd06-19a28fa811a1, #wrap-s-8731d958-27c3-417e-bd06-19a28fa811a1 { display:none !important; }}@media (max-width: 767px){#s-8731d958-27c3-417e-bd06-19a28fa811a1 {
  display: none;
}
#s-8731d958-27c3-417e-bd06-19a28fa811a1, #wrap-s-8731d958-27c3-417e-bd06-19a28fa811a1 { display:none !important; }}
@media (min-width: 0px) {
[id="s-8731d958-27c3-417e-bd06-19a28fa811a1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 768px) {
[id="s-8731d958-27c3-417e-bd06-19a28fa811a1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-8731d958-27c3-417e-bd06-19a28fa811a1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-8731d958-27c3-417e-bd06-19a28fa811a1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

#s-f4541c47-d1ec-4083-95e6-fc3c482beefc {
  margin-top: 15px;
margin-bottom: -15px;
}

#s-c0991fdd-0e88-4396-837b-a26e9b2063e1 {
  margin-top: -10px;
margin-left: -30px;
margin-bottom: -10px;
min-height: 70px;
max-width: 70px;
text-align: center;
}




  #s-c0991fdd-0e88-4396-837b-a26e9b2063e1 img.shogun-image {
    
    width: px;
  }


#s-c0991fdd-0e88-4396-837b-a26e9b2063e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b8e642f-c29c-4397-8251-fcc66a12d549 {
  margin-left: -30px;
margin-right: 100px;
}

#s-d2c0a2b6-a1a9-4d2a-9396-fa24e3320827 {
  text-align: center;
}




  #s-d2c0a2b6-a1a9-4d2a-9396-fa24e3320827 img.shogun-image {
    
    width: px;
  }


#s-d2c0a2b6-a1a9-4d2a-9396-fa24e3320827 .shogun-image-content {
  
    align-items: center;
  
}

#s-e8b64d26-67f6-43d4-8e51-d40dab9551e1 {
  margin-left: 150px;
margin-right: 150px;
padding-left: 100px;
padding-right: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e8b64d26-67f6-43d4-8e51-d40dab9551e1 {
  display: none;
}
#s-e8b64d26-67f6-43d4-8e51-d40dab9551e1, #wrap-s-e8b64d26-67f6-43d4-8e51-d40dab9551e1 { display:none !important; }}@media (max-width: 767px){#s-e8b64d26-67f6-43d4-8e51-d40dab9551e1 {
  display: none;
}
#s-e8b64d26-67f6-43d4-8e51-d40dab9551e1, #wrap-s-e8b64d26-67f6-43d4-8e51-d40dab9551e1 { display:none !important; }}
#s-e8b64d26-67f6-43d4-8e51-d40dab9551e1 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-6e4fa770-2bea-4fd3-9e18-b6f47900c4fe {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-6e4fa770-2bea-4fd3-9e18-b6f47900c4fe {
  display: none;
}
#s-6e4fa770-2bea-4fd3-9e18-b6f47900c4fe, #wrap-s-6e4fa770-2bea-4fd3-9e18-b6f47900c4fe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6e4fa770-2bea-4fd3-9e18-b6f47900c4fe {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6e4fa770-2bea-4fd3-9e18-b6f47900c4fe {
  display: none;
}
#s-6e4fa770-2bea-4fd3-9e18-b6f47900c4fe, #wrap-s-6e4fa770-2bea-4fd3-9e18-b6f47900c4fe { display:none !important; }}@media (max-width: 767px){#s-6e4fa770-2bea-4fd3-9e18-b6f47900c4fe {
  display: none;
}
#s-6e4fa770-2bea-4fd3-9e18-b6f47900c4fe, #wrap-s-6e4fa770-2bea-4fd3-9e18-b6f47900c4fe { display:none !important; }}
@media (min-width: 0px) {
[id="s-6e4fa770-2bea-4fd3-9e18-b6f47900c4fe"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 768px) {
[id="s-6e4fa770-2bea-4fd3-9e18-b6f47900c4fe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-6e4fa770-2bea-4fd3-9e18-b6f47900c4fe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e4fa770-2bea-4fd3-9e18-b6f47900c4fe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

#s-f76a4065-b486-4fb6-beec-63f0593830d1 {
  margin-top: 15px;
margin-bottom: -15px;
}

#s-156ef326-931c-4010-8301-d071cfce4ca8 {
  margin-top: -10px;
margin-left: -30px;
margin-bottom: -10px;
min-height: 70px;
max-width: 70px;
text-align: center;
}




  #s-156ef326-931c-4010-8301-d071cfce4ca8 img.shogun-image {
    
    width: px;
  }


#s-156ef326-931c-4010-8301-d071cfce4ca8 .shogun-image-content {
  
    align-items: center;
  
}

#s-a9ab66b4-0bab-48a7-8120-9c1161326f95 {
  margin-left: -30px;
margin-right: 60px;
}

#s-114c5095-86db-4925-9718-f0492324de40 {
  text-align: center;
}




  #s-114c5095-86db-4925-9718-f0492324de40 img.shogun-image {
    
    width: px;
  }


#s-114c5095-86db-4925-9718-f0492324de40 .shogun-image-content {
  
    align-items: center;
  
}

#s-07e8f964-06b9-4430-ba5b-a04f7afed874 {
  margin-left: 150px;
margin-right: 150px;
padding-left: 100px;
padding-right: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-07e8f964-06b9-4430-ba5b-a04f7afed874 {
  display: none;
}
#s-07e8f964-06b9-4430-ba5b-a04f7afed874, #wrap-s-07e8f964-06b9-4430-ba5b-a04f7afed874 { display:none !important; }}@media (max-width: 767px){#s-07e8f964-06b9-4430-ba5b-a04f7afed874 {
  display: none;
}
#s-07e8f964-06b9-4430-ba5b-a04f7afed874, #wrap-s-07e8f964-06b9-4430-ba5b-a04f7afed874 { display:none !important; }}
#s-07e8f964-06b9-4430-ba5b-a04f7afed874 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-dab6af77-7894-438e-9f59-3b9b4214e08c {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-dab6af77-7894-438e-9f59-3b9b4214e08c {
  display: none;
}
#s-dab6af77-7894-438e-9f59-3b9b4214e08c, #wrap-s-dab6af77-7894-438e-9f59-3b9b4214e08c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dab6af77-7894-438e-9f59-3b9b4214e08c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dab6af77-7894-438e-9f59-3b9b4214e08c {
  display: none;
}
#s-dab6af77-7894-438e-9f59-3b9b4214e08c, #wrap-s-dab6af77-7894-438e-9f59-3b9b4214e08c { display:none !important; }}@media (max-width: 767px){#s-dab6af77-7894-438e-9f59-3b9b4214e08c {
  display: none;
}
#s-dab6af77-7894-438e-9f59-3b9b4214e08c, #wrap-s-dab6af77-7894-438e-9f59-3b9b4214e08c { display:none !important; }}
@media (min-width: 0px) {
[id="s-dab6af77-7894-438e-9f59-3b9b4214e08c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 768px) {
[id="s-dab6af77-7894-438e-9f59-3b9b4214e08c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-dab6af77-7894-438e-9f59-3b9b4214e08c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-dab6af77-7894-438e-9f59-3b9b4214e08c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

#s-fef63841-4f6a-4ca6-9591-15e6f4abd2ed {
  margin-top: 15px;
margin-bottom: -15px;
}

#s-60f8183f-8d55-43c3-82a8-bc574ac883e9 {
  margin-top: -10px;
margin-left: -30px;
margin-bottom: -10px;
min-height: 70px;
max-width: 70px;
text-align: center;
}




  #s-60f8183f-8d55-43c3-82a8-bc574ac883e9 img.shogun-image {
    
    width: px;
  }


#s-60f8183f-8d55-43c3-82a8-bc574ac883e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-c0481477-8b46-48ec-a669-14e4f8136ead {
  margin-left: -24px;
margin-right: 60px;
}

#s-dcb0182b-795c-46e0-b911-316d93a9b4d9 {
  text-align: center;
}




  #s-dcb0182b-795c-46e0-b911-316d93a9b4d9 img.shogun-image {
    
    width: px;
  }


#s-dcb0182b-795c-46e0-b911-316d93a9b4d9 .shogun-image-content {
  
    align-items: center;
  
}

#s-66958dbc-27e8-42bf-bad7-2775b966bb7f {
  margin-left: 680px;
margin-right: 780px;
}
@media (min-width: 768px) and (max-width: 991px){#s-66958dbc-27e8-42bf-bad7-2775b966bb7f {
  display: none;
}
#s-66958dbc-27e8-42bf-bad7-2775b966bb7f, #wrap-s-66958dbc-27e8-42bf-bad7-2775b966bb7f { display:none !important; }}@media (max-width: 767px){#s-66958dbc-27e8-42bf-bad7-2775b966bb7f {
  display: none;
}
#s-66958dbc-27e8-42bf-bad7-2775b966bb7f, #wrap-s-66958dbc-27e8-42bf-bad7-2775b966bb7f { display:none !important; }}
#s-66958dbc-27e8-42bf-bad7-2775b966bb7f hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-2e5d79e3-e4e9-4610-9968-21b9c51d1530 {
  margin-left: 680px;
margin-right: 780px;
}

#s-2e5d79e3-e4e9-4610-9968-21b9c51d1530 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-36d6804e-3a8c-459a-b4c4-b671b3e23f5c {
  margin-left: 680px;
margin-right: 780px;
}

#s-36d6804e-3a8c-459a-b4c4-b671b3e23f5c hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-804acaa6-844d-47f1-b7b5-9a7fb8446186 {
  margin-left: 680px;
margin-right: 780px;
}

#s-804acaa6-844d-47f1-b7b5-9a7fb8446186 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-1e07942d-21ce-48cc-9195-ee11da8f3dc0 {
  margin-left: 680px;
margin-right: 780px;
}

#s-1e07942d-21ce-48cc-9195-ee11da8f3dc0 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-6a0d44d2-c66b-4703-aa7b-c4cb13765aee {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 1200px){#s-6a0d44d2-c66b-4703-aa7b-c4cb13765aee {
  display: none;
}
#s-6a0d44d2-c66b-4703-aa7b-c4cb13765aee, #wrap-s-6a0d44d2-c66b-4703-aa7b-c4cb13765aee { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6a0d44d2-c66b-4703-aa7b-c4cb13765aee {
  display: none;
}
#s-6a0d44d2-c66b-4703-aa7b-c4cb13765aee, #wrap-s-6a0d44d2-c66b-4703-aa7b-c4cb13765aee { display:none !important; }}@media (max-width: 767px){#s-6a0d44d2-c66b-4703-aa7b-c4cb13765aee {
  display: none;
}
#s-6a0d44d2-c66b-4703-aa7b-c4cb13765aee, #wrap-s-6a0d44d2-c66b-4703-aa7b-c4cb13765aee { display:none !important; }}







#s-6a0d44d2-c66b-4703-aa7b-c4cb13765aee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a0d44d2-c66b-4703-aa7b-c4cb13765aee.shg-box.shg-c {
  justify-content: center;
}

#s-7470c561-c692-4955-8f7c-9710e5e8e39a {
  margin-top: 50px;
margin-bottom: 10px;
max-width: 1200px;
}
@media (min-width: 1200px){#s-7470c561-c692-4955-8f7c-9710e5e8e39a {
  display: none;
}
#s-7470c561-c692-4955-8f7c-9710e5e8e39a, #wrap-s-7470c561-c692-4955-8f7c-9710e5e8e39a { display:none !important; }}
@media (min-width: 0px) {
[id="s-7470c561-c692-4955-8f7c-9710e5e8e39a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7470c561-c692-4955-8f7c-9710e5e8e39a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 12.0px);
}

[id="s-7470c561-c692-4955-8f7c-9710e5e8e39a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-7470c561-c692-4955-8f7c-9710e5e8e39a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 12.0px);
}

[id="s-7470c561-c692-4955-8f7c-9710e5e8e39a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-7470c561-c692-4955-8f7c-9710e5e8e39a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 12.0px);
}

[id="s-7470c561-c692-4955-8f7c-9710e5e8e39a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 12.0px);
}

}

#s-23381600-f91f-436c-9b9a-d8e6986b79cd {
  margin-top: 15px;
margin-left: 25px;
margin-bottom: -15px;
}

#s-57fee991-2cbc-45b7-a162-370bba52912b {
  margin-left: 25px;
}

#s-e92d2814-45eb-43ae-a349-309a4617a3f6 {
  margin-left: 25px;
max-width: 600px;
text-align: center;
}




  #s-e92d2814-45eb-43ae-a349-309a4617a3f6 img.shogun-image {
    
    width: px;
  }


#s-e92d2814-45eb-43ae-a349-309a4617a3f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-f270bfb9-1c1a-492a-b155-ff8ce1b3a31d {
  margin-top: -10px;
margin-left: 20px;
margin-bottom: -10px;
min-height: 70px;
max-width: 70px;
text-align: center;
}




  #s-f270bfb9-1c1a-492a-b155-ff8ce1b3a31d img.shogun-image {
    
    width: px;
  }


#s-f270bfb9-1c1a-492a-b155-ff8ce1b3a31d .shogun-image-content {
  
    align-items: center;
  
}

#s-5500dd8c-34c1-44b4-81de-7f7a1e3f278b {
  margin-left: 20px;
margin-right: 50px;
}

#s-ab4b4430-f2b1-44d1-b8c3-637746c7ce1b {
  margin-left: 280px;
margin-right: 280px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ab4b4430-f2b1-44d1-b8c3-637746c7ce1b {
  display: none;
}
#s-ab4b4430-f2b1-44d1-b8c3-637746c7ce1b, #wrap-s-ab4b4430-f2b1-44d1-b8c3-637746c7ce1b { display:none !important; }}@media (max-width: 767px){#s-ab4b4430-f2b1-44d1-b8c3-637746c7ce1b {
  display: none;
}
#s-ab4b4430-f2b1-44d1-b8c3-637746c7ce1b, #wrap-s-ab4b4430-f2b1-44d1-b8c3-637746c7ce1b { display:none !important; }}
#s-ab4b4430-f2b1-44d1-b8c3-637746c7ce1b hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-1612f411-ece1-4d7b-93b9-7e13e5699a0e {
  margin-left: 280px;
margin-right: 280px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1612f411-ece1-4d7b-93b9-7e13e5699a0e {
  display: none;
}
#s-1612f411-ece1-4d7b-93b9-7e13e5699a0e, #wrap-s-1612f411-ece1-4d7b-93b9-7e13e5699a0e { display:none !important; }}
#s-1612f411-ece1-4d7b-93b9-7e13e5699a0e hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-d489356a-6552-44cf-9115-0de28ea52153 {
  margin-left: 280px;
margin-right: 280px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d489356a-6552-44cf-9115-0de28ea52153 {
  display: none;
}
#s-d489356a-6552-44cf-9115-0de28ea52153, #wrap-s-d489356a-6552-44cf-9115-0de28ea52153 { display:none !important; }}
#s-d489356a-6552-44cf-9115-0de28ea52153 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-eb605831-8a1c-4fe3-b53f-c5b922554398 {
  margin-left: 280px;
margin-right: 280px;
}
@media (min-width: 768px) and (max-width: 991px){#s-eb605831-8a1c-4fe3-b53f-c5b922554398 {
  display: none;
}
#s-eb605831-8a1c-4fe3-b53f-c5b922554398, #wrap-s-eb605831-8a1c-4fe3-b53f-c5b922554398 { display:none !important; }}@media (max-width: 767px){#s-eb605831-8a1c-4fe3-b53f-c5b922554398 {
  display: none;
}
#s-eb605831-8a1c-4fe3-b53f-c5b922554398, #wrap-s-eb605831-8a1c-4fe3-b53f-c5b922554398 { display:none !important; }}
#s-eb605831-8a1c-4fe3-b53f-c5b922554398 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-1aa824a8-03c8-4e8f-87a3-2264692a5f2c {
  margin-left: 280px;
margin-right: 280px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1aa824a8-03c8-4e8f-87a3-2264692a5f2c {
  display: none;
}
#s-1aa824a8-03c8-4e8f-87a3-2264692a5f2c, #wrap-s-1aa824a8-03c8-4e8f-87a3-2264692a5f2c { display:none !important; }}
#s-1aa824a8-03c8-4e8f-87a3-2264692a5f2c hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-b38521fb-226a-40e6-8729-1b5a372e8897 {
  margin-left: 280px;
margin-right: 280px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b38521fb-226a-40e6-8729-1b5a372e8897 {
  display: none;
}
#s-b38521fb-226a-40e6-8729-1b5a372e8897, #wrap-s-b38521fb-226a-40e6-8729-1b5a372e8897 { display:none !important; }}@media (max-width: 767px){#s-b38521fb-226a-40e6-8729-1b5a372e8897 {
  display: none;
}
#s-b38521fb-226a-40e6-8729-1b5a372e8897, #wrap-s-b38521fb-226a-40e6-8729-1b5a372e8897 { display:none !important; }}
#s-b38521fb-226a-40e6-8729-1b5a372e8897 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-6f878c0c-0603-48a4-ac4f-391af0af3f87 {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-6f878c0c-0603-48a4-ac4f-391af0af3f87 {
  display: none;
}
#s-6f878c0c-0603-48a4-ac4f-391af0af3f87, #wrap-s-6f878c0c-0603-48a4-ac4f-391af0af3f87 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6f878c0c-0603-48a4-ac4f-391af0af3f87 {
  display: none;
}
#s-6f878c0c-0603-48a4-ac4f-391af0af3f87, #wrap-s-6f878c0c-0603-48a4-ac4f-391af0af3f87 { display:none !important; }}
#s-6f878c0c-0603-48a4-ac4f-391af0af3f87 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-bf0d4350-17a5-4f6b-bce6-c2d3032f3688 {
  margin-top: 50px;
margin-bottom: 10px;
max-width: 1200px;
}
@media (min-width: 1200px){#s-bf0d4350-17a5-4f6b-bce6-c2d3032f3688 {
  display: none;
}
#s-bf0d4350-17a5-4f6b-bce6-c2d3032f3688, #wrap-s-bf0d4350-17a5-4f6b-bce6-c2d3032f3688 { display:none !important; }}
@media (min-width: 0px) {
[id="s-bf0d4350-17a5-4f6b-bce6-c2d3032f3688"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bf0d4350-17a5-4f6b-bce6-c2d3032f3688"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 12.0px);
}

[id="s-bf0d4350-17a5-4f6b-bce6-c2d3032f3688"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-bf0d4350-17a5-4f6b-bce6-c2d3032f3688"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 12.0px);
}

[id="s-bf0d4350-17a5-4f6b-bce6-c2d3032f3688"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf0d4350-17a5-4f6b-bce6-c2d3032f3688"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 12.0px);
}

[id="s-bf0d4350-17a5-4f6b-bce6-c2d3032f3688"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 12.0px);
}

}

#s-78cce6b9-426e-44d9-8081-7866dda03bab {
  margin-top: 15px;
margin-left: 25px;
margin-bottom: -15px;
}

#s-59dd296f-64e0-4bdd-bccb-d5ffe7ba46ef {
  margin-left: 25px;
}

#s-62e96b7d-3dd7-4326-890e-0aa12dfa686d {
  margin-left: 25px;
max-width: 600px;
text-align: center;
}




  #s-62e96b7d-3dd7-4326-890e-0aa12dfa686d img.shogun-image {
    
    width: px;
  }


#s-62e96b7d-3dd7-4326-890e-0aa12dfa686d .shogun-image-content {
  
    align-items: center;
  
}

#s-960d1c41-9621-4e59-818e-7b9d0a70b938 {
  margin-top: -10px;
margin-left: 20px;
margin-bottom: -10px;
min-height: 70px;
max-width: 70px;
text-align: center;
}




  #s-960d1c41-9621-4e59-818e-7b9d0a70b938 img.shogun-image {
    
    width: px;
  }


#s-960d1c41-9621-4e59-818e-7b9d0a70b938 .shogun-image-content {
  
    align-items: center;
  
}

#s-acb171b3-eced-4872-aa6d-4ec888d94051 {
  margin-left: 20px;
margin-right: 50px;
}

#s-b7d27cf3-a9d4-449e-8b9c-acbe8f489847 {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-b7d27cf3-a9d4-449e-8b9c-acbe8f489847 {
  display: none;
}
#s-b7d27cf3-a9d4-449e-8b9c-acbe8f489847, #wrap-s-b7d27cf3-a9d4-449e-8b9c-acbe8f489847 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b7d27cf3-a9d4-449e-8b9c-acbe8f489847 {
  display: none;
}
#s-b7d27cf3-a9d4-449e-8b9c-acbe8f489847, #wrap-s-b7d27cf3-a9d4-449e-8b9c-acbe8f489847 { display:none !important; }}
#s-b7d27cf3-a9d4-449e-8b9c-acbe8f489847 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-47400297-d11f-4062-8f70-e28320553470 {
  margin-top: 50px;
margin-bottom: 10px;
max-width: 1200px;
}
@media (min-width: 1200px){#s-47400297-d11f-4062-8f70-e28320553470 {
  display: none;
}
#s-47400297-d11f-4062-8f70-e28320553470, #wrap-s-47400297-d11f-4062-8f70-e28320553470 { display:none !important; }}
@media (min-width: 0px) {
[id="s-47400297-d11f-4062-8f70-e28320553470"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-47400297-d11f-4062-8f70-e28320553470"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 12.0px);
}

[id="s-47400297-d11f-4062-8f70-e28320553470"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-47400297-d11f-4062-8f70-e28320553470"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 12.0px);
}

[id="s-47400297-d11f-4062-8f70-e28320553470"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-47400297-d11f-4062-8f70-e28320553470"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 12.0px);
}

[id="s-47400297-d11f-4062-8f70-e28320553470"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 12.0px);
}

}

#s-c7bcdc3f-cb3c-4b02-9a95-4236ecb8c66f {
  margin-top: 15px;
margin-left: 25px;
margin-bottom: -15px;
}

#s-db6f84ba-fa47-44fc-9f79-8c053aeac942 {
  margin-left: 25px;
}

#s-702ac1ba-f34f-49f1-b2b0-53b78e64b3c2 {
  margin-left: 25px;
max-width: 600px;
text-align: center;
}




  #s-702ac1ba-f34f-49f1-b2b0-53b78e64b3c2 img.shogun-image {
    
    width: px;
  }


#s-702ac1ba-f34f-49f1-b2b0-53b78e64b3c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-2284ece0-a836-46ad-ab3f-bd68dfe147ec {
  margin-top: -10px;
margin-left: 20px;
margin-bottom: -10px;
min-height: 70px;
max-width: 70px;
text-align: center;
}




  #s-2284ece0-a836-46ad-ab3f-bd68dfe147ec img.shogun-image {
    
    width: px;
  }


#s-2284ece0-a836-46ad-ab3f-bd68dfe147ec .shogun-image-content {
  
    align-items: center;
  
}

#s-90c50797-9e25-4685-bbdf-ab22830792cc {
  margin-left: 20px;
margin-right: 50px;
}

#s-acdb7c46-a3b7-4f78-9c62-7156c43e3c6d {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-acdb7c46-a3b7-4f78-9c62-7156c43e3c6d {
  display: none;
}
#s-acdb7c46-a3b7-4f78-9c62-7156c43e3c6d, #wrap-s-acdb7c46-a3b7-4f78-9c62-7156c43e3c6d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-acdb7c46-a3b7-4f78-9c62-7156c43e3c6d {
  display: none;
}
#s-acdb7c46-a3b7-4f78-9c62-7156c43e3c6d, #wrap-s-acdb7c46-a3b7-4f78-9c62-7156c43e3c6d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-acdb7c46-a3b7-4f78-9c62-7156c43e3c6d {
  display: none;
}
#s-acdb7c46-a3b7-4f78-9c62-7156c43e3c6d, #wrap-s-acdb7c46-a3b7-4f78-9c62-7156c43e3c6d { display:none !important; }}
#s-acdb7c46-a3b7-4f78-9c62-7156c43e3c6d hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-d5c2c97e-2105-4739-8ff2-15bf9a604574 {
  margin-left: auto;
margin-bottom: -260px;
margin-right: auto;
max-width: 1000px;
}
@media (min-width: 1200px){#s-d5c2c97e-2105-4739-8ff2-15bf9a604574 {
  display: none;
}
#s-d5c2c97e-2105-4739-8ff2-15bf9a604574, #wrap-s-d5c2c97e-2105-4739-8ff2-15bf9a604574 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d5c2c97e-2105-4739-8ff2-15bf9a604574 {
  display: none;
}
#s-d5c2c97e-2105-4739-8ff2-15bf9a604574, #wrap-s-d5c2c97e-2105-4739-8ff2-15bf9a604574 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d5c2c97e-2105-4739-8ff2-15bf9a604574 {
  display: none;
}
#s-d5c2c97e-2105-4739-8ff2-15bf9a604574, #wrap-s-d5c2c97e-2105-4739-8ff2-15bf9a604574 { display:none !important; }}@media (max-width: 767px){#s-d5c2c97e-2105-4739-8ff2-15bf9a604574 {
  
}
}







#s-d5c2c97e-2105-4739-8ff2-15bf9a604574 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5c2c97e-2105-4739-8ff2-15bf9a604574.shg-box.shg-c {
  justify-content: center;
}

#s-04a505db-2798-4acc-ac2b-d63913123291 {
  margin-top: 10px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 5px;
}

@media (min-width: 0px) {
[id="s-04a505db-2798-4acc-ac2b-d63913123291"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-04a505db-2798-4acc-ac2b-d63913123291"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-04a505db-2798-4acc-ac2b-d63913123291"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-04a505db-2798-4acc-ac2b-d63913123291"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-34191d5b-7eb9-4ec0-8478-ac26a626e590 {
  margin-top: 5px;
}

#s-7d206b14-c315-4f76-803e-8ecdb913b210 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}




  #s-7d206b14-c315-4f76-803e-8ecdb913b210 img.shogun-image {
    
    width: px;
  }


#s-7d206b14-c315-4f76-803e-8ecdb913b210 .shogun-image-content {
  
    align-items: center;
  
}

#s-593b510a-0feb-4ad6-85e0-4b9b0d3cc0ae {
  margin-top: 10px;
margin-bottom: 5px;
text-align: center;
}




  #s-593b510a-0feb-4ad6-85e0-4b9b0d3cc0ae img.shogun-image {
    
    width: px;
  }


#s-593b510a-0feb-4ad6-85e0-4b9b0d3cc0ae .shogun-image-content {
  
    align-items: center;
  
}

#s-ed59e0d1-9ce3-4c52-a42e-75433556626f {
  margin-left: auto;
margin-right: auto;
}

#s-1e3a3851-24ab-48d7-b344-acfe76047317 {
  margin-left: 280px;
margin-right: 280px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1e3a3851-24ab-48d7-b344-acfe76047317 {
  display: none;
}
#s-1e3a3851-24ab-48d7-b344-acfe76047317, #wrap-s-1e3a3851-24ab-48d7-b344-acfe76047317 { display:none !important; }}
#s-1e3a3851-24ab-48d7-b344-acfe76047317 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-a586364a-89f4-48e1-b2be-9aad0490550e {
  margin-top: -50px;
margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-a586364a-89f4-48e1-b2be-9aad0490550e {
  display: none;
}
#s-a586364a-89f4-48e1-b2be-9aad0490550e, #wrap-s-a586364a-89f4-48e1-b2be-9aad0490550e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a586364a-89f4-48e1-b2be-9aad0490550e {
  display: none;
}
#s-a586364a-89f4-48e1-b2be-9aad0490550e, #wrap-s-a586364a-89f4-48e1-b2be-9aad0490550e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a586364a-89f4-48e1-b2be-9aad0490550e {
  display: none;
}
#s-a586364a-89f4-48e1-b2be-9aad0490550e, #wrap-s-a586364a-89f4-48e1-b2be-9aad0490550e { display:none !important; }}
#s-a586364a-89f4-48e1-b2be-9aad0490550e hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-2896e4b0-2764-4341-a17d-841186999a46 {
  margin-top: 10px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 5px;
}

@media (min-width: 0px) {
[id="s-2896e4b0-2764-4341-a17d-841186999a46"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2896e4b0-2764-4341-a17d-841186999a46"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2896e4b0-2764-4341-a17d-841186999a46"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2896e4b0-2764-4341-a17d-841186999a46"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2d725673-6bc5-4374-9f06-cf049d15fe92 {
  margin-top: 5px;
}

#s-398bd348-4239-417c-a2e0-16c15b24a9b3 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}




  #s-398bd348-4239-417c-a2e0-16c15b24a9b3 img.shogun-image {
    
    width: px;
  }


#s-398bd348-4239-417c-a2e0-16c15b24a9b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-3ddc708f-e74d-44cc-9339-6af2c47b17ac {
  margin-top: 10px;
margin-bottom: 5px;
text-align: center;
}




  #s-3ddc708f-e74d-44cc-9339-6af2c47b17ac img.shogun-image {
    
    width: px;
  }


#s-3ddc708f-e74d-44cc-9339-6af2c47b17ac .shogun-image-content {
  
    align-items: center;
  
}

#s-5e13996b-b584-4921-8d03-aa372f3fdbf2 {
  margin-left: auto;
margin-right: auto;
}

#s-ac5df8ab-8cef-4e82-a8b6-b445c334eaf6 {
  margin-top: 10px;
margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-ac5df8ab-8cef-4e82-a8b6-b445c334eaf6 {
  display: none;
}
#s-ac5df8ab-8cef-4e82-a8b6-b445c334eaf6, #wrap-s-ac5df8ab-8cef-4e82-a8b6-b445c334eaf6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ac5df8ab-8cef-4e82-a8b6-b445c334eaf6 {
  display: none;
}
#s-ac5df8ab-8cef-4e82-a8b6-b445c334eaf6, #wrap-s-ac5df8ab-8cef-4e82-a8b6-b445c334eaf6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ac5df8ab-8cef-4e82-a8b6-b445c334eaf6 {
  display: none;
}
#s-ac5df8ab-8cef-4e82-a8b6-b445c334eaf6, #wrap-s-ac5df8ab-8cef-4e82-a8b6-b445c334eaf6 { display:none !important; }}
#s-ac5df8ab-8cef-4e82-a8b6-b445c334eaf6 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-3a267d30-b3fb-4880-a38a-caef9aa2cc75 {
  margin-top: 10px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 5px;
}

@media (min-width: 0px) {
[id="s-3a267d30-b3fb-4880-a38a-caef9aa2cc75"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3a267d30-b3fb-4880-a38a-caef9aa2cc75"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3a267d30-b3fb-4880-a38a-caef9aa2cc75"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a267d30-b3fb-4880-a38a-caef9aa2cc75"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-496731de-67f8-4164-befc-02e87604e74a {
  margin-top: 5px;
}

#s-6d04bd48-ba8c-49c0-b591-39868ee699eb {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}




  #s-6d04bd48-ba8c-49c0-b591-39868ee699eb img.shogun-image {
    
    width: px;
  }


#s-6d04bd48-ba8c-49c0-b591-39868ee699eb .shogun-image-content {
  
    align-items: center;
  
}

#s-217d8c99-246e-44a9-9c4c-855e77ab1f32 {
  margin-top: 10px;
margin-bottom: 5px;
text-align: center;
}




  #s-217d8c99-246e-44a9-9c4c-855e77ab1f32 img.shogun-image {
    
    width: px;
  }


#s-217d8c99-246e-44a9-9c4c-855e77ab1f32 .shogun-image-content {
  
    align-items: center;
  
}

#s-cc41ae6a-434d-48b8-85d6-45818eb37150 {
  margin-left: auto;
margin-right: auto;
}

#s-3ddc9631-578c-4002-b03c-0eed5a3ceec5 {
  margin-left: 280px;
margin-right: 280px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3ddc9631-578c-4002-b03c-0eed5a3ceec5 {
  display: none;
}
#s-3ddc9631-578c-4002-b03c-0eed5a3ceec5, #wrap-s-3ddc9631-578c-4002-b03c-0eed5a3ceec5 { display:none !important; }}
#s-3ddc9631-578c-4002-b03c-0eed5a3ceec5 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-5bd78ebf-6570-4384-9a6c-026b579d08ff {
  margin-left: 280px;
margin-right: 280px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5bd78ebf-6570-4384-9a6c-026b579d08ff {
  display: none;
}
#s-5bd78ebf-6570-4384-9a6c-026b579d08ff, #wrap-s-5bd78ebf-6570-4384-9a6c-026b579d08ff { display:none !important; }}
#s-5bd78ebf-6570-4384-9a6c-026b579d08ff hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-5e65a919-4573-468e-8afd-eb4a32ba8bc5 {
  margin-left: 280px;
margin-right: 280px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5e65a919-4573-468e-8afd-eb4a32ba8bc5 {
  display: none;
}
#s-5e65a919-4573-468e-8afd-eb4a32ba8bc5, #wrap-s-5e65a919-4573-468e-8afd-eb4a32ba8bc5 { display:none !important; }}
#s-5e65a919-4573-468e-8afd-eb4a32ba8bc5 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-c8403bcc-d07a-4ceb-8c93-3647144dd083 {
  margin-left: 280px;
margin-right: 280px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c8403bcc-d07a-4ceb-8c93-3647144dd083 {
  display: none;
}
#s-c8403bcc-d07a-4ceb-8c93-3647144dd083, #wrap-s-c8403bcc-d07a-4ceb-8c93-3647144dd083 { display:none !important; }}
#s-c8403bcc-d07a-4ceb-8c93-3647144dd083 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-b25a49a5-89c0-4d00-90e3-f039f965f9b0 {
  margin-left: 280px;
margin-right: 280px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b25a49a5-89c0-4d00-90e3-f039f965f9b0 {
  display: none;
}
#s-b25a49a5-89c0-4d00-90e3-f039f965f9b0, #wrap-s-b25a49a5-89c0-4d00-90e3-f039f965f9b0 { display:none !important; }}
#s-b25a49a5-89c0-4d00-90e3-f039f965f9b0 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-ca987198-bfb0-4901-9602-4dc3f41c5fbd {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
max-width: 800px;
}
@media (min-width: 1200px){#s-ca987198-bfb0-4901-9602-4dc3f41c5fbd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ca987198-bfb0-4901-9602-4dc3f41c5fbd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ca987198-bfb0-4901-9602-4dc3f41c5fbd {
  display: none;
}
#s-ca987198-bfb0-4901-9602-4dc3f41c5fbd, #wrap-s-ca987198-bfb0-4901-9602-4dc3f41c5fbd { display:none !important; }}@media (max-width: 767px){#s-ca987198-bfb0-4901-9602-4dc3f41c5fbd {
  display: none;
}
#s-ca987198-bfb0-4901-9602-4dc3f41c5fbd, #wrap-s-ca987198-bfb0-4901-9602-4dc3f41c5fbd { display:none !important; }}
#s-68c3f224-84e8-456d-9f33-6eb2b791aef5 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-68c3f224-84e8-456d-9f33-6eb2b791aef5 {
  display: none;
}
#s-68c3f224-84e8-456d-9f33-6eb2b791aef5, #wrap-s-68c3f224-84e8-456d-9f33-6eb2b791aef5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-68c3f224-84e8-456d-9f33-6eb2b791aef5 {
  display: none;
}
#s-68c3f224-84e8-456d-9f33-6eb2b791aef5, #wrap-s-68c3f224-84e8-456d-9f33-6eb2b791aef5 { display:none !important; }}







#s-68c3f224-84e8-456d-9f33-6eb2b791aef5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68c3f224-84e8-456d-9f33-6eb2b791aef5.shg-box.shg-c {
  justify-content: center;
}

#s-d652dd71-5458-4d3d-aa1a-adc4919b270a {
  margin-left: 100px;
margin-right: 100px;
padding-left: 100px;
padding-right: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d652dd71-5458-4d3d-aa1a-adc4919b270a {
  display: none;
}
#s-d652dd71-5458-4d3d-aa1a-adc4919b270a, #wrap-s-d652dd71-5458-4d3d-aa1a-adc4919b270a { display:none !important; }}@media (max-width: 767px){#s-d652dd71-5458-4d3d-aa1a-adc4919b270a {
  display: none;
}
#s-d652dd71-5458-4d3d-aa1a-adc4919b270a, #wrap-s-d652dd71-5458-4d3d-aa1a-adc4919b270a { display:none !important; }}
#s-d652dd71-5458-4d3d-aa1a-adc4919b270a hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-ea00915b-8372-4418-99de-3f7a8d5d24e8 {
  padding-left: 50px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-ea00915b-8372-4418-99de-3f7a8d5d24e8 {
  display: none;
}
#s-ea00915b-8372-4418-99de-3f7a8d5d24e8, #wrap-s-ea00915b-8372-4418-99de-3f7a8d5d24e8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ea00915b-8372-4418-99de-3f7a8d5d24e8 {
  display: none;
}
#s-ea00915b-8372-4418-99de-3f7a8d5d24e8, #wrap-s-ea00915b-8372-4418-99de-3f7a8d5d24e8 { display:none !important; }}
#s-ea00915b-8372-4418-99de-3f7a8d5d24e8 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-458fcefc-c39f-425e-ad34-c70caac55ec2 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
max-width: 850px;
text-align: center;
}
@media (min-width: 1200px){#s-458fcefc-c39f-425e-ad34-c70caac55ec2 {
  display: none;
}
#s-458fcefc-c39f-425e-ad34-c70caac55ec2, #wrap-s-458fcefc-c39f-425e-ad34-c70caac55ec2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-458fcefc-c39f-425e-ad34-c70caac55ec2 {
  display: none;
}
#s-458fcefc-c39f-425e-ad34-c70caac55ec2, #wrap-s-458fcefc-c39f-425e-ad34-c70caac55ec2 { display:none !important; }}



  #s-458fcefc-c39f-425e-ad34-c70caac55ec2 img.shogun-image {
    
    width: px;
  }


#s-458fcefc-c39f-425e-ad34-c70caac55ec2 .shogun-image-content {
  
    align-items: center;
  
}

#s-712c28b6-dc75-4173-8eef-b0daa90aaec8 {
  margin-top: 35px;
margin-right: 0px;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-712c28b6-dc75-4173-8eef-b0daa90aaec8 {
  display: none;
}
#s-712c28b6-dc75-4173-8eef-b0daa90aaec8, #wrap-s-712c28b6-dc75-4173-8eef-b0daa90aaec8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-712c28b6-dc75-4173-8eef-b0daa90aaec8 {
  display: none;
}
#s-712c28b6-dc75-4173-8eef-b0daa90aaec8, #wrap-s-712c28b6-dc75-4173-8eef-b0daa90aaec8 { display:none !important; }}







#s-712c28b6-dc75-4173-8eef-b0daa90aaec8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-712c28b6-dc75-4173-8eef-b0daa90aaec8.shg-box.shg-c {
  justify-content: center;
}

#s-8ff4024a-e647-43cd-88b5-4fba8e391b8b {
  margin-left: 100px;
margin-right: 100px;
padding-left: 100px;
padding-right: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8ff4024a-e647-43cd-88b5-4fba8e391b8b {
  display: none;
}
#s-8ff4024a-e647-43cd-88b5-4fba8e391b8b, #wrap-s-8ff4024a-e647-43cd-88b5-4fba8e391b8b { display:none !important; }}@media (max-width: 767px){#s-8ff4024a-e647-43cd-88b5-4fba8e391b8b {
  display: none;
}
#s-8ff4024a-e647-43cd-88b5-4fba8e391b8b, #wrap-s-8ff4024a-e647-43cd-88b5-4fba8e391b8b { display:none !important; }}
#s-8ff4024a-e647-43cd-88b5-4fba8e391b8b hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-fa3fdaba-108b-43e5-9880-244d221385c2 {
  padding-left: 50px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-fa3fdaba-108b-43e5-9880-244d221385c2 {
  display: none;
}
#s-fa3fdaba-108b-43e5-9880-244d221385c2, #wrap-s-fa3fdaba-108b-43e5-9880-244d221385c2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fa3fdaba-108b-43e5-9880-244d221385c2 {
  display: none;
}
#s-fa3fdaba-108b-43e5-9880-244d221385c2, #wrap-s-fa3fdaba-108b-43e5-9880-244d221385c2 { display:none !important; }}
#s-fa3fdaba-108b-43e5-9880-244d221385c2 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-214a8c79-f72d-4ee6-9ac8-015958e931a9 {
  margin-top: 30px;
}
@media (min-width: 1200px){#s-214a8c79-f72d-4ee6-9ac8-015958e931a9 {
  display: none;
}
#s-214a8c79-f72d-4ee6-9ac8-015958e931a9, #wrap-s-214a8c79-f72d-4ee6-9ac8-015958e931a9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-214a8c79-f72d-4ee6-9ac8-015958e931a9 {
  display: none;
}
#s-214a8c79-f72d-4ee6-9ac8-015958e931a9, #wrap-s-214a8c79-f72d-4ee6-9ac8-015958e931a9 { display:none !important; }}
#s-4daee250-3ee1-4b72-96f0-1fa99a917e39 {
  margin-left: auto;
margin-right: auto;
max-width: 850px;
}
@media (min-width: 1200px){#s-4daee250-3ee1-4b72-96f0-1fa99a917e39 {
  display: none;
}
#s-4daee250-3ee1-4b72-96f0-1fa99a917e39, #wrap-s-4daee250-3ee1-4b72-96f0-1fa99a917e39 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4daee250-3ee1-4b72-96f0-1fa99a917e39 {
  display: none;
}
#s-4daee250-3ee1-4b72-96f0-1fa99a917e39, #wrap-s-4daee250-3ee1-4b72-96f0-1fa99a917e39 { display:none !important; }}
#s-50f70e69-fdad-4005-a9b4-20ab7cb665ae {
  margin-top: 25px;
}
@media (min-width: 1200px){#s-50f70e69-fdad-4005-a9b4-20ab7cb665ae {
  display: none;
}
#s-50f70e69-fdad-4005-a9b4-20ab7cb665ae, #wrap-s-50f70e69-fdad-4005-a9b4-20ab7cb665ae { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-50f70e69-fdad-4005-a9b4-20ab7cb665ae {
  display: none;
}
#s-50f70e69-fdad-4005-a9b4-20ab7cb665ae, #wrap-s-50f70e69-fdad-4005-a9b4-20ab7cb665ae { display:none !important; }}
#s-5ea9debb-38f7-4c73-b49e-e563109e3ef7 {
  margin-left: auto;
margin-right: auto;
padding-top: 35px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
}








#s-5ea9debb-38f7-4c73-b49e-e563109e3ef7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ea9debb-38f7-4c73-b49e-e563109e3ef7.shg-box.shg-c {
  justify-content: center;
}

#s-bcde9767-2b9a-4e65-81c7-ac46b14da2dc {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
background-color: rgba(255, 255, 255, 1);
}








#s-bcde9767-2b9a-4e65-81c7-ac46b14da2dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bcde9767-2b9a-4e65-81c7-ac46b14da2dc.shg-box.shg-c {
  justify-content: center;
}

#s-2cb93408-8a4a-41c8-bc6e-4f6290867e05 {
  margin-left: 100px;
margin-right: 100px;
padding-left: 100px;
padding-right: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2cb93408-8a4a-41c8-bc6e-4f6290867e05 {
  display: none;
}
#s-2cb93408-8a4a-41c8-bc6e-4f6290867e05, #wrap-s-2cb93408-8a4a-41c8-bc6e-4f6290867e05 { display:none !important; }}@media (max-width: 767px){#s-2cb93408-8a4a-41c8-bc6e-4f6290867e05 {
  display: none;
}
#s-2cb93408-8a4a-41c8-bc6e-4f6290867e05, #wrap-s-2cb93408-8a4a-41c8-bc6e-4f6290867e05 { display:none !important; }}
#s-2cb93408-8a4a-41c8-bc6e-4f6290867e05 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-62f6badb-715b-4f4d-b070-c983f0db1007 {
  padding-left: 50px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-62f6badb-715b-4f4d-b070-c983f0db1007 {
  display: none;
}
#s-62f6badb-715b-4f4d-b070-c983f0db1007, #wrap-s-62f6badb-715b-4f4d-b070-c983f0db1007 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-62f6badb-715b-4f4d-b070-c983f0db1007 {
  display: none;
}
#s-62f6badb-715b-4f4d-b070-c983f0db1007, #wrap-s-62f6badb-715b-4f4d-b070-c983f0db1007 { display:none !important; }}
#s-62f6badb-715b-4f4d-b070-c983f0db1007 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-3a64748d-3539-4145-b1a5-a1ff29f2a562 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3a64748d-3539-4145-b1a5-a1ff29f2a562 .shogun-heading-component h1 {
  color: rgba(33, 35, 34, 1);
  font-weight:  700 ;
  font-family: "Merriweather";
  
  font-size: 36px;
  line-height: 1.5em;
  
  text-align: center;
}



#s-28c9f055-e5e2-45d6-b82f-1d62ec5f7e55 {
  padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-28c9f055-e5e2-45d6-b82f-1d62ec5f7e55 {
  margin-top: -20px;
margin-bottom: 20px;
}
}
.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-835f8429-37d1-4867-ba91-0726a7a7b2a9 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
}
@media (min-width: 768px) and (max-width: 991px){#s-835f8429-37d1-4867-ba91-0726a7a7b2a9 {
  margin-top: -35px;
max-width: 600px;
}
}@media (max-width: 767px){#s-835f8429-37d1-4867-ba91-0726a7a7b2a9 {
  margin-left: auto;
margin-right: auto;
}
}
#s-835f8429-37d1-4867-ba91-0726a7a7b2a9 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-835f8429-37d1-4867-ba91-0726a7a7b2a9 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-835f8429-37d1-4867-ba91-0726a7a7b2a9 td.shogun-table-column {
  background-color: #fff;
  padding: 5px;
  text-align: center;
}

#s-835f8429-37d1-4867-ba91-0726a7a7b2a9 td.shogun-table-row {
  background-color: #fff;
  padding: 4px;
}

#s-835f8429-37d1-4867-ba91-0726a7a7b2a9 td.shogun-table-column, #s-835f8429-37d1-4867-ba91-0726a7a7b2a9 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-11a7986d-5b54-4b25-86a2-f1946742851f {
  margin-top: 10px;
margin-bottom: -10px;
}

#s-a234a0d2-882f-4333-9492-e88aba7a4642 {
  margin-top: 10px;
margin-bottom: -10px;
}

#s-afc91bce-356d-4d87-94ee-be32639fdab5 {
  margin-top: 10px;
margin-bottom: -10px;
}

#s-f4f46489-b9ac-457a-b444-5d93219a8085 {
  margin-top: 10px;
margin-bottom: -10px;
}

#s-d481a0cc-2b23-4fb0-be7e-926baa2d5979 {
  margin-top: 10px;
margin-bottom: -10px;
}

#s-327240d4-9c9e-4c05-8be6-1e919f58b870 {
  margin-top: 10px;
margin-bottom: -10px;
}

#s-725ad43d-1647-40fb-8e9e-70687a60304c {
  margin-top: 10px;
margin-bottom: -10px;
}

#s-d70f9773-413e-4c34-a5d7-24875cb715ee {
  margin-top: 10px;
margin-bottom: -10px;
}

#s-c93d6039-66ca-4dbe-b569-84b6edbbe5c0 {
  margin-top: 10px;
margin-bottom: -10px;
}

#s-74adfd29-53fa-4ebd-836f-e9b39da2cebd {
  margin-top: 10px;
margin-bottom: -10px;
}

#s-104811be-f7f9-4df5-a955-b0d69bed4c60 {
  margin-top: 10px;
margin-bottom: -10px;
}

#s-ab6c719a-ed68-4507-ad14-86de08b0ccb7 {
  margin-top: 10px;
margin-bottom: -10px;
}

#s-f5ad06df-8403-4fd4-917b-2f6bf4ee51b9 {
  margin-top: 10px;
margin-bottom: -10px;
}

#s-e5d9f8c1-7120-47cf-928b-78ff4997f19b {
  margin-top: 10px;
margin-bottom: -10px;
}

#s-f49a35d3-4374-4635-b44c-221b0c2753af {
  margin-top: 10px;
margin-bottom: -10px;
}

#s-27f84cd3-8d73-44a7-ae75-28c2d9b2eda5 {
  margin-top: 10px;
margin-bottom: -10px;
}

#s-091a2822-3005-49c2-813a-db2f302a0a82 {
  margin-top: 10px;
margin-bottom: -10px;
}

#s-0d001e62-d611-4ffa-9768-444b7de839e7 {
  margin-top: 10px;
margin-bottom: -10px;
}

#s-7e4575c3-adc2-4b74-b0d8-4bbaee59ee9b {
  margin-top: 10px;
margin-bottom: -10px;
}

#s-a52065da-ee97-40a8-bf61-c74be1565af7 {
  margin-top: 10px;
margin-bottom: -10px;
}

#s-19c06c27-ef41-4168-84f1-981f85c626cf {
  margin-top: 10px;
margin-bottom: -10px;
}

#s-9553f91d-ac42-4a10-b430-b57e266326e0 {
  margin-top: 10px;
margin-bottom: -10px;
}

#s-b0a8c144-8d28-4ccd-aaa1-faeadd61ef99 {
  margin-left: -13px;
margin-right: -13px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 30px;
padding-right: 0px;
background-color: rgba(255, 249, 234, 1);
}
@media (min-width: 1200px){#s-b0a8c144-8d28-4ccd-aaa1-faeadd61ef99 {
  display: none;
}
#s-b0a8c144-8d28-4ccd-aaa1-faeadd61ef99, #wrap-s-b0a8c144-8d28-4ccd-aaa1-faeadd61ef99 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b0a8c144-8d28-4ccd-aaa1-faeadd61ef99 {
  display: none;
}
#s-b0a8c144-8d28-4ccd-aaa1-faeadd61ef99, #wrap-s-b0a8c144-8d28-4ccd-aaa1-faeadd61ef99 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b0a8c144-8d28-4ccd-aaa1-faeadd61ef99 {
  
}
}@media (max-width: 767px){#s-b0a8c144-8d28-4ccd-aaa1-faeadd61ef99 {
  padding-left: 0px;
padding-right: 0px;
display: none;
}
#s-b0a8c144-8d28-4ccd-aaa1-faeadd61ef99, #wrap-s-b0a8c144-8d28-4ccd-aaa1-faeadd61ef99 { display:none !important; }}







#s-b0a8c144-8d28-4ccd-aaa1-faeadd61ef99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0a8c144-8d28-4ccd-aaa1-faeadd61ef99.shg-box.shg-c {
  justify-content: center;
}

#s-f7f545f6-e8ad-49a3-92b6-3e7015474544 {
  margin-top: 60px;
margin-left: 12px;
margin-bottom: 1px;
margin-right: 12px;
}

#s-2e23c5e3-2f68-4e63-a497-c47b664c1161 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}
@media (max-width: 767px){#s-2e23c5e3-2f68-4e63-a497-c47b664c1161 {
  display: none;
}
#s-2e23c5e3-2f68-4e63-a497-c47b664c1161, #wrap-s-2e23c5e3-2f68-4e63-a497-c47b664c1161 { display:none !important; }}







#s-2e23c5e3-2f68-4e63-a497-c47b664c1161 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e23c5e3-2f68-4e63-a497-c47b664c1161.shg-box.shg-c {
  justify-content: center;
}

#s-e2b622dc-aef3-4159-bbc8-b4039313d179 {
  margin-top: 14px;
margin-left: auto;
margin-right: auto;
min-height: 0px;
max-width: 700px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e2b622dc-aef3-4159-bbc8-b4039313d179 {
  padding-left: 40px;
padding-right: 40px;
}
}
@media (min-width: 0px) {
[id="s-e2b622dc-aef3-4159-bbc8-b4039313d179"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 768px) {
[id="s-e2b622dc-aef3-4159-bbc8-b4039313d179"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-e2b622dc-aef3-4159-bbc8-b4039313d179"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-e2b622dc-aef3-4159-bbc8-b4039313d179"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-112dd9de-86db-49d4-aecb-115dc3535152 {
  text-align: center;
}
@media (max-width: 767px){#s-112dd9de-86db-49d4-aecb-115dc3535152 {
  display: none;
}
#s-112dd9de-86db-49d4-aecb-115dc3535152, #wrap-s-112dd9de-86db-49d4-aecb-115dc3535152 { display:none !important; }}



  #s-112dd9de-86db-49d4-aecb-115dc3535152 img.shogun-image {
    
    width: px;
  }


#s-112dd9de-86db-49d4-aecb-115dc3535152 .shogun-image-content {
  
    align-items: center;
  
}

#s-3bd5a613-0fc1-4b94-bcde-321930c3d1e3 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-bff45953-a08f-4b05-90ce-b15321f6b557 {
  text-align: center;
}




  #s-bff45953-a08f-4b05-90ce-b15321f6b557 img.shogun-image {
    
    width: px;
  }


#s-bff45953-a08f-4b05-90ce-b15321f6b557 .shogun-image-content {
  
    align-items: center;
  
}

#s-f174dffb-544c-482d-8e57-d207505a277b {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-487d540c-9fcc-42a4-9b5e-1037f5490b33 {
  text-align: center;
}




  #s-487d540c-9fcc-42a4-9b5e-1037f5490b33 img.shogun-image {
    
    width: px;
  }


#s-487d540c-9fcc-42a4-9b5e-1037f5490b33 .shogun-image-content {
  
    align-items: center;
  
}

#s-0eed8b7f-1b2d-434f-a714-7b1a31bb2df3 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-cba24d4f-8c86-4571-b2c3-01c42f34d435 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-cba24d4f-8c86-4571-b2c3-01c42f34d435 {
  display: none;
}
#s-cba24d4f-8c86-4571-b2c3-01c42f34d435, #wrap-s-cba24d4f-8c86-4571-b2c3-01c42f34d435 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cba24d4f-8c86-4571-b2c3-01c42f34d435 {
  display: none;
}
#s-cba24d4f-8c86-4571-b2c3-01c42f34d435, #wrap-s-cba24d4f-8c86-4571-b2c3-01c42f34d435 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cba24d4f-8c86-4571-b2c3-01c42f34d435 {
  display: none;
}
#s-cba24d4f-8c86-4571-b2c3-01c42f34d435, #wrap-s-cba24d4f-8c86-4571-b2c3-01c42f34d435 { display:none !important; }}







#s-cba24d4f-8c86-4571-b2c3-01c42f34d435 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cba24d4f-8c86-4571-b2c3-01c42f34d435.shg-box.shg-c {
  justify-content: center;
}

#s-7a85873b-ff6d-415d-a0c0-4f8f5ad28c41 {
  margin-left: 12px;
margin-right: 12px;
min-height: 50px;
}
@media (min-width: 1200px){#s-7a85873b-ff6d-415d-a0c0-4f8f5ad28c41 {
  display: none;
}
#s-7a85873b-ff6d-415d-a0c0-4f8f5ad28c41, #wrap-s-7a85873b-ff6d-415d-a0c0-4f8f5ad28c41 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7a85873b-ff6d-415d-a0c0-4f8f5ad28c41 {
  display: none;
}
#s-7a85873b-ff6d-415d-a0c0-4f8f5ad28c41, #wrap-s-7a85873b-ff6d-415d-a0c0-4f8f5ad28c41 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7a85873b-ff6d-415d-a0c0-4f8f5ad28c41 {
  display: none;
}
#s-7a85873b-ff6d-415d-a0c0-4f8f5ad28c41, #wrap-s-7a85873b-ff6d-415d-a0c0-4f8f5ad28c41 { display:none !important; }}







#s-7a85873b-ff6d-415d-a0c0-4f8f5ad28c41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a85873b-ff6d-415d-a0c0-4f8f5ad28c41.shg-box.shg-c {
  justify-content: center;
}

#s-e69e7006-eec0-4236-afe5-cee355540b99 {
  margin-top: 20px;
margin-left: 12px;
margin-right: 12px;
}

#s-e99e30ff-7097-4811-b7cc-e09e155f2078 {
  margin-left: 12px;
margin-right: 12px;
max-width: 350px;
text-align: center;
}
@media (max-width: 767px){#s-e99e30ff-7097-4811-b7cc-e09e155f2078 {
  max-width: 650px;
}
}



  #s-e99e30ff-7097-4811-b7cc-e09e155f2078 img.shogun-image {
    
    width: px;
  }


#s-e99e30ff-7097-4811-b7cc-e09e155f2078 .shogun-image-content {
  
    align-items: center;
  
}

#s-24890ea5-56f8-48e1-894e-f107b37dc2bf {
  margin-top: 10px;
padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-24890ea5-56f8-48e1-894e-f107b37dc2bf {
  display: none;
}
#s-24890ea5-56f8-48e1-894e-f107b37dc2bf, #wrap-s-24890ea5-56f8-48e1-894e-f107b37dc2bf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-24890ea5-56f8-48e1-894e-f107b37dc2bf {
  display: none;
}
#s-24890ea5-56f8-48e1-894e-f107b37dc2bf, #wrap-s-24890ea5-56f8-48e1-894e-f107b37dc2bf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-24890ea5-56f8-48e1-894e-f107b37dc2bf {
  display: none;
}
#s-24890ea5-56f8-48e1-894e-f107b37dc2bf, #wrap-s-24890ea5-56f8-48e1-894e-f107b37dc2bf { display:none !important; }}







#s-24890ea5-56f8-48e1-894e-f107b37dc2bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24890ea5-56f8-48e1-894e-f107b37dc2bf.shg-box.shg-c {
  justify-content: center;
}

#s-bb6c23cc-5085-4137-be30-15e21d4eb180 {
  margin-left: 100px;
margin-right: 100px;
}

#s-bb6c23cc-5085-4137-be30-15e21d4eb180 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(11, 11, 11, 1);
}

#s-67f64ede-f9c5-41ad-af56-5f1ed9e183da {
  margin-top: 20px;
margin-left: 12px;
margin-right: 12px;
}

#s-eb7fe3c4-7ab2-42b2-9275-84a68782ff0c {
  margin-left: 12px;
margin-right: 12px;
max-width: 400px;
text-align: center;
}
@media (max-width: 767px){#s-eb7fe3c4-7ab2-42b2-9275-84a68782ff0c {
  max-width: 450px;
}
}



  #s-eb7fe3c4-7ab2-42b2-9275-84a68782ff0c img.shogun-image {
    
    width: px;
  }


#s-eb7fe3c4-7ab2-42b2-9275-84a68782ff0c .shogun-image-content {
  
    align-items: center;
  
}

#s-b7e35c53-6169-4634-8e57-87780acaf4ea {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b7e35c53-6169-4634-8e57-87780acaf4ea {
  display: none;
}
#s-b7e35c53-6169-4634-8e57-87780acaf4ea, #wrap-s-b7e35c53-6169-4634-8e57-87780acaf4ea { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b7e35c53-6169-4634-8e57-87780acaf4ea {
  display: none;
}
#s-b7e35c53-6169-4634-8e57-87780acaf4ea, #wrap-s-b7e35c53-6169-4634-8e57-87780acaf4ea { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b7e35c53-6169-4634-8e57-87780acaf4ea {
  display: none;
}
#s-b7e35c53-6169-4634-8e57-87780acaf4ea, #wrap-s-b7e35c53-6169-4634-8e57-87780acaf4ea { display:none !important; }}







#s-b7e35c53-6169-4634-8e57-87780acaf4ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7e35c53-6169-4634-8e57-87780acaf4ea.shg-box.shg-c {
  justify-content: center;
}

#s-a4023914-743c-44eb-9a43-3da6e087d52b {
  margin-top: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-a4023914-743c-44eb-9a43-3da6e087d52b {
  display: none;
}
#s-a4023914-743c-44eb-9a43-3da6e087d52b, #wrap-s-a4023914-743c-44eb-9a43-3da6e087d52b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a4023914-743c-44eb-9a43-3da6e087d52b {
  display: none;
}
#s-a4023914-743c-44eb-9a43-3da6e087d52b, #wrap-s-a4023914-743c-44eb-9a43-3da6e087d52b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a4023914-743c-44eb-9a43-3da6e087d52b {
  display: none;
}
#s-a4023914-743c-44eb-9a43-3da6e087d52b, #wrap-s-a4023914-743c-44eb-9a43-3da6e087d52b { display:none !important; }}







#s-a4023914-743c-44eb-9a43-3da6e087d52b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4023914-743c-44eb-9a43-3da6e087d52b.shg-box.shg-c {
  justify-content: center;
}

#s-eaa9fbd0-7a00-4561-946d-0a4c890f11b0 {
  margin-left: 100px;
margin-right: 100px;
}

#s-eaa9fbd0-7a00-4561-946d-0a4c890f11b0 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(11, 11, 11, 1);
}

#s-71ea4484-a958-4392-905a-0ae4037d9a71 {
  margin-top: 20px;
margin-left: 12px;
margin-right: 12px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-e5866d6c-389e-4f55-a5bb-1d6328a85c1b {
  margin-left: 12px;
margin-right: 12px;
max-width: 450px;
text-align: center;
}
@media (min-width: 1200px){#s-e5866d6c-389e-4f55-a5bb-1d6328a85c1b {
  display: none;
}
#s-e5866d6c-389e-4f55-a5bb-1d6328a85c1b, #wrap-s-e5866d6c-389e-4f55-a5bb-1d6328a85c1b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e5866d6c-389e-4f55-a5bb-1d6328a85c1b {
  display: none;
}
#s-e5866d6c-389e-4f55-a5bb-1d6328a85c1b, #wrap-s-e5866d6c-389e-4f55-a5bb-1d6328a85c1b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e5866d6c-389e-4f55-a5bb-1d6328a85c1b {
  display: none;
}
#s-e5866d6c-389e-4f55-a5bb-1d6328a85c1b, #wrap-s-e5866d6c-389e-4f55-a5bb-1d6328a85c1b { display:none !important; }}



  #s-e5866d6c-389e-4f55-a5bb-1d6328a85c1b img.shogun-image {
    
    width: px;
  }


#s-e5866d6c-389e-4f55-a5bb-1d6328a85c1b .shogun-image-content {
  
    align-items: center;
  
}

#s-db881fbe-9d9e-4bea-a67b-1f738ab2f75d {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(221, 221, 221, 0);
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-db881fbe-9d9e-4bea-a67b-1f738ab2f75d {
  display: none;
}
#s-db881fbe-9d9e-4bea-a67b-1f738ab2f75d, #wrap-s-db881fbe-9d9e-4bea-a67b-1f738ab2f75d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-db881fbe-9d9e-4bea-a67b-1f738ab2f75d {
  display: none;
}
#s-db881fbe-9d9e-4bea-a67b-1f738ab2f75d, #wrap-s-db881fbe-9d9e-4bea-a67b-1f738ab2f75d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-db881fbe-9d9e-4bea-a67b-1f738ab2f75d {
  display: none;
}
#s-db881fbe-9d9e-4bea-a67b-1f738ab2f75d, #wrap-s-db881fbe-9d9e-4bea-a67b-1f738ab2f75d { display:none !important; }}







#s-db881fbe-9d9e-4bea-a67b-1f738ab2f75d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db881fbe-9d9e-4bea-a67b-1f738ab2f75d.shg-box.shg-c {
  justify-content: center;
}

#s-ccb4f604-d297-4122-bad4-887aac45fe87 {
  margin-left: 100px;
margin-right: 100px;
}

#s-ccb4f604-d297-4122-bad4-887aac45fe87 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(11, 11, 11, 1);
}

#s-a0c53ae5-1466-485a-8de0-685ca2565770 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 30px;
padding-right: 0px;
background-color: rgba(255, 249, 234, 1);
}
@media (min-width: 1200px){#s-a0c53ae5-1466-485a-8de0-685ca2565770 {
  display: none;
}
#s-a0c53ae5-1466-485a-8de0-685ca2565770, #wrap-s-a0c53ae5-1466-485a-8de0-685ca2565770 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a0c53ae5-1466-485a-8de0-685ca2565770 {
  display: none;
}
#s-a0c53ae5-1466-485a-8de0-685ca2565770, #wrap-s-a0c53ae5-1466-485a-8de0-685ca2565770 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a0c53ae5-1466-485a-8de0-685ca2565770 {
  display: none;
}
#s-a0c53ae5-1466-485a-8de0-685ca2565770, #wrap-s-a0c53ae5-1466-485a-8de0-685ca2565770 { display:none !important; }}@media (max-width: 767px){#s-a0c53ae5-1466-485a-8de0-685ca2565770 {
  margin-left: -13px;
margin-right: -13px;
padding-left: 0px;
padding-right: 0px;
}
}







#s-a0c53ae5-1466-485a-8de0-685ca2565770 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0c53ae5-1466-485a-8de0-685ca2565770.shg-box.shg-c {
  justify-content: center;
}

#s-ebbeebb8-6bf7-44e6-8951-7312ec7d18ac {
  margin-top: 60px;
margin-left: 12px;
margin-bottom: 1px;
margin-right: 12px;
}

#s-8b0aa80d-d58b-4bb0-a4f8-2d17b8576485 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}
@media (max-width: 767px){#s-8b0aa80d-d58b-4bb0-a4f8-2d17b8576485 {
  display: none;
}
#s-8b0aa80d-d58b-4bb0-a4f8-2d17b8576485, #wrap-s-8b0aa80d-d58b-4bb0-a4f8-2d17b8576485 { display:none !important; }}







#s-8b0aa80d-d58b-4bb0-a4f8-2d17b8576485 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b0aa80d-d58b-4bb0-a4f8-2d17b8576485.shg-box.shg-c {
  justify-content: center;
}

#s-fd2618f6-6cb9-442b-8b0f-3a2f73342814 {
  margin-top: 14px;
margin-left: -100px;
margin-right: -100px;
min-height: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fd2618f6-6cb9-442b-8b0f-3a2f73342814 {
  margin-left: auto;
margin-right: auto;
padding-left: 40px;
padding-right: 40px;
}
}
@media (min-width: 0px) {
[id="s-fd2618f6-6cb9-442b-8b0f-3a2f73342814"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 768px) {
[id="s-fd2618f6-6cb9-442b-8b0f-3a2f73342814"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-fd2618f6-6cb9-442b-8b0f-3a2f73342814"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-fd2618f6-6cb9-442b-8b0f-3a2f73342814"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-a0d78cf4-3aed-42d1-abe9-e599f7d5f64e {
  text-align: center;
}
@media (max-width: 767px){#s-a0d78cf4-3aed-42d1-abe9-e599f7d5f64e {
  display: none;
}
#s-a0d78cf4-3aed-42d1-abe9-e599f7d5f64e, #wrap-s-a0d78cf4-3aed-42d1-abe9-e599f7d5f64e { display:none !important; }}



  #s-a0d78cf4-3aed-42d1-abe9-e599f7d5f64e img.shogun-image {
    
    width: px;
  }


#s-a0d78cf4-3aed-42d1-abe9-e599f7d5f64e .shogun-image-content {
  
    align-items: center;
  
}

#s-e88fba6f-4067-4595-a92e-05f9e1c9a499 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-8bad01dc-4678-401f-a8b0-707c73d3f616 {
  text-align: center;
}




  #s-8bad01dc-4678-401f-a8b0-707c73d3f616 img.shogun-image {
    
    width: px;
  }


#s-8bad01dc-4678-401f-a8b0-707c73d3f616 .shogun-image-content {
  
    align-items: center;
  
}

#s-d6de3f4f-c103-46a9-83ab-899f59f52641 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-494b4f33-e882-44ab-842f-77a91a62d793 {
  text-align: center;
}




  #s-494b4f33-e882-44ab-842f-77a91a62d793 img.shogun-image {
    
    width: px;
  }


#s-494b4f33-e882-44ab-842f-77a91a62d793 .shogun-image-content {
  
    align-items: center;
  
}

#s-c8d0f0ca-582c-4585-9cca-9ffdc3ef5135 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-f415bd3c-0dae-4ebb-8dec-4e88997a36de {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f415bd3c-0dae-4ebb-8dec-4e88997a36de {
  display: none;
}
#s-f415bd3c-0dae-4ebb-8dec-4e88997a36de, #wrap-s-f415bd3c-0dae-4ebb-8dec-4e88997a36de { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f415bd3c-0dae-4ebb-8dec-4e88997a36de {
  display: none;
}
#s-f415bd3c-0dae-4ebb-8dec-4e88997a36de, #wrap-s-f415bd3c-0dae-4ebb-8dec-4e88997a36de { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f415bd3c-0dae-4ebb-8dec-4e88997a36de {
  display: none;
}
#s-f415bd3c-0dae-4ebb-8dec-4e88997a36de, #wrap-s-f415bd3c-0dae-4ebb-8dec-4e88997a36de { display:none !important; }}







#s-f415bd3c-0dae-4ebb-8dec-4e88997a36de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f415bd3c-0dae-4ebb-8dec-4e88997a36de.shg-box.shg-c {
  justify-content: center;
}

#s-620cecd9-0bf7-4559-bd25-7ea66a02a18f {
  margin-left: 12px;
margin-right: 12px;
min-height: 50px;
}
@media (min-width: 1200px){#s-620cecd9-0bf7-4559-bd25-7ea66a02a18f {
  display: none;
}
#s-620cecd9-0bf7-4559-bd25-7ea66a02a18f, #wrap-s-620cecd9-0bf7-4559-bd25-7ea66a02a18f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-620cecd9-0bf7-4559-bd25-7ea66a02a18f {
  display: none;
}
#s-620cecd9-0bf7-4559-bd25-7ea66a02a18f, #wrap-s-620cecd9-0bf7-4559-bd25-7ea66a02a18f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-620cecd9-0bf7-4559-bd25-7ea66a02a18f {
  display: none;
}
#s-620cecd9-0bf7-4559-bd25-7ea66a02a18f, #wrap-s-620cecd9-0bf7-4559-bd25-7ea66a02a18f { display:none !important; }}







#s-620cecd9-0bf7-4559-bd25-7ea66a02a18f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-620cecd9-0bf7-4559-bd25-7ea66a02a18f.shg-box.shg-c {
  justify-content: center;
}

#s-644f1c31-0a81-45e5-a43a-13f5b2d14666 {
  margin-top: 20px;
margin-left: 12px;
margin-right: 12px;
}

#s-6220a784-be41-4e16-b25c-61e6fc169868 {
  margin-left: 12px;
margin-right: 12px;
max-width: 350px;
text-align: center;
}
@media (max-width: 767px){#s-6220a784-be41-4e16-b25c-61e6fc169868 {
  max-width: 650px;
}
}



  #s-6220a784-be41-4e16-b25c-61e6fc169868 img.shogun-image {
    
    width: px;
  }


#s-6220a784-be41-4e16-b25c-61e6fc169868 .shogun-image-content {
  
    align-items: center;
  
}

#s-109cd9e1-b848-4fb9-8801-9104794c79ff {
  margin-top: 10px;
padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-109cd9e1-b848-4fb9-8801-9104794c79ff {
  display: none;
}
#s-109cd9e1-b848-4fb9-8801-9104794c79ff, #wrap-s-109cd9e1-b848-4fb9-8801-9104794c79ff { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-109cd9e1-b848-4fb9-8801-9104794c79ff {
  display: none;
}
#s-109cd9e1-b848-4fb9-8801-9104794c79ff, #wrap-s-109cd9e1-b848-4fb9-8801-9104794c79ff { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-109cd9e1-b848-4fb9-8801-9104794c79ff {
  display: none;
}
#s-109cd9e1-b848-4fb9-8801-9104794c79ff, #wrap-s-109cd9e1-b848-4fb9-8801-9104794c79ff { display:none !important; }}







#s-109cd9e1-b848-4fb9-8801-9104794c79ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-109cd9e1-b848-4fb9-8801-9104794c79ff.shg-box.shg-c {
  justify-content: center;
}

#s-93197d68-5e0e-46aa-a325-07fe3c0691ad {
  margin-left: 100px;
margin-right: 100px;
}

#s-93197d68-5e0e-46aa-a325-07fe3c0691ad hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(11, 11, 11, 1);
}

#s-efc089dc-9fa2-424e-90e5-2671e68e243f {
  margin-top: 20px;
margin-left: 12px;
margin-right: 12px;
}

#s-89f36208-e628-4dec-b236-63136823dec6 {
  margin-left: 12px;
margin-right: 12px;
max-width: 400px;
text-align: center;
}
@media (max-width: 767px){#s-89f36208-e628-4dec-b236-63136823dec6 {
  max-width: 450px;
}
}



  #s-89f36208-e628-4dec-b236-63136823dec6 img.shogun-image {
    
    width: px;
  }


#s-89f36208-e628-4dec-b236-63136823dec6 .shogun-image-content {
  
    align-items: center;
  
}

#s-48f72851-0638-42c7-9e15-0e3d1f4e67ac {
  min-height: 50px;
}
@media (min-width: 1200px){#s-48f72851-0638-42c7-9e15-0e3d1f4e67ac {
  display: none;
}
#s-48f72851-0638-42c7-9e15-0e3d1f4e67ac, #wrap-s-48f72851-0638-42c7-9e15-0e3d1f4e67ac { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-48f72851-0638-42c7-9e15-0e3d1f4e67ac {
  display: none;
}
#s-48f72851-0638-42c7-9e15-0e3d1f4e67ac, #wrap-s-48f72851-0638-42c7-9e15-0e3d1f4e67ac { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-48f72851-0638-42c7-9e15-0e3d1f4e67ac {
  display: none;
}
#s-48f72851-0638-42c7-9e15-0e3d1f4e67ac, #wrap-s-48f72851-0638-42c7-9e15-0e3d1f4e67ac { display:none !important; }}







#s-48f72851-0638-42c7-9e15-0e3d1f4e67ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48f72851-0638-42c7-9e15-0e3d1f4e67ac.shg-box.shg-c {
  justify-content: center;
}

#s-e571f3b6-fc3d-4973-9d78-88b6dc720000 {
  margin-top: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-e571f3b6-fc3d-4973-9d78-88b6dc720000 {
  display: none;
}
#s-e571f3b6-fc3d-4973-9d78-88b6dc720000, #wrap-s-e571f3b6-fc3d-4973-9d78-88b6dc720000 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e571f3b6-fc3d-4973-9d78-88b6dc720000 {
  display: none;
}
#s-e571f3b6-fc3d-4973-9d78-88b6dc720000, #wrap-s-e571f3b6-fc3d-4973-9d78-88b6dc720000 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e571f3b6-fc3d-4973-9d78-88b6dc720000 {
  display: none;
}
#s-e571f3b6-fc3d-4973-9d78-88b6dc720000, #wrap-s-e571f3b6-fc3d-4973-9d78-88b6dc720000 { display:none !important; }}







#s-e571f3b6-fc3d-4973-9d78-88b6dc720000 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e571f3b6-fc3d-4973-9d78-88b6dc720000.shg-box.shg-c {
  justify-content: center;
}

#s-5f141fbb-5c0c-4f3a-b26f-f54f5ac995cf {
  margin-left: 100px;
margin-right: 100px;
}

#s-5f141fbb-5c0c-4f3a-b26f-f54f5ac995cf hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(11, 11, 11, 1);
}

#s-9559e120-bcc8-41b1-b236-2e2f10c05540 {
  margin-top: 20px;
margin-left: 12px;
margin-right: 12px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-14174d96-46ce-4dfc-ad3a-a035a1a8bc23 {
  margin-left: 12px;
margin-right: 12px;
max-width: 450px;
text-align: center;
}
@media (min-width: 1200px){#s-14174d96-46ce-4dfc-ad3a-a035a1a8bc23 {
  display: none;
}
#s-14174d96-46ce-4dfc-ad3a-a035a1a8bc23, #wrap-s-14174d96-46ce-4dfc-ad3a-a035a1a8bc23 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-14174d96-46ce-4dfc-ad3a-a035a1a8bc23 {
  display: none;
}
#s-14174d96-46ce-4dfc-ad3a-a035a1a8bc23, #wrap-s-14174d96-46ce-4dfc-ad3a-a035a1a8bc23 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-14174d96-46ce-4dfc-ad3a-a035a1a8bc23 {
  display: none;
}
#s-14174d96-46ce-4dfc-ad3a-a035a1a8bc23, #wrap-s-14174d96-46ce-4dfc-ad3a-a035a1a8bc23 { display:none !important; }}



  #s-14174d96-46ce-4dfc-ad3a-a035a1a8bc23 img.shogun-image {
    
    width: px;
  }


#s-14174d96-46ce-4dfc-ad3a-a035a1a8bc23 .shogun-image-content {
  
    align-items: center;
  
}

#s-042847ac-bf7d-4737-aa29-0aaaa3b4f379 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(221, 221, 221, 0);
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-042847ac-bf7d-4737-aa29-0aaaa3b4f379 {
  display: none;
}
#s-042847ac-bf7d-4737-aa29-0aaaa3b4f379, #wrap-s-042847ac-bf7d-4737-aa29-0aaaa3b4f379 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-042847ac-bf7d-4737-aa29-0aaaa3b4f379 {
  display: none;
}
#s-042847ac-bf7d-4737-aa29-0aaaa3b4f379, #wrap-s-042847ac-bf7d-4737-aa29-0aaaa3b4f379 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-042847ac-bf7d-4737-aa29-0aaaa3b4f379 {
  display: none;
}
#s-042847ac-bf7d-4737-aa29-0aaaa3b4f379, #wrap-s-042847ac-bf7d-4737-aa29-0aaaa3b4f379 { display:none !important; }}







#s-042847ac-bf7d-4737-aa29-0aaaa3b4f379 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-042847ac-bf7d-4737-aa29-0aaaa3b4f379.shg-box.shg-c {
  justify-content: center;
}

#s-64152f5f-dee6-45d7-a459-8328a84283dc {
  margin-left: 100px;
margin-right: 100px;
}

#s-64152f5f-dee6-45d7-a459-8328a84283dc hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(11, 11, 11, 1);
}

#s-42d53985-c285-44a6-8330-b224fc40d346 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
background-color: rgba(255, 249, 234, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-42d53985-c285-44a6-8330-b224fc40d346 {
  display: none;
}
#s-42d53985-c285-44a6-8330-b224fc40d346, #wrap-s-42d53985-c285-44a6-8330-b224fc40d346 { display:none !important; }}@media (max-width: 767px){#s-42d53985-c285-44a6-8330-b224fc40d346 {
  display: none;
}
#s-42d53985-c285-44a6-8330-b224fc40d346, #wrap-s-42d53985-c285-44a6-8330-b224fc40d346 { display:none !important; }}







#s-42d53985-c285-44a6-8330-b224fc40d346 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42d53985-c285-44a6-8330-b224fc40d346.shg-box.shg-c {
  justify-content: center;
}

#s-d0a85fb2-f936-46d4-b180-41f7a9d759c7 {
  margin-top: 60px;
margin-bottom: 1px;
}
@media (max-width: 767px){#s-d0a85fb2-f936-46d4-b180-41f7a9d759c7 {
  margin-left: auto;
margin-right: auto;
padding-left: 35px;
padding-right: 35px;
}
}
#s-f5092727-3262-40de-bfd7-1cf82e96bed5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}
@media (max-width: 767px){#s-f5092727-3262-40de-bfd7-1cf82e96bed5 {
  display: none;
}
#s-f5092727-3262-40de-bfd7-1cf82e96bed5, #wrap-s-f5092727-3262-40de-bfd7-1cf82e96bed5 { display:none !important; }}







#s-f5092727-3262-40de-bfd7-1cf82e96bed5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5092727-3262-40de-bfd7-1cf82e96bed5.shg-box.shg-c {
  justify-content: center;
}

#s-c9cb63fb-b167-4287-b2d7-26eaaa700d55 {
  margin-top: 14px;
margin-left: -100px;
margin-right: -100px;
min-height: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c9cb63fb-b167-4287-b2d7-26eaaa700d55 {
  margin-left: auto;
margin-right: auto;
padding-left: 40px;
padding-right: 40px;
}
}
@media (min-width: 0px) {
[id="s-c9cb63fb-b167-4287-b2d7-26eaaa700d55"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 768px) {
[id="s-c9cb63fb-b167-4287-b2d7-26eaaa700d55"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-c9cb63fb-b167-4287-b2d7-26eaaa700d55"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-c9cb63fb-b167-4287-b2d7-26eaaa700d55"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-2794ee4b-d44b-42a1-aff6-1ffff781ffd2 {
  text-align: center;
}
@media (max-width: 767px){#s-2794ee4b-d44b-42a1-aff6-1ffff781ffd2 {
  display: none;
}
#s-2794ee4b-d44b-42a1-aff6-1ffff781ffd2, #wrap-s-2794ee4b-d44b-42a1-aff6-1ffff781ffd2 { display:none !important; }}



  #s-2794ee4b-d44b-42a1-aff6-1ffff781ffd2 img.shogun-image {
    
    width: px;
  }


#s-2794ee4b-d44b-42a1-aff6-1ffff781ffd2 .shogun-image-content {
  
    align-items: center;
  
}

#s-ab2a1bf6-d0d1-4759-ad92-dc03ee2c9139 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-ff04669d-9495-4918-85ec-9d60a48235d8 {
  text-align: center;
}




  #s-ff04669d-9495-4918-85ec-9d60a48235d8 img.shogun-image {
    
    width: px;
  }


#s-ff04669d-9495-4918-85ec-9d60a48235d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-1fe9ed3a-56f1-48f0-a680-0b3d0fb58f7c {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-8a2a3db8-a049-4497-93a1-3069def4b1d6 {
  text-align: center;
}




  #s-8a2a3db8-a049-4497-93a1-3069def4b1d6 img.shogun-image {
    
    width: px;
  }


#s-8a2a3db8-a049-4497-93a1-3069def4b1d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-5e39036b-f034-4f82-a79e-c38b5dfb4f9c {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-ddd22c43-4d8f-4f9e-91b3-dba4f89af0d9 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ddd22c43-4d8f-4f9e-91b3-dba4f89af0d9 {
  display: none;
}
#s-ddd22c43-4d8f-4f9e-91b3-dba4f89af0d9, #wrap-s-ddd22c43-4d8f-4f9e-91b3-dba4f89af0d9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ddd22c43-4d8f-4f9e-91b3-dba4f89af0d9 {
  display: none;
}
#s-ddd22c43-4d8f-4f9e-91b3-dba4f89af0d9, #wrap-s-ddd22c43-4d8f-4f9e-91b3-dba4f89af0d9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ddd22c43-4d8f-4f9e-91b3-dba4f89af0d9 {
  display: none;
}
#s-ddd22c43-4d8f-4f9e-91b3-dba4f89af0d9, #wrap-s-ddd22c43-4d8f-4f9e-91b3-dba4f89af0d9 { display:none !important; }}







#s-ddd22c43-4d8f-4f9e-91b3-dba4f89af0d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddd22c43-4d8f-4f9e-91b3-dba4f89af0d9.shg-box.shg-c {
  justify-content: center;
}

#s-475ce8bd-8747-489d-be7b-68ea6e2f5361 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-475ce8bd-8747-489d-be7b-68ea6e2f5361 {
  display: none;
}
#s-475ce8bd-8747-489d-be7b-68ea6e2f5361, #wrap-s-475ce8bd-8747-489d-be7b-68ea6e2f5361 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-475ce8bd-8747-489d-be7b-68ea6e2f5361 {
  display: none;
}
#s-475ce8bd-8747-489d-be7b-68ea6e2f5361, #wrap-s-475ce8bd-8747-489d-be7b-68ea6e2f5361 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-475ce8bd-8747-489d-be7b-68ea6e2f5361 {
  display: none;
}
#s-475ce8bd-8747-489d-be7b-68ea6e2f5361, #wrap-s-475ce8bd-8747-489d-be7b-68ea6e2f5361 { display:none !important; }}







#s-475ce8bd-8747-489d-be7b-68ea6e2f5361 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-475ce8bd-8747-489d-be7b-68ea6e2f5361.shg-box.shg-c {
  justify-content: center;
}

#s-a67565ea-1cb8-44f5-9295-803049f5071c {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-left: 40px;
padding-right: 40px;
}
@media (max-width: 767px){#s-a67565ea-1cb8-44f5-9295-803049f5071c {
  margin-left: auto;
margin-right: auto;
}
}
#s-04a42a05-497f-4e60-8ef7-e285ef6b8d80 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}
@media (max-width: 767px){#s-04a42a05-497f-4e60-8ef7-e285ef6b8d80 {
  margin-left: -10px;
margin-right: -10px;
max-width: 650px;
}
}



  #s-04a42a05-497f-4e60-8ef7-e285ef6b8d80 img.shogun-image {
    
    width: px;
  }


#s-04a42a05-497f-4e60-8ef7-e285ef6b8d80 .shogun-image-content {
  
    align-items: center;
  
}

#s-81169e29-54a2-448e-9796-22e296fd4f3c {
  margin-top: 10px;
margin-left: -50px;
margin-right: -50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-81169e29-54a2-448e-9796-22e296fd4f3c {
  display: none;
}
#s-81169e29-54a2-448e-9796-22e296fd4f3c, #wrap-s-81169e29-54a2-448e-9796-22e296fd4f3c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-81169e29-54a2-448e-9796-22e296fd4f3c {
  display: none;
}
#s-81169e29-54a2-448e-9796-22e296fd4f3c, #wrap-s-81169e29-54a2-448e-9796-22e296fd4f3c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-81169e29-54a2-448e-9796-22e296fd4f3c {
  display: none;
}
#s-81169e29-54a2-448e-9796-22e296fd4f3c, #wrap-s-81169e29-54a2-448e-9796-22e296fd4f3c { display:none !important; }}







#s-81169e29-54a2-448e-9796-22e296fd4f3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81169e29-54a2-448e-9796-22e296fd4f3c.shg-box.shg-c {
  justify-content: center;
}

#s-cd670d4c-4894-415e-824c-e5196226913b {
  margin-left: 100px;
margin-right: 100px;
}

#s-cd670d4c-4894-415e-824c-e5196226913b hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(11, 11, 11, 1);
}

#s-64fd58d3-b862-42ec-9430-466fec60d7c1 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-left: 40px;
padding-right: 40px;
}
@media (max-width: 767px){#s-64fd58d3-b862-42ec-9430-466fec60d7c1 {
  margin-left: auto;
margin-right: auto;
}
}
#s-5e218c52-5cb6-4d47-8589-09c5524edaca {
  min-height: 50px;
}
@media (min-width: 1200px){#s-5e218c52-5cb6-4d47-8589-09c5524edaca {
  display: none;
}
#s-5e218c52-5cb6-4d47-8589-09c5524edaca, #wrap-s-5e218c52-5cb6-4d47-8589-09c5524edaca { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5e218c52-5cb6-4d47-8589-09c5524edaca {
  display: none;
}
#s-5e218c52-5cb6-4d47-8589-09c5524edaca, #wrap-s-5e218c52-5cb6-4d47-8589-09c5524edaca { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5e218c52-5cb6-4d47-8589-09c5524edaca {
  display: none;
}
#s-5e218c52-5cb6-4d47-8589-09c5524edaca, #wrap-s-5e218c52-5cb6-4d47-8589-09c5524edaca { display:none !important; }}







#s-5e218c52-5cb6-4d47-8589-09c5524edaca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e218c52-5cb6-4d47-8589-09c5524edaca.shg-box.shg-c {
  justify-content: center;
}

#s-15bfd46b-9b97-42f7-87f7-ff27f0185e37 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}
@media (max-width: 767px){#s-15bfd46b-9b97-42f7-87f7-ff27f0185e37 {
  margin-left: -10px;
margin-right: -10px;
max-width: 600px;
}
}



  #s-15bfd46b-9b97-42f7-87f7-ff27f0185e37 img.shogun-image {
    
    width: px;
  }


#s-15bfd46b-9b97-42f7-87f7-ff27f0185e37 .shogun-image-content {
  
    align-items: center;
  
}

#s-4c26276f-85bb-4cbe-8e7f-a6b855cc67a7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-4c26276f-85bb-4cbe-8e7f-a6b855cc67a7 {
  display: none;
}
#s-4c26276f-85bb-4cbe-8e7f-a6b855cc67a7, #wrap-s-4c26276f-85bb-4cbe-8e7f-a6b855cc67a7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4c26276f-85bb-4cbe-8e7f-a6b855cc67a7 {
  display: none;
}
#s-4c26276f-85bb-4cbe-8e7f-a6b855cc67a7, #wrap-s-4c26276f-85bb-4cbe-8e7f-a6b855cc67a7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4c26276f-85bb-4cbe-8e7f-a6b855cc67a7 {
  display: none;
}
#s-4c26276f-85bb-4cbe-8e7f-a6b855cc67a7, #wrap-s-4c26276f-85bb-4cbe-8e7f-a6b855cc67a7 { display:none !important; }}







#s-4c26276f-85bb-4cbe-8e7f-a6b855cc67a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c26276f-85bb-4cbe-8e7f-a6b855cc67a7.shg-box.shg-c {
  justify-content: center;
}

#s-975cfa84-5af9-43bb-8917-0a84a5ab34c3 {
  margin-top: 10px;
margin-left: -50px;
margin-right: -50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-975cfa84-5af9-43bb-8917-0a84a5ab34c3 {
  display: none;
}
#s-975cfa84-5af9-43bb-8917-0a84a5ab34c3, #wrap-s-975cfa84-5af9-43bb-8917-0a84a5ab34c3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-975cfa84-5af9-43bb-8917-0a84a5ab34c3 {
  display: none;
}
#s-975cfa84-5af9-43bb-8917-0a84a5ab34c3, #wrap-s-975cfa84-5af9-43bb-8917-0a84a5ab34c3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-975cfa84-5af9-43bb-8917-0a84a5ab34c3 {
  display: none;
}
#s-975cfa84-5af9-43bb-8917-0a84a5ab34c3, #wrap-s-975cfa84-5af9-43bb-8917-0a84a5ab34c3 { display:none !important; }}







#s-975cfa84-5af9-43bb-8917-0a84a5ab34c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-975cfa84-5af9-43bb-8917-0a84a5ab34c3.shg-box.shg-c {
  justify-content: center;
}

#s-40d4173b-8e31-4e42-be25-d1c5ee8381e9 {
  margin-left: 100px;
margin-right: 100px;
}

#s-40d4173b-8e31-4e42-be25-d1c5ee8381e9 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(11, 11, 11, 1);
}

#s-c6d8a43b-e385-486a-9501-5cf9ececa325 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-left: 40px;
padding-right: 40px;
}
@media (max-width: 767px){#s-c6d8a43b-e385-486a-9501-5cf9ececa325 {
  margin-left: auto;
margin-right: auto;
}
}
#s-7f16efbd-4e39-49ef-9fe1-13d43ce2e5ce {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}
@media (min-width: 1200px){#s-7f16efbd-4e39-49ef-9fe1-13d43ce2e5ce {
  display: none;
}
#s-7f16efbd-4e39-49ef-9fe1-13d43ce2e5ce, #wrap-s-7f16efbd-4e39-49ef-9fe1-13d43ce2e5ce { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7f16efbd-4e39-49ef-9fe1-13d43ce2e5ce {
  display: none;
}
#s-7f16efbd-4e39-49ef-9fe1-13d43ce2e5ce, #wrap-s-7f16efbd-4e39-49ef-9fe1-13d43ce2e5ce { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7f16efbd-4e39-49ef-9fe1-13d43ce2e5ce {
  display: none;
}
#s-7f16efbd-4e39-49ef-9fe1-13d43ce2e5ce, #wrap-s-7f16efbd-4e39-49ef-9fe1-13d43ce2e5ce { display:none !important; }}@media (max-width: 767px){#s-7f16efbd-4e39-49ef-9fe1-13d43ce2e5ce {
  margin-left: -10px;
margin-right: -10px;
max-width: 600px;
}
}



  #s-7f16efbd-4e39-49ef-9fe1-13d43ce2e5ce img.shogun-image {
    
    width: px;
  }


#s-7f16efbd-4e39-49ef-9fe1-13d43ce2e5ce .shogun-image-content {
  
    align-items: center;
  
}

#s-10d369e4-15ce-429f-9d2c-2463675a5ad9 {
  border-style: solid;
margin-top: 20px;
margin-left: -50px;
margin-bottom: 20px;
margin-right: -50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(221, 221, 221, 0);
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-10d369e4-15ce-429f-9d2c-2463675a5ad9 {
  display: none;
}
#s-10d369e4-15ce-429f-9d2c-2463675a5ad9, #wrap-s-10d369e4-15ce-429f-9d2c-2463675a5ad9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-10d369e4-15ce-429f-9d2c-2463675a5ad9 {
  display: none;
}
#s-10d369e4-15ce-429f-9d2c-2463675a5ad9, #wrap-s-10d369e4-15ce-429f-9d2c-2463675a5ad9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-10d369e4-15ce-429f-9d2c-2463675a5ad9 {
  display: none;
}
#s-10d369e4-15ce-429f-9d2c-2463675a5ad9, #wrap-s-10d369e4-15ce-429f-9d2c-2463675a5ad9 { display:none !important; }}







#s-10d369e4-15ce-429f-9d2c-2463675a5ad9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10d369e4-15ce-429f-9d2c-2463675a5ad9.shg-box.shg-c {
  justify-content: center;
}

#s-8588c5a8-0f46-41bf-b054-be92dbfc4778 {
  margin-left: 100px;
margin-right: 100px;
}

#s-8588c5a8-0f46-41bf-b054-be92dbfc4778 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(11, 11, 11, 1);
}

#s-471ab7df-db4d-40e8-bf09-bc0472dfa122 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-471ab7df-db4d-40e8-bf09-bc0472dfa122 {
  display: none;
}
#s-471ab7df-db4d-40e8-bf09-bc0472dfa122, #wrap-s-471ab7df-db4d-40e8-bf09-bc0472dfa122 { display:none !important; }}@media (max-width: 767px){#s-471ab7df-db4d-40e8-bf09-bc0472dfa122 {
  display: none;
}
#s-471ab7df-db4d-40e8-bf09-bc0472dfa122, #wrap-s-471ab7df-db4d-40e8-bf09-bc0472dfa122 { display:none !important; }}







#s-471ab7df-db4d-40e8-bf09-bc0472dfa122 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-471ab7df-db4d-40e8-bf09-bc0472dfa122.shg-box.shg-c {
  justify-content: center;
}

#s-1719798e-53b4-4fc6-989b-58b2975c1cf6 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
background-color: rgba(255, 255, 255, 1);
}








#s-1719798e-53b4-4fc6-989b-58b2975c1cf6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1719798e-53b4-4fc6-989b-58b2975c1cf6.shg-box.shg-c {
  justify-content: center;
}

#s-302889f6-90b3-408f-9bb4-43631e0134be {
  margin-left: 100px;
margin-right: 100px;
padding-left: 100px;
padding-right: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-302889f6-90b3-408f-9bb4-43631e0134be {
  display: none;
}
#s-302889f6-90b3-408f-9bb4-43631e0134be, #wrap-s-302889f6-90b3-408f-9bb4-43631e0134be { display:none !important; }}@media (max-width: 767px){#s-302889f6-90b3-408f-9bb4-43631e0134be {
  display: none;
}
#s-302889f6-90b3-408f-9bb4-43631e0134be, #wrap-s-302889f6-90b3-408f-9bb4-43631e0134be { display:none !important; }}
#s-302889f6-90b3-408f-9bb4-43631e0134be hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-0124e713-9e3b-423e-9a43-13736c4bc1fd {
  padding-left: 50px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-0124e713-9e3b-423e-9a43-13736c4bc1fd {
  display: none;
}
#s-0124e713-9e3b-423e-9a43-13736c4bc1fd, #wrap-s-0124e713-9e3b-423e-9a43-13736c4bc1fd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0124e713-9e3b-423e-9a43-13736c4bc1fd {
  display: none;
}
#s-0124e713-9e3b-423e-9a43-13736c4bc1fd, #wrap-s-0124e713-9e3b-423e-9a43-13736c4bc1fd { display:none !important; }}
#s-0124e713-9e3b-423e-9a43-13736c4bc1fd hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-bcc93675-73ef-4651-bd38-78f5c94125de {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 850px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-bcc93675-73ef-4651-bd38-78f5c94125de {
  max-width: 730px;
}
}@media (max-width: 767px){#s-bcc93675-73ef-4651-bd38-78f5c94125de {
  display: none;
}
#s-bcc93675-73ef-4651-bd38-78f5c94125de, #wrap-s-bcc93675-73ef-4651-bd38-78f5c94125de { display:none !important; }}



  #s-bcc93675-73ef-4651-bd38-78f5c94125de img.shogun-image {
    
    width: px;
  }


#s-bcc93675-73ef-4651-bd38-78f5c94125de .shogun-image-content {
  
    align-items: center;
  
}

#s-9b6f7e79-fe3e-4843-8277-c2b6008b3d7a {
  margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}
@media (min-width: 1200px){#s-9b6f7e79-fe3e-4843-8277-c2b6008b3d7a {
  display: none;
}
#s-9b6f7e79-fe3e-4843-8277-c2b6008b3d7a, #wrap-s-9b6f7e79-fe3e-4843-8277-c2b6008b3d7a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9b6f7e79-fe3e-4843-8277-c2b6008b3d7a {
  display: none;
}
#s-9b6f7e79-fe3e-4843-8277-c2b6008b3d7a, #wrap-s-9b6f7e79-fe3e-4843-8277-c2b6008b3d7a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9b6f7e79-fe3e-4843-8277-c2b6008b3d7a {
  display: none;
}
#s-9b6f7e79-fe3e-4843-8277-c2b6008b3d7a, #wrap-s-9b6f7e79-fe3e-4843-8277-c2b6008b3d7a { display:none !important; }}



  #s-9b6f7e79-fe3e-4843-8277-c2b6008b3d7a img.shogun-image {
    
    width: px;
  }


#s-9b6f7e79-fe3e-4843-8277-c2b6008b3d7a .shogun-image-content {
  
    align-items: center;
  
}

#s-777533cd-f504-44f3-b6ff-e41914ab2892 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
background-color: rgba(255, 255, 255, 1);
}








#s-777533cd-f504-44f3-b6ff-e41914ab2892 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-777533cd-f504-44f3-b6ff-e41914ab2892.shg-box.shg-c {
  justify-content: center;
}

#s-f8520720-c08c-4367-afdd-b358b5a74e0d {
  margin-left: 100px;
margin-right: 100px;
padding-left: 100px;
padding-right: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f8520720-c08c-4367-afdd-b358b5a74e0d {
  display: none;
}
#s-f8520720-c08c-4367-afdd-b358b5a74e0d, #wrap-s-f8520720-c08c-4367-afdd-b358b5a74e0d { display:none !important; }}@media (max-width: 767px){#s-f8520720-c08c-4367-afdd-b358b5a74e0d {
  display: none;
}
#s-f8520720-c08c-4367-afdd-b358b5a74e0d, #wrap-s-f8520720-c08c-4367-afdd-b358b5a74e0d { display:none !important; }}
#s-f8520720-c08c-4367-afdd-b358b5a74e0d hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-928c9a09-2365-4caf-8aff-f21912e1831a {
  padding-left: 50px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-928c9a09-2365-4caf-8aff-f21912e1831a {
  display: none;
}
#s-928c9a09-2365-4caf-8aff-f21912e1831a, #wrap-s-928c9a09-2365-4caf-8aff-f21912e1831a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-928c9a09-2365-4caf-8aff-f21912e1831a {
  display: none;
}
#s-928c9a09-2365-4caf-8aff-f21912e1831a, #wrap-s-928c9a09-2365-4caf-8aff-f21912e1831a { display:none !important; }}
#s-928c9a09-2365-4caf-8aff-f21912e1831a hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-ed635a15-1537-47b7-b2f2-1d94c78c8d9a {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ed635a15-1537-47b7-b2f2-1d94c78c8d9a {
  display: none;
}
#s-ed635a15-1537-47b7-b2f2-1d94c78c8d9a, #wrap-s-ed635a15-1537-47b7-b2f2-1d94c78c8d9a { display:none !important; }}@media (max-width: 767px){#s-ed635a15-1537-47b7-b2f2-1d94c78c8d9a {
  display: none;
}
#s-ed635a15-1537-47b7-b2f2-1d94c78c8d9a, #wrap-s-ed635a15-1537-47b7-b2f2-1d94c78c8d9a { display:none !important; }}
#s-ed635a15-1537-47b7-b2f2-1d94c78c8d9a .shogun-heading-component h1 {
  color: rgba(33, 35, 34, 1);
  font-weight:  700 ;
  font-family: "Merriweather";
  
  font-size: 36px;
  line-height: 1.5em;
  
  text-align: center;
}



#s-a286f175-1b38-499c-a736-fcd88c48cdc3 {
  margin-top: 35px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-a286f175-1b38-499c-a736-fcd88c48cdc3 {
  display: none;
}
#s-a286f175-1b38-499c-a736-fcd88c48cdc3, #wrap-s-a286f175-1b38-499c-a736-fcd88c48cdc3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a286f175-1b38-499c-a736-fcd88c48cdc3 {
  display: none;
}
#s-a286f175-1b38-499c-a736-fcd88c48cdc3, #wrap-s-a286f175-1b38-499c-a736-fcd88c48cdc3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a286f175-1b38-499c-a736-fcd88c48cdc3 {
  
}
}
#s-a286f175-1b38-499c-a736-fcd88c48cdc3 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Merriweather";
  
  font-size: 26px;
  
  
  text-align: center;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-ce04e6aa-c499-49a5-8f0a-6d0dd36c4bd8 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 1000px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ce04e6aa-c499-49a5-8f0a-6d0dd36c4bd8 {
  display: none;
}
#s-ce04e6aa-c499-49a5-8f0a-6d0dd36c4bd8, #wrap-s-ce04e6aa-c499-49a5-8f0a-6d0dd36c4bd8 { display:none !important; }}@media (max-width: 767px){#s-ce04e6aa-c499-49a5-8f0a-6d0dd36c4bd8 {
  display: none;
}
#s-ce04e6aa-c499-49a5-8f0a-6d0dd36c4bd8, #wrap-s-ce04e6aa-c499-49a5-8f0a-6d0dd36c4bd8 { display:none !important; }}
#s-ce04e6aa-c499-49a5-8f0a-6d0dd36c4bd8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-ce04e6aa-c499-49a5-8f0a-6d0dd36c4bd8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 23px;
}

#s-ce04e6aa-c499-49a5-8f0a-6d0dd36c4bd8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(37, 55, 70, 1);
}

#s-ce04e6aa-c499-49a5-8f0a-6d0dd36c4bd8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-ce04e6aa-c499-49a5-8f0a-6d0dd36c4bd8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(37, 55, 70, 1);
  text-align: left;
  font-family: Merriweather;
  
  
  
}

#s-ce04e6aa-c499-49a5-8f0a-6d0dd36c4bd8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  
}
#s-1550939e-8fd4-459c-af8b-fb955595d272 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 15px;
padding-left: 20px;
padding-right: 20px;
}








#s-1550939e-8fd4-459c-af8b-fb955595d272 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1550939e-8fd4-459c-af8b-fb955595d272.shg-box.shg-c {
  justify-content: center;
}

#s-e653113f-c90e-4018-86b7-62997e2d513f {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-e653113f-c90e-4018-86b7-62997e2d513f {
  display: none;
}
#s-e653113f-c90e-4018-86b7-62997e2d513f, #wrap-s-e653113f-c90e-4018-86b7-62997e2d513f { display:none !important; }}
#s-e653113f-c90e-4018-86b7-62997e2d513f .shogun-heading-component h1 {
  color: #000;
  
  font-family: "Merriweather";
  
  font-size: 40px;
  
  
  text-align: center;
}



#s-8d824a76-d7d4-426c-9f39-2b2853111913 {
  margin-top: 20px;
margin-bottom: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-8d824a76-d7d4-426c-9f39-2b2853111913 {
  display: none;
}
#s-8d824a76-d7d4-426c-9f39-2b2853111913, #wrap-s-8d824a76-d7d4-426c-9f39-2b2853111913 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8d824a76-d7d4-426c-9f39-2b2853111913 {
  display: none;
}
#s-8d824a76-d7d4-426c-9f39-2b2853111913, #wrap-s-8d824a76-d7d4-426c-9f39-2b2853111913 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8d824a76-d7d4-426c-9f39-2b2853111913 {
  display: none;
}
#s-8d824a76-d7d4-426c-9f39-2b2853111913, #wrap-s-8d824a76-d7d4-426c-9f39-2b2853111913 { display:none !important; }}
#s-8d824a76-d7d4-426c-9f39-2b2853111913 .shogun-heading-component h1 {
  color: #000;
  
  font-family: "Merriweather";
  
  font-size: 60px;
  
  
  text-align: center;
}



#s-aad6fdad-f2ca-47e6-a042-b75956567e4a {
  min-height: 50px;
}
@media (max-width: 767px){#s-aad6fdad-f2ca-47e6-a042-b75956567e4a {
  display: none;
}
#s-aad6fdad-f2ca-47e6-a042-b75956567e4a, #wrap-s-aad6fdad-f2ca-47e6-a042-b75956567e4a { display:none !important; }}







#s-aad6fdad-f2ca-47e6-a042-b75956567e4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aad6fdad-f2ca-47e6-a042-b75956567e4a.shg-box.shg-c {
  justify-content: center;
}

#s-6661cd79-7d91-4d6d-b190-3fb8a5b07b1b {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 1000px;
background-color: rgba(30, 61, 89, 1);
}

@media (min-width: 0px) {
[id="s-6661cd79-7d91-4d6d-b190-3fb8a5b07b1b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-6661cd79-7d91-4d6d-b190-3fb8a5b07b1b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-6661cd79-7d91-4d6d-b190-3fb8a5b07b1b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-6661cd79-7d91-4d6d-b190-3fb8a5b07b1b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-9d2264e7-834b-4bd8-8d41-7664f75a0a9e {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-3b31aade-dbdd-4c7f-ae82-251f06971f2a {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-aab37101-4f0e-420d-a735-b0a46b280922 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-7fbbcb64-4796-498f-b706-e995ea1d490d {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(254, 251, 241, 1);
}

@media (min-width: 0px) {
[id="s-7fbbcb64-4796-498f-b706-e995ea1d490d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-7fbbcb64-4796-498f-b706-e995ea1d490d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-7fbbcb64-4796-498f-b706-e995ea1d490d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-7fbbcb64-4796-498f-b706-e995ea1d490d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-a898b8db-fe66-49f0-b4be-7be0de2c4170 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-8bae1515-e0fe-40a1-a8c6-b6bcec362c75 {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-374aa56a-6f83-4242-bcbb-ab13eed13ab7 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-4460a180-d4d2-43d5-83fe-6697fd861070 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(30, 61, 89, 1);
}

@media (min-width: 0px) {
[id="s-4460a180-d4d2-43d5-83fe-6697fd861070"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-4460a180-d4d2-43d5-83fe-6697fd861070"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-4460a180-d4d2-43d5-83fe-6697fd861070"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-4460a180-d4d2-43d5-83fe-6697fd861070"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-d4b63aff-6874-4f31-a581-d53773ac4c61 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-0a69e5fa-d54f-4730-a5ee-bcd02d3e7013 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-f58b9a52-86df-4f53-98a3-ccba8db35b70 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-7899f109-3d86-4855-8e52-703d4a052b4e {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(254, 251, 241, 1);
}

@media (min-width: 0px) {
[id="s-7899f109-3d86-4855-8e52-703d4a052b4e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-7899f109-3d86-4855-8e52-703d4a052b4e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-7899f109-3d86-4855-8e52-703d4a052b4e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-7899f109-3d86-4855-8e52-703d4a052b4e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-b9ea4067-5679-43a2-bc7e-59068e269b38 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-b27ea807-e69d-41d6-a7b2-7516c1a195f9 {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-97519469-8c32-4ccc-973b-59395f6456b9 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-4bc33872-bb56-4f55-98f3-2945a1dd2379 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(30, 61, 89, 1);
}

@media (min-width: 0px) {
[id="s-4bc33872-bb56-4f55-98f3-2945a1dd2379"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-4bc33872-bb56-4f55-98f3-2945a1dd2379"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-4bc33872-bb56-4f55-98f3-2945a1dd2379"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-4bc33872-bb56-4f55-98f3-2945a1dd2379"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-9ad41795-d58c-451a-ab80-c78f6ffa85e1 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-3f882f51-1c1e-4fce-a9fd-188e578b96cc {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-df7d90a4-e044-440d-8ff3-21c59132d9c9 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-d2a01cf5-52bf-436d-857a-2078d71f5309 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(254, 251, 241, 1);
}

@media (min-width: 0px) {
[id="s-d2a01cf5-52bf-436d-857a-2078d71f5309"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-d2a01cf5-52bf-436d-857a-2078d71f5309"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-d2a01cf5-52bf-436d-857a-2078d71f5309"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-d2a01cf5-52bf-436d-857a-2078d71f5309"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-c32fb5f1-d615-41ba-8cd5-8ea7bdb4c261 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-3918ead2-8d46-4327-867e-373ea1c38e07 {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-e303a816-aa24-4c65-887d-6615a70c40c0 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-bd6c9c02-d602-43d2-9425-60d514e6b4bd {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(30, 61, 89, 1);
}

@media (min-width: 0px) {
[id="s-bd6c9c02-d602-43d2-9425-60d514e6b4bd"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-bd6c9c02-d602-43d2-9425-60d514e6b4bd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-bd6c9c02-d602-43d2-9425-60d514e6b4bd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-bd6c9c02-d602-43d2-9425-60d514e6b4bd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-a7695b88-fbe4-4de3-965e-a02816a902b7 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-20fbeac4-e3fc-4ac5-97a1-14c28b87773f {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-99837e64-cefb-49ca-8a7a-95f9f60f7528 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-f863a1e0-c7d2-4787-b02b-89b1b947068d {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(254, 251, 241, 1);
}

@media (min-width: 0px) {
[id="s-f863a1e0-c7d2-4787-b02b-89b1b947068d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-f863a1e0-c7d2-4787-b02b-89b1b947068d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-f863a1e0-c7d2-4787-b02b-89b1b947068d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-f863a1e0-c7d2-4787-b02b-89b1b947068d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-fddf7886-9d27-4e07-bf18-d65b8d3ac49f {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-670041c1-bf86-465b-ae33-b395a04f913f {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-0ec3e134-7b70-4354-bd22-87f5455b4830 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-3037b14a-ad2e-4fea-85e8-b75f89665f85 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(30, 61, 89, 1);
}

@media (min-width: 0px) {
[id="s-3037b14a-ad2e-4fea-85e8-b75f89665f85"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-3037b14a-ad2e-4fea-85e8-b75f89665f85"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-3037b14a-ad2e-4fea-85e8-b75f89665f85"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-3037b14a-ad2e-4fea-85e8-b75f89665f85"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-cdc8ba82-b75e-4b4f-a3e5-5ebdc9086c47 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-80a6ce56-b440-4083-9e61-038919b0645f {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-ae725d2f-6706-421a-9a01-947cd85fc534 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-11de1151-d5b1-4580-ae10-306b2857d081 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(254, 251, 241, 1);
}

@media (min-width: 0px) {
[id="s-11de1151-d5b1-4580-ae10-306b2857d081"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-11de1151-d5b1-4580-ae10-306b2857d081"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-11de1151-d5b1-4580-ae10-306b2857d081"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-11de1151-d5b1-4580-ae10-306b2857d081"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-399a2cbb-24cb-4292-8a92-712fd4b31dc0 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-9c86a99f-53d2-4d41-8913-8fc81c822049 {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-7f690810-e157-4cf4-b6f8-a21722e23d18 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-2deaa6b4-c9f6-4382-a4c3-fcaa2324a029 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(30, 61, 89, 1);
}

@media (min-width: 0px) {
[id="s-2deaa6b4-c9f6-4382-a4c3-fcaa2324a029"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-2deaa6b4-c9f6-4382-a4c3-fcaa2324a029"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-2deaa6b4-c9f6-4382-a4c3-fcaa2324a029"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-2deaa6b4-c9f6-4382-a4c3-fcaa2324a029"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-e83e993a-f19d-4a5a-911a-b4ffde88f64f {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-84a70ddf-2fae-4af1-920f-f2aaeeab5a2a {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-97856e98-fe01-492a-a1e7-e412b8024191 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-aec645d3-6333-415b-bef9-2b66bdfbf158 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(254, 251, 241, 1);
}

@media (min-width: 0px) {
[id="s-aec645d3-6333-415b-bef9-2b66bdfbf158"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-aec645d3-6333-415b-bef9-2b66bdfbf158"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-aec645d3-6333-415b-bef9-2b66bdfbf158"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-aec645d3-6333-415b-bef9-2b66bdfbf158"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-42007ca0-e899-4b5a-99d9-3a0f80f4aa6a {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-ab71f11d-f7db-41ab-826d-0cf1ae37f14c {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-5c1e98a9-3960-4348-ae51-bc1db4917b69 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-dc06474e-df7d-4328-9e34-4ae1c0deec11 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-dc06474e-df7d-4328-9e34-4ae1c0deec11 {
  display: none;
}
#s-dc06474e-df7d-4328-9e34-4ae1c0deec11, #wrap-s-dc06474e-df7d-4328-9e34-4ae1c0deec11 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dc06474e-df7d-4328-9e34-4ae1c0deec11 {
  display: none;
}
#s-dc06474e-df7d-4328-9e34-4ae1c0deec11, #wrap-s-dc06474e-df7d-4328-9e34-4ae1c0deec11 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dc06474e-df7d-4328-9e34-4ae1c0deec11 {
  display: none;
}
#s-dc06474e-df7d-4328-9e34-4ae1c0deec11, #wrap-s-dc06474e-df7d-4328-9e34-4ae1c0deec11 { display:none !important; }}







#s-dc06474e-df7d-4328-9e34-4ae1c0deec11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc06474e-df7d-4328-9e34-4ae1c0deec11.shg-box.shg-c {
  justify-content: center;
}

#s-780ed379-f615-4af1-beec-3a0ed95511ca {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 1000px;
background-color: rgba(255, 249, 234, 1);
}

@media (min-width: 0px) {
[id="s-780ed379-f615-4af1-beec-3a0ed95511ca"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-780ed379-f615-4af1-beec-3a0ed95511ca"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-780ed379-f615-4af1-beec-3a0ed95511ca"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-780ed379-f615-4af1-beec-3a0ed95511ca"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-84730c7d-03cf-4dd3-aaa8-296cc16e457b {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-f7c8533d-e470-4533-b249-d796411b217a {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-5c911969-e244-483b-8b65-c710defb9db2 {
  margin-top: 10px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-1ebf8ae6-7b72-4486-9a5e-f8e3a3572133 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(197, 197, 197, 1);
}

@media (min-width: 0px) {
[id="s-1ebf8ae6-7b72-4486-9a5e-f8e3a3572133"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-1ebf8ae6-7b72-4486-9a5e-f8e3a3572133"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-1ebf8ae6-7b72-4486-9a5e-f8e3a3572133"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-1ebf8ae6-7b72-4486-9a5e-f8e3a3572133"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-e8484bcb-8d9c-4009-b64c-802990dc1637 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-84bdfe4b-6a45-47e5-b2fa-766257741633 {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-0bc4bd77-b51b-4a64-a39e-d877468883da {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-591ed233-4200-47e8-9e26-b05ee4d816e0 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(255, 249, 234, 1);
}

@media (min-width: 0px) {
[id="s-591ed233-4200-47e8-9e26-b05ee4d816e0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-591ed233-4200-47e8-9e26-b05ee4d816e0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-591ed233-4200-47e8-9e26-b05ee4d816e0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-591ed233-4200-47e8-9e26-b05ee4d816e0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-dbc90429-deb0-43d3-ab40-eca097394221 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-097bc378-3425-40e8-8315-a89332f05682 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-f80024c3-aa8c-443b-b623-c8c24541d90b {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-883a8ceb-a26b-45bb-912d-e8af32fb56a8 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(197, 197, 197, 1);
}

@media (min-width: 0px) {
[id="s-883a8ceb-a26b-45bb-912d-e8af32fb56a8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-883a8ceb-a26b-45bb-912d-e8af32fb56a8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-883a8ceb-a26b-45bb-912d-e8af32fb56a8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-883a8ceb-a26b-45bb-912d-e8af32fb56a8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-4d79d94a-5dda-454c-8c4c-95f271e1dcf3 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-ba26019b-2786-4d1c-b66a-ba151a67b6ba {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-7b128120-50f4-4b96-a403-38430e6b101c {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-0e1c6e6d-c60a-4814-947e-acc43b29bd0a {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(255, 249, 234, 1);
}

@media (min-width: 0px) {
[id="s-0e1c6e6d-c60a-4814-947e-acc43b29bd0a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-0e1c6e6d-c60a-4814-947e-acc43b29bd0a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-0e1c6e6d-c60a-4814-947e-acc43b29bd0a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-0e1c6e6d-c60a-4814-947e-acc43b29bd0a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-8f32f185-ac53-4b99-a70b-6f9871d2de96 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-de57d4bf-b7a5-4168-a1d1-d5fa13b499b1 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-d84bbe17-4ed4-4f31-84c0-49c50f4569fc {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-1baea6a2-348f-48e2-8e7e-4ea9787afd52 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(197, 197, 197, 1);
}

@media (min-width: 0px) {
[id="s-1baea6a2-348f-48e2-8e7e-4ea9787afd52"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-1baea6a2-348f-48e2-8e7e-4ea9787afd52"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-1baea6a2-348f-48e2-8e7e-4ea9787afd52"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-1baea6a2-348f-48e2-8e7e-4ea9787afd52"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-701697de-b56b-4b82-9007-32e79c9f45c2 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-bc855c2d-5f96-4681-8a8c-a5703d02e31a {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-e2a36ae6-0f8a-4b57-922b-e3b031a41a3c {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-771b133b-1aef-4e5c-ba17-f770c550ed6e {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(255, 249, 234, 1);
}

@media (min-width: 0px) {
[id="s-771b133b-1aef-4e5c-ba17-f770c550ed6e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-771b133b-1aef-4e5c-ba17-f770c550ed6e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-771b133b-1aef-4e5c-ba17-f770c550ed6e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-771b133b-1aef-4e5c-ba17-f770c550ed6e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-c21a430e-6522-4c3b-9952-6381c6361d45 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-42f4b84f-3e65-4f18-aa26-dc59fd792448 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-75266b67-1f3d-4fd2-9c5e-8ccee358c11d {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-69af9f53-d346-4e53-8132-922856e8c73f {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(197, 197, 197, 1);
}

@media (min-width: 0px) {
[id="s-69af9f53-d346-4e53-8132-922856e8c73f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-69af9f53-d346-4e53-8132-922856e8c73f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-69af9f53-d346-4e53-8132-922856e8c73f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-69af9f53-d346-4e53-8132-922856e8c73f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-bd2746ef-c6e9-4150-a928-c4d5eeeb9c57 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-fe20a0c0-a407-43ae-b957-abe2d8cb1d39 {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-312a808d-0143-40fd-8e81-ea729604403f {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-524d4cf9-2ea2-47d1-926b-2511fcc9a86c {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(255, 249, 234, 1);
}

@media (min-width: 0px) {
[id="s-524d4cf9-2ea2-47d1-926b-2511fcc9a86c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-524d4cf9-2ea2-47d1-926b-2511fcc9a86c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-524d4cf9-2ea2-47d1-926b-2511fcc9a86c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-524d4cf9-2ea2-47d1-926b-2511fcc9a86c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-1e1e4fc9-8e39-4455-915d-1ef5cea868a4 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-7eab72ff-c82e-475e-a52b-810e45cec8fc {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-be324fd2-5295-4c01-896f-9a72be4f3c04 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-a5419519-520c-4e52-9b17-1d071538f1ca {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(197, 197, 197, 1);
}

@media (min-width: 0px) {
[id="s-a5419519-520c-4e52-9b17-1d071538f1ca"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-a5419519-520c-4e52-9b17-1d071538f1ca"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-a5419519-520c-4e52-9b17-1d071538f1ca"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-a5419519-520c-4e52-9b17-1d071538f1ca"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-15eb768b-6a6f-4069-b838-824d56ba1934 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-d376e8c1-2f61-4fdd-823d-387553093457 {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-c62dc0f7-6ec9-469a-8809-4e80a33be96f {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-57e7a431-1b01-44d6-bab7-c7a9b3f8852d {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(255, 249, 234, 1);
}

@media (min-width: 0px) {
[id="s-57e7a431-1b01-44d6-bab7-c7a9b3f8852d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-57e7a431-1b01-44d6-bab7-c7a9b3f8852d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-57e7a431-1b01-44d6-bab7-c7a9b3f8852d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-57e7a431-1b01-44d6-bab7-c7a9b3f8852d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-45a6ccca-6d22-4011-b1ff-2e52953206f3 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-1c0987ac-aba5-4254-abf9-466ea62ba0de {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-cb3841b1-c824-4cd8-af78-5617ace207f8 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-7842cd62-02cc-4802-b4b6-f34099d7e140 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(197, 197, 197, 1);
}

@media (min-width: 0px) {
[id="s-7842cd62-02cc-4802-b4b6-f34099d7e140"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-7842cd62-02cc-4802-b4b6-f34099d7e140"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-7842cd62-02cc-4802-b4b6-f34099d7e140"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-7842cd62-02cc-4802-b4b6-f34099d7e140"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-70745619-ae24-496a-9ec4-b1fa1c7ee049 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-e9ccaaea-b1bd-493c-9e6b-ee74c7d24a6e {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-ec8db57e-e1f5-4144-9433-0565fd3a70eb {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-e0813579-3ce4-4ed3-b910-b7e70ac65ddc {
  margin-top: 70px;
margin-bottom: 1px;
}
@media (max-width: 767px){#s-e0813579-3ce4-4ed3-b910-b7e70ac65ddc {
  margin-left: auto;
margin-right: auto;
padding-left: 35px;
padding-right: 35px;
display: none;
}
#s-e0813579-3ce4-4ed3-b910-b7e70ac65ddc, #wrap-s-e0813579-3ce4-4ed3-b910-b7e70ac65ddc { display:none !important; }}
#s-cee13f1c-6b1c-4b4c-984c-8478fc6a2f18 {
  margin-top: 70px;
margin-bottom: 1px;
}
@media (min-width: 1200px){#s-cee13f1c-6b1c-4b4c-984c-8478fc6a2f18 {
  display: none;
}
#s-cee13f1c-6b1c-4b4c-984c-8478fc6a2f18, #wrap-s-cee13f1c-6b1c-4b4c-984c-8478fc6a2f18 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cee13f1c-6b1c-4b4c-984c-8478fc6a2f18 {
  display: none;
}
#s-cee13f1c-6b1c-4b4c-984c-8478fc6a2f18, #wrap-s-cee13f1c-6b1c-4b4c-984c-8478fc6a2f18 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cee13f1c-6b1c-4b4c-984c-8478fc6a2f18 {
  display: none;
}
#s-cee13f1c-6b1c-4b4c-984c-8478fc6a2f18, #wrap-s-cee13f1c-6b1c-4b4c-984c-8478fc6a2f18 { display:none !important; }}@media (max-width: 767px){#s-cee13f1c-6b1c-4b4c-984c-8478fc6a2f18 {
  margin-left: auto;
margin-right: auto;
padding-left: 35px;
padding-right: 35px;
}
}
#s-415b8c0e-d202-4908-bca6-2f7052272ea8 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 800px;
}

#s-14fd17c9-2c8c-4840-b647-ffbf9ba681bb {
  margin-top: 14px;
margin-left: auto;
margin-right: auto;
min-height: 0px;
max-width: 1000px;
}
@media (min-width: 768px) and (max-width: 991px){#s-14fd17c9-2c8c-4840-b647-ffbf9ba681bb {
  padding-left: 40px;
padding-right: 40px;
}
}
@media (min-width: 0px) {
[id="s-14fd17c9-2c8c-4840-b647-ffbf9ba681bb"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 768px) {
[id="s-14fd17c9-2c8c-4840-b647-ffbf9ba681bb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-14fd17c9-2c8c-4840-b647-ffbf9ba681bb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-14fd17c9-2c8c-4840-b647-ffbf9ba681bb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-ef5d8b5e-4a25-45b1-a09d-241324750716 {
  text-align: center;
}
@media (max-width: 767px){#s-ef5d8b5e-4a25-45b1-a09d-241324750716 {
  display: none;
}
#s-ef5d8b5e-4a25-45b1-a09d-241324750716, #wrap-s-ef5d8b5e-4a25-45b1-a09d-241324750716 { display:none !important; }}



  #s-ef5d8b5e-4a25-45b1-a09d-241324750716 img.shogun-image {
    
    width: px;
  }


#s-ef5d8b5e-4a25-45b1-a09d-241324750716 .shogun-image-content {
  
    align-items: center;
  
}

#s-ef247ef2-f9b4-4929-b9eb-7d4a998a9f2b {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-d2300a23-f589-4ed7-a6ff-5a97929bdf31 {
  text-align: center;
}




  #s-d2300a23-f589-4ed7-a6ff-5a97929bdf31 img.shogun-image {
    
    width: px;
  }


#s-d2300a23-f589-4ed7-a6ff-5a97929bdf31 .shogun-image-content {
  
    align-items: center;
  
}

#s-3b1ad014-e776-467b-a51f-7bb06e65b3b9 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-0a02bd5c-3a7a-4887-a840-98e5176d74bd {
  text-align: center;
}




  #s-0a02bd5c-3a7a-4887-a840-98e5176d74bd img.shogun-image {
    
    width: px;
  }


#s-0a02bd5c-3a7a-4887-a840-98e5176d74bd .shogun-image-content {
  
    align-items: center;
  
}

#s-4ccf505d-f11d-40a4-83ec-6ec4dbf1e2f2 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-e38c2a2f-5003-45fc-8ebe-b601cfad13b2 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e38c2a2f-5003-45fc-8ebe-b601cfad13b2 {
  display: none;
}
#s-e38c2a2f-5003-45fc-8ebe-b601cfad13b2, #wrap-s-e38c2a2f-5003-45fc-8ebe-b601cfad13b2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e38c2a2f-5003-45fc-8ebe-b601cfad13b2 {
  display: none;
}
#s-e38c2a2f-5003-45fc-8ebe-b601cfad13b2, #wrap-s-e38c2a2f-5003-45fc-8ebe-b601cfad13b2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e38c2a2f-5003-45fc-8ebe-b601cfad13b2 {
  display: none;
}
#s-e38c2a2f-5003-45fc-8ebe-b601cfad13b2, #wrap-s-e38c2a2f-5003-45fc-8ebe-b601cfad13b2 { display:none !important; }}







#s-e38c2a2f-5003-45fc-8ebe-b601cfad13b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e38c2a2f-5003-45fc-8ebe-b601cfad13b2.shg-box.shg-c {
  justify-content: center;
}

#s-7b092f73-2fa3-416a-86de-94505b15ab29 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7b092f73-2fa3-416a-86de-94505b15ab29 {
  display: none;
}
#s-7b092f73-2fa3-416a-86de-94505b15ab29, #wrap-s-7b092f73-2fa3-416a-86de-94505b15ab29 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7b092f73-2fa3-416a-86de-94505b15ab29 {
  display: none;
}
#s-7b092f73-2fa3-416a-86de-94505b15ab29, #wrap-s-7b092f73-2fa3-416a-86de-94505b15ab29 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7b092f73-2fa3-416a-86de-94505b15ab29 {
  display: none;
}
#s-7b092f73-2fa3-416a-86de-94505b15ab29, #wrap-s-7b092f73-2fa3-416a-86de-94505b15ab29 { display:none !important; }}







#s-7b092f73-2fa3-416a-86de-94505b15ab29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b092f73-2fa3-416a-86de-94505b15ab29.shg-box.shg-c {
  justify-content: center;
}

#s-2b2cbb8b-442d-41e0-bdb8-3189fcaa5b0f {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-left: 40px;
padding-right: 40px;
}

#s-68c1fa7f-4a56-4b8a-84d3-e6585684fcaa {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}




  #s-68c1fa7f-4a56-4b8a-84d3-e6585684fcaa img.shogun-image {
    
    width: px;
  }


#s-68c1fa7f-4a56-4b8a-84d3-e6585684fcaa .shogun-image-content {
  
    align-items: center;
  
}

#s-5c3c338f-d702-421e-a6c0-86a497c75d18 {
  margin-top: 10px;
margin-left: -50px;
margin-right: -50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-5c3c338f-d702-421e-a6c0-86a497c75d18 {
  display: none;
}
#s-5c3c338f-d702-421e-a6c0-86a497c75d18, #wrap-s-5c3c338f-d702-421e-a6c0-86a497c75d18 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5c3c338f-d702-421e-a6c0-86a497c75d18 {
  display: none;
}
#s-5c3c338f-d702-421e-a6c0-86a497c75d18, #wrap-s-5c3c338f-d702-421e-a6c0-86a497c75d18 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5c3c338f-d702-421e-a6c0-86a497c75d18 {
  display: none;
}
#s-5c3c338f-d702-421e-a6c0-86a497c75d18, #wrap-s-5c3c338f-d702-421e-a6c0-86a497c75d18 { display:none !important; }}







#s-5c3c338f-d702-421e-a6c0-86a497c75d18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c3c338f-d702-421e-a6c0-86a497c75d18.shg-box.shg-c {
  justify-content: center;
}

#s-dd6b9a1b-cdf3-443b-af25-a3c20e4866b1 {
  margin-left: 100px;
margin-right: 100px;
}

#s-dd6b9a1b-cdf3-443b-af25-a3c20e4866b1 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(11, 11, 11, 1);
}

#s-051fbed7-5429-451b-82cd-b40cebded248 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-left: 40px;
padding-right: 40px;
}

#s-58375940-36df-483f-b064-2561fcc65e48 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-58375940-36df-483f-b064-2561fcc65e48 {
  display: none;
}
#s-58375940-36df-483f-b064-2561fcc65e48, #wrap-s-58375940-36df-483f-b064-2561fcc65e48 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-58375940-36df-483f-b064-2561fcc65e48 {
  display: none;
}
#s-58375940-36df-483f-b064-2561fcc65e48, #wrap-s-58375940-36df-483f-b064-2561fcc65e48 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-58375940-36df-483f-b064-2561fcc65e48 {
  display: none;
}
#s-58375940-36df-483f-b064-2561fcc65e48, #wrap-s-58375940-36df-483f-b064-2561fcc65e48 { display:none !important; }}







#s-58375940-36df-483f-b064-2561fcc65e48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58375940-36df-483f-b064-2561fcc65e48.shg-box.shg-c {
  justify-content: center;
}

#s-3afa07c6-93bc-449c-ad07-11e750f4284d {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}




  #s-3afa07c6-93bc-449c-ad07-11e750f4284d img.shogun-image {
    
    width: px;
  }


#s-3afa07c6-93bc-449c-ad07-11e750f4284d .shogun-image-content {
  
    align-items: center;
  
}

#s-e3f31dc9-5715-43e4-a67b-dd99b7b60df5 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e3f31dc9-5715-43e4-a67b-dd99b7b60df5 {
  display: none;
}
#s-e3f31dc9-5715-43e4-a67b-dd99b7b60df5, #wrap-s-e3f31dc9-5715-43e4-a67b-dd99b7b60df5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e3f31dc9-5715-43e4-a67b-dd99b7b60df5 {
  display: none;
}
#s-e3f31dc9-5715-43e4-a67b-dd99b7b60df5, #wrap-s-e3f31dc9-5715-43e4-a67b-dd99b7b60df5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e3f31dc9-5715-43e4-a67b-dd99b7b60df5 {
  display: none;
}
#s-e3f31dc9-5715-43e4-a67b-dd99b7b60df5, #wrap-s-e3f31dc9-5715-43e4-a67b-dd99b7b60df5 { display:none !important; }}







#s-e3f31dc9-5715-43e4-a67b-dd99b7b60df5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3f31dc9-5715-43e4-a67b-dd99b7b60df5.shg-box.shg-c {
  justify-content: center;
}

#s-cd274518-5c21-4963-8f76-b89fbf247e9e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-cd274518-5c21-4963-8f76-b89fbf247e9e {
  display: none;
}
#s-cd274518-5c21-4963-8f76-b89fbf247e9e, #wrap-s-cd274518-5c21-4963-8f76-b89fbf247e9e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cd274518-5c21-4963-8f76-b89fbf247e9e {
  display: none;
}
#s-cd274518-5c21-4963-8f76-b89fbf247e9e, #wrap-s-cd274518-5c21-4963-8f76-b89fbf247e9e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cd274518-5c21-4963-8f76-b89fbf247e9e {
  display: none;
}
#s-cd274518-5c21-4963-8f76-b89fbf247e9e, #wrap-s-cd274518-5c21-4963-8f76-b89fbf247e9e { display:none !important; }}







#s-cd274518-5c21-4963-8f76-b89fbf247e9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd274518-5c21-4963-8f76-b89fbf247e9e.shg-box.shg-c {
  justify-content: center;
}

#s-2a60b9af-34d6-4188-a44d-8d0870e8e1a6 {
  margin-top: 10px;
margin-left: -50px;
margin-right: -50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-2a60b9af-34d6-4188-a44d-8d0870e8e1a6 {
  display: none;
}
#s-2a60b9af-34d6-4188-a44d-8d0870e8e1a6, #wrap-s-2a60b9af-34d6-4188-a44d-8d0870e8e1a6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2a60b9af-34d6-4188-a44d-8d0870e8e1a6 {
  display: none;
}
#s-2a60b9af-34d6-4188-a44d-8d0870e8e1a6, #wrap-s-2a60b9af-34d6-4188-a44d-8d0870e8e1a6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2a60b9af-34d6-4188-a44d-8d0870e8e1a6 {
  display: none;
}
#s-2a60b9af-34d6-4188-a44d-8d0870e8e1a6, #wrap-s-2a60b9af-34d6-4188-a44d-8d0870e8e1a6 { display:none !important; }}







#s-2a60b9af-34d6-4188-a44d-8d0870e8e1a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a60b9af-34d6-4188-a44d-8d0870e8e1a6.shg-box.shg-c {
  justify-content: center;
}

#s-176d8498-35e1-4740-ab12-5c56b2bb9e67 {
  margin-left: 100px;
margin-right: 100px;
}

#s-176d8498-35e1-4740-ab12-5c56b2bb9e67 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(11, 11, 11, 1);
}

#s-8debc7e1-cd74-483e-8512-5ca99373d37a {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-left: 40px;
padding-right: 40px;
}

#s-16bd1741-5e72-4915-b536-1415af5fbd1c {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}




  #s-16bd1741-5e72-4915-b536-1415af5fbd1c img.shogun-image {
    
    width: px;
  }


#s-16bd1741-5e72-4915-b536-1415af5fbd1c .shogun-image-content {
  
    align-items: center;
  
}

#s-8b52b69d-8ceb-4f99-b245-04cdabace99c {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-451a8c31-844d-430a-802c-78c1d2adbac2 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-ce7cffe0-ba51-4a9a-80c0-fc51ce33acbb {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-8a265b18-b1e3-4358-84a7-752938108275 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-644f1ba5-954c-4c20-8033-01c1aff243bd {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-bfa6c421-9b3e-4ddb-93dd-de251c3f8781 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-203587bc-e2f7-4569-a490-547d689859a1 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-02f2d511-a0db-4767-94f1-81842c317762 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-d361298e-addf-4108-8351-c4a078932562 {
  border-style: solid;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
max-width: 400px;
text-align: center;
}




  #s-d361298e-addf-4108-8351-c4a078932562 img.shogun-image {
    
    width: px;
  }


#s-d361298e-addf-4108-8351-c4a078932562 .shogun-image-content {
  
    align-items: center;
  
}

#s-b55c14ee-7ff4-4ab3-920d-b4528375402f {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 700px;
}
@media (min-width: 1200px){#s-b55c14ee-7ff4-4ab3-920d-b4528375402f {
  display: none;
}
#s-b55c14ee-7ff4-4ab3-920d-b4528375402f, #wrap-s-b55c14ee-7ff4-4ab3-920d-b4528375402f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b55c14ee-7ff4-4ab3-920d-b4528375402f {
  display: none;
}
#s-b55c14ee-7ff4-4ab3-920d-b4528375402f, #wrap-s-b55c14ee-7ff4-4ab3-920d-b4528375402f { display:none !important; }}@media (max-width: 767px){#s-b55c14ee-7ff4-4ab3-920d-b4528375402f {
  display: none;
}
#s-b55c14ee-7ff4-4ab3-920d-b4528375402f, #wrap-s-b55c14ee-7ff4-4ab3-920d-b4528375402f { display:none !important; }}
#s-b55c14ee-7ff4-4ab3-920d-b4528375402f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b55c14ee-7ff4-4ab3-920d-b4528375402f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 23px;
}

#s-b55c14ee-7ff4-4ab3-920d-b4528375402f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(37, 55, 70, 1);
}

#s-b55c14ee-7ff4-4ab3-920d-b4528375402f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-b55c14ee-7ff4-4ab3-920d-b4528375402f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(37, 55, 70, 1);
  text-align: left;
  font-family: Merriweather;
  
  
  
}

#s-b55c14ee-7ff4-4ab3-920d-b4528375402f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  
}
#s-2ac445ac-bdee-4aa2-b44a-93e314da3096 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 15px;
padding-left: 20px;
padding-right: 20px;
}








#s-2ac445ac-bdee-4aa2-b44a-93e314da3096 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ac445ac-bdee-4aa2-b44a-93e314da3096.shg-box.shg-c {
  justify-content: center;
}

#s-bb8d8425-bed1-49c6-944e-3eb702595a0d {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-bb8d8425-bed1-49c6-944e-3eb702595a0d {
  display: none;
}
#s-bb8d8425-bed1-49c6-944e-3eb702595a0d, #wrap-s-bb8d8425-bed1-49c6-944e-3eb702595a0d { display:none !important; }}
#s-bb8d8425-bed1-49c6-944e-3eb702595a0d .shogun-heading-component h1 {
  color: #000;
  
  font-family: "Merriweather";
  
  font-size: 40px;
  
  
  text-align: center;
}



#s-fb4ef3ea-abcd-4200-b1dd-35be4f8e97c3 {
  margin-top: 20px;
margin-bottom: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-fb4ef3ea-abcd-4200-b1dd-35be4f8e97c3 {
  display: none;
}
#s-fb4ef3ea-abcd-4200-b1dd-35be4f8e97c3, #wrap-s-fb4ef3ea-abcd-4200-b1dd-35be4f8e97c3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fb4ef3ea-abcd-4200-b1dd-35be4f8e97c3 {
  display: none;
}
#s-fb4ef3ea-abcd-4200-b1dd-35be4f8e97c3, #wrap-s-fb4ef3ea-abcd-4200-b1dd-35be4f8e97c3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fb4ef3ea-abcd-4200-b1dd-35be4f8e97c3 {
  display: none;
}
#s-fb4ef3ea-abcd-4200-b1dd-35be4f8e97c3, #wrap-s-fb4ef3ea-abcd-4200-b1dd-35be4f8e97c3 { display:none !important; }}
#s-fb4ef3ea-abcd-4200-b1dd-35be4f8e97c3 .shogun-heading-component h1 {
  color: #000;
  
  font-family: "Merriweather";
  
  font-size: 60px;
  
  
  text-align: center;
}



#s-7ad5ab07-cc19-4e3d-af7a-7cc02f1e7a21 {
  min-height: 50px;
}
@media (max-width: 767px){#s-7ad5ab07-cc19-4e3d-af7a-7cc02f1e7a21 {
  display: none;
}
#s-7ad5ab07-cc19-4e3d-af7a-7cc02f1e7a21, #wrap-s-7ad5ab07-cc19-4e3d-af7a-7cc02f1e7a21 { display:none !important; }}







#s-7ad5ab07-cc19-4e3d-af7a-7cc02f1e7a21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ad5ab07-cc19-4e3d-af7a-7cc02f1e7a21.shg-box.shg-c {
  justify-content: center;
}

#s-0da1e9ee-ad4e-4274-bc92-ba811eeb288d {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 1000px;
background-color: rgba(30, 61, 89, 1);
}

@media (min-width: 0px) {
[id="s-0da1e9ee-ad4e-4274-bc92-ba811eeb288d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-0da1e9ee-ad4e-4274-bc92-ba811eeb288d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-0da1e9ee-ad4e-4274-bc92-ba811eeb288d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-0da1e9ee-ad4e-4274-bc92-ba811eeb288d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-0ad6404a-7f70-45dc-8733-ac1ac4389c99 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-54cb4f3e-6fdd-4254-9b7b-2f1e1a57b8b0 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-12473663-4022-428e-971c-48a854c2ddbe {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-69b2fb61-dc28-40f6-89a3-701aadfba3b6 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(254, 251, 241, 1);
}

@media (min-width: 0px) {
[id="s-69b2fb61-dc28-40f6-89a3-701aadfba3b6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-69b2fb61-dc28-40f6-89a3-701aadfba3b6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-69b2fb61-dc28-40f6-89a3-701aadfba3b6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-69b2fb61-dc28-40f6-89a3-701aadfba3b6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-afd67f2e-8f0c-4ca9-b971-597006bc2d20 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-0fb90862-f109-43b9-95e1-128f4804176e {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-77f297e0-8068-4c5e-af9f-6e3473f728bc {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-1e6fa95c-9757-4227-afa4-5583fdbda68b {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(30, 61, 89, 1);
}

@media (min-width: 0px) {
[id="s-1e6fa95c-9757-4227-afa4-5583fdbda68b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-1e6fa95c-9757-4227-afa4-5583fdbda68b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-1e6fa95c-9757-4227-afa4-5583fdbda68b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-1e6fa95c-9757-4227-afa4-5583fdbda68b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-5140fffc-97de-4e3b-a2cb-2a228e9ecaf4 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-9b05b83d-0824-47a7-92e1-80f2151dcadb {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-944a3a51-29ae-49dd-8207-cdff3bd33f03 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-3f4cbff5-2b2f-4789-9c4e-e811fe8664a1 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(254, 251, 241, 1);
}

@media (min-width: 0px) {
[id="s-3f4cbff5-2b2f-4789-9c4e-e811fe8664a1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-3f4cbff5-2b2f-4789-9c4e-e811fe8664a1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-3f4cbff5-2b2f-4789-9c4e-e811fe8664a1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-3f4cbff5-2b2f-4789-9c4e-e811fe8664a1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-5eba1f89-249a-44cf-bade-5cdf46949818 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-c5d50c4b-5453-4b1a-8214-0dbd41a6aef5 {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-e4eeb53f-ebb0-4be2-acef-65355cf7abc8 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-e3a786b3-3453-4157-8fff-fc0e01ce4e63 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(30, 61, 89, 1);
}

@media (min-width: 0px) {
[id="s-e3a786b3-3453-4157-8fff-fc0e01ce4e63"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-e3a786b3-3453-4157-8fff-fc0e01ce4e63"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-e3a786b3-3453-4157-8fff-fc0e01ce4e63"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-e3a786b3-3453-4157-8fff-fc0e01ce4e63"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-f8cd2e78-6c96-436d-b5ba-3cf057cbb087 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-d6086ba5-6446-4104-a67a-1df947efae47 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-c45b5805-bc12-4a0d-8767-ba6c297634bf {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-d693f94b-631a-40ab-b1ef-211a6fb21daa {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(254, 251, 241, 1);
}

@media (min-width: 0px) {
[id="s-d693f94b-631a-40ab-b1ef-211a6fb21daa"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-d693f94b-631a-40ab-b1ef-211a6fb21daa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-d693f94b-631a-40ab-b1ef-211a6fb21daa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-d693f94b-631a-40ab-b1ef-211a6fb21daa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-9bcbc811-a822-4d13-a66e-de3511f0b9b7 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-ae197ab4-a387-44ce-a78a-0a5e7befaf7c {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-f5863d56-e153-44c3-9b78-b6a0c2e84a3b {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-9a36a540-67ab-4d53-b560-b9cee7a0068f {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(30, 61, 89, 1);
}

@media (min-width: 0px) {
[id="s-9a36a540-67ab-4d53-b560-b9cee7a0068f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-9a36a540-67ab-4d53-b560-b9cee7a0068f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-9a36a540-67ab-4d53-b560-b9cee7a0068f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-9a36a540-67ab-4d53-b560-b9cee7a0068f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-e8021ed8-c57f-4075-881d-e64647665f3e {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-d72b2039-c2d6-4012-b501-9eabb89b50f2 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-2b7ad51f-cd27-45d8-9c1d-1c27c1f3fa9c {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-48912a95-8179-4a30-8881-785df4a72c3a {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(254, 251, 241, 1);
}

@media (min-width: 0px) {
[id="s-48912a95-8179-4a30-8881-785df4a72c3a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-48912a95-8179-4a30-8881-785df4a72c3a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-48912a95-8179-4a30-8881-785df4a72c3a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-48912a95-8179-4a30-8881-785df4a72c3a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-461ca8f4-f721-463d-b0a8-3881c64f7da1 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-8b51fa7d-9ce1-4895-a4ff-8e13377fa23a {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-73aab020-cf4f-4678-8f26-5d55449e078c {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-8f471982-82b9-4b6e-bbd1-e2e7831ce06a {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(30, 61, 89, 1);
}

@media (min-width: 0px) {
[id="s-8f471982-82b9-4b6e-bbd1-e2e7831ce06a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-8f471982-82b9-4b6e-bbd1-e2e7831ce06a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-8f471982-82b9-4b6e-bbd1-e2e7831ce06a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-8f471982-82b9-4b6e-bbd1-e2e7831ce06a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-124f9575-dd63-4131-8718-7e65daaa7e75 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-ea3b4e8f-5a11-4a15-814a-447d76f76a37 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-f7e48eec-bab4-429f-945d-1ed221faf6bd {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-ed72eac3-223f-4b6e-b41a-8561c41fa0a0 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(254, 251, 241, 1);
}

@media (min-width: 0px) {
[id="s-ed72eac3-223f-4b6e-b41a-8561c41fa0a0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-ed72eac3-223f-4b6e-b41a-8561c41fa0a0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-ed72eac3-223f-4b6e-b41a-8561c41fa0a0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-ed72eac3-223f-4b6e-b41a-8561c41fa0a0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-96dd3c9d-44fd-46df-8ccf-26d2d7d08b33 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-99a30069-1d55-4c3a-86b0-521d8d64ddfc {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-85e1e0ce-a536-47b1-b7d1-dc3051f1e629 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-704a1c51-3c4a-47d9-8dda-b5e313d798a1 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(30, 61, 89, 1);
}

@media (min-width: 0px) {
[id="s-704a1c51-3c4a-47d9-8dda-b5e313d798a1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-704a1c51-3c4a-47d9-8dda-b5e313d798a1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-704a1c51-3c4a-47d9-8dda-b5e313d798a1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-704a1c51-3c4a-47d9-8dda-b5e313d798a1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-bd6ff7a0-7212-4176-83c6-bf20e212b229 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-da6b4f72-f107-47f4-be67-5df12a7ae84c {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-4f952f49-4b86-4f81-9d2d-9a77374d9803 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-9ab446e3-6b37-4a20-a1ba-e28f20634dd5 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(254, 251, 241, 1);
}

@media (min-width: 0px) {
[id="s-9ab446e3-6b37-4a20-a1ba-e28f20634dd5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-9ab446e3-6b37-4a20-a1ba-e28f20634dd5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-9ab446e3-6b37-4a20-a1ba-e28f20634dd5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-9ab446e3-6b37-4a20-a1ba-e28f20634dd5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-ce26319f-7a4f-4ac8-bd3c-25db1b346a9b {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-c54109e4-a65d-4d2e-a4fd-0439b97fdbba {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-1dd459bf-ce52-4566-84f8-f621ca781953 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-49d8a308-bd35-4b8c-b911-784581609e84 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-49d8a308-bd35-4b8c-b911-784581609e84 {
  display: none;
}
#s-49d8a308-bd35-4b8c-b911-784581609e84, #wrap-s-49d8a308-bd35-4b8c-b911-784581609e84 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-49d8a308-bd35-4b8c-b911-784581609e84 {
  display: none;
}
#s-49d8a308-bd35-4b8c-b911-784581609e84, #wrap-s-49d8a308-bd35-4b8c-b911-784581609e84 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-49d8a308-bd35-4b8c-b911-784581609e84 {
  display: none;
}
#s-49d8a308-bd35-4b8c-b911-784581609e84, #wrap-s-49d8a308-bd35-4b8c-b911-784581609e84 { display:none !important; }}







#s-49d8a308-bd35-4b8c-b911-784581609e84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49d8a308-bd35-4b8c-b911-784581609e84.shg-box.shg-c {
  justify-content: center;
}

#s-5e87936a-ccee-474c-b3df-247d2c580c6c {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 1000px;
background-color: rgba(255, 249, 234, 1);
}

@media (min-width: 0px) {
[id="s-5e87936a-ccee-474c-b3df-247d2c580c6c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-5e87936a-ccee-474c-b3df-247d2c580c6c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-5e87936a-ccee-474c-b3df-247d2c580c6c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-5e87936a-ccee-474c-b3df-247d2c580c6c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-75669141-d505-4d04-b693-23d1915ebd3c {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-2dbf53bd-1b88-46e0-a39a-6f0747704733 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-827de41e-1ba8-40bb-a773-e7a7d026732c {
  margin-top: 10px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-5b45ac84-9380-484c-9276-2bcecf7cc4dc {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(197, 197, 197, 1);
}

@media (min-width: 0px) {
[id="s-5b45ac84-9380-484c-9276-2bcecf7cc4dc"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-5b45ac84-9380-484c-9276-2bcecf7cc4dc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-5b45ac84-9380-484c-9276-2bcecf7cc4dc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-5b45ac84-9380-484c-9276-2bcecf7cc4dc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-f25b2aa4-3900-4505-9ec8-76a560a1f7db {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-b99f2165-0dd0-4c01-b1f1-dcef5bc3ec5e {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-0ccba1bf-6225-48e3-83cf-619fcdf09fc9 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-c0c7f855-468f-4173-a5a5-c26234100cd7 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(255, 249, 234, 1);
}

@media (min-width: 0px) {
[id="s-c0c7f855-468f-4173-a5a5-c26234100cd7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-c0c7f855-468f-4173-a5a5-c26234100cd7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-c0c7f855-468f-4173-a5a5-c26234100cd7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-c0c7f855-468f-4173-a5a5-c26234100cd7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-e96bc0c6-2ece-48e2-95ca-cfd7590f549b {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-003382cd-8d40-4c2e-bb63-2443e1a12bdd {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-4939c890-ed76-4c03-87dd-845ad49beab7 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-c93a0b36-d0f9-4054-9241-664975e68332 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(197, 197, 197, 1);
}

@media (min-width: 0px) {
[id="s-c93a0b36-d0f9-4054-9241-664975e68332"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-c93a0b36-d0f9-4054-9241-664975e68332"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-c93a0b36-d0f9-4054-9241-664975e68332"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-c93a0b36-d0f9-4054-9241-664975e68332"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-3606a615-c3a5-4671-be5e-225b3e0722e1 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-b57a8688-38ff-4427-8963-45f6f893f837 {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-42c48ee4-cb2f-4fb9-9726-9dd3ebc42616 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-f11f5043-63f9-4ab1-9105-42c6bb9866c1 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(255, 249, 234, 1);
}

@media (min-width: 0px) {
[id="s-f11f5043-63f9-4ab1-9105-42c6bb9866c1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-f11f5043-63f9-4ab1-9105-42c6bb9866c1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-f11f5043-63f9-4ab1-9105-42c6bb9866c1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-f11f5043-63f9-4ab1-9105-42c6bb9866c1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-b76de5e8-c4f8-4517-a3c9-f05482a816f0 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-2a6bd502-a90e-45b9-a6eb-1ea89e273ddd {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-106c0998-9d0d-42b5-942b-23bb4e251f39 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-b356ad76-217f-456a-9c08-2d41c08d09c3 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(197, 197, 197, 1);
}

@media (min-width: 0px) {
[id="s-b356ad76-217f-456a-9c08-2d41c08d09c3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-b356ad76-217f-456a-9c08-2d41c08d09c3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-b356ad76-217f-456a-9c08-2d41c08d09c3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-b356ad76-217f-456a-9c08-2d41c08d09c3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-7783c6e1-e348-4221-a771-dd690e1e4592 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-761fe57f-4adf-4bdd-919f-652c213b56e8 {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-e241b908-cb4c-4ee5-bd7f-2ca60ff793af {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-52a23c15-390b-480a-8f75-9c7abd4fcbc7 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(255, 249, 234, 1);
}

@media (min-width: 0px) {
[id="s-52a23c15-390b-480a-8f75-9c7abd4fcbc7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-52a23c15-390b-480a-8f75-9c7abd4fcbc7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-52a23c15-390b-480a-8f75-9c7abd4fcbc7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-52a23c15-390b-480a-8f75-9c7abd4fcbc7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-a12be7c4-4a69-4440-9602-6ffd1a13e6c6 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-9a4831b7-7b33-40aa-bcb6-0bcc972098ad {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-9ca04aa9-a96f-48b4-83a3-a5967a154033 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-c6936f48-49fc-4916-8e52-188b75ab1575 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(197, 197, 197, 1);
}

@media (min-width: 0px) {
[id="s-c6936f48-49fc-4916-8e52-188b75ab1575"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-c6936f48-49fc-4916-8e52-188b75ab1575"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-c6936f48-49fc-4916-8e52-188b75ab1575"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-c6936f48-49fc-4916-8e52-188b75ab1575"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-967696b2-3302-416a-9672-370661659289 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-46a2a27f-42b5-4bd9-bc65-f6fb29ff1f13 {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-8b3530a2-4273-41d5-8cce-3bd7c44ed099 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-a2520264-6dc2-4900-9cc5-e9699a3e6077 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(255, 249, 234, 1);
}

@media (min-width: 0px) {
[id="s-a2520264-6dc2-4900-9cc5-e9699a3e6077"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-a2520264-6dc2-4900-9cc5-e9699a3e6077"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-a2520264-6dc2-4900-9cc5-e9699a3e6077"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-a2520264-6dc2-4900-9cc5-e9699a3e6077"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-b0271501-f61f-403d-b6d5-9d22bfbceb52 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-7484bef0-7824-4bf3-9f3f-00271d865d27 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-8d3e7bff-f64e-4ab8-bc79-95048b4bc4f4 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-d86acd01-05fd-4b77-8aa9-6a43fe42384e {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(197, 197, 197, 1);
}

@media (min-width: 0px) {
[id="s-d86acd01-05fd-4b77-8aa9-6a43fe42384e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-d86acd01-05fd-4b77-8aa9-6a43fe42384e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-d86acd01-05fd-4b77-8aa9-6a43fe42384e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-d86acd01-05fd-4b77-8aa9-6a43fe42384e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-ba35c8c7-b3f3-4763-908a-117bb20f28fa {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-8fb954b7-243d-4b92-9ddb-f1da46f36189 {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-3d716a8e-1200-45fc-ada8-3aeb001a06e1 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-fddb35d7-5ae5-4da8-b7b1-4f7c337642e3 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(255, 249, 234, 1);
}

@media (min-width: 0px) {
[id="s-fddb35d7-5ae5-4da8-b7b1-4f7c337642e3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-fddb35d7-5ae5-4da8-b7b1-4f7c337642e3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-fddb35d7-5ae5-4da8-b7b1-4f7c337642e3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-fddb35d7-5ae5-4da8-b7b1-4f7c337642e3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-06ce8bac-5b70-4b3b-bd43-d48a2e0d8536 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-d19c193f-af65-4fa4-90a0-3b30162a9dfe {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-c9c0e324-42cc-44f3-bf1f-109855dd50e2 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-3bfd73b2-d44e-40ac-9faa-3dd5cfcac4f9 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(197, 197, 197, 1);
}

@media (min-width: 0px) {
[id="s-3bfd73b2-d44e-40ac-9faa-3dd5cfcac4f9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-3bfd73b2-d44e-40ac-9faa-3dd5cfcac4f9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-3bfd73b2-d44e-40ac-9faa-3dd5cfcac4f9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-3bfd73b2-d44e-40ac-9faa-3dd5cfcac4f9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-8725a462-7c0b-4acb-b62c-2631a44078c2 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-3aa9cfa1-5187-40cf-a804-52be90902ea1 {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-4002ba68-1898-4831-8597-bd0e214d5d3a {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-f4a58246-72bf-44e6-a382-2ffd931bb681 {
  margin-top: 70px;
margin-bottom: 1px;
}
@media (max-width: 767px){#s-f4a58246-72bf-44e6-a382-2ffd931bb681 {
  margin-left: auto;
margin-right: auto;
padding-left: 35px;
padding-right: 35px;
display: none;
}
#s-f4a58246-72bf-44e6-a382-2ffd931bb681, #wrap-s-f4a58246-72bf-44e6-a382-2ffd931bb681 { display:none !important; }}
#s-30e44eb3-c58c-4ba5-8633-73cd8ee7e181 {
  margin-top: 70px;
margin-bottom: 1px;
}
@media (min-width: 1200px){#s-30e44eb3-c58c-4ba5-8633-73cd8ee7e181 {
  display: none;
}
#s-30e44eb3-c58c-4ba5-8633-73cd8ee7e181, #wrap-s-30e44eb3-c58c-4ba5-8633-73cd8ee7e181 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-30e44eb3-c58c-4ba5-8633-73cd8ee7e181 {
  display: none;
}
#s-30e44eb3-c58c-4ba5-8633-73cd8ee7e181, #wrap-s-30e44eb3-c58c-4ba5-8633-73cd8ee7e181 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-30e44eb3-c58c-4ba5-8633-73cd8ee7e181 {
  display: none;
}
#s-30e44eb3-c58c-4ba5-8633-73cd8ee7e181, #wrap-s-30e44eb3-c58c-4ba5-8633-73cd8ee7e181 { display:none !important; }}@media (max-width: 767px){#s-30e44eb3-c58c-4ba5-8633-73cd8ee7e181 {
  margin-left: auto;
margin-right: auto;
padding-left: 35px;
padding-right: 35px;
}
}
#s-43563ef5-fa6b-45e0-9d9b-e68aab6eae6d {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 800px;
}

#s-0eebb9e0-0d01-40e1-9c7b-c7f32b9d6573 {
  margin-top: 14px;
margin-left: auto;
margin-right: auto;
min-height: 0px;
max-width: 1000px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0eebb9e0-0d01-40e1-9c7b-c7f32b9d6573 {
  padding-left: 40px;
padding-right: 40px;
}
}
@media (min-width: 0px) {
[id="s-0eebb9e0-0d01-40e1-9c7b-c7f32b9d6573"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 768px) {
[id="s-0eebb9e0-0d01-40e1-9c7b-c7f32b9d6573"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-0eebb9e0-0d01-40e1-9c7b-c7f32b9d6573"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-0eebb9e0-0d01-40e1-9c7b-c7f32b9d6573"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-07562b6d-4afb-43b7-93e3-e2abc14e4242 {
  text-align: center;
}
@media (max-width: 767px){#s-07562b6d-4afb-43b7-93e3-e2abc14e4242 {
  display: none;
}
#s-07562b6d-4afb-43b7-93e3-e2abc14e4242, #wrap-s-07562b6d-4afb-43b7-93e3-e2abc14e4242 { display:none !important; }}



  #s-07562b6d-4afb-43b7-93e3-e2abc14e4242 img.shogun-image {
    
    width: px;
  }


#s-07562b6d-4afb-43b7-93e3-e2abc14e4242 .shogun-image-content {
  
    align-items: center;
  
}

#s-d4091ce5-24a3-4dda-b6e6-72aa4f7909d3 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-5107b8f3-1182-47c7-bdd6-f9e27fa14f10 {
  text-align: center;
}




  #s-5107b8f3-1182-47c7-bdd6-f9e27fa14f10 img.shogun-image {
    
    width: px;
  }


#s-5107b8f3-1182-47c7-bdd6-f9e27fa14f10 .shogun-image-content {
  
    align-items: center;
  
}

#s-127eb954-3797-487b-bdbf-3ef86a4437d5 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-f81b3940-3ac5-4df3-bed8-b5e464c6cdb4 {
  text-align: center;
}




  #s-f81b3940-3ac5-4df3-bed8-b5e464c6cdb4 img.shogun-image {
    
    width: px;
  }


#s-f81b3940-3ac5-4df3-bed8-b5e464c6cdb4 .shogun-image-content {
  
    align-items: center;
  
}

#s-72859275-d0ff-4453-b787-85df44138769 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-535912d7-99b5-4796-b145-be09a2765d19 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-535912d7-99b5-4796-b145-be09a2765d19 {
  display: none;
}
#s-535912d7-99b5-4796-b145-be09a2765d19, #wrap-s-535912d7-99b5-4796-b145-be09a2765d19 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-535912d7-99b5-4796-b145-be09a2765d19 {
  display: none;
}
#s-535912d7-99b5-4796-b145-be09a2765d19, #wrap-s-535912d7-99b5-4796-b145-be09a2765d19 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-535912d7-99b5-4796-b145-be09a2765d19 {
  display: none;
}
#s-535912d7-99b5-4796-b145-be09a2765d19, #wrap-s-535912d7-99b5-4796-b145-be09a2765d19 { display:none !important; }}







#s-535912d7-99b5-4796-b145-be09a2765d19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-535912d7-99b5-4796-b145-be09a2765d19.shg-box.shg-c {
  justify-content: center;
}

#s-c51d38f3-fec3-494a-9d1f-f251caee1ca8 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c51d38f3-fec3-494a-9d1f-f251caee1ca8 {
  display: none;
}
#s-c51d38f3-fec3-494a-9d1f-f251caee1ca8, #wrap-s-c51d38f3-fec3-494a-9d1f-f251caee1ca8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c51d38f3-fec3-494a-9d1f-f251caee1ca8 {
  display: none;
}
#s-c51d38f3-fec3-494a-9d1f-f251caee1ca8, #wrap-s-c51d38f3-fec3-494a-9d1f-f251caee1ca8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c51d38f3-fec3-494a-9d1f-f251caee1ca8 {
  display: none;
}
#s-c51d38f3-fec3-494a-9d1f-f251caee1ca8, #wrap-s-c51d38f3-fec3-494a-9d1f-f251caee1ca8 { display:none !important; }}







#s-c51d38f3-fec3-494a-9d1f-f251caee1ca8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c51d38f3-fec3-494a-9d1f-f251caee1ca8.shg-box.shg-c {
  justify-content: center;
}

#s-044cfd9c-2397-4b15-bb19-1d6f4d593ed8 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-left: 40px;
padding-right: 40px;
}

#s-d12611d4-a3cb-4967-9754-bda025442c62 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}




  #s-d12611d4-a3cb-4967-9754-bda025442c62 img.shogun-image {
    
    width: px;
  }


#s-d12611d4-a3cb-4967-9754-bda025442c62 .shogun-image-content {
  
    align-items: center;
  
}

#s-5fda4464-52ee-4ef5-aea4-361cbe5a041b {
  margin-top: 10px;
margin-left: -50px;
margin-right: -50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-5fda4464-52ee-4ef5-aea4-361cbe5a041b {
  display: none;
}
#s-5fda4464-52ee-4ef5-aea4-361cbe5a041b, #wrap-s-5fda4464-52ee-4ef5-aea4-361cbe5a041b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5fda4464-52ee-4ef5-aea4-361cbe5a041b {
  display: none;
}
#s-5fda4464-52ee-4ef5-aea4-361cbe5a041b, #wrap-s-5fda4464-52ee-4ef5-aea4-361cbe5a041b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5fda4464-52ee-4ef5-aea4-361cbe5a041b {
  display: none;
}
#s-5fda4464-52ee-4ef5-aea4-361cbe5a041b, #wrap-s-5fda4464-52ee-4ef5-aea4-361cbe5a041b { display:none !important; }}







#s-5fda4464-52ee-4ef5-aea4-361cbe5a041b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5fda4464-52ee-4ef5-aea4-361cbe5a041b.shg-box.shg-c {
  justify-content: center;
}

#s-1a443a59-9dfb-454d-8d40-91ccdfd87856 {
  margin-left: 100px;
margin-right: 100px;
}

#s-1a443a59-9dfb-454d-8d40-91ccdfd87856 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(11, 11, 11, 1);
}

#s-20e5f5c0-e779-49c3-9d6e-9f2f8d3ee529 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-left: 40px;
padding-right: 40px;
}

#s-39309e56-1120-4406-8ea4-5cb758f6b464 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-39309e56-1120-4406-8ea4-5cb758f6b464 {
  display: none;
}
#s-39309e56-1120-4406-8ea4-5cb758f6b464, #wrap-s-39309e56-1120-4406-8ea4-5cb758f6b464 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-39309e56-1120-4406-8ea4-5cb758f6b464 {
  display: none;
}
#s-39309e56-1120-4406-8ea4-5cb758f6b464, #wrap-s-39309e56-1120-4406-8ea4-5cb758f6b464 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-39309e56-1120-4406-8ea4-5cb758f6b464 {
  display: none;
}
#s-39309e56-1120-4406-8ea4-5cb758f6b464, #wrap-s-39309e56-1120-4406-8ea4-5cb758f6b464 { display:none !important; }}







#s-39309e56-1120-4406-8ea4-5cb758f6b464 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39309e56-1120-4406-8ea4-5cb758f6b464.shg-box.shg-c {
  justify-content: center;
}

#s-f5fe5b3f-fdc2-4f6a-ba09-c7d43a3660b7 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}




  #s-f5fe5b3f-fdc2-4f6a-ba09-c7d43a3660b7 img.shogun-image {
    
    width: px;
  }


#s-f5fe5b3f-fdc2-4f6a-ba09-c7d43a3660b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-d2d51ca8-7593-45b1-98ce-8c9d51323784 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d2d51ca8-7593-45b1-98ce-8c9d51323784 {
  display: none;
}
#s-d2d51ca8-7593-45b1-98ce-8c9d51323784, #wrap-s-d2d51ca8-7593-45b1-98ce-8c9d51323784 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d2d51ca8-7593-45b1-98ce-8c9d51323784 {
  display: none;
}
#s-d2d51ca8-7593-45b1-98ce-8c9d51323784, #wrap-s-d2d51ca8-7593-45b1-98ce-8c9d51323784 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d2d51ca8-7593-45b1-98ce-8c9d51323784 {
  display: none;
}
#s-d2d51ca8-7593-45b1-98ce-8c9d51323784, #wrap-s-d2d51ca8-7593-45b1-98ce-8c9d51323784 { display:none !important; }}







#s-d2d51ca8-7593-45b1-98ce-8c9d51323784 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2d51ca8-7593-45b1-98ce-8c9d51323784.shg-box.shg-c {
  justify-content: center;
}

#s-5d3d14b1-146d-4be7-b60c-2adf268ed089 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-5d3d14b1-146d-4be7-b60c-2adf268ed089 {
  display: none;
}
#s-5d3d14b1-146d-4be7-b60c-2adf268ed089, #wrap-s-5d3d14b1-146d-4be7-b60c-2adf268ed089 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5d3d14b1-146d-4be7-b60c-2adf268ed089 {
  display: none;
}
#s-5d3d14b1-146d-4be7-b60c-2adf268ed089, #wrap-s-5d3d14b1-146d-4be7-b60c-2adf268ed089 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5d3d14b1-146d-4be7-b60c-2adf268ed089 {
  display: none;
}
#s-5d3d14b1-146d-4be7-b60c-2adf268ed089, #wrap-s-5d3d14b1-146d-4be7-b60c-2adf268ed089 { display:none !important; }}







#s-5d3d14b1-146d-4be7-b60c-2adf268ed089 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d3d14b1-146d-4be7-b60c-2adf268ed089.shg-box.shg-c {
  justify-content: center;
}

#s-d48cacb4-4baa-49fd-b3df-5de711cdcd95 {
  margin-top: 10px;
margin-left: -50px;
margin-right: -50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-d48cacb4-4baa-49fd-b3df-5de711cdcd95 {
  display: none;
}
#s-d48cacb4-4baa-49fd-b3df-5de711cdcd95, #wrap-s-d48cacb4-4baa-49fd-b3df-5de711cdcd95 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d48cacb4-4baa-49fd-b3df-5de711cdcd95 {
  display: none;
}
#s-d48cacb4-4baa-49fd-b3df-5de711cdcd95, #wrap-s-d48cacb4-4baa-49fd-b3df-5de711cdcd95 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d48cacb4-4baa-49fd-b3df-5de711cdcd95 {
  display: none;
}
#s-d48cacb4-4baa-49fd-b3df-5de711cdcd95, #wrap-s-d48cacb4-4baa-49fd-b3df-5de711cdcd95 { display:none !important; }}







#s-d48cacb4-4baa-49fd-b3df-5de711cdcd95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d48cacb4-4baa-49fd-b3df-5de711cdcd95.shg-box.shg-c {
  justify-content: center;
}

#s-433d74c4-09c2-4b37-bf93-2e9ca55e4c0d {
  margin-left: 100px;
margin-right: 100px;
}

#s-433d74c4-09c2-4b37-bf93-2e9ca55e4c0d hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(11, 11, 11, 1);
}

#s-f91532f4-a978-47f0-bf8d-9fc2c5098a03 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-left: 40px;
padding-right: 40px;
}

#s-d35f05b0-d1e0-4bf5-8ced-d3808dd9ca05 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}




  #s-d35f05b0-d1e0-4bf5-8ced-d3808dd9ca05 img.shogun-image {
    
    width: px;
  }


#s-d35f05b0-d1e0-4bf5-8ced-d3808dd9ca05 .shogun-image-content {
  
    align-items: center;
  
}

#s-5d9dfbae-d6f6-4b3d-b9d1-2e4456a6642c {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-340997c7-0489-4e4f-ab89-e29e32ba3b58 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-b063b01f-4285-4b8d-97f1-8f78692b545c {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-43378027-3421-4bf1-b83c-867f240d4b6a {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-f92877ae-b247-44f4-ad77-552b6695d23a {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-b0e4a641-0800-417b-8d92-555441e2a1ec {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-70c2d54b-332d-4678-8be7-d023592d8df7 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-06010b54-b8e8-4e84-8cef-fc8bab97943c {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-8676d783-25da-4d6d-baaa-913a8a06bced {
  border-style: solid;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
max-width: 400px;
text-align: center;
}




  #s-8676d783-25da-4d6d-baaa-913a8a06bced img.shogun-image {
    
    width: px;
  }


#s-8676d783-25da-4d6d-baaa-913a8a06bced .shogun-image-content {
  
    align-items: center;
  
}

#s-87af486b-5fd0-4162-8be7-328be79b1f83 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 450px;
}
@media (min-width: 1200px){#s-87af486b-5fd0-4162-8be7-328be79b1f83 {
  display: none;
}
#s-87af486b-5fd0-4162-8be7-328be79b1f83, #wrap-s-87af486b-5fd0-4162-8be7-328be79b1f83 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-87af486b-5fd0-4162-8be7-328be79b1f83 {
  display: none;
}
#s-87af486b-5fd0-4162-8be7-328be79b1f83, #wrap-s-87af486b-5fd0-4162-8be7-328be79b1f83 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-87af486b-5fd0-4162-8be7-328be79b1f83 {
  display: none;
}
#s-87af486b-5fd0-4162-8be7-328be79b1f83, #wrap-s-87af486b-5fd0-4162-8be7-328be79b1f83 { display:none !important; }}
#s-87af486b-5fd0-4162-8be7-328be79b1f83 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-87af486b-5fd0-4162-8be7-328be79b1f83 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 15px;
}

#s-87af486b-5fd0-4162-8be7-328be79b1f83 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(37, 55, 70, 1);
}

#s-87af486b-5fd0-4162-8be7-328be79b1f83 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-87af486b-5fd0-4162-8be7-328be79b1f83 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(37, 55, 70, 1);
  text-align: left;
  font-family: Merriweather;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}

#s-87af486b-5fd0-4162-8be7-328be79b1f83 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-4034ed15-379b-4853-8ed9-a2c0775cd600 {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 15px;
padding-left: 20px;
padding-right: 20px;
}
@media (min-width: 1200px){#s-4034ed15-379b-4853-8ed9-a2c0775cd600 {
  display: none;
}
#s-4034ed15-379b-4853-8ed9-a2c0775cd600, #wrap-s-4034ed15-379b-4853-8ed9-a2c0775cd600 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4034ed15-379b-4853-8ed9-a2c0775cd600 {
  display: none;
}
#s-4034ed15-379b-4853-8ed9-a2c0775cd600, #wrap-s-4034ed15-379b-4853-8ed9-a2c0775cd600 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4034ed15-379b-4853-8ed9-a2c0775cd600 {
  display: none;
}
#s-4034ed15-379b-4853-8ed9-a2c0775cd600, #wrap-s-4034ed15-379b-4853-8ed9-a2c0775cd600 { display:none !important; }}







#s-4034ed15-379b-4853-8ed9-a2c0775cd600 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4034ed15-379b-4853-8ed9-a2c0775cd600.shg-box.shg-c {
  justify-content: center;
}

#s-db527eb2-718e-4bdf-bf09-4111483fcf41 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-db527eb2-718e-4bdf-bf09-4111483fcf41 {
  display: none;
}
#s-db527eb2-718e-4bdf-bf09-4111483fcf41, #wrap-s-db527eb2-718e-4bdf-bf09-4111483fcf41 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-db527eb2-718e-4bdf-bf09-4111483fcf41 {
  display: none;
}
#s-db527eb2-718e-4bdf-bf09-4111483fcf41, #wrap-s-db527eb2-718e-4bdf-bf09-4111483fcf41 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-db527eb2-718e-4bdf-bf09-4111483fcf41 {
  
}
}@media (max-width: 767px){#s-db527eb2-718e-4bdf-bf09-4111483fcf41 {
  
}
}
#s-db527eb2-718e-4bdf-bf09-4111483fcf41 .shogun-heading-component h1 {
  color: #000;
  
  font-family: "Merriweather";
  
  font-size: 30px;
  
  
  text-align: center;
}



#s-ce4497a9-b405-49cc-a191-92f7521ab3d3 {
  margin-left: -15px;
margin-right: -15px;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 1200px){#s-ce4497a9-b405-49cc-a191-92f7521ab3d3 {
  display: none;
}
#s-ce4497a9-b405-49cc-a191-92f7521ab3d3, #wrap-s-ce4497a9-b405-49cc-a191-92f7521ab3d3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ce4497a9-b405-49cc-a191-92f7521ab3d3 {
  display: none;
}
#s-ce4497a9-b405-49cc-a191-92f7521ab3d3, #wrap-s-ce4497a9-b405-49cc-a191-92f7521ab3d3 { display:none !important; }}@media (max-width: 767px){#s-ce4497a9-b405-49cc-a191-92f7521ab3d3 {
  
}
}







#s-ce4497a9-b405-49cc-a191-92f7521ab3d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce4497a9-b405-49cc-a191-92f7521ab3d3.shg-box.shg-c {
  justify-content: center;
}

#s-45952b3e-0f36-4303-a602-5e91dd1dd4bb {
  margin-top: 10px;
background-color: rgba(30, 61, 89, 1);
}

@media (min-width: 0px) {
[id="s-45952b3e-0f36-4303-a602-5e91dd1dd4bb"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

@media (min-width: 768px) {
[id="s-45952b3e-0f36-4303-a602-5e91dd1dd4bb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

@media (min-width: 992px) {
[id="s-45952b3e-0f36-4303-a602-5e91dd1dd4bb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

@media (min-width: 1200px) {
[id="s-45952b3e-0f36-4303-a602-5e91dd1dd4bb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

#s-bcb25872-32ac-4fc0-a930-e133ebd3c787 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-e8376c4c-9ae2-4e7f-9756-397b29e77df1 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-abada469-0366-4fbb-9c06-7c82f6ad5178 {
  margin-top: 15px;
margin-bottom: -5px;
margin-right: 3px;
}

#s-26b1bb8b-34c8-41cd-94a0-9f9ea68f2e83 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(254, 251, 241, 1);
}

@media (min-width: 0px) {
[id="s-26b1bb8b-34c8-41cd-94a0-9f9ea68f2e83"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-26b1bb8b-34c8-41cd-94a0-9f9ea68f2e83"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-26b1bb8b-34c8-41cd-94a0-9f9ea68f2e83"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-26b1bb8b-34c8-41cd-94a0-9f9ea68f2e83"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-ad8c4b3a-9a51-4e26-b50c-0555174e296f {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-0986cfba-5614-4ce5-a764-db628e8cfa13 {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-c25589e6-bf02-46a1-a9ba-702ca96f356f {
  margin-top: 15px;
margin-left: 5px;
margin-bottom: -5px;
margin-right: 5px;
}

#s-c10e2171-5580-415d-a0f4-9ee8dbd68152 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(30, 61, 89, 1);
}

@media (min-width: 0px) {
[id="s-c10e2171-5580-415d-a0f4-9ee8dbd68152"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-c10e2171-5580-415d-a0f4-9ee8dbd68152"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-c10e2171-5580-415d-a0f4-9ee8dbd68152"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-c10e2171-5580-415d-a0f4-9ee8dbd68152"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-8310057f-b14a-4152-b3c7-1cb3bc436fb0 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-1035fd8e-b17a-4590-a9b0-116520ef5284 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-a8df75cd-3dd6-4027-afd7-8898a92c1f35 {
  margin-top: 15px;
margin-left: 5px;
margin-bottom: -5px;
margin-right: 5px;
}

#s-b4584d8c-d80f-4824-92bf-9312e325dc68 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(254, 251, 241, 1);
}

@media (min-width: 0px) {
[id="s-b4584d8c-d80f-4824-92bf-9312e325dc68"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-b4584d8c-d80f-4824-92bf-9312e325dc68"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-b4584d8c-d80f-4824-92bf-9312e325dc68"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-b4584d8c-d80f-4824-92bf-9312e325dc68"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-63276579-1e07-4a3d-9716-09df3647497b {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-b3b58eb7-db9a-4f82-a38f-6c274f27e6e1 {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-9797a465-03e1-4cb5-b986-de5ac1e3292e {
  margin-top: 15px;
margin-left: 5px;
margin-bottom: -5px;
margin-right: 5px;
}

#s-4e57aed9-28b9-48a8-813e-cc7dfe1fc5a3 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(30, 61, 89, 1);
}

@media (min-width: 0px) {
[id="s-4e57aed9-28b9-48a8-813e-cc7dfe1fc5a3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-4e57aed9-28b9-48a8-813e-cc7dfe1fc5a3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-4e57aed9-28b9-48a8-813e-cc7dfe1fc5a3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-4e57aed9-28b9-48a8-813e-cc7dfe1fc5a3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-a1a1e866-070b-413c-a3d6-0a217ddba24c {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-4c00d0de-db1c-46f0-a6e3-c63b4ed0800d {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-a0fd4f3d-e6b0-490c-8b1b-9dff8e9977c4 {
  margin-top: 15px;
margin-left: 5px;
margin-bottom: -5px;
margin-right: 5px;
}

#s-258c6cac-8496-4867-9fe1-fee92962c712 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(254, 251, 241, 1);
}

@media (min-width: 0px) {
[id="s-258c6cac-8496-4867-9fe1-fee92962c712"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-258c6cac-8496-4867-9fe1-fee92962c712"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-258c6cac-8496-4867-9fe1-fee92962c712"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-258c6cac-8496-4867-9fe1-fee92962c712"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-03ec9409-63f3-490f-9db4-cf30fa83558f {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-7dde4f63-cc0f-4f6f-95ba-6fdd87f6315e {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-4709364e-a2d6-4a09-bdf7-2e450a0f8f27 {
  margin-top: 15px;
margin-left: 5px;
margin-bottom: -5px;
margin-right: 5px;
}

#s-b98f2cb1-1fa9-4dd4-ae0f-e6badd133f64 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(30, 61, 89, 1);
}

@media (min-width: 0px) {
[id="s-b98f2cb1-1fa9-4dd4-ae0f-e6badd133f64"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-b98f2cb1-1fa9-4dd4-ae0f-e6badd133f64"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-b98f2cb1-1fa9-4dd4-ae0f-e6badd133f64"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-b98f2cb1-1fa9-4dd4-ae0f-e6badd133f64"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-7a13e4b2-7f50-48d8-ac96-4bb1b9296596 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-0b9573e0-092a-4b14-8f3e-128a30140425 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-7d18aa47-f2d9-4764-b1dd-9e98a9ed55f4 {
  margin-top: 15px;
margin-left: 5px;
margin-bottom: -5px;
margin-right: 5px;
}

#s-f104be97-742d-435e-8dfd-312b510641bc {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(254, 251, 241, 1);
}

@media (min-width: 0px) {
[id="s-f104be97-742d-435e-8dfd-312b510641bc"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-f104be97-742d-435e-8dfd-312b510641bc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-f104be97-742d-435e-8dfd-312b510641bc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-f104be97-742d-435e-8dfd-312b510641bc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-8890e4eb-f05e-45de-8a00-35782cc5aaa9 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-04d53b34-5dc8-4649-bf07-d58ffb8ccd89 {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-e8130248-41e7-4d55-9742-a3df77a1bb2c {
  margin-top: 15px;
margin-left: 5px;
margin-bottom: -5px;
margin-right: 5px;
}

#s-2421e544-403a-4d31-a14b-a99c8fd94bb3 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(30, 61, 89, 1);
}

@media (min-width: 0px) {
[id="s-2421e544-403a-4d31-a14b-a99c8fd94bb3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-2421e544-403a-4d31-a14b-a99c8fd94bb3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-2421e544-403a-4d31-a14b-a99c8fd94bb3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-2421e544-403a-4d31-a14b-a99c8fd94bb3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-4a524e57-f2cd-4d5b-bdd6-a4bdd932f0d3 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-a3df5274-657a-492c-8713-5208cac6e04f {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-462d213e-609e-404e-a485-7e8111ddf89d {
  margin-top: 15px;
margin-left: 5px;
margin-bottom: -5px;
margin-right: 5px;
}

#s-84f1837a-010b-4575-a855-884314758aa3 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(254, 251, 241, 1);
}

@media (min-width: 0px) {
[id="s-84f1837a-010b-4575-a855-884314758aa3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-84f1837a-010b-4575-a855-884314758aa3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-84f1837a-010b-4575-a855-884314758aa3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-84f1837a-010b-4575-a855-884314758aa3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-f498de14-825e-461d-ae53-0d6270daf1a3 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-774347fd-9486-49ed-a797-79caf0edea78 {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-46bb0f5b-4411-467b-9f9a-03a8af0b903a {
  margin-top: 15px;
margin-left: 5px;
margin-bottom: -5px;
margin-right: 5px;
}

#s-486dabed-a1db-4649-b0be-e1ebe1bd398a {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(30, 61, 89, 1);
}

@media (min-width: 0px) {
[id="s-486dabed-a1db-4649-b0be-e1ebe1bd398a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-486dabed-a1db-4649-b0be-e1ebe1bd398a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-486dabed-a1db-4649-b0be-e1ebe1bd398a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-486dabed-a1db-4649-b0be-e1ebe1bd398a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-83ba7d92-8af0-4421-98a2-25ba30ed42f4 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-b128f0a5-c2dd-4169-8ee9-f764ef29cae3 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-080c2f56-9569-4e00-9ba4-5c960035196e {
  margin-top: 15px;
margin-left: 5px;
margin-bottom: -5px;
margin-right: 5px;
}

#s-2b9d5cc1-e35b-452c-85e6-26abd2aec8bc {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(254, 251, 241, 1);
}

@media (min-width: 0px) {
[id="s-2b9d5cc1-e35b-452c-85e6-26abd2aec8bc"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-2b9d5cc1-e35b-452c-85e6-26abd2aec8bc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-2b9d5cc1-e35b-452c-85e6-26abd2aec8bc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-2b9d5cc1-e35b-452c-85e6-26abd2aec8bc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-782d76fe-374b-4d5b-ad31-4fa4f543b1be {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-3bfbfd39-7605-4fe1-a407-3629f4da764e {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-58b93908-c4f3-4dc0-916b-7c1349453b5b {
  margin-top: 15px;
margin-left: 5px;
margin-bottom: -5px;
margin-right: 5px;
}

#s-73d72527-c955-4748-b8d5-7827bd5199cf {
  margin-top: 70px;
margin-bottom: 1px;
}
@media (max-width: 767px){#s-73d72527-c955-4748-b8d5-7827bd5199cf {
  margin-left: auto;
margin-right: auto;
padding-left: 35px;
padding-right: 35px;
display: none;
}
#s-73d72527-c955-4748-b8d5-7827bd5199cf, #wrap-s-73d72527-c955-4748-b8d5-7827bd5199cf { display:none !important; }}
#s-6e2d2862-ac45-41c3-8981-bdf327f42574 {
  margin-top: 70px;
margin-left: -35px;
margin-bottom: 1px;
margin-right: -35px;
}
@media (min-width: 1200px){#s-6e2d2862-ac45-41c3-8981-bdf327f42574 {
  display: none;
}
#s-6e2d2862-ac45-41c3-8981-bdf327f42574, #wrap-s-6e2d2862-ac45-41c3-8981-bdf327f42574 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6e2d2862-ac45-41c3-8981-bdf327f42574 {
  display: none;
}
#s-6e2d2862-ac45-41c3-8981-bdf327f42574, #wrap-s-6e2d2862-ac45-41c3-8981-bdf327f42574 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6e2d2862-ac45-41c3-8981-bdf327f42574 {
  display: none;
}
#s-6e2d2862-ac45-41c3-8981-bdf327f42574, #wrap-s-6e2d2862-ac45-41c3-8981-bdf327f42574 { display:none !important; }}@media (max-width: 767px){#s-6e2d2862-ac45-41c3-8981-bdf327f42574 {
  padding-left: 35px;
padding-right: 35px;
}
}
#s-fd20c23b-9efb-44a5-a428-a533c02c0fb2 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 800px;
}
@media (min-width: 1200px){#s-fd20c23b-9efb-44a5-a428-a533c02c0fb2 {
  display: none;
}
#s-fd20c23b-9efb-44a5-a428-a533c02c0fb2, #wrap-s-fd20c23b-9efb-44a5-a428-a533c02c0fb2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fd20c23b-9efb-44a5-a428-a533c02c0fb2 {
  display: none;
}
#s-fd20c23b-9efb-44a5-a428-a533c02c0fb2, #wrap-s-fd20c23b-9efb-44a5-a428-a533c02c0fb2 { display:none !important; }}
#s-d4a3e266-83fd-4581-88a6-f4e17a0f455a {
  margin-left: -50px;
margin-bottom: 20px;
margin-right: -50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-d4a3e266-83fd-4581-88a6-f4e17a0f455a {
  display: none;
}
#s-d4a3e266-83fd-4581-88a6-f4e17a0f455a, #wrap-s-d4a3e266-83fd-4581-88a6-f4e17a0f455a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d4a3e266-83fd-4581-88a6-f4e17a0f455a {
  display: none;
}
#s-d4a3e266-83fd-4581-88a6-f4e17a0f455a, #wrap-s-d4a3e266-83fd-4581-88a6-f4e17a0f455a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d4a3e266-83fd-4581-88a6-f4e17a0f455a {
  display: none;
}
#s-d4a3e266-83fd-4581-88a6-f4e17a0f455a, #wrap-s-d4a3e266-83fd-4581-88a6-f4e17a0f455a { display:none !important; }}







#s-d4a3e266-83fd-4581-88a6-f4e17a0f455a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4a3e266-83fd-4581-88a6-f4e17a0f455a.shg-box.shg-c {
  justify-content: center;
}

#s-85b82055-2a40-47db-83eb-7b7732c25e58 {
  margin-left: 100px;
margin-right: 100px;
}

#s-85b82055-2a40-47db-83eb-7b7732c25e58 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(11, 11, 11, 1);
}

#s-d261b72b-ae79-4977-9e04-9f6ebcd12ea5 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d261b72b-ae79-4977-9e04-9f6ebcd12ea5 {
  display: none;
}
#s-d261b72b-ae79-4977-9e04-9f6ebcd12ea5, #wrap-s-d261b72b-ae79-4977-9e04-9f6ebcd12ea5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d261b72b-ae79-4977-9e04-9f6ebcd12ea5 {
  display: none;
}
#s-d261b72b-ae79-4977-9e04-9f6ebcd12ea5, #wrap-s-d261b72b-ae79-4977-9e04-9f6ebcd12ea5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d261b72b-ae79-4977-9e04-9f6ebcd12ea5 {
  display: none;
}
#s-d261b72b-ae79-4977-9e04-9f6ebcd12ea5, #wrap-s-d261b72b-ae79-4977-9e04-9f6ebcd12ea5 { display:none !important; }}







#s-d261b72b-ae79-4977-9e04-9f6ebcd12ea5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d261b72b-ae79-4977-9e04-9f6ebcd12ea5.shg-box.shg-c {
  justify-content: center;
}

#s-6f133db7-f58c-46aa-a001-36c44d58b50f {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}




  #s-6f133db7-f58c-46aa-a001-36c44d58b50f img.shogun-image {
    
    width: px;
  }


#s-6f133db7-f58c-46aa-a001-36c44d58b50f .shogun-image-content {
  
    align-items: center;
  
}

#s-1c63d1a1-d427-48c1-8756-35c13cd4362b {
  margin-top: 5px;
min-height: 50px;
}
@media (min-width: 1200px){#s-1c63d1a1-d427-48c1-8756-35c13cd4362b {
  display: none;
}
#s-1c63d1a1-d427-48c1-8756-35c13cd4362b, #wrap-s-1c63d1a1-d427-48c1-8756-35c13cd4362b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1c63d1a1-d427-48c1-8756-35c13cd4362b {
  display: none;
}
#s-1c63d1a1-d427-48c1-8756-35c13cd4362b, #wrap-s-1c63d1a1-d427-48c1-8756-35c13cd4362b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1c63d1a1-d427-48c1-8756-35c13cd4362b {
  display: none;
}
#s-1c63d1a1-d427-48c1-8756-35c13cd4362b, #wrap-s-1c63d1a1-d427-48c1-8756-35c13cd4362b { display:none !important; }}







#s-1c63d1a1-d427-48c1-8756-35c13cd4362b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c63d1a1-d427-48c1-8756-35c13cd4362b.shg-box.shg-c {
  justify-content: center;
}

#s-3d73c22d-686d-41de-9317-063038b8e8cd {
  margin-top: 25px;
margin-left: auto;
margin-bottom: -15px;
margin-right: auto;
padding-left: 40px;
padding-right: 40px;
}

#s-aa845b1e-4a26-461c-bc30-5b1c36d9f201 {
  margin-left: -50px;
margin-bottom: 10px;
margin-right: -50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-aa845b1e-4a26-461c-bc30-5b1c36d9f201 {
  display: none;
}
#s-aa845b1e-4a26-461c-bc30-5b1c36d9f201, #wrap-s-aa845b1e-4a26-461c-bc30-5b1c36d9f201 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aa845b1e-4a26-461c-bc30-5b1c36d9f201 {
  display: none;
}
#s-aa845b1e-4a26-461c-bc30-5b1c36d9f201, #wrap-s-aa845b1e-4a26-461c-bc30-5b1c36d9f201 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aa845b1e-4a26-461c-bc30-5b1c36d9f201 {
  display: none;
}
#s-aa845b1e-4a26-461c-bc30-5b1c36d9f201, #wrap-s-aa845b1e-4a26-461c-bc30-5b1c36d9f201 { display:none !important; }}







#s-aa845b1e-4a26-461c-bc30-5b1c36d9f201 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa845b1e-4a26-461c-bc30-5b1c36d9f201.shg-box.shg-c {
  justify-content: center;
}

#s-4d864d71-20b3-4a4c-83f8-341a9fa58317 {
  margin-left: 100px;
margin-right: 100px;
}

#s-4d864d71-20b3-4a4c-83f8-341a9fa58317 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(11, 11, 11, 1);
}

#s-48722be2-207e-44b9-8239-6b47ada56796 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-48722be2-207e-44b9-8239-6b47ada56796 {
  display: none;
}
#s-48722be2-207e-44b9-8239-6b47ada56796, #wrap-s-48722be2-207e-44b9-8239-6b47ada56796 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-48722be2-207e-44b9-8239-6b47ada56796 {
  display: none;
}
#s-48722be2-207e-44b9-8239-6b47ada56796, #wrap-s-48722be2-207e-44b9-8239-6b47ada56796 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-48722be2-207e-44b9-8239-6b47ada56796 {
  display: none;
}
#s-48722be2-207e-44b9-8239-6b47ada56796, #wrap-s-48722be2-207e-44b9-8239-6b47ada56796 { display:none !important; }}







#s-48722be2-207e-44b9-8239-6b47ada56796 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48722be2-207e-44b9-8239-6b47ada56796.shg-box.shg-c {
  justify-content: center;
}

#s-79a60926-bb6b-4e38-90d0-72936ed350ef {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}




  #s-79a60926-bb6b-4e38-90d0-72936ed350ef img.shogun-image {
    
    width: px;
  }


#s-79a60926-bb6b-4e38-90d0-72936ed350ef .shogun-image-content {
  
    align-items: center;
  
}

#s-2cd2eefd-aab3-4fe3-b15b-4588df4fbf9c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2cd2eefd-aab3-4fe3-b15b-4588df4fbf9c {
  display: none;
}
#s-2cd2eefd-aab3-4fe3-b15b-4588df4fbf9c, #wrap-s-2cd2eefd-aab3-4fe3-b15b-4588df4fbf9c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2cd2eefd-aab3-4fe3-b15b-4588df4fbf9c {
  display: none;
}
#s-2cd2eefd-aab3-4fe3-b15b-4588df4fbf9c, #wrap-s-2cd2eefd-aab3-4fe3-b15b-4588df4fbf9c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2cd2eefd-aab3-4fe3-b15b-4588df4fbf9c {
  display: none;
}
#s-2cd2eefd-aab3-4fe3-b15b-4588df4fbf9c, #wrap-s-2cd2eefd-aab3-4fe3-b15b-4588df4fbf9c { display:none !important; }}







#s-2cd2eefd-aab3-4fe3-b15b-4588df4fbf9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2cd2eefd-aab3-4fe3-b15b-4588df4fbf9c.shg-box.shg-c {
  justify-content: center;
}

#s-b7843db1-60ba-4fca-82af-c9317e3a0215 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: -15px;
margin-right: auto;
padding-left: 40px;
padding-right: 40px;
}

#s-33317990-02d4-4732-a0a8-b5765eadc074 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-33317990-02d4-4732-a0a8-b5765eadc074 {
  display: none;
}
#s-33317990-02d4-4732-a0a8-b5765eadc074, #wrap-s-33317990-02d4-4732-a0a8-b5765eadc074 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-33317990-02d4-4732-a0a8-b5765eadc074 {
  display: none;
}
#s-33317990-02d4-4732-a0a8-b5765eadc074, #wrap-s-33317990-02d4-4732-a0a8-b5765eadc074 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-33317990-02d4-4732-a0a8-b5765eadc074 {
  display: none;
}
#s-33317990-02d4-4732-a0a8-b5765eadc074, #wrap-s-33317990-02d4-4732-a0a8-b5765eadc074 { display:none !important; }}







#s-33317990-02d4-4732-a0a8-b5765eadc074 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33317990-02d4-4732-a0a8-b5765eadc074.shg-box.shg-c {
  justify-content: center;
}

#s-23d012e9-bb60-46d6-8959-8d7d218a40b6 {
  margin-top: 10px;
margin-left: -50px;
margin-bottom: 10px;
margin-right: -50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-23d012e9-bb60-46d6-8959-8d7d218a40b6 {
  display: none;
}
#s-23d012e9-bb60-46d6-8959-8d7d218a40b6, #wrap-s-23d012e9-bb60-46d6-8959-8d7d218a40b6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-23d012e9-bb60-46d6-8959-8d7d218a40b6 {
  display: none;
}
#s-23d012e9-bb60-46d6-8959-8d7d218a40b6, #wrap-s-23d012e9-bb60-46d6-8959-8d7d218a40b6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-23d012e9-bb60-46d6-8959-8d7d218a40b6 {
  display: none;
}
#s-23d012e9-bb60-46d6-8959-8d7d218a40b6, #wrap-s-23d012e9-bb60-46d6-8959-8d7d218a40b6 { display:none !important; }}







#s-23d012e9-bb60-46d6-8959-8d7d218a40b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23d012e9-bb60-46d6-8959-8d7d218a40b6.shg-box.shg-c {
  justify-content: center;
}

#s-416c8d74-af1b-42c2-8b62-ec379a34c3cf {
  margin-left: 100px;
margin-right: 100px;
}

#s-416c8d74-af1b-42c2-8b62-ec379a34c3cf hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(11, 11, 11, 1);
}

#s-f23047d3-a133-4a93-bf4c-ab0ace05a128 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}




  #s-f23047d3-a133-4a93-bf4c-ab0ace05a128 img.shogun-image {
    
    width: px;
  }


#s-f23047d3-a133-4a93-bf4c-ab0ace05a128 .shogun-image-content {
  
    align-items: center;
  
}

#s-109d68a8-b16a-405c-9f83-52a1c8ab6151 {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
padding-left: 40px;
padding-right: 40px;
}

#s-919392c0-db2e-4654-973d-429789b7615f {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-c3181f86-2d52-4eaf-85dd-edfdae0126f0 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-91f61849-da04-4736-b5e1-c004f04c294a {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-b034607d-ed98-4060-9b55-c66d20c59714 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-e5d31515-7075-4e1e-aa7b-b6ed858cc01a {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-68086324-b8ed-4248-b990-18bda3b1f32d {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-7e3f46de-c56d-40f7-a966-35cd0ad0a726 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-fd56fc41-255a-4c89-8e7e-6c342851980a {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-3d977e05-30cb-49c9-a81e-07ac3c9f29b1 {
  border-style: solid;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
max-width: 350px;
text-align: center;
}




  #s-3d977e05-30cb-49c9-a81e-07ac3c9f29b1 img.shogun-image {
    
    width: px;
  }


#s-3d977e05-30cb-49c9-a81e-07ac3c9f29b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-4bf86a09-0886-413a-b219-9e9985016c26 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-4bf86a09-0886-413a-b219-9e9985016c26 {
  display: none;
}
#s-4bf86a09-0886-413a-b219-9e9985016c26, #wrap-s-4bf86a09-0886-413a-b219-9e9985016c26 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4bf86a09-0886-413a-b219-9e9985016c26 {
  display: none;
}
#s-4bf86a09-0886-413a-b219-9e9985016c26, #wrap-s-4bf86a09-0886-413a-b219-9e9985016c26 { display:none !important; }}







#s-4bf86a09-0886-413a-b219-9e9985016c26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4bf86a09-0886-413a-b219-9e9985016c26.shg-box.shg-c {
  justify-content: center;
}

#s-814173a1-e027-4417-a89a-4ca49ec15da1 {
  max-width: 450px;
text-align: center;
}




  #s-814173a1-e027-4417-a89a-4ca49ec15da1 img.shogun-image {
    
    width: px;
  }


#s-814173a1-e027-4417-a89a-4ca49ec15da1 .shogun-image-content {
  
    align-items: center;
  
}

#s-5d1b50e4-2c4a-4738-8eb8-a6e086034266 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-5d1b50e4-2c4a-4738-8eb8-a6e086034266 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d1b50e4-2c4a-4738-8eb8-a6e086034266.shg-box.shg-c {
  justify-content: center;
}

#s-ff2a10cc-fc5d-4fb0-8d4b-3d403b1fb465 {
  margin-top: 50px;
}
@media (max-width: 767px){#s-ff2a10cc-fc5d-4fb0-8d4b-3d403b1fb465 {
  margin-left: -15px;
margin-right: -15px;
display: none;
}
#s-ff2a10cc-fc5d-4fb0-8d4b-3d403b1fb465, #wrap-s-ff2a10cc-fc5d-4fb0-8d4b-3d403b1fb465 { display:none !important; }}
#s-14308452-9973-43f1-8a9a-7173ba7ca06b {
  margin-top: 50px;
padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-14308452-9973-43f1-8a9a-7173ba7ca06b {
  display: none;
}
#s-14308452-9973-43f1-8a9a-7173ba7ca06b, #wrap-s-14308452-9973-43f1-8a9a-7173ba7ca06b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-14308452-9973-43f1-8a9a-7173ba7ca06b {
  display: none;
}
#s-14308452-9973-43f1-8a9a-7173ba7ca06b, #wrap-s-14308452-9973-43f1-8a9a-7173ba7ca06b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-14308452-9973-43f1-8a9a-7173ba7ca06b {
  display: none;
}
#s-14308452-9973-43f1-8a9a-7173ba7ca06b, #wrap-s-14308452-9973-43f1-8a9a-7173ba7ca06b { display:none !important; }}
#s-5d1cb5a2-26c4-499a-ba1e-116a191ef770 {
  padding-top: 50px;
padding-left: 30px;
padding-bottom: 50px;
padding-right: 30px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5d1cb5a2-26c4-499a-ba1e-116a191ef770 {
  display: none;
}
#s-5d1cb5a2-26c4-499a-ba1e-116a191ef770, #wrap-s-5d1cb5a2-26c4-499a-ba1e-116a191ef770 { display:none !important; }}@media (max-width: 767px){#s-5d1cb5a2-26c4-499a-ba1e-116a191ef770 {
  display: none;
}
#s-5d1cb5a2-26c4-499a-ba1e-116a191ef770, #wrap-s-5d1cb5a2-26c4-499a-ba1e-116a191ef770 { display:none !important; }}







#s-5d1cb5a2-26c4-499a-ba1e-116a191ef770 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d1cb5a2-26c4-499a-ba1e-116a191ef770.shg-box.shg-c {
  justify-content: center;
}

#s-5877210a-1b93-4d57-b8d8-70a289e4718d {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 900px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5877210a-1b93-4d57-b8d8-70a289e4718d {
  max-width: 700px;
}
}
@media (min-width: 0px) {
[id="s-5877210a-1b93-4d57-b8d8-70a289e4718d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5877210a-1b93-4d57-b8d8-70a289e4718d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5877210a-1b93-4d57-b8d8-70a289e4718d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5877210a-1b93-4d57-b8d8-70a289e4718d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-33562b05-b0c3-4a83-bed4-a0710ab3e3a5 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(112, 112, 112, 1);
border-style: solid;
min-height: 50px;
}
@media (max-width: 767px){#s-33562b05-b0c3-4a83-bed4-a0710ab3e3a5 {
  margin-left: auto;
margin-right: auto;
}
}







#s-33562b05-b0c3-4a83-bed4-a0710ab3e3a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33562b05-b0c3-4a83-bed4-a0710ab3e3a5.shg-box.shg-c {
  justify-content: center;
}

#s-ce067b5b-464b-43d6-b70c-547ff6abae06 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}
@media (max-width: 767px){#s-ce067b5b-464b-43d6-b70c-547ff6abae06 {
  margin-left: auto;
margin-right: auto;
}
}



  #s-ce067b5b-464b-43d6-b70c-547ff6abae06 img.shogun-image {
    
    width: px;
  }


#s-ce067b5b-464b-43d6-b70c-547ff6abae06 .shogun-image-content {
  
    align-items: center;
  
}

#s-96adadcd-18c8-4475-81a8-6bf06c70fd7d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-96adadcd-18c8-4475-81a8-6bf06c70fd7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96adadcd-18c8-4475-81a8-6bf06c70fd7d.shg-box.shg-c {
  justify-content: center;
}

#s-f9b6777d-5c69-4cbe-aee4-6e9963c0e59b {
  margin-top: 50px;
}
@media (max-width: 767px){#s-f9b6777d-5c69-4cbe-aee4-6e9963c0e59b {
  margin-left: -15px;
margin-right: -15px;
display: none;
}
#s-f9b6777d-5c69-4cbe-aee4-6e9963c0e59b, #wrap-s-f9b6777d-5c69-4cbe-aee4-6e9963c0e59b { display:none !important; }}
#s-d55c05d8-47ff-4ec0-94bd-29bf6f9b4fc4 {
  margin-top: 50px;
}
@media (min-width: 1200px){#s-d55c05d8-47ff-4ec0-94bd-29bf6f9b4fc4 {
  display: none;
}
#s-d55c05d8-47ff-4ec0-94bd-29bf6f9b4fc4, #wrap-s-d55c05d8-47ff-4ec0-94bd-29bf6f9b4fc4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d55c05d8-47ff-4ec0-94bd-29bf6f9b4fc4 {
  display: none;
}
#s-d55c05d8-47ff-4ec0-94bd-29bf6f9b4fc4, #wrap-s-d55c05d8-47ff-4ec0-94bd-29bf6f9b4fc4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d55c05d8-47ff-4ec0-94bd-29bf6f9b4fc4 {
  display: none;
}
#s-d55c05d8-47ff-4ec0-94bd-29bf6f9b4fc4, #wrap-s-d55c05d8-47ff-4ec0-94bd-29bf6f9b4fc4 { display:none !important; }}@media (max-width: 767px){#s-d55c05d8-47ff-4ec0-94bd-29bf6f9b4fc4 {
  margin-left: auto;
margin-right: auto;
}
}
#s-26a4a736-3924-454e-8ba1-7229887604fb {
  padding-top: 15px;
min-height: 50px;
}








#s-26a4a736-3924-454e-8ba1-7229887604fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26a4a736-3924-454e-8ba1-7229887604fb.shg-box.shg-c {
  justify-content: center;
}

#s-cb46d4ee-2206-4c01-be8e-3b92d0570f8d {
  margin-top: 50px;
}

#s-acae38b1-e847-45cd-9ea0-203fb867d8a1 {
  min-height: 50px;
}
@media (max-width: 767px){#s-acae38b1-e847-45cd-9ea0-203fb867d8a1 {
  display: none;
}
#s-acae38b1-e847-45cd-9ea0-203fb867d8a1, #wrap-s-acae38b1-e847-45cd-9ea0-203fb867d8a1 { display:none !important; }}







#s-acae38b1-e847-45cd-9ea0-203fb867d8a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-acae38b1-e847-45cd-9ea0-203fb867d8a1.shg-box.shg-c {
  justify-content: center;
}

#s-2c229d55-32ce-491b-bded-df76d75ab063 {
  margin-bottom: 10px;
}
@media (max-width: 767px){#s-2c229d55-32ce-491b-bded-df76d75ab063 {
  margin-left: 40px;
margin-right: 40px;
}
}
#s-20ab7bc4-f215-4967-974b-0368aefcd5e6 {
  min-height: 50px;
}








#s-20ab7bc4-f215-4967-974b-0368aefcd5e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20ab7bc4-f215-4967-974b-0368aefcd5e6.shg-box.shg-c {
  justify-content: center;
}

.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.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-3165860f-ce61-4cba-a925-872cb8d14091 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(235, 129, 22, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3165860f-ce61-4cba-a925-872cb8d14091:hover {background-color: rgba(255, 153, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3165860f-ce61-4cba-a925-872cb8d14091:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-3165860f-ce61-4cba-a925-872cb8d14091 {
  display: none;
}
#s-3165860f-ce61-4cba-a925-872cb8d14091, #wrap-s-3165860f-ce61-4cba-a925-872cb8d14091 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3165860f-ce61-4cba-a925-872cb8d14091 {
  display: none;
}
#s-3165860f-ce61-4cba-a925-872cb8d14091, #wrap-s-3165860f-ce61-4cba-a925-872cb8d14091 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3165860f-ce61-4cba-a925-872cb8d14091 {
  
}
}@media (max-width: 767px){#s-3165860f-ce61-4cba-a925-872cb8d14091 {
  display: none;
}
#s-3165860f-ce61-4cba-a925-872cb8d14091, #wrap-s-3165860f-ce61-4cba-a925-872cb8d14091 { display:none !important; }}


#s-3165860f-ce61-4cba-a925-872cb8d14091.shg-btn {
  color: #ffffff;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 768px) and (max-width: 991px){

#s-3165860f-ce61-4cba-a925-872cb8d14091.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}
#s-6f4d079a-6fe6-453d-82c3-6fbf8fb0dc31 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(235, 129, 22, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6f4d079a-6fe6-453d-82c3-6fbf8fb0dc31:hover {background-color: rgba(255, 153, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6f4d079a-6fe6-453d-82c3-6fbf8fb0dc31:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-6f4d079a-6fe6-453d-82c3-6fbf8fb0dc31 {
  display: none;
}
#s-6f4d079a-6fe6-453d-82c3-6fbf8fb0dc31, #wrap-s-6f4d079a-6fe6-453d-82c3-6fbf8fb0dc31 { display:none !important; }}@media (max-width: 767px){#s-6f4d079a-6fe6-453d-82c3-6fbf8fb0dc31 {
  display: none;
}
#s-6f4d079a-6fe6-453d-82c3-6fbf8fb0dc31, #wrap-s-6f4d079a-6fe6-453d-82c3-6fbf8fb0dc31 { display:none !important; }}


#s-6f4d079a-6fe6-453d-82c3-6fbf8fb0dc31.shg-btn {
  color: #ffffff;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 768px) and (max-width: 991px){

#s-6f4d079a-6fe6-453d-82c3-6fbf8fb0dc31.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}
#s-97d433dc-490b-43d2-b1ee-9237dd53cfaf {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(235, 129, 22, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-97d433dc-490b-43d2-b1ee-9237dd53cfaf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-97d433dc-490b-43d2-b1ee-9237dd53cfaf:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-97d433dc-490b-43d2-b1ee-9237dd53cfaf {
  display: none;
}
#s-97d433dc-490b-43d2-b1ee-9237dd53cfaf, #wrap-s-97d433dc-490b-43d2-b1ee-9237dd53cfaf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-97d433dc-490b-43d2-b1ee-9237dd53cfaf {
  display: none;
}
#s-97d433dc-490b-43d2-b1ee-9237dd53cfaf, #wrap-s-97d433dc-490b-43d2-b1ee-9237dd53cfaf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-97d433dc-490b-43d2-b1ee-9237dd53cfaf {
  display: none;
}
#s-97d433dc-490b-43d2-b1ee-9237dd53cfaf, #wrap-s-97d433dc-490b-43d2-b1ee-9237dd53cfaf { display:none !important; }}@media (max-width: 767px){#s-97d433dc-490b-43d2-b1ee-9237dd53cfaf {
  
}
}


#s-97d433dc-490b-43d2-b1ee-9237dd53cfaf.shg-btn {
  color: #ffffff;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}

#s-2f32034b-12c4-487c-8bc0-d830c63ba633 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(235, 129, 22, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2f32034b-12c4-487c-8bc0-d830c63ba633:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2f32034b-12c4-487c-8bc0-d830c63ba633:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-2f32034b-12c4-487c-8bc0-d830c63ba633 {
  display: none;
}
#s-2f32034b-12c4-487c-8bc0-d830c63ba633, #wrap-s-2f32034b-12c4-487c-8bc0-d830c63ba633 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2f32034b-12c4-487c-8bc0-d830c63ba633 {
  display: none;
}
#s-2f32034b-12c4-487c-8bc0-d830c63ba633, #wrap-s-2f32034b-12c4-487c-8bc0-d830c63ba633 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2f32034b-12c4-487c-8bc0-d830c63ba633 {
  display: none;
}
#s-2f32034b-12c4-487c-8bc0-d830c63ba633, #wrap-s-2f32034b-12c4-487c-8bc0-d830c63ba633 { display:none !important; }}@media (max-width: 767px){#s-2f32034b-12c4-487c-8bc0-d830c63ba633 {
  
}
}


#s-2f32034b-12c4-487c-8bc0-d830c63ba633.shg-btn {
  color: #ffffff;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}

#s-fb24d2f5-4759-43e0-a143-191b84a4bff1 {
  padding-top: 20px;
padding-left: 200px;
padding-bottom: 20px;
padding-right: 200px;
min-height: 50px;
}
@media (max-width: 767px){#s-fb24d2f5-4759-43e0-a143-191b84a4bff1 {
  display: none;
}
#s-fb24d2f5-4759-43e0-a143-191b84a4bff1, #wrap-s-fb24d2f5-4759-43e0-a143-191b84a4bff1 { display:none !important; }}







#s-fb24d2f5-4759-43e0-a143-191b84a4bff1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb24d2f5-4759-43e0-a143-191b84a4bff1.shg-box.shg-c {
  justify-content: center;
}

#s-152bcaea-a88a-47a9-a074-20f6f995d046 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 100px;
text-align: center;
}




  #s-152bcaea-a88a-47a9-a074-20f6f995d046 img.shogun-image {
    
    width: px;
  }


#s-152bcaea-a88a-47a9-a074-20f6f995d046 .shogun-image-content {
  
    align-items: center;
  
}

#s-f1803d55-f144-4a46-9628-94dc13f742c9 {
  margin-top: 15px;
margin-bottom: 15px;
padding-left: 200px;
padding-right: 200px;
min-height: 50px;
}
@media (min-width: 1200px){#s-f1803d55-f144-4a46-9628-94dc13f742c9 {
  display: none;
}
#s-f1803d55-f144-4a46-9628-94dc13f742c9, #wrap-s-f1803d55-f144-4a46-9628-94dc13f742c9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f1803d55-f144-4a46-9628-94dc13f742c9 {
  display: none;
}
#s-f1803d55-f144-4a46-9628-94dc13f742c9, #wrap-s-f1803d55-f144-4a46-9628-94dc13f742c9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f1803d55-f144-4a46-9628-94dc13f742c9 {
  display: none;
}
#s-f1803d55-f144-4a46-9628-94dc13f742c9, #wrap-s-f1803d55-f144-4a46-9628-94dc13f742c9 { display:none !important; }}







#s-f1803d55-f144-4a46-9628-94dc13f742c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1803d55-f144-4a46-9628-94dc13f742c9.shg-box.shg-c {
  justify-content: center;
}

#s-8cc3e4fa-5b83-4822-8f6d-5abb221cd863 {
  margin-top: 0px;
margin-bottom: 10px;
text-align: center;
}

#s-8cc3e4fa-5b83-4822-8f6d-5abb221cd863 .shogun-countdown span, #s-8cc3e4fa-5b83-4822-8f6d-5abb221cd863 .shogun-countdown label {
  color: rgba(37, 55, 70, 1);
}
#s-eb858b73-b5c9-46a6-9993-c25986ef8347 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-eb858b73-b5c9-46a6-9993-c25986ef8347 {
  display: none;
}
#s-eb858b73-b5c9-46a6-9993-c25986ef8347, #wrap-s-eb858b73-b5c9-46a6-9993-c25986ef8347 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eb858b73-b5c9-46a6-9993-c25986ef8347 {
  display: none;
}
#s-eb858b73-b5c9-46a6-9993-c25986ef8347, #wrap-s-eb858b73-b5c9-46a6-9993-c25986ef8347 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eb858b73-b5c9-46a6-9993-c25986ef8347 {
  display: none;
}
#s-eb858b73-b5c9-46a6-9993-c25986ef8347, #wrap-s-eb858b73-b5c9-46a6-9993-c25986ef8347 { display:none !important; }}







#s-eb858b73-b5c9-46a6-9993-c25986ef8347 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb858b73-b5c9-46a6-9993-c25986ef8347.shg-box.shg-c {
  justify-content: center;
}

#s-d06aebb4-78c6-493f-8e5e-b4887699e381 {
  margin-bottom: 10px;
}
@media (max-width: 767px){#s-d06aebb4-78c6-493f-8e5e-b4887699e381 {
  margin-left: 40px;
margin-right: 40px;
}
}
#s-2b9e95a8-ea83-4fe9-a97b-bd9e80c52012 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(235, 129, 22, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2b9e95a8-ea83-4fe9-a97b-bd9e80c52012:hover {background-color: rgba(255, 153, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2b9e95a8-ea83-4fe9-a97b-bd9e80c52012:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-2b9e95a8-ea83-4fe9-a97b-bd9e80c52012 {
  display: none;
}
#s-2b9e95a8-ea83-4fe9-a97b-bd9e80c52012, #wrap-s-2b9e95a8-ea83-4fe9-a97b-bd9e80c52012 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2b9e95a8-ea83-4fe9-a97b-bd9e80c52012 {
  display: none;
}
#s-2b9e95a8-ea83-4fe9-a97b-bd9e80c52012, #wrap-s-2b9e95a8-ea83-4fe9-a97b-bd9e80c52012 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2b9e95a8-ea83-4fe9-a97b-bd9e80c52012 {
  display: none;
}
#s-2b9e95a8-ea83-4fe9-a97b-bd9e80c52012, #wrap-s-2b9e95a8-ea83-4fe9-a97b-bd9e80c52012 { display:none !important; }}


#s-2b9e95a8-ea83-4fe9-a97b-bd9e80c52012.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}

#s-5a115a08-f33e-4f93-9474-cd9c8aa547de {
  min-height: 50px;
}








#s-5a115a08-f33e-4f93-9474-cd9c8aa547de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a115a08-f33e-4f93-9474-cd9c8aa547de.shg-box.shg-c {
  justify-content: center;
}

#s-6e4959ae-e964-429c-bed5-4e4e560c340d {
  margin-left: auto;
margin-right: auto;
padding-top: 25px;
padding-bottom: 25px;
max-width: 100px;
}
@media (min-width: 1200px){#s-6e4959ae-e964-429c-bed5-4e4e560c340d {
  display: none;
}
#s-6e4959ae-e964-429c-bed5-4e4e560c340d, #wrap-s-6e4959ae-e964-429c-bed5-4e4e560c340d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6e4959ae-e964-429c-bed5-4e4e560c340d {
  display: none;
}
#s-6e4959ae-e964-429c-bed5-4e4e560c340d, #wrap-s-6e4959ae-e964-429c-bed5-4e4e560c340d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6e4959ae-e964-429c-bed5-4e4e560c340d {
  display: none;
}
#s-6e4959ae-e964-429c-bed5-4e4e560c340d, #wrap-s-6e4959ae-e964-429c-bed5-4e4e560c340d { display:none !important; }}



  #s-6e4959ae-e964-429c-bed5-4e4e560c340d img.shogun-image {
    
    width: px;
  }


#s-6e4959ae-e964-429c-bed5-4e4e560c340d .shogun-image-content {
  
    align-items: center;
  
}

#s-f7cc076a-3038-42c4-9d7b-c8f46d4ea84b {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f7cc076a-3038-42c4-9d7b-c8f46d4ea84b {
  display: none;
}
#s-f7cc076a-3038-42c4-9d7b-c8f46d4ea84b, #wrap-s-f7cc076a-3038-42c4-9d7b-c8f46d4ea84b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f7cc076a-3038-42c4-9d7b-c8f46d4ea84b {
  display: none;
}
#s-f7cc076a-3038-42c4-9d7b-c8f46d4ea84b, #wrap-s-f7cc076a-3038-42c4-9d7b-c8f46d4ea84b { display:none !important; }}







#s-f7cc076a-3038-42c4-9d7b-c8f46d4ea84b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7cc076a-3038-42c4-9d7b-c8f46d4ea84b.shg-box.shg-c {
  justify-content: center;
}

#s-86f3bc4d-79b8-44db-8cd0-8ce67b95740e {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
background-color: rgba(255, 255, 255, 1);
}








#s-86f3bc4d-79b8-44db-8cd0-8ce67b95740e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86f3bc4d-79b8-44db-8cd0-8ce67b95740e.shg-box.shg-c {
  justify-content: center;
}

#s-957ca51e-bd25-464f-8b76-033922d92144 {
  margin-left: 100px;
margin-right: 100px;
padding-left: 100px;
padding-right: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-957ca51e-bd25-464f-8b76-033922d92144 {
  display: none;
}
#s-957ca51e-bd25-464f-8b76-033922d92144, #wrap-s-957ca51e-bd25-464f-8b76-033922d92144 { display:none !important; }}@media (max-width: 767px){#s-957ca51e-bd25-464f-8b76-033922d92144 {
  display: none;
}
#s-957ca51e-bd25-464f-8b76-033922d92144, #wrap-s-957ca51e-bd25-464f-8b76-033922d92144 { display:none !important; }}
#s-957ca51e-bd25-464f-8b76-033922d92144 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-942f1f12-3fee-49a7-94a1-b87f4178e58f {
  padding-left: 50px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-942f1f12-3fee-49a7-94a1-b87f4178e58f {
  display: none;
}
#s-942f1f12-3fee-49a7-94a1-b87f4178e58f, #wrap-s-942f1f12-3fee-49a7-94a1-b87f4178e58f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-942f1f12-3fee-49a7-94a1-b87f4178e58f {
  display: none;
}
#s-942f1f12-3fee-49a7-94a1-b87f4178e58f, #wrap-s-942f1f12-3fee-49a7-94a1-b87f4178e58f { display:none !important; }}
#s-942f1f12-3fee-49a7-94a1-b87f4178e58f hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-82dc1168-3fc5-4482-b9a8-b2f8544b788a {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 850px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-82dc1168-3fc5-4482-b9a8-b2f8544b788a {
  max-width: 730px;
}
}@media (max-width: 767px){#s-82dc1168-3fc5-4482-b9a8-b2f8544b788a {
  display: none;
}
#s-82dc1168-3fc5-4482-b9a8-b2f8544b788a, #wrap-s-82dc1168-3fc5-4482-b9a8-b2f8544b788a { display:none !important; }}



  #s-82dc1168-3fc5-4482-b9a8-b2f8544b788a img.shogun-image {
    
    width: px;
  }


#s-82dc1168-3fc5-4482-b9a8-b2f8544b788a .shogun-image-content {
  
    align-items: center;
  
}

#s-1167bcc6-bcd4-4beb-880d-7c1bf618fa64 {
  margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}
@media (min-width: 1200px){#s-1167bcc6-bcd4-4beb-880d-7c1bf618fa64 {
  display: none;
}
#s-1167bcc6-bcd4-4beb-880d-7c1bf618fa64, #wrap-s-1167bcc6-bcd4-4beb-880d-7c1bf618fa64 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1167bcc6-bcd4-4beb-880d-7c1bf618fa64 {
  display: none;
}
#s-1167bcc6-bcd4-4beb-880d-7c1bf618fa64, #wrap-s-1167bcc6-bcd4-4beb-880d-7c1bf618fa64 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1167bcc6-bcd4-4beb-880d-7c1bf618fa64 {
  display: none;
}
#s-1167bcc6-bcd4-4beb-880d-7c1bf618fa64, #wrap-s-1167bcc6-bcd4-4beb-880d-7c1bf618fa64 { display:none !important; }}



  #s-1167bcc6-bcd4-4beb-880d-7c1bf618fa64 img.shogun-image {
    
    width: px;
  }


#s-1167bcc6-bcd4-4beb-880d-7c1bf618fa64 .shogun-image-content {
  
    align-items: center;
  
}

#s-fe24c766-6234-4934-8b07-dbf4500a2185 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
background-color: rgba(255, 255, 255, 1);
}








#s-fe24c766-6234-4934-8b07-dbf4500a2185 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe24c766-6234-4934-8b07-dbf4500a2185.shg-box.shg-c {
  justify-content: center;
}

#s-c804e1bf-a56c-4a26-a2c9-6ed0f3bdcf3e {
  margin-left: 100px;
margin-right: 100px;
padding-left: 100px;
padding-right: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c804e1bf-a56c-4a26-a2c9-6ed0f3bdcf3e {
  display: none;
}
#s-c804e1bf-a56c-4a26-a2c9-6ed0f3bdcf3e, #wrap-s-c804e1bf-a56c-4a26-a2c9-6ed0f3bdcf3e { display:none !important; }}@media (max-width: 767px){#s-c804e1bf-a56c-4a26-a2c9-6ed0f3bdcf3e {
  display: none;
}
#s-c804e1bf-a56c-4a26-a2c9-6ed0f3bdcf3e, #wrap-s-c804e1bf-a56c-4a26-a2c9-6ed0f3bdcf3e { display:none !important; }}
#s-c804e1bf-a56c-4a26-a2c9-6ed0f3bdcf3e hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-d9f68184-8d31-408c-94b6-7fdc142d3b60 {
  padding-left: 50px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-d9f68184-8d31-408c-94b6-7fdc142d3b60 {
  display: none;
}
#s-d9f68184-8d31-408c-94b6-7fdc142d3b60, #wrap-s-d9f68184-8d31-408c-94b6-7fdc142d3b60 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d9f68184-8d31-408c-94b6-7fdc142d3b60 {
  display: none;
}
#s-d9f68184-8d31-408c-94b6-7fdc142d3b60, #wrap-s-d9f68184-8d31-408c-94b6-7fdc142d3b60 { display:none !important; }}
#s-d9f68184-8d31-408c-94b6-7fdc142d3b60 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(238, 238, 238, 1);
}

#s-40cab848-87f7-4581-b30d-b1db309bdaa9 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-40cab848-87f7-4581-b30d-b1db309bdaa9 {
  display: none;
}
#s-40cab848-87f7-4581-b30d-b1db309bdaa9, #wrap-s-40cab848-87f7-4581-b30d-b1db309bdaa9 { display:none !important; }}@media (max-width: 767px){#s-40cab848-87f7-4581-b30d-b1db309bdaa9 {
  display: none;
}
#s-40cab848-87f7-4581-b30d-b1db309bdaa9, #wrap-s-40cab848-87f7-4581-b30d-b1db309bdaa9 { display:none !important; }}
#s-40cab848-87f7-4581-b30d-b1db309bdaa9 .shogun-heading-component h1 {
  color: rgba(33, 35, 34, 1);
  font-weight:  700 ;
  font-family: "Merriweather";
  
  font-size: 36px;
  line-height: 1.5em;
  
  text-align: center;
}



#s-38f899e1-a7be-4a15-9d01-8c6817d544b1 {
  margin-top: 35px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-38f899e1-a7be-4a15-9d01-8c6817d544b1 {
  display: none;
}
#s-38f899e1-a7be-4a15-9d01-8c6817d544b1, #wrap-s-38f899e1-a7be-4a15-9d01-8c6817d544b1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-38f899e1-a7be-4a15-9d01-8c6817d544b1 {
  display: none;
}
#s-38f899e1-a7be-4a15-9d01-8c6817d544b1, #wrap-s-38f899e1-a7be-4a15-9d01-8c6817d544b1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-38f899e1-a7be-4a15-9d01-8c6817d544b1 {
  
}
}
#s-38f899e1-a7be-4a15-9d01-8c6817d544b1 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Merriweather";
  
  font-size: 26px;
  
  
  text-align: center;
}



#s-4ac68cc1-7ac2-43dc-b325-a0cbd89537e7 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 1000px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4ac68cc1-7ac2-43dc-b325-a0cbd89537e7 {
  display: none;
}
#s-4ac68cc1-7ac2-43dc-b325-a0cbd89537e7, #wrap-s-4ac68cc1-7ac2-43dc-b325-a0cbd89537e7 { display:none !important; }}@media (max-width: 767px){#s-4ac68cc1-7ac2-43dc-b325-a0cbd89537e7 {
  display: none;
}
#s-4ac68cc1-7ac2-43dc-b325-a0cbd89537e7, #wrap-s-4ac68cc1-7ac2-43dc-b325-a0cbd89537e7 { display:none !important; }}
#s-4ac68cc1-7ac2-43dc-b325-a0cbd89537e7 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-4ac68cc1-7ac2-43dc-b325-a0cbd89537e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 23px;
}

#s-4ac68cc1-7ac2-43dc-b325-a0cbd89537e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(37, 55, 70, 1);
}

#s-4ac68cc1-7ac2-43dc-b325-a0cbd89537e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-4ac68cc1-7ac2-43dc-b325-a0cbd89537e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(37, 55, 70, 1);
  text-align: left;
  font-family: Merriweather;
  
  
  
}

#s-4ac68cc1-7ac2-43dc-b325-a0cbd89537e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  
}
#s-411596a0-26f9-417e-a689-e5e77342c0a3 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 15px;
padding-left: 20px;
padding-right: 20px;
}








#s-411596a0-26f9-417e-a689-e5e77342c0a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-411596a0-26f9-417e-a689-e5e77342c0a3.shg-box.shg-c {
  justify-content: center;
}

#s-3eb7bd0b-5290-4acb-8e61-8b0a12186d5e {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-3eb7bd0b-5290-4acb-8e61-8b0a12186d5e {
  display: none;
}
#s-3eb7bd0b-5290-4acb-8e61-8b0a12186d5e, #wrap-s-3eb7bd0b-5290-4acb-8e61-8b0a12186d5e { display:none !important; }}
#s-3eb7bd0b-5290-4acb-8e61-8b0a12186d5e .shogun-heading-component h1 {
  color: #000;
  
  font-family: "Merriweather";
  
  font-size: 40px;
  
  
  text-align: center;
}



#s-24eb4219-22b6-4817-9f7d-79b1fb57c632 {
  margin-top: 20px;
margin-bottom: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-24eb4219-22b6-4817-9f7d-79b1fb57c632 {
  display: none;
}
#s-24eb4219-22b6-4817-9f7d-79b1fb57c632, #wrap-s-24eb4219-22b6-4817-9f7d-79b1fb57c632 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-24eb4219-22b6-4817-9f7d-79b1fb57c632 {
  display: none;
}
#s-24eb4219-22b6-4817-9f7d-79b1fb57c632, #wrap-s-24eb4219-22b6-4817-9f7d-79b1fb57c632 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-24eb4219-22b6-4817-9f7d-79b1fb57c632 {
  display: none;
}
#s-24eb4219-22b6-4817-9f7d-79b1fb57c632, #wrap-s-24eb4219-22b6-4817-9f7d-79b1fb57c632 { display:none !important; }}
#s-24eb4219-22b6-4817-9f7d-79b1fb57c632 .shogun-heading-component h1 {
  color: #000;
  
  font-family: "Merriweather";
  
  font-size: 60px;
  
  
  text-align: center;
}



#s-ba4a7ec9-b16a-44fa-9868-9de8f3103773 {
  min-height: 50px;
}
@media (max-width: 767px){#s-ba4a7ec9-b16a-44fa-9868-9de8f3103773 {
  display: none;
}
#s-ba4a7ec9-b16a-44fa-9868-9de8f3103773, #wrap-s-ba4a7ec9-b16a-44fa-9868-9de8f3103773 { display:none !important; }}







#s-ba4a7ec9-b16a-44fa-9868-9de8f3103773 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba4a7ec9-b16a-44fa-9868-9de8f3103773.shg-box.shg-c {
  justify-content: center;
}

#s-58135813-52b5-4371-960b-5d327e42f548 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 1000px;
background-color: rgba(30, 61, 89, 1);
}

@media (min-width: 0px) {
[id="s-58135813-52b5-4371-960b-5d327e42f548"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-58135813-52b5-4371-960b-5d327e42f548"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-58135813-52b5-4371-960b-5d327e42f548"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-58135813-52b5-4371-960b-5d327e42f548"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-a94f0e15-f4d0-4b29-8583-dfe2c48f57f8 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-350600c0-1a40-45d8-825f-66f97f1bb6c0 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-2a257347-74a1-43bc-9a0b-1142b6d6eb60 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-aef9b52a-acaf-4a43-a6fb-71c6feed54e4 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(254, 251, 241, 1);
}

@media (min-width: 0px) {
[id="s-aef9b52a-acaf-4a43-a6fb-71c6feed54e4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-aef9b52a-acaf-4a43-a6fb-71c6feed54e4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-aef9b52a-acaf-4a43-a6fb-71c6feed54e4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-aef9b52a-acaf-4a43-a6fb-71c6feed54e4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-aa9a0f36-8f94-4b90-b943-37e8a3efcffd {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-bc4fcfde-a979-487e-85a5-23b44908cdfb {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-15500dc8-148e-43bf-b6b0-8487d5f3e656 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-f4f7414f-2b1f-4d1f-bd8e-4913f5788500 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(30, 61, 89, 1);
}

@media (min-width: 0px) {
[id="s-f4f7414f-2b1f-4d1f-bd8e-4913f5788500"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-f4f7414f-2b1f-4d1f-bd8e-4913f5788500"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-f4f7414f-2b1f-4d1f-bd8e-4913f5788500"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-f4f7414f-2b1f-4d1f-bd8e-4913f5788500"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-268ef427-e3d9-4da2-8436-3f7a3415b9ec {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-99b86e47-d3e9-40df-9c48-de962c4603e3 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-f5d323ce-c79d-41ff-bdd3-44bfc25f42dc {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-17917e95-e06c-4b33-9ecb-fccf153dd7d8 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(254, 251, 241, 1);
}

@media (min-width: 0px) {
[id="s-17917e95-e06c-4b33-9ecb-fccf153dd7d8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-17917e95-e06c-4b33-9ecb-fccf153dd7d8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-17917e95-e06c-4b33-9ecb-fccf153dd7d8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-17917e95-e06c-4b33-9ecb-fccf153dd7d8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-99dd9ff8-a272-4124-98e0-ab8b9da6321b {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-dda5ff23-a725-4463-9e9c-31dcd1eb7374 {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-35121e2e-e6c4-40ff-9d05-86702c288903 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-5344c666-5f9b-4b4e-8710-36237ff9f34d {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(30, 61, 89, 1);
}

@media (min-width: 0px) {
[id="s-5344c666-5f9b-4b4e-8710-36237ff9f34d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-5344c666-5f9b-4b4e-8710-36237ff9f34d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-5344c666-5f9b-4b4e-8710-36237ff9f34d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-5344c666-5f9b-4b4e-8710-36237ff9f34d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-4f774aaa-f6f8-4616-8c0a-69b4ce7c2844 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-5790bf58-65e4-4c96-b04e-51db619e2778 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-ae9aeac2-fcd3-44ad-925a-eba19d5ec4ad {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-089539b4-b97a-48cd-aef1-749b906fd74e {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(254, 251, 241, 1);
}

@media (min-width: 0px) {
[id="s-089539b4-b97a-48cd-aef1-749b906fd74e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-089539b4-b97a-48cd-aef1-749b906fd74e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-089539b4-b97a-48cd-aef1-749b906fd74e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-089539b4-b97a-48cd-aef1-749b906fd74e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-40f90b67-d3b4-4f92-86e5-86403f44e548 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-a27e97c1-4edc-447d-ac77-74022ce1138c {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-53da7015-3ecd-4107-9baa-a308b29c8d7d {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-3500e676-f40c-4b80-83ec-3eb84bfcbf2f {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(30, 61, 89, 1);
}

@media (min-width: 0px) {
[id="s-3500e676-f40c-4b80-83ec-3eb84bfcbf2f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-3500e676-f40c-4b80-83ec-3eb84bfcbf2f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-3500e676-f40c-4b80-83ec-3eb84bfcbf2f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-3500e676-f40c-4b80-83ec-3eb84bfcbf2f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-7ef005f6-b25a-4555-b899-1f8008e50b98 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-aed31747-7b68-4677-be4e-35d254c4b492 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-34c46bd4-ae4c-4a78-9236-1491a285aee1 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-ce7c4adf-2744-4e77-852b-5e5c1ffd0eef {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(254, 251, 241, 1);
}

@media (min-width: 0px) {
[id="s-ce7c4adf-2744-4e77-852b-5e5c1ffd0eef"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-ce7c4adf-2744-4e77-852b-5e5c1ffd0eef"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-ce7c4adf-2744-4e77-852b-5e5c1ffd0eef"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-ce7c4adf-2744-4e77-852b-5e5c1ffd0eef"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-bb79344b-8f3a-42ed-ab74-64d4f987c82a {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-16d0593a-c8d5-4da2-9259-d4d82a91cb0b {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-7746b9eb-3e95-4433-a3bc-98690e906b15 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-dab3b17a-c7bb-4d9a-b691-a357a09f52cd {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(30, 61, 89, 1);
}

@media (min-width: 0px) {
[id="s-dab3b17a-c7bb-4d9a-b691-a357a09f52cd"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-dab3b17a-c7bb-4d9a-b691-a357a09f52cd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-dab3b17a-c7bb-4d9a-b691-a357a09f52cd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-dab3b17a-c7bb-4d9a-b691-a357a09f52cd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-2a6cd15a-0d44-4be4-a527-d1452be40cba {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-21c9bb96-8fdf-4bac-af98-895d3a06daae {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-68a99e5a-c132-4d2d-beda-39c0339d575c {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-52a942b3-f643-4f19-b4fa-002b8f624235 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(254, 251, 241, 1);
}

@media (min-width: 0px) {
[id="s-52a942b3-f643-4f19-b4fa-002b8f624235"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-52a942b3-f643-4f19-b4fa-002b8f624235"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-52a942b3-f643-4f19-b4fa-002b8f624235"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-52a942b3-f643-4f19-b4fa-002b8f624235"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-df51d3fd-9d2a-4b6b-9a72-474ee7a7cc26 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-c4db685f-250a-444a-8901-ed02a3b9f942 {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-88a14aac-4295-46e5-b5d4-bf8c9040b904 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-7fe018e3-5748-4911-bb33-d5b9c3a4c0b2 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(30, 61, 89, 1);
}

@media (min-width: 0px) {
[id="s-7fe018e3-5748-4911-bb33-d5b9c3a4c0b2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-7fe018e3-5748-4911-bb33-d5b9c3a4c0b2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-7fe018e3-5748-4911-bb33-d5b9c3a4c0b2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-7fe018e3-5748-4911-bb33-d5b9c3a4c0b2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-7c08c20c-043d-4dfa-9743-3fc93bdb678e {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-b8dd3de6-6256-4e83-9afb-21122ba18de2 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-93f88a2d-3793-4094-b6af-917cab031201 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-acaec8bd-0d9f-4ab8-8343-d5f11c4d7bad {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(254, 251, 241, 1);
}

@media (min-width: 0px) {
[id="s-acaec8bd-0d9f-4ab8-8343-d5f11c4d7bad"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-acaec8bd-0d9f-4ab8-8343-d5f11c4d7bad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-acaec8bd-0d9f-4ab8-8343-d5f11c4d7bad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-acaec8bd-0d9f-4ab8-8343-d5f11c4d7bad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-b00597cd-7c92-449e-9260-e2d71fcbcb4c {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-bbcaeecc-3a02-46ee-8086-323e27803354 {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-4c61721d-103d-4e18-9e3c-5a040244bcb2 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-1381db53-0642-4acc-8eba-d2cf553dd0aa {
  min-height: 50px;
}
@media (min-width: 1200px){#s-1381db53-0642-4acc-8eba-d2cf553dd0aa {
  display: none;
}
#s-1381db53-0642-4acc-8eba-d2cf553dd0aa, #wrap-s-1381db53-0642-4acc-8eba-d2cf553dd0aa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1381db53-0642-4acc-8eba-d2cf553dd0aa {
  display: none;
}
#s-1381db53-0642-4acc-8eba-d2cf553dd0aa, #wrap-s-1381db53-0642-4acc-8eba-d2cf553dd0aa { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1381db53-0642-4acc-8eba-d2cf553dd0aa {
  display: none;
}
#s-1381db53-0642-4acc-8eba-d2cf553dd0aa, #wrap-s-1381db53-0642-4acc-8eba-d2cf553dd0aa { display:none !important; }}







#s-1381db53-0642-4acc-8eba-d2cf553dd0aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1381db53-0642-4acc-8eba-d2cf553dd0aa.shg-box.shg-c {
  justify-content: center;
}

#s-60b465d7-1f82-4358-abc8-71c73fb469cb {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 1000px;
background-color: rgba(255, 249, 234, 1);
}

@media (min-width: 0px) {
[id="s-60b465d7-1f82-4358-abc8-71c73fb469cb"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-60b465d7-1f82-4358-abc8-71c73fb469cb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-60b465d7-1f82-4358-abc8-71c73fb469cb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-60b465d7-1f82-4358-abc8-71c73fb469cb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-73a651f2-fd29-4554-b99e-db2e2377c0fd {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-37eb42a8-e802-496b-b4f8-585b5a602fa1 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-607254fe-5149-4552-84e0-51adae153ffa {
  margin-top: 10px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-71bebdbe-59ef-4796-a835-be84a4352e8d {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(197, 197, 197, 1);
}

@media (min-width: 0px) {
[id="s-71bebdbe-59ef-4796-a835-be84a4352e8d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-71bebdbe-59ef-4796-a835-be84a4352e8d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-71bebdbe-59ef-4796-a835-be84a4352e8d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-71bebdbe-59ef-4796-a835-be84a4352e8d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-c4c49eb7-3bd6-40e5-b4f2-a9d165463f92 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-fc5e13c3-511f-44f3-bc36-81d93f6978da {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-342d611e-65cd-445f-812e-25a89b9e978c {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-83616f3a-d269-4625-ac0b-07080fe3c284 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(255, 249, 234, 1);
}

@media (min-width: 0px) {
[id="s-83616f3a-d269-4625-ac0b-07080fe3c284"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-83616f3a-d269-4625-ac0b-07080fe3c284"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-83616f3a-d269-4625-ac0b-07080fe3c284"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-83616f3a-d269-4625-ac0b-07080fe3c284"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-07621f8e-41d5-43b6-92db-90f409054ce3 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-1771ac9d-d855-4bb3-b82a-3316c2b17699 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-18266849-68d0-4435-a82d-610c3723daae {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-369bf803-ff93-4b7f-9eb0-678dba13d86c {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(197, 197, 197, 1);
}

@media (min-width: 0px) {
[id="s-369bf803-ff93-4b7f-9eb0-678dba13d86c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-369bf803-ff93-4b7f-9eb0-678dba13d86c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-369bf803-ff93-4b7f-9eb0-678dba13d86c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-369bf803-ff93-4b7f-9eb0-678dba13d86c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-eaf06e2f-dec9-4be1-ac81-a5ed40cdd85a {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-b85569fa-31c6-42af-98ec-88ad30b1eb6c {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-291c3468-eeb2-4b31-93fd-9b527bfa15e8 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-47cfcadf-bfc6-45c9-bf24-cf09e7ad17f2 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(255, 249, 234, 1);
}

@media (min-width: 0px) {
[id="s-47cfcadf-bfc6-45c9-bf24-cf09e7ad17f2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-47cfcadf-bfc6-45c9-bf24-cf09e7ad17f2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-47cfcadf-bfc6-45c9-bf24-cf09e7ad17f2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-47cfcadf-bfc6-45c9-bf24-cf09e7ad17f2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-62a0e52e-1581-4ea3-b9f9-fe4f26bd308e {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-1c50aa0f-fa77-4b5f-b94d-ff819c534df2 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-15fa8efa-4429-4986-9c81-1c16b7bd5e6c {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-a2bf2b8a-fabe-494b-b15e-590d7976dde6 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(197, 197, 197, 1);
}

@media (min-width: 0px) {
[id="s-a2bf2b8a-fabe-494b-b15e-590d7976dde6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-a2bf2b8a-fabe-494b-b15e-590d7976dde6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-a2bf2b8a-fabe-494b-b15e-590d7976dde6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-a2bf2b8a-fabe-494b-b15e-590d7976dde6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-3a64e8ad-f9af-4c6e-a4e2-61b8c7262c7f {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-805ad3c4-d9eb-4d5f-b7be-828ab2ce846b {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-45a8c8b4-7067-445b-9fb1-4f649a09d2e3 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-76193e52-621b-46a1-b875-b7c50c8f918c {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(255, 249, 234, 1);
}

@media (min-width: 0px) {
[id="s-76193e52-621b-46a1-b875-b7c50c8f918c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-76193e52-621b-46a1-b875-b7c50c8f918c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-76193e52-621b-46a1-b875-b7c50c8f918c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-76193e52-621b-46a1-b875-b7c50c8f918c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-f69915a3-f015-4163-a924-da8a4cc777d3 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-a854a68b-2e99-4559-9963-201cccad179f {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-04ef839b-09a4-49bc-9d43-eaf0e94f5fe8 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-f33f4e30-5983-4910-a14c-a44908ad5160 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(197, 197, 197, 1);
}

@media (min-width: 0px) {
[id="s-f33f4e30-5983-4910-a14c-a44908ad5160"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-f33f4e30-5983-4910-a14c-a44908ad5160"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-f33f4e30-5983-4910-a14c-a44908ad5160"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-f33f4e30-5983-4910-a14c-a44908ad5160"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-0530a34d-3149-4af3-8a1d-c4ae8dcc8c58 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-16eca81d-2df9-4f69-bbd6-a07baf0ccf37 {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-b31bbfe6-9d96-4e42-b826-969ac8ba745f {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-74b601b4-f53d-44ac-90db-192a48eaf471 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(255, 249, 234, 1);
}

@media (min-width: 0px) {
[id="s-74b601b4-f53d-44ac-90db-192a48eaf471"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-74b601b4-f53d-44ac-90db-192a48eaf471"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-74b601b4-f53d-44ac-90db-192a48eaf471"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-74b601b4-f53d-44ac-90db-192a48eaf471"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-0b934d64-6832-4345-925a-80a73b2c5b64 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-94f0cbcd-a47d-4994-bcfe-00e37183a2e2 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-bb1901a4-c030-4e8e-af52-f71115aac078 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-867d86b4-0eff-4019-9279-52706a4167f1 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(197, 197, 197, 1);
}

@media (min-width: 0px) {
[id="s-867d86b4-0eff-4019-9279-52706a4167f1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-867d86b4-0eff-4019-9279-52706a4167f1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-867d86b4-0eff-4019-9279-52706a4167f1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-867d86b4-0eff-4019-9279-52706a4167f1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-0f7d25e6-3b04-4683-b966-1ef52c8e71c5 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-478c4a50-f955-438d-b6a7-04426c19bb62 {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-bda997a7-c61d-48cc-b18e-6fe6259ae1d2 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-ec157b60-9237-44a1-9443-f7373dd230ac {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(255, 249, 234, 1);
}

@media (min-width: 0px) {
[id="s-ec157b60-9237-44a1-9443-f7373dd230ac"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-ec157b60-9237-44a1-9443-f7373dd230ac"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-ec157b60-9237-44a1-9443-f7373dd230ac"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-ec157b60-9237-44a1-9443-f7373dd230ac"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-f6b3ab05-0479-4307-b968-a0304ca0e991 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-697095c4-b7aa-461c-b45d-4bdddd3046df {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-8006fdd2-9097-4d2a-85b7-889b50eb58b0 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-2c07269f-a7bb-49d4-aebe-ff0921779146 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(197, 197, 197, 1);
}

@media (min-width: 0px) {
[id="s-2c07269f-a7bb-49d4-aebe-ff0921779146"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-2c07269f-a7bb-49d4-aebe-ff0921779146"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-2c07269f-a7bb-49d4-aebe-ff0921779146"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-2c07269f-a7bb-49d4-aebe-ff0921779146"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-0451c0c0-eb33-4ae7-b8c4-780d696a341f {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-20d16db1-cf9b-42cc-8d05-5484e2029bb8 {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-b0b7c2c9-33c7-4fb0-b760-a34b6e25839d {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-1d1f42e4-d637-4a58-a526-a96500cd180b {
  margin-top: 70px;
margin-bottom: 1px;
}
@media (max-width: 767px){#s-1d1f42e4-d637-4a58-a526-a96500cd180b {
  margin-left: auto;
margin-right: auto;
padding-left: 35px;
padding-right: 35px;
display: none;
}
#s-1d1f42e4-d637-4a58-a526-a96500cd180b, #wrap-s-1d1f42e4-d637-4a58-a526-a96500cd180b { display:none !important; }}
#s-4ed9d4ba-f71c-4a6a-aa03-37cc6f5d14af {
  margin-top: 70px;
margin-bottom: 1px;
}
@media (min-width: 1200px){#s-4ed9d4ba-f71c-4a6a-aa03-37cc6f5d14af {
  display: none;
}
#s-4ed9d4ba-f71c-4a6a-aa03-37cc6f5d14af, #wrap-s-4ed9d4ba-f71c-4a6a-aa03-37cc6f5d14af { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4ed9d4ba-f71c-4a6a-aa03-37cc6f5d14af {
  display: none;
}
#s-4ed9d4ba-f71c-4a6a-aa03-37cc6f5d14af, #wrap-s-4ed9d4ba-f71c-4a6a-aa03-37cc6f5d14af { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4ed9d4ba-f71c-4a6a-aa03-37cc6f5d14af {
  display: none;
}
#s-4ed9d4ba-f71c-4a6a-aa03-37cc6f5d14af, #wrap-s-4ed9d4ba-f71c-4a6a-aa03-37cc6f5d14af { display:none !important; }}@media (max-width: 767px){#s-4ed9d4ba-f71c-4a6a-aa03-37cc6f5d14af {
  margin-left: auto;
margin-right: auto;
padding-left: 35px;
padding-right: 35px;
}
}
#s-ef2ba2f6-fdc4-4018-897a-3ff91ecc9812 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 800px;
}

#s-1452768d-1f12-4c63-af3c-29638e460524 {
  margin-top: 14px;
margin-left: auto;
margin-right: auto;
min-height: 0px;
max-width: 1000px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1452768d-1f12-4c63-af3c-29638e460524 {
  padding-left: 40px;
padding-right: 40px;
}
}
@media (min-width: 0px) {
[id="s-1452768d-1f12-4c63-af3c-29638e460524"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 768px) {
[id="s-1452768d-1f12-4c63-af3c-29638e460524"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-1452768d-1f12-4c63-af3c-29638e460524"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-1452768d-1f12-4c63-af3c-29638e460524"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-f48d1a96-27fe-4297-96ea-b38914f3058d {
  text-align: center;
}
@media (max-width: 767px){#s-f48d1a96-27fe-4297-96ea-b38914f3058d {
  display: none;
}
#s-f48d1a96-27fe-4297-96ea-b38914f3058d, #wrap-s-f48d1a96-27fe-4297-96ea-b38914f3058d { display:none !important; }}



  #s-f48d1a96-27fe-4297-96ea-b38914f3058d img.shogun-image {
    
    width: px;
  }


#s-f48d1a96-27fe-4297-96ea-b38914f3058d .shogun-image-content {
  
    align-items: center;
  
}

#s-32501761-98d3-4d08-9b1d-7af15a3db119 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-8cc07cc4-6629-4344-b79a-0acc9e126961 {
  text-align: center;
}




  #s-8cc07cc4-6629-4344-b79a-0acc9e126961 img.shogun-image {
    
    width: px;
  }


#s-8cc07cc4-6629-4344-b79a-0acc9e126961 .shogun-image-content {
  
    align-items: center;
  
}

#s-6617b1c8-da58-438d-a035-2672e59870b0 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-3c15f388-f930-4211-9366-a71478b7c6ed {
  text-align: center;
}




  #s-3c15f388-f930-4211-9366-a71478b7c6ed img.shogun-image {
    
    width: px;
  }


#s-3c15f388-f930-4211-9366-a71478b7c6ed .shogun-image-content {
  
    align-items: center;
  
}

#s-0806a3ae-c1e2-4265-842c-9f9180286eb8 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-89600f8c-9a17-4039-ad30-d3b9522f61ba {
  min-height: 50px;
}
@media (min-width: 1200px){#s-89600f8c-9a17-4039-ad30-d3b9522f61ba {
  display: none;
}
#s-89600f8c-9a17-4039-ad30-d3b9522f61ba, #wrap-s-89600f8c-9a17-4039-ad30-d3b9522f61ba { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-89600f8c-9a17-4039-ad30-d3b9522f61ba {
  display: none;
}
#s-89600f8c-9a17-4039-ad30-d3b9522f61ba, #wrap-s-89600f8c-9a17-4039-ad30-d3b9522f61ba { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-89600f8c-9a17-4039-ad30-d3b9522f61ba {
  display: none;
}
#s-89600f8c-9a17-4039-ad30-d3b9522f61ba, #wrap-s-89600f8c-9a17-4039-ad30-d3b9522f61ba { display:none !important; }}







#s-89600f8c-9a17-4039-ad30-d3b9522f61ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89600f8c-9a17-4039-ad30-d3b9522f61ba.shg-box.shg-c {
  justify-content: center;
}

#s-8c09a40b-67a2-4097-8fd8-a8c8aa64f481 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-8c09a40b-67a2-4097-8fd8-a8c8aa64f481 {
  display: none;
}
#s-8c09a40b-67a2-4097-8fd8-a8c8aa64f481, #wrap-s-8c09a40b-67a2-4097-8fd8-a8c8aa64f481 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8c09a40b-67a2-4097-8fd8-a8c8aa64f481 {
  display: none;
}
#s-8c09a40b-67a2-4097-8fd8-a8c8aa64f481, #wrap-s-8c09a40b-67a2-4097-8fd8-a8c8aa64f481 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8c09a40b-67a2-4097-8fd8-a8c8aa64f481 {
  display: none;
}
#s-8c09a40b-67a2-4097-8fd8-a8c8aa64f481, #wrap-s-8c09a40b-67a2-4097-8fd8-a8c8aa64f481 { display:none !important; }}







#s-8c09a40b-67a2-4097-8fd8-a8c8aa64f481 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c09a40b-67a2-4097-8fd8-a8c8aa64f481.shg-box.shg-c {
  justify-content: center;
}

#s-b1470d7d-155d-4ba2-bd12-d1d27cca82fd {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-left: 40px;
padding-right: 40px;
}

#s-e516c4ea-60b2-449b-8d5d-a037b2d239f8 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}




  #s-e516c4ea-60b2-449b-8d5d-a037b2d239f8 img.shogun-image {
    
    width: px;
  }


#s-e516c4ea-60b2-449b-8d5d-a037b2d239f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-d4a046fa-62d6-42ac-b55b-680cecb99dd0 {
  margin-top: 10px;
margin-left: -50px;
margin-right: -50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-d4a046fa-62d6-42ac-b55b-680cecb99dd0 {
  display: none;
}
#s-d4a046fa-62d6-42ac-b55b-680cecb99dd0, #wrap-s-d4a046fa-62d6-42ac-b55b-680cecb99dd0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d4a046fa-62d6-42ac-b55b-680cecb99dd0 {
  display: none;
}
#s-d4a046fa-62d6-42ac-b55b-680cecb99dd0, #wrap-s-d4a046fa-62d6-42ac-b55b-680cecb99dd0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d4a046fa-62d6-42ac-b55b-680cecb99dd0 {
  display: none;
}
#s-d4a046fa-62d6-42ac-b55b-680cecb99dd0, #wrap-s-d4a046fa-62d6-42ac-b55b-680cecb99dd0 { display:none !important; }}







#s-d4a046fa-62d6-42ac-b55b-680cecb99dd0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4a046fa-62d6-42ac-b55b-680cecb99dd0.shg-box.shg-c {
  justify-content: center;
}

#s-1e5438fa-6529-4de2-98b0-1e3b996220c9 {
  margin-left: 100px;
margin-right: 100px;
}

#s-1e5438fa-6529-4de2-98b0-1e3b996220c9 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(11, 11, 11, 1);
}

#s-72dbb7d7-4fdc-4dbd-bb95-900ae13a22a1 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-left: 40px;
padding-right: 40px;
}

#s-90d8a7bf-897d-44bd-b415-d4da6095b573 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-90d8a7bf-897d-44bd-b415-d4da6095b573 {
  display: none;
}
#s-90d8a7bf-897d-44bd-b415-d4da6095b573, #wrap-s-90d8a7bf-897d-44bd-b415-d4da6095b573 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-90d8a7bf-897d-44bd-b415-d4da6095b573 {
  display: none;
}
#s-90d8a7bf-897d-44bd-b415-d4da6095b573, #wrap-s-90d8a7bf-897d-44bd-b415-d4da6095b573 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-90d8a7bf-897d-44bd-b415-d4da6095b573 {
  display: none;
}
#s-90d8a7bf-897d-44bd-b415-d4da6095b573, #wrap-s-90d8a7bf-897d-44bd-b415-d4da6095b573 { display:none !important; }}







#s-90d8a7bf-897d-44bd-b415-d4da6095b573 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90d8a7bf-897d-44bd-b415-d4da6095b573.shg-box.shg-c {
  justify-content: center;
}

#s-082a0011-0c0d-4192-af5a-01fdc058b28d {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}




  #s-082a0011-0c0d-4192-af5a-01fdc058b28d img.shogun-image {
    
    width: px;
  }


#s-082a0011-0c0d-4192-af5a-01fdc058b28d .shogun-image-content {
  
    align-items: center;
  
}

#s-6382f73b-1c1f-4ccc-b546-5ea42aa90a18 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-6382f73b-1c1f-4ccc-b546-5ea42aa90a18 {
  display: none;
}
#s-6382f73b-1c1f-4ccc-b546-5ea42aa90a18, #wrap-s-6382f73b-1c1f-4ccc-b546-5ea42aa90a18 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6382f73b-1c1f-4ccc-b546-5ea42aa90a18 {
  display: none;
}
#s-6382f73b-1c1f-4ccc-b546-5ea42aa90a18, #wrap-s-6382f73b-1c1f-4ccc-b546-5ea42aa90a18 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6382f73b-1c1f-4ccc-b546-5ea42aa90a18 {
  display: none;
}
#s-6382f73b-1c1f-4ccc-b546-5ea42aa90a18, #wrap-s-6382f73b-1c1f-4ccc-b546-5ea42aa90a18 { display:none !important; }}







#s-6382f73b-1c1f-4ccc-b546-5ea42aa90a18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6382f73b-1c1f-4ccc-b546-5ea42aa90a18.shg-box.shg-c {
  justify-content: center;
}

#s-3558ea3b-d2c6-47d7-a49f-9f9c2fe8d2ad {
  min-height: 50px;
}
@media (min-width: 1200px){#s-3558ea3b-d2c6-47d7-a49f-9f9c2fe8d2ad {
  display: none;
}
#s-3558ea3b-d2c6-47d7-a49f-9f9c2fe8d2ad, #wrap-s-3558ea3b-d2c6-47d7-a49f-9f9c2fe8d2ad { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3558ea3b-d2c6-47d7-a49f-9f9c2fe8d2ad {
  display: none;
}
#s-3558ea3b-d2c6-47d7-a49f-9f9c2fe8d2ad, #wrap-s-3558ea3b-d2c6-47d7-a49f-9f9c2fe8d2ad { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3558ea3b-d2c6-47d7-a49f-9f9c2fe8d2ad {
  display: none;
}
#s-3558ea3b-d2c6-47d7-a49f-9f9c2fe8d2ad, #wrap-s-3558ea3b-d2c6-47d7-a49f-9f9c2fe8d2ad { display:none !important; }}







#s-3558ea3b-d2c6-47d7-a49f-9f9c2fe8d2ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3558ea3b-d2c6-47d7-a49f-9f9c2fe8d2ad.shg-box.shg-c {
  justify-content: center;
}

#s-80371f49-d4d3-4675-b307-f382615bfba0 {
  margin-top: 10px;
margin-left: -50px;
margin-right: -50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-80371f49-d4d3-4675-b307-f382615bfba0 {
  display: none;
}
#s-80371f49-d4d3-4675-b307-f382615bfba0, #wrap-s-80371f49-d4d3-4675-b307-f382615bfba0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-80371f49-d4d3-4675-b307-f382615bfba0 {
  display: none;
}
#s-80371f49-d4d3-4675-b307-f382615bfba0, #wrap-s-80371f49-d4d3-4675-b307-f382615bfba0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-80371f49-d4d3-4675-b307-f382615bfba0 {
  display: none;
}
#s-80371f49-d4d3-4675-b307-f382615bfba0, #wrap-s-80371f49-d4d3-4675-b307-f382615bfba0 { display:none !important; }}







#s-80371f49-d4d3-4675-b307-f382615bfba0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80371f49-d4d3-4675-b307-f382615bfba0.shg-box.shg-c {
  justify-content: center;
}

#s-95462d6f-32db-4726-8c68-942db2396991 {
  margin-left: 100px;
margin-right: 100px;
}

#s-95462d6f-32db-4726-8c68-942db2396991 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(11, 11, 11, 1);
}

#s-05d2c546-e3a2-48cd-b804-d98067505504 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-left: 40px;
padding-right: 40px;
}

#s-66837c82-8dd6-40a3-9a8b-504d37a4558b {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}




  #s-66837c82-8dd6-40a3-9a8b-504d37a4558b img.shogun-image {
    
    width: px;
  }


#s-66837c82-8dd6-40a3-9a8b-504d37a4558b .shogun-image-content {
  
    align-items: center;
  
}

#s-32d1f9d8-fcfc-4164-be07-f55728d59b85 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-74606ed5-2dcf-417b-b131-6535314b5fe2 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-e8abee7b-cce6-45b3-9ebb-ff6f06ecb9af {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-9fbbe590-4e9f-4a5b-b74c-859b3e79ead3 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-b6d8a162-f24e-450b-b399-19d5a0cdbad8 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-295008b4-520a-418b-bcea-83af7b3cbdaa {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-44905940-149e-4240-8e83-27391fa29e03 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-c14d9d73-06e5-4a50-945c-f705ea2deac7 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-e3e9671f-e383-4d38-a663-247106ed993b {
  border-style: solid;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
max-width: 400px;
text-align: center;
}




  #s-e3e9671f-e383-4d38-a663-247106ed993b img.shogun-image {
    
    width: px;
  }


#s-e3e9671f-e383-4d38-a663-247106ed993b .shogun-image-content {
  
    align-items: center;
  
}

#s-6b05258b-552e-4967-aa2a-e0447ae1bd4a {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 700px;
}
@media (min-width: 1200px){#s-6b05258b-552e-4967-aa2a-e0447ae1bd4a {
  display: none;
}
#s-6b05258b-552e-4967-aa2a-e0447ae1bd4a, #wrap-s-6b05258b-552e-4967-aa2a-e0447ae1bd4a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6b05258b-552e-4967-aa2a-e0447ae1bd4a {
  display: none;
}
#s-6b05258b-552e-4967-aa2a-e0447ae1bd4a, #wrap-s-6b05258b-552e-4967-aa2a-e0447ae1bd4a { display:none !important; }}@media (max-width: 767px){#s-6b05258b-552e-4967-aa2a-e0447ae1bd4a {
  display: none;
}
#s-6b05258b-552e-4967-aa2a-e0447ae1bd4a, #wrap-s-6b05258b-552e-4967-aa2a-e0447ae1bd4a { display:none !important; }}
#s-6b05258b-552e-4967-aa2a-e0447ae1bd4a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-6b05258b-552e-4967-aa2a-e0447ae1bd4a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 23px;
}

#s-6b05258b-552e-4967-aa2a-e0447ae1bd4a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(37, 55, 70, 1);
}

#s-6b05258b-552e-4967-aa2a-e0447ae1bd4a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-6b05258b-552e-4967-aa2a-e0447ae1bd4a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(37, 55, 70, 1);
  text-align: left;
  font-family: Merriweather;
  
  
  
}

#s-6b05258b-552e-4967-aa2a-e0447ae1bd4a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  
}
#s-37b468d9-87c2-4384-9679-9a675299f914 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 15px;
padding-left: 20px;
padding-right: 20px;
}








#s-37b468d9-87c2-4384-9679-9a675299f914 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37b468d9-87c2-4384-9679-9a675299f914.shg-box.shg-c {
  justify-content: center;
}

#s-8b968f8e-6295-4eef-b17b-bae14b92898f {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-8b968f8e-6295-4eef-b17b-bae14b92898f {
  display: none;
}
#s-8b968f8e-6295-4eef-b17b-bae14b92898f, #wrap-s-8b968f8e-6295-4eef-b17b-bae14b92898f { display:none !important; }}
#s-8b968f8e-6295-4eef-b17b-bae14b92898f .shogun-heading-component h1 {
  color: #000;
  
  font-family: "Merriweather";
  
  font-size: 40px;
  
  
  text-align: center;
}



#s-fd8e69ea-c420-4f18-8c67-a10a6c87c577 {
  margin-top: 20px;
margin-bottom: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-fd8e69ea-c420-4f18-8c67-a10a6c87c577 {
  display: none;
}
#s-fd8e69ea-c420-4f18-8c67-a10a6c87c577, #wrap-s-fd8e69ea-c420-4f18-8c67-a10a6c87c577 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fd8e69ea-c420-4f18-8c67-a10a6c87c577 {
  display: none;
}
#s-fd8e69ea-c420-4f18-8c67-a10a6c87c577, #wrap-s-fd8e69ea-c420-4f18-8c67-a10a6c87c577 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fd8e69ea-c420-4f18-8c67-a10a6c87c577 {
  display: none;
}
#s-fd8e69ea-c420-4f18-8c67-a10a6c87c577, #wrap-s-fd8e69ea-c420-4f18-8c67-a10a6c87c577 { display:none !important; }}
#s-fd8e69ea-c420-4f18-8c67-a10a6c87c577 .shogun-heading-component h1 {
  color: #000;
  
  font-family: "Merriweather";
  
  font-size: 60px;
  
  
  text-align: center;
}



#s-69bf9ad2-9344-42ce-8905-24dee43092d5 {
  min-height: 50px;
}
@media (max-width: 767px){#s-69bf9ad2-9344-42ce-8905-24dee43092d5 {
  display: none;
}
#s-69bf9ad2-9344-42ce-8905-24dee43092d5, #wrap-s-69bf9ad2-9344-42ce-8905-24dee43092d5 { display:none !important; }}







#s-69bf9ad2-9344-42ce-8905-24dee43092d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69bf9ad2-9344-42ce-8905-24dee43092d5.shg-box.shg-c {
  justify-content: center;
}

#s-1eb24437-0bfc-4e40-a101-3ee5e1ae52c8 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 1000px;
background-color: rgba(30, 61, 89, 1);
}

@media (min-width: 0px) {
[id="s-1eb24437-0bfc-4e40-a101-3ee5e1ae52c8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-1eb24437-0bfc-4e40-a101-3ee5e1ae52c8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-1eb24437-0bfc-4e40-a101-3ee5e1ae52c8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-1eb24437-0bfc-4e40-a101-3ee5e1ae52c8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-37e76ed7-024a-481d-8db1-dce5523a7037 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-7ba34c1b-f26a-493e-b31f-da71cf18dd87 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-50fa78df-5ee6-4a59-b919-12fe5cb1c154 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-d419af8e-33ef-414d-b927-e2c5789d1c71 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(254, 251, 241, 1);
}

@media (min-width: 0px) {
[id="s-d419af8e-33ef-414d-b927-e2c5789d1c71"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-d419af8e-33ef-414d-b927-e2c5789d1c71"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-d419af8e-33ef-414d-b927-e2c5789d1c71"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-d419af8e-33ef-414d-b927-e2c5789d1c71"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-9fbfc512-38fe-492d-b2ca-bc2afb8320c9 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-44b286ae-dd89-4715-a7e1-725c24d097df {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-4d7a37f2-b32d-4431-bfab-a12dc454b962 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-9b2694d8-9b3a-48d9-91f5-98d53ae950d1 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(30, 61, 89, 1);
}

@media (min-width: 0px) {
[id="s-9b2694d8-9b3a-48d9-91f5-98d53ae950d1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-9b2694d8-9b3a-48d9-91f5-98d53ae950d1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-9b2694d8-9b3a-48d9-91f5-98d53ae950d1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-9b2694d8-9b3a-48d9-91f5-98d53ae950d1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-9d4145ec-1244-4954-89d1-5ddea3a5916f {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-8e4d7f04-f9b6-42d7-8735-34054dc00159 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-b090fe63-4943-4055-8a7a-550ee663da25 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-91d668f1-5245-4682-8d4d-f8265a8f4f0d {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(254, 251, 241, 1);
}

@media (min-width: 0px) {
[id="s-91d668f1-5245-4682-8d4d-f8265a8f4f0d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-91d668f1-5245-4682-8d4d-f8265a8f4f0d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-91d668f1-5245-4682-8d4d-f8265a8f4f0d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-91d668f1-5245-4682-8d4d-f8265a8f4f0d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-b9d2670f-9903-491c-8e92-5db9c9458fb4 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-13cb65b1-1683-41d0-b6a4-2f509c033f8e {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-99c65ead-4053-45fc-a80f-b1d6fd17f427 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-18188a1f-9f70-4f05-8da7-6ab8f1f27fbe {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(30, 61, 89, 1);
}

@media (min-width: 0px) {
[id="s-18188a1f-9f70-4f05-8da7-6ab8f1f27fbe"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-18188a1f-9f70-4f05-8da7-6ab8f1f27fbe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-18188a1f-9f70-4f05-8da7-6ab8f1f27fbe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-18188a1f-9f70-4f05-8da7-6ab8f1f27fbe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-8c64fcd7-92ce-4846-981f-ceeced1764b4 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-b99b5117-5b4a-4b04-b5a8-a332557c985b {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-c6ad79bc-f08c-4755-a202-998c9b7da688 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-76d9d8d9-8838-46c5-af07-57d5e86aac83 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(254, 251, 241, 1);
}

@media (min-width: 0px) {
[id="s-76d9d8d9-8838-46c5-af07-57d5e86aac83"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-76d9d8d9-8838-46c5-af07-57d5e86aac83"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-76d9d8d9-8838-46c5-af07-57d5e86aac83"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-76d9d8d9-8838-46c5-af07-57d5e86aac83"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-f0b5fa6a-d3ca-4616-8b02-203158204629 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-d927265d-3a30-4e75-b513-0261f4c98006 {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-9f127837-fb92-4493-b111-0bb3d73989ef {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-ce818290-9be0-4009-9bfe-55fc1e3fe368 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(30, 61, 89, 1);
}

@media (min-width: 0px) {
[id="s-ce818290-9be0-4009-9bfe-55fc1e3fe368"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-ce818290-9be0-4009-9bfe-55fc1e3fe368"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-ce818290-9be0-4009-9bfe-55fc1e3fe368"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-ce818290-9be0-4009-9bfe-55fc1e3fe368"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-30720bd4-58af-4e86-83ea-29e34c175ad3 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-6874ba67-eee1-46f5-947b-2a7e2fd30042 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-1acb04fe-6648-4187-a68e-73fc3b57279a {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-d80c1d29-585a-47c8-9321-612f0fa88fd5 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(254, 251, 241, 1);
}

@media (min-width: 0px) {
[id="s-d80c1d29-585a-47c8-9321-612f0fa88fd5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-d80c1d29-585a-47c8-9321-612f0fa88fd5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-d80c1d29-585a-47c8-9321-612f0fa88fd5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-d80c1d29-585a-47c8-9321-612f0fa88fd5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-7a562818-9221-43b9-87f2-c3ace94f5844 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-3a28713c-32a2-4e7d-855c-ded028b22afd {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-0323828a-e6b9-43d3-ab9c-947cb6a79119 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-2fa7ff9e-9215-405d-ad79-75454ca9648f {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(30, 61, 89, 1);
}

@media (min-width: 0px) {
[id="s-2fa7ff9e-9215-405d-ad79-75454ca9648f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-2fa7ff9e-9215-405d-ad79-75454ca9648f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-2fa7ff9e-9215-405d-ad79-75454ca9648f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-2fa7ff9e-9215-405d-ad79-75454ca9648f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-1189d527-8d22-47cd-9edf-de7a1463d1b0 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-4e97b6cf-a3d7-43c1-8523-039b92a2fb90 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-94e56758-fece-459f-9314-a2a251ad188c {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-748a1fd2-8181-46eb-a7e3-7936b20fbdf6 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(254, 251, 241, 1);
}

@media (min-width: 0px) {
[id="s-748a1fd2-8181-46eb-a7e3-7936b20fbdf6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-748a1fd2-8181-46eb-a7e3-7936b20fbdf6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-748a1fd2-8181-46eb-a7e3-7936b20fbdf6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-748a1fd2-8181-46eb-a7e3-7936b20fbdf6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-3efeddbe-5922-4525-b263-c334424ccbaf {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-a9d19cba-82da-4ff8-bf79-69f5b3c4cde0 {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-3a6194fb-a9b8-49c0-9ede-e37aac560e7c {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-7e5ec83d-c236-487c-9f7a-f60e26356107 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(30, 61, 89, 1);
}

@media (min-width: 0px) {
[id="s-7e5ec83d-c236-487c-9f7a-f60e26356107"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-7e5ec83d-c236-487c-9f7a-f60e26356107"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-7e5ec83d-c236-487c-9f7a-f60e26356107"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-7e5ec83d-c236-487c-9f7a-f60e26356107"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-2101316e-e38e-49ee-abaa-91a8c2e6db55 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-b637a0b2-3ad3-4ac7-84aa-7a634c0872b5 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-b0422255-6716-49d7-a4fc-d700869cc242 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-e8cb8532-3e93-4c1b-a1e3-0e519c341d65 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(254, 251, 241, 1);
}

@media (min-width: 0px) {
[id="s-e8cb8532-3e93-4c1b-a1e3-0e519c341d65"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-e8cb8532-3e93-4c1b-a1e3-0e519c341d65"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-e8cb8532-3e93-4c1b-a1e3-0e519c341d65"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-e8cb8532-3e93-4c1b-a1e3-0e519c341d65"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-c3a58dee-4c98-42af-b553-a9350f9f972a {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-8e3a11a1-9f72-42c4-a212-2d073b7ed807 {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-6ef71310-5240-4e77-a6c4-86a997e25b84 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-3d74abc6-cf5c-419b-b1d7-552824577a3c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-3d74abc6-cf5c-419b-b1d7-552824577a3c {
  display: none;
}
#s-3d74abc6-cf5c-419b-b1d7-552824577a3c, #wrap-s-3d74abc6-cf5c-419b-b1d7-552824577a3c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3d74abc6-cf5c-419b-b1d7-552824577a3c {
  display: none;
}
#s-3d74abc6-cf5c-419b-b1d7-552824577a3c, #wrap-s-3d74abc6-cf5c-419b-b1d7-552824577a3c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3d74abc6-cf5c-419b-b1d7-552824577a3c {
  display: none;
}
#s-3d74abc6-cf5c-419b-b1d7-552824577a3c, #wrap-s-3d74abc6-cf5c-419b-b1d7-552824577a3c { display:none !important; }}







#s-3d74abc6-cf5c-419b-b1d7-552824577a3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d74abc6-cf5c-419b-b1d7-552824577a3c.shg-box.shg-c {
  justify-content: center;
}

#s-7ac543bc-112e-485e-8ff0-d1387acf4f51 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 1000px;
background-color: rgba(255, 249, 234, 1);
}

@media (min-width: 0px) {
[id="s-7ac543bc-112e-485e-8ff0-d1387acf4f51"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-7ac543bc-112e-485e-8ff0-d1387acf4f51"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-7ac543bc-112e-485e-8ff0-d1387acf4f51"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-7ac543bc-112e-485e-8ff0-d1387acf4f51"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-ead1bea8-fcfc-4980-bd29-03754404be61 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-863202c4-e91c-4dc0-af6a-b4c0261df760 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-d08226aa-f468-43f6-b6f1-d66065a3d7c0 {
  margin-top: 10px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-ae0dd7c6-15dc-48c1-a64b-1fe9022d4a28 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(197, 197, 197, 1);
}

@media (min-width: 0px) {
[id="s-ae0dd7c6-15dc-48c1-a64b-1fe9022d4a28"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-ae0dd7c6-15dc-48c1-a64b-1fe9022d4a28"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-ae0dd7c6-15dc-48c1-a64b-1fe9022d4a28"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-ae0dd7c6-15dc-48c1-a64b-1fe9022d4a28"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-a9bbae18-71e9-4911-ac39-5737b1176a45 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-290cfdd7-b10a-4d49-898e-a6f576dd9a61 {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-721ebe91-16d3-40b2-bd20-85981396a1dd {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-e95847f3-d8d3-4909-b6f2-7e3f5dcd6238 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(255, 249, 234, 1);
}

@media (min-width: 0px) {
[id="s-e95847f3-d8d3-4909-b6f2-7e3f5dcd6238"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-e95847f3-d8d3-4909-b6f2-7e3f5dcd6238"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-e95847f3-d8d3-4909-b6f2-7e3f5dcd6238"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-e95847f3-d8d3-4909-b6f2-7e3f5dcd6238"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-ae40af86-8659-4191-870b-cb9aacf50fe9 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-eb38ae19-622f-418d-8823-d37bfa591457 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-a82834c9-b88d-4693-ade9-c96834e30863 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-c831353f-16c0-40d8-bf7b-aa2826c8c911 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(197, 197, 197, 1);
}

@media (min-width: 0px) {
[id="s-c831353f-16c0-40d8-bf7b-aa2826c8c911"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-c831353f-16c0-40d8-bf7b-aa2826c8c911"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-c831353f-16c0-40d8-bf7b-aa2826c8c911"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-c831353f-16c0-40d8-bf7b-aa2826c8c911"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-83207a3b-aee1-4683-b039-59fa4d4b35f9 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-6c40a527-418f-46ee-b137-de5916f80a40 {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-8cecc1e6-1ec3-496f-ab5f-d6d3c6475e12 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-1de3579c-7c26-4e00-9ed9-ede2e93a3f7f {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(255, 249, 234, 1);
}

@media (min-width: 0px) {
[id="s-1de3579c-7c26-4e00-9ed9-ede2e93a3f7f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-1de3579c-7c26-4e00-9ed9-ede2e93a3f7f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-1de3579c-7c26-4e00-9ed9-ede2e93a3f7f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-1de3579c-7c26-4e00-9ed9-ede2e93a3f7f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-7cf00f52-453a-4c6c-921c-b035d9bafa06 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-0748e492-59cc-4cdb-9e19-d78b9ff4391d {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-6b6a9452-965c-45c3-96c6-bb3c69ada1b3 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-d59cedbc-7d4e-4bbd-8212-b4b69613e6f3 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(197, 197, 197, 1);
}

@media (min-width: 0px) {
[id="s-d59cedbc-7d4e-4bbd-8212-b4b69613e6f3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-d59cedbc-7d4e-4bbd-8212-b4b69613e6f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-d59cedbc-7d4e-4bbd-8212-b4b69613e6f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-d59cedbc-7d4e-4bbd-8212-b4b69613e6f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-70d04946-f815-48c8-b501-097a94eac656 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-b6bf79d1-5034-4132-acca-b04493160306 {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-46bedb7a-0a11-40ea-aee7-0b7af528811a {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-744cca10-8a61-4c61-a0b7-e327f33f918f {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(255, 249, 234, 1);
}

@media (min-width: 0px) {
[id="s-744cca10-8a61-4c61-a0b7-e327f33f918f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-744cca10-8a61-4c61-a0b7-e327f33f918f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-744cca10-8a61-4c61-a0b7-e327f33f918f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-744cca10-8a61-4c61-a0b7-e327f33f918f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-9d7155a9-234d-4edd-8e65-1374c9ca6fb8 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-68f34e3b-d4c3-41b6-9540-a51f4cc5f6d4 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-def9e4a2-7c8d-46c4-93e6-d977ac693951 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-874cb51f-1387-46fe-ad18-4cfb26cd8970 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(197, 197, 197, 1);
}

@media (min-width: 0px) {
[id="s-874cb51f-1387-46fe-ad18-4cfb26cd8970"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-874cb51f-1387-46fe-ad18-4cfb26cd8970"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-874cb51f-1387-46fe-ad18-4cfb26cd8970"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-874cb51f-1387-46fe-ad18-4cfb26cd8970"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-460726db-1b10-41a9-ad8b-407a4ee10289 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-ea304523-6e06-46b2-a9e7-8630181896c2 {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-83980f67-67f6-4d67-a11c-a849138a4ba3 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-7033fb8c-789b-456b-90a3-3645b6cf5584 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(255, 249, 234, 1);
}

@media (min-width: 0px) {
[id="s-7033fb8c-789b-456b-90a3-3645b6cf5584"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-7033fb8c-789b-456b-90a3-3645b6cf5584"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-7033fb8c-789b-456b-90a3-3645b6cf5584"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-7033fb8c-789b-456b-90a3-3645b6cf5584"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-60d621fc-8046-4825-ba9b-d062fda6a11d {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-d8fc5b22-1970-478a-8079-af2511f37848 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-dc146bff-2356-4be6-bb8c-1a8f2852ba30 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-4ea206e3-a507-4d62-bfc6-9acb9a30e80d {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(197, 197, 197, 1);
}

@media (min-width: 0px) {
[id="s-4ea206e3-a507-4d62-bfc6-9acb9a30e80d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-4ea206e3-a507-4d62-bfc6-9acb9a30e80d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-4ea206e3-a507-4d62-bfc6-9acb9a30e80d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-4ea206e3-a507-4d62-bfc6-9acb9a30e80d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-8d669db5-7234-492c-9401-08fef482f61e {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-5a145973-e54d-4c20-8f36-281a50e4e54c {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-d294d029-daf6-4319-a11a-85c383cd51dc {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-a4fdb883-e467-476b-8ff8-b08968ab675a {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(255, 249, 234, 1);
}

@media (min-width: 0px) {
[id="s-a4fdb883-e467-476b-8ff8-b08968ab675a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-a4fdb883-e467-476b-8ff8-b08968ab675a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-a4fdb883-e467-476b-8ff8-b08968ab675a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-a4fdb883-e467-476b-8ff8-b08968ab675a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-2a1639ae-b372-4e84-abbd-a4e6a725fd6c {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-a47c07b5-fa07-4257-8380-3784fd4f1810 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-f57040c2-db41-41c1-bafe-110060bebaed {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-996a61e9-2c2b-429a-9199-8f9668f47bf0 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(197, 197, 197, 1);
}

@media (min-width: 0px) {
[id="s-996a61e9-2c2b-429a-9199-8f9668f47bf0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-996a61e9-2c2b-429a-9199-8f9668f47bf0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-996a61e9-2c2b-429a-9199-8f9668f47bf0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-996a61e9-2c2b-429a-9199-8f9668f47bf0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-0a345ce2-dd0e-4cca-a624-5bc1e8ff5202 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-1dea9004-af62-4628-afc5-d34bc1c04fa8 {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-51121f7f-51e1-4a02-bbbf-4419cd24317d {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-33c5e713-025f-4b9f-91c7-9f75104b51f2 {
  margin-top: 70px;
margin-bottom: 1px;
}
@media (max-width: 767px){#s-33c5e713-025f-4b9f-91c7-9f75104b51f2 {
  margin-left: auto;
margin-right: auto;
padding-left: 35px;
padding-right: 35px;
display: none;
}
#s-33c5e713-025f-4b9f-91c7-9f75104b51f2, #wrap-s-33c5e713-025f-4b9f-91c7-9f75104b51f2 { display:none !important; }}
#s-4802814b-d4a0-4806-bf8a-db65ca127d07 {
  margin-top: 70px;
margin-bottom: 1px;
}
@media (min-width: 1200px){#s-4802814b-d4a0-4806-bf8a-db65ca127d07 {
  display: none;
}
#s-4802814b-d4a0-4806-bf8a-db65ca127d07, #wrap-s-4802814b-d4a0-4806-bf8a-db65ca127d07 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4802814b-d4a0-4806-bf8a-db65ca127d07 {
  display: none;
}
#s-4802814b-d4a0-4806-bf8a-db65ca127d07, #wrap-s-4802814b-d4a0-4806-bf8a-db65ca127d07 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4802814b-d4a0-4806-bf8a-db65ca127d07 {
  display: none;
}
#s-4802814b-d4a0-4806-bf8a-db65ca127d07, #wrap-s-4802814b-d4a0-4806-bf8a-db65ca127d07 { display:none !important; }}@media (max-width: 767px){#s-4802814b-d4a0-4806-bf8a-db65ca127d07 {
  margin-left: auto;
margin-right: auto;
padding-left: 35px;
padding-right: 35px;
}
}
#s-f9150517-7a5d-42f5-834e-ee49249097f5 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 800px;
}

#s-c415f725-1180-4895-93f1-dca24f83265c {
  margin-top: 14px;
margin-left: auto;
margin-right: auto;
min-height: 0px;
max-width: 1000px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c415f725-1180-4895-93f1-dca24f83265c {
  padding-left: 40px;
padding-right: 40px;
}
}
@media (min-width: 0px) {
[id="s-c415f725-1180-4895-93f1-dca24f83265c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 768px) {
[id="s-c415f725-1180-4895-93f1-dca24f83265c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-c415f725-1180-4895-93f1-dca24f83265c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-c415f725-1180-4895-93f1-dca24f83265c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-298cc434-6b6b-4e3c-9737-0ba62647f5d3 {
  text-align: center;
}
@media (max-width: 767px){#s-298cc434-6b6b-4e3c-9737-0ba62647f5d3 {
  display: none;
}
#s-298cc434-6b6b-4e3c-9737-0ba62647f5d3, #wrap-s-298cc434-6b6b-4e3c-9737-0ba62647f5d3 { display:none !important; }}



  #s-298cc434-6b6b-4e3c-9737-0ba62647f5d3 img.shogun-image {
    
    width: px;
  }


#s-298cc434-6b6b-4e3c-9737-0ba62647f5d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-20986323-5a66-4021-80d4-e93031d8b9c6 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-94629345-322f-4e99-8ff4-fb0d8365bb37 {
  text-align: center;
}




  #s-94629345-322f-4e99-8ff4-fb0d8365bb37 img.shogun-image {
    
    width: px;
  }


#s-94629345-322f-4e99-8ff4-fb0d8365bb37 .shogun-image-content {
  
    align-items: center;
  
}

#s-cfcb7a2f-6a50-45f5-8b51-c570f2355f92 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-3338b157-a536-40d0-b06b-8ddb5d71a587 {
  text-align: center;
}




  #s-3338b157-a536-40d0-b06b-8ddb5d71a587 img.shogun-image {
    
    width: px;
  }


#s-3338b157-a536-40d0-b06b-8ddb5d71a587 .shogun-image-content {
  
    align-items: center;
  
}

#s-b4689eff-67ff-4545-9463-a499e2c7cc65 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-f3d236b6-95dd-4e88-a7d6-7a42cf634aea {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f3d236b6-95dd-4e88-a7d6-7a42cf634aea {
  display: none;
}
#s-f3d236b6-95dd-4e88-a7d6-7a42cf634aea, #wrap-s-f3d236b6-95dd-4e88-a7d6-7a42cf634aea { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f3d236b6-95dd-4e88-a7d6-7a42cf634aea {
  display: none;
}
#s-f3d236b6-95dd-4e88-a7d6-7a42cf634aea, #wrap-s-f3d236b6-95dd-4e88-a7d6-7a42cf634aea { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f3d236b6-95dd-4e88-a7d6-7a42cf634aea {
  display: none;
}
#s-f3d236b6-95dd-4e88-a7d6-7a42cf634aea, #wrap-s-f3d236b6-95dd-4e88-a7d6-7a42cf634aea { display:none !important; }}







#s-f3d236b6-95dd-4e88-a7d6-7a42cf634aea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3d236b6-95dd-4e88-a7d6-7a42cf634aea.shg-box.shg-c {
  justify-content: center;
}

#s-27f545f4-a701-4220-8eb9-8876eb949152 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-27f545f4-a701-4220-8eb9-8876eb949152 {
  display: none;
}
#s-27f545f4-a701-4220-8eb9-8876eb949152, #wrap-s-27f545f4-a701-4220-8eb9-8876eb949152 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-27f545f4-a701-4220-8eb9-8876eb949152 {
  display: none;
}
#s-27f545f4-a701-4220-8eb9-8876eb949152, #wrap-s-27f545f4-a701-4220-8eb9-8876eb949152 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-27f545f4-a701-4220-8eb9-8876eb949152 {
  display: none;
}
#s-27f545f4-a701-4220-8eb9-8876eb949152, #wrap-s-27f545f4-a701-4220-8eb9-8876eb949152 { display:none !important; }}







#s-27f545f4-a701-4220-8eb9-8876eb949152 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27f545f4-a701-4220-8eb9-8876eb949152.shg-box.shg-c {
  justify-content: center;
}

#s-7a58364b-6401-439e-8a20-e4c4ff036b7f {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-left: 40px;
padding-right: 40px;
}

#s-a0f4c96d-0cec-4326-8c6a-22814db9a893 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}




  #s-a0f4c96d-0cec-4326-8c6a-22814db9a893 img.shogun-image {
    
    width: px;
  }


#s-a0f4c96d-0cec-4326-8c6a-22814db9a893 .shogun-image-content {
  
    align-items: center;
  
}

#s-a7b9c871-95ef-4796-bd0d-ba4b64496d98 {
  margin-top: 10px;
margin-left: -50px;
margin-right: -50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-a7b9c871-95ef-4796-bd0d-ba4b64496d98 {
  display: none;
}
#s-a7b9c871-95ef-4796-bd0d-ba4b64496d98, #wrap-s-a7b9c871-95ef-4796-bd0d-ba4b64496d98 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a7b9c871-95ef-4796-bd0d-ba4b64496d98 {
  display: none;
}
#s-a7b9c871-95ef-4796-bd0d-ba4b64496d98, #wrap-s-a7b9c871-95ef-4796-bd0d-ba4b64496d98 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a7b9c871-95ef-4796-bd0d-ba4b64496d98 {
  display: none;
}
#s-a7b9c871-95ef-4796-bd0d-ba4b64496d98, #wrap-s-a7b9c871-95ef-4796-bd0d-ba4b64496d98 { display:none !important; }}







#s-a7b9c871-95ef-4796-bd0d-ba4b64496d98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7b9c871-95ef-4796-bd0d-ba4b64496d98.shg-box.shg-c {
  justify-content: center;
}

#s-2543f4b7-3e72-4a06-8dfa-472c29c7e329 {
  margin-left: 100px;
margin-right: 100px;
}

#s-2543f4b7-3e72-4a06-8dfa-472c29c7e329 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(11, 11, 11, 1);
}

#s-3d96687d-169b-4603-935c-dfe8bfcd282b {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-left: 40px;
padding-right: 40px;
}

#s-cdc5ac2f-c028-402c-ac0b-091622c56db0 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-cdc5ac2f-c028-402c-ac0b-091622c56db0 {
  display: none;
}
#s-cdc5ac2f-c028-402c-ac0b-091622c56db0, #wrap-s-cdc5ac2f-c028-402c-ac0b-091622c56db0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cdc5ac2f-c028-402c-ac0b-091622c56db0 {
  display: none;
}
#s-cdc5ac2f-c028-402c-ac0b-091622c56db0, #wrap-s-cdc5ac2f-c028-402c-ac0b-091622c56db0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cdc5ac2f-c028-402c-ac0b-091622c56db0 {
  display: none;
}
#s-cdc5ac2f-c028-402c-ac0b-091622c56db0, #wrap-s-cdc5ac2f-c028-402c-ac0b-091622c56db0 { display:none !important; }}







#s-cdc5ac2f-c028-402c-ac0b-091622c56db0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdc5ac2f-c028-402c-ac0b-091622c56db0.shg-box.shg-c {
  justify-content: center;
}

#s-07896d5d-6880-47ab-9b96-0119fb68225f {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}




  #s-07896d5d-6880-47ab-9b96-0119fb68225f img.shogun-image {
    
    width: px;
  }


#s-07896d5d-6880-47ab-9b96-0119fb68225f .shogun-image-content {
  
    align-items: center;
  
}

#s-1161e480-131a-4dec-ba0d-bf130c468866 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-1161e480-131a-4dec-ba0d-bf130c468866 {
  display: none;
}
#s-1161e480-131a-4dec-ba0d-bf130c468866, #wrap-s-1161e480-131a-4dec-ba0d-bf130c468866 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1161e480-131a-4dec-ba0d-bf130c468866 {
  display: none;
}
#s-1161e480-131a-4dec-ba0d-bf130c468866, #wrap-s-1161e480-131a-4dec-ba0d-bf130c468866 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1161e480-131a-4dec-ba0d-bf130c468866 {
  display: none;
}
#s-1161e480-131a-4dec-ba0d-bf130c468866, #wrap-s-1161e480-131a-4dec-ba0d-bf130c468866 { display:none !important; }}







#s-1161e480-131a-4dec-ba0d-bf130c468866 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1161e480-131a-4dec-ba0d-bf130c468866.shg-box.shg-c {
  justify-content: center;
}

#s-f966772f-5e8f-45c9-92ef-06fa7091aef6 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f966772f-5e8f-45c9-92ef-06fa7091aef6 {
  display: none;
}
#s-f966772f-5e8f-45c9-92ef-06fa7091aef6, #wrap-s-f966772f-5e8f-45c9-92ef-06fa7091aef6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f966772f-5e8f-45c9-92ef-06fa7091aef6 {
  display: none;
}
#s-f966772f-5e8f-45c9-92ef-06fa7091aef6, #wrap-s-f966772f-5e8f-45c9-92ef-06fa7091aef6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f966772f-5e8f-45c9-92ef-06fa7091aef6 {
  display: none;
}
#s-f966772f-5e8f-45c9-92ef-06fa7091aef6, #wrap-s-f966772f-5e8f-45c9-92ef-06fa7091aef6 { display:none !important; }}







#s-f966772f-5e8f-45c9-92ef-06fa7091aef6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f966772f-5e8f-45c9-92ef-06fa7091aef6.shg-box.shg-c {
  justify-content: center;
}

#s-48d50523-dc54-431c-b6d6-159051a2b796 {
  margin-top: 10px;
margin-left: -50px;
margin-right: -50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-48d50523-dc54-431c-b6d6-159051a2b796 {
  display: none;
}
#s-48d50523-dc54-431c-b6d6-159051a2b796, #wrap-s-48d50523-dc54-431c-b6d6-159051a2b796 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-48d50523-dc54-431c-b6d6-159051a2b796 {
  display: none;
}
#s-48d50523-dc54-431c-b6d6-159051a2b796, #wrap-s-48d50523-dc54-431c-b6d6-159051a2b796 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-48d50523-dc54-431c-b6d6-159051a2b796 {
  display: none;
}
#s-48d50523-dc54-431c-b6d6-159051a2b796, #wrap-s-48d50523-dc54-431c-b6d6-159051a2b796 { display:none !important; }}







#s-48d50523-dc54-431c-b6d6-159051a2b796 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48d50523-dc54-431c-b6d6-159051a2b796.shg-box.shg-c {
  justify-content: center;
}

#s-f4e406c0-f322-4611-b57a-f462d8e9fa84 {
  margin-left: 100px;
margin-right: 100px;
}

#s-f4e406c0-f322-4611-b57a-f462d8e9fa84 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(11, 11, 11, 1);
}

#s-5e5ad347-3b58-4773-bcd5-40e618e1cd6b {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-left: 40px;
padding-right: 40px;
}

#s-e6bfbb00-0615-4cd3-a490-0207b14dd0dc {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}




  #s-e6bfbb00-0615-4cd3-a490-0207b14dd0dc img.shogun-image {
    
    width: px;
  }


#s-e6bfbb00-0615-4cd3-a490-0207b14dd0dc .shogun-image-content {
  
    align-items: center;
  
}

#s-de2c8ad4-e421-4322-903c-e992618d6f3e {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-ad9a5a0b-a363-496f-86d2-015c7768e2f0 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-e3e849b2-b456-4f94-a06c-b9b8842c2847 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-f2381b8f-1838-4997-a4f3-4994f39a8cf6 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-3e5562ab-062f-43b4-ad58-2f0e89d8e0c8 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-f37be96b-71b5-4df8-8258-fe8801cb230d {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-323ecdaf-cbb7-4c3c-861a-2ec669e247d3 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-211a46ba-1559-4860-9123-2ae39be6f473 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-b740ceea-aa1e-49fa-9530-13fe737c4d1f {
  border-style: solid;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
max-width: 400px;
text-align: center;
}




  #s-b740ceea-aa1e-49fa-9530-13fe737c4d1f img.shogun-image {
    
    width: px;
  }


#s-b740ceea-aa1e-49fa-9530-13fe737c4d1f .shogun-image-content {
  
    align-items: center;
  
}

#s-f15343ef-12bb-4ef5-ada0-eced805c29fe {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 450px;
}
@media (min-width: 1200px){#s-f15343ef-12bb-4ef5-ada0-eced805c29fe {
  display: none;
}
#s-f15343ef-12bb-4ef5-ada0-eced805c29fe, #wrap-s-f15343ef-12bb-4ef5-ada0-eced805c29fe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f15343ef-12bb-4ef5-ada0-eced805c29fe {
  display: none;
}
#s-f15343ef-12bb-4ef5-ada0-eced805c29fe, #wrap-s-f15343ef-12bb-4ef5-ada0-eced805c29fe { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f15343ef-12bb-4ef5-ada0-eced805c29fe {
  display: none;
}
#s-f15343ef-12bb-4ef5-ada0-eced805c29fe, #wrap-s-f15343ef-12bb-4ef5-ada0-eced805c29fe { display:none !important; }}
#s-f15343ef-12bb-4ef5-ada0-eced805c29fe > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-f15343ef-12bb-4ef5-ada0-eced805c29fe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 15px;
}

#s-f15343ef-12bb-4ef5-ada0-eced805c29fe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(37, 55, 70, 1);
}

#s-f15343ef-12bb-4ef5-ada0-eced805c29fe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-f15343ef-12bb-4ef5-ada0-eced805c29fe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(37, 55, 70, 1);
  text-align: left;
  font-family: Merriweather;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}

#s-f15343ef-12bb-4ef5-ada0-eced805c29fe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-f39580a9-6997-4a0c-9725-d01889ac5d2c {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 15px;
padding-left: 20px;
padding-right: 20px;
}
@media (min-width: 1200px){#s-f39580a9-6997-4a0c-9725-d01889ac5d2c {
  display: none;
}
#s-f39580a9-6997-4a0c-9725-d01889ac5d2c, #wrap-s-f39580a9-6997-4a0c-9725-d01889ac5d2c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f39580a9-6997-4a0c-9725-d01889ac5d2c {
  display: none;
}
#s-f39580a9-6997-4a0c-9725-d01889ac5d2c, #wrap-s-f39580a9-6997-4a0c-9725-d01889ac5d2c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f39580a9-6997-4a0c-9725-d01889ac5d2c {
  display: none;
}
#s-f39580a9-6997-4a0c-9725-d01889ac5d2c, #wrap-s-f39580a9-6997-4a0c-9725-d01889ac5d2c { display:none !important; }}







#s-f39580a9-6997-4a0c-9725-d01889ac5d2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f39580a9-6997-4a0c-9725-d01889ac5d2c.shg-box.shg-c {
  justify-content: center;
}

#s-cfded340-3231-40cf-a38c-06cc5987b625 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-cfded340-3231-40cf-a38c-06cc5987b625 {
  display: none;
}
#s-cfded340-3231-40cf-a38c-06cc5987b625, #wrap-s-cfded340-3231-40cf-a38c-06cc5987b625 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cfded340-3231-40cf-a38c-06cc5987b625 {
  display: none;
}
#s-cfded340-3231-40cf-a38c-06cc5987b625, #wrap-s-cfded340-3231-40cf-a38c-06cc5987b625 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cfded340-3231-40cf-a38c-06cc5987b625 {
  
}
}@media (max-width: 767px){#s-cfded340-3231-40cf-a38c-06cc5987b625 {
  
}
}
#s-cfded340-3231-40cf-a38c-06cc5987b625 .shogun-heading-component h1 {
  color: #000;
  
  font-family: "Merriweather";
  
  font-size: 30px;
  
  
  text-align: center;
}



#s-d5554839-b03d-4a23-bff8-c0d3c41d848b {
  margin-left: -15px;
margin-right: -15px;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 1200px){#s-d5554839-b03d-4a23-bff8-c0d3c41d848b {
  display: none;
}
#s-d5554839-b03d-4a23-bff8-c0d3c41d848b, #wrap-s-d5554839-b03d-4a23-bff8-c0d3c41d848b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d5554839-b03d-4a23-bff8-c0d3c41d848b {
  display: none;
}
#s-d5554839-b03d-4a23-bff8-c0d3c41d848b, #wrap-s-d5554839-b03d-4a23-bff8-c0d3c41d848b { display:none !important; }}@media (max-width: 767px){#s-d5554839-b03d-4a23-bff8-c0d3c41d848b {
  
}
}







#s-d5554839-b03d-4a23-bff8-c0d3c41d848b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5554839-b03d-4a23-bff8-c0d3c41d848b.shg-box.shg-c {
  justify-content: center;
}

#s-b04a2426-df07-46c5-b200-414d3552c3f3 {
  margin-top: 10px;
background-color: rgba(30, 61, 89, 1);
}

@media (min-width: 0px) {
[id="s-b04a2426-df07-46c5-b200-414d3552c3f3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

@media (min-width: 768px) {
[id="s-b04a2426-df07-46c5-b200-414d3552c3f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

@media (min-width: 992px) {
[id="s-b04a2426-df07-46c5-b200-414d3552c3f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

@media (min-width: 1200px) {
[id="s-b04a2426-df07-46c5-b200-414d3552c3f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

#s-1494b2a4-2af7-47be-a045-1ad0f25e89e2 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-cdb94591-cc38-41d0-8e04-3b5bb807066b {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-8ce527c6-1df2-478d-9b04-14229894d1ac {
  margin-top: 15px;
margin-bottom: -5px;
margin-right: 3px;
}

#s-5f2cc2ac-d89b-4a66-b084-a193dc99b3ed {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(254, 251, 241, 1);
}

@media (min-width: 0px) {
[id="s-5f2cc2ac-d89b-4a66-b084-a193dc99b3ed"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-5f2cc2ac-d89b-4a66-b084-a193dc99b3ed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-5f2cc2ac-d89b-4a66-b084-a193dc99b3ed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-5f2cc2ac-d89b-4a66-b084-a193dc99b3ed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-21839625-4f46-44e6-b6ec-d77945bc2081 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-79593d02-4612-4dc7-b38f-41ef9ecd131e {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-ef85cab6-5a65-4f40-bb84-e7ec81a29fcf {
  margin-top: 15px;
margin-left: 5px;
margin-bottom: -5px;
margin-right: 5px;
}

#s-3ec05030-2180-49c4-a972-396d3464c411 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(30, 61, 89, 1);
}

@media (min-width: 0px) {
[id="s-3ec05030-2180-49c4-a972-396d3464c411"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-3ec05030-2180-49c4-a972-396d3464c411"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-3ec05030-2180-49c4-a972-396d3464c411"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-3ec05030-2180-49c4-a972-396d3464c411"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-47a7c8fd-729c-4ed0-9399-e17f2cd39235 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-2e934db0-7e8c-462a-a624-a3b63b0d17ce {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-268ed621-8cc6-4476-b64a-475a1c8dac30 {
  margin-top: 15px;
margin-left: 5px;
margin-bottom: -5px;
margin-right: 5px;
}

#s-acd42678-0063-4f58-8445-b0cd8f4d1be8 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(254, 251, 241, 1);
}

@media (min-width: 0px) {
[id="s-acd42678-0063-4f58-8445-b0cd8f4d1be8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-acd42678-0063-4f58-8445-b0cd8f4d1be8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-acd42678-0063-4f58-8445-b0cd8f4d1be8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-acd42678-0063-4f58-8445-b0cd8f4d1be8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-928e52be-4d94-4d80-9e4c-5767e64a6981 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-347bff5a-2855-497e-8a45-3f147b6820fa {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-11fbe39f-457d-4297-9682-e0f59513a191 {
  margin-top: 15px;
margin-left: 5px;
margin-bottom: -5px;
margin-right: 5px;
}

#s-bb37fe98-38d2-4356-8a61-67f88eb13f65 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(30, 61, 89, 1);
}

@media (min-width: 0px) {
[id="s-bb37fe98-38d2-4356-8a61-67f88eb13f65"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-bb37fe98-38d2-4356-8a61-67f88eb13f65"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-bb37fe98-38d2-4356-8a61-67f88eb13f65"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-bb37fe98-38d2-4356-8a61-67f88eb13f65"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-92dd6e7a-366c-41bb-8638-73c94f18738a {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-a12eed8b-3f50-4aa9-89b8-eb8a6ffd5cef {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-3133aacb-24f9-4634-84bd-7442b37530e0 {
  margin-top: 15px;
margin-left: 5px;
margin-bottom: -5px;
margin-right: 5px;
}

#s-98b80fef-084d-4f01-846e-4fbadd8633c2 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(254, 251, 241, 1);
}

@media (min-width: 0px) {
[id="s-98b80fef-084d-4f01-846e-4fbadd8633c2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-98b80fef-084d-4f01-846e-4fbadd8633c2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-98b80fef-084d-4f01-846e-4fbadd8633c2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-98b80fef-084d-4f01-846e-4fbadd8633c2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-646276c6-57e3-4e33-bbb9-d188a178cad1 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-56e25b48-0090-4d64-97fd-e88ac83eb384 {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-7d8f35b4-1b49-447f-befb-09f8e47f13c9 {
  margin-top: 15px;
margin-left: 5px;
margin-bottom: -5px;
margin-right: 5px;
}

#s-ba2efd49-9d43-43a9-b28a-48f820c3823f {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(30, 61, 89, 1);
}

@media (min-width: 0px) {
[id="s-ba2efd49-9d43-43a9-b28a-48f820c3823f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-ba2efd49-9d43-43a9-b28a-48f820c3823f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-ba2efd49-9d43-43a9-b28a-48f820c3823f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-ba2efd49-9d43-43a9-b28a-48f820c3823f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-46411cfe-cc92-47d0-b546-df8bf2166286 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-c8855687-4dc2-4d8e-9bee-96cbd548c8d0 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-77ed25f6-8a32-4dff-b712-def835429622 {
  margin-top: 15px;
margin-left: 5px;
margin-bottom: -5px;
margin-right: 5px;
}

#s-6cbd1471-fdf7-4769-a12f-a22c4635b88a {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(254, 251, 241, 1);
}

@media (min-width: 0px) {
[id="s-6cbd1471-fdf7-4769-a12f-a22c4635b88a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-6cbd1471-fdf7-4769-a12f-a22c4635b88a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-6cbd1471-fdf7-4769-a12f-a22c4635b88a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-6cbd1471-fdf7-4769-a12f-a22c4635b88a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-ab4a53c4-e961-4ba1-971d-2617c38f8fa1 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-a30e4cba-fd10-49e8-8435-4df07407896d {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-2f8912eb-d43b-4b8c-96b7-c8d4213dbefa {
  margin-top: 15px;
margin-left: 5px;
margin-bottom: -5px;
margin-right: 5px;
}

#s-9d4fa4e5-15ab-4ec0-a6df-0ecfd3b80b58 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(30, 61, 89, 1);
}

@media (min-width: 0px) {
[id="s-9d4fa4e5-15ab-4ec0-a6df-0ecfd3b80b58"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-9d4fa4e5-15ab-4ec0-a6df-0ecfd3b80b58"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-9d4fa4e5-15ab-4ec0-a6df-0ecfd3b80b58"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-9d4fa4e5-15ab-4ec0-a6df-0ecfd3b80b58"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-f6860a8c-b90e-4225-9a79-e83b6e9b1b3c {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-a18553ed-ac54-406e-a49e-610720328197 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-0eafb6c9-1c1b-49b4-aa77-4ae4c80c3340 {
  margin-top: 15px;
margin-left: 5px;
margin-bottom: -5px;
margin-right: 5px;
}

#s-f4fc69ea-6782-4563-8293-bc83fd24aa89 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(254, 251, 241, 1);
}

@media (min-width: 0px) {
[id="s-f4fc69ea-6782-4563-8293-bc83fd24aa89"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-f4fc69ea-6782-4563-8293-bc83fd24aa89"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-f4fc69ea-6782-4563-8293-bc83fd24aa89"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-f4fc69ea-6782-4563-8293-bc83fd24aa89"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-1e44c6ea-9cdd-47fe-a1a2-990acb56544a {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-a50f8255-c727-4f0b-81e3-4659d6056407 {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-ccd63cac-0291-4f63-b1d4-1663a9f3328b {
  margin-top: 15px;
margin-left: 5px;
margin-bottom: -5px;
margin-right: 5px;
}

#s-4ca24682-67d8-4f79-a50e-61f556f506d4 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(30, 61, 89, 1);
}

@media (min-width: 0px) {
[id="s-4ca24682-67d8-4f79-a50e-61f556f506d4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-4ca24682-67d8-4f79-a50e-61f556f506d4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-4ca24682-67d8-4f79-a50e-61f556f506d4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-4ca24682-67d8-4f79-a50e-61f556f506d4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-37147fca-7f5b-4b0a-8d99-b12fffc61917 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-b522ce0f-0065-481a-9ffe-eebb2f1692d1 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-97ada1e8-0d3e-4fc5-a8f3-ec66810a4a51 {
  margin-top: 15px;
margin-left: 5px;
margin-bottom: -5px;
margin-right: 5px;
}

#s-e763deae-acbd-4f32-bdbe-2f6f9e189d18 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
background-color: rgba(254, 251, 241, 1);
}

@media (min-width: 0px) {
[id="s-e763deae-acbd-4f32-bdbe-2f6f9e189d18"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-e763deae-acbd-4f32-bdbe-2f6f9e189d18"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-e763deae-acbd-4f32-bdbe-2f6f9e189d18"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-e763deae-acbd-4f32-bdbe-2f6f9e189d18"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-34813af4-1a05-4160-9601-fbb121da8290 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: -5px;
margin-right: 15px;
}

#s-fecf1ce1-085c-435b-a4d6-799b3ef0bfb8 {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-edde1976-6b70-4811-86d1-92340ce84a90 {
  margin-top: 15px;
margin-left: 5px;
margin-bottom: -5px;
margin-right: 5px;
}

#s-1fad8175-54f7-4836-ba3c-1231eb7cc148 {
  margin-top: 70px;
margin-bottom: 1px;
}
@media (max-width: 767px){#s-1fad8175-54f7-4836-ba3c-1231eb7cc148 {
  margin-left: auto;
margin-right: auto;
padding-left: 35px;
padding-right: 35px;
display: none;
}
#s-1fad8175-54f7-4836-ba3c-1231eb7cc148, #wrap-s-1fad8175-54f7-4836-ba3c-1231eb7cc148 { display:none !important; }}
#s-c9ecdad2-d48a-47e7-b5c2-9d8b402b2611 {
  margin-top: 70px;
margin-left: -35px;
margin-bottom: 1px;
margin-right: -35px;
}
@media (min-width: 1200px){#s-c9ecdad2-d48a-47e7-b5c2-9d8b402b2611 {
  display: none;
}
#s-c9ecdad2-d48a-47e7-b5c2-9d8b402b2611, #wrap-s-c9ecdad2-d48a-47e7-b5c2-9d8b402b2611 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c9ecdad2-d48a-47e7-b5c2-9d8b402b2611 {
  display: none;
}
#s-c9ecdad2-d48a-47e7-b5c2-9d8b402b2611, #wrap-s-c9ecdad2-d48a-47e7-b5c2-9d8b402b2611 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c9ecdad2-d48a-47e7-b5c2-9d8b402b2611 {
  display: none;
}
#s-c9ecdad2-d48a-47e7-b5c2-9d8b402b2611, #wrap-s-c9ecdad2-d48a-47e7-b5c2-9d8b402b2611 { display:none !important; }}@media (max-width: 767px){#s-c9ecdad2-d48a-47e7-b5c2-9d8b402b2611 {
  padding-left: 35px;
padding-right: 35px;
}
}
#s-9932c9b6-3957-4767-a800-dd61da398ca1 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 800px;
}
@media (min-width: 1200px){#s-9932c9b6-3957-4767-a800-dd61da398ca1 {
  display: none;
}
#s-9932c9b6-3957-4767-a800-dd61da398ca1, #wrap-s-9932c9b6-3957-4767-a800-dd61da398ca1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9932c9b6-3957-4767-a800-dd61da398ca1 {
  display: none;
}
#s-9932c9b6-3957-4767-a800-dd61da398ca1, #wrap-s-9932c9b6-3957-4767-a800-dd61da398ca1 { display:none !important; }}
#s-3eca3ca2-b647-4502-a0ec-cb17ea85a70a {
  margin-left: -50px;
margin-bottom: 20px;
margin-right: -50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-3eca3ca2-b647-4502-a0ec-cb17ea85a70a {
  display: none;
}
#s-3eca3ca2-b647-4502-a0ec-cb17ea85a70a, #wrap-s-3eca3ca2-b647-4502-a0ec-cb17ea85a70a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3eca3ca2-b647-4502-a0ec-cb17ea85a70a {
  display: none;
}
#s-3eca3ca2-b647-4502-a0ec-cb17ea85a70a, #wrap-s-3eca3ca2-b647-4502-a0ec-cb17ea85a70a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3eca3ca2-b647-4502-a0ec-cb17ea85a70a {
  display: none;
}
#s-3eca3ca2-b647-4502-a0ec-cb17ea85a70a, #wrap-s-3eca3ca2-b647-4502-a0ec-cb17ea85a70a { display:none !important; }}







#s-3eca3ca2-b647-4502-a0ec-cb17ea85a70a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3eca3ca2-b647-4502-a0ec-cb17ea85a70a.shg-box.shg-c {
  justify-content: center;
}

#s-ec213d67-8073-4fba-ba21-f6372afcf4f7 {
  margin-left: 100px;
margin-right: 100px;
}

#s-ec213d67-8073-4fba-ba21-f6372afcf4f7 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(11, 11, 11, 1);
}

#s-cbfb06ce-2aff-4673-9047-5ee70ad3875e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-cbfb06ce-2aff-4673-9047-5ee70ad3875e {
  display: none;
}
#s-cbfb06ce-2aff-4673-9047-5ee70ad3875e, #wrap-s-cbfb06ce-2aff-4673-9047-5ee70ad3875e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cbfb06ce-2aff-4673-9047-5ee70ad3875e {
  display: none;
}
#s-cbfb06ce-2aff-4673-9047-5ee70ad3875e, #wrap-s-cbfb06ce-2aff-4673-9047-5ee70ad3875e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cbfb06ce-2aff-4673-9047-5ee70ad3875e {
  display: none;
}
#s-cbfb06ce-2aff-4673-9047-5ee70ad3875e, #wrap-s-cbfb06ce-2aff-4673-9047-5ee70ad3875e { display:none !important; }}







#s-cbfb06ce-2aff-4673-9047-5ee70ad3875e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cbfb06ce-2aff-4673-9047-5ee70ad3875e.shg-box.shg-c {
  justify-content: center;
}

#s-d992fcd6-c0e2-49c7-bf63-50ff4f47e79f {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}




  #s-d992fcd6-c0e2-49c7-bf63-50ff4f47e79f img.shogun-image {
    
    width: px;
  }


#s-d992fcd6-c0e2-49c7-bf63-50ff4f47e79f .shogun-image-content {
  
    align-items: center;
  
}

#s-c22d39a9-09ee-4d2c-b5e7-63c9b624a71f {
  margin-top: 5px;
min-height: 50px;
}
@media (min-width: 1200px){#s-c22d39a9-09ee-4d2c-b5e7-63c9b624a71f {
  display: none;
}
#s-c22d39a9-09ee-4d2c-b5e7-63c9b624a71f, #wrap-s-c22d39a9-09ee-4d2c-b5e7-63c9b624a71f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c22d39a9-09ee-4d2c-b5e7-63c9b624a71f {
  display: none;
}
#s-c22d39a9-09ee-4d2c-b5e7-63c9b624a71f, #wrap-s-c22d39a9-09ee-4d2c-b5e7-63c9b624a71f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c22d39a9-09ee-4d2c-b5e7-63c9b624a71f {
  display: none;
}
#s-c22d39a9-09ee-4d2c-b5e7-63c9b624a71f, #wrap-s-c22d39a9-09ee-4d2c-b5e7-63c9b624a71f { display:none !important; }}







#s-c22d39a9-09ee-4d2c-b5e7-63c9b624a71f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c22d39a9-09ee-4d2c-b5e7-63c9b624a71f.shg-box.shg-c {
  justify-content: center;
}

#s-7b7575a6-e08c-4ed2-b489-62065422a26d {
  margin-top: 25px;
margin-left: auto;
margin-bottom: -15px;
margin-right: auto;
padding-left: 40px;
padding-right: 40px;
}

#s-37aaea8d-16f6-4b7d-82af-f532f9312e6c {
  margin-left: -50px;
margin-bottom: 10px;
margin-right: -50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-37aaea8d-16f6-4b7d-82af-f532f9312e6c {
  display: none;
}
#s-37aaea8d-16f6-4b7d-82af-f532f9312e6c, #wrap-s-37aaea8d-16f6-4b7d-82af-f532f9312e6c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-37aaea8d-16f6-4b7d-82af-f532f9312e6c {
  display: none;
}
#s-37aaea8d-16f6-4b7d-82af-f532f9312e6c, #wrap-s-37aaea8d-16f6-4b7d-82af-f532f9312e6c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-37aaea8d-16f6-4b7d-82af-f532f9312e6c {
  display: none;
}
#s-37aaea8d-16f6-4b7d-82af-f532f9312e6c, #wrap-s-37aaea8d-16f6-4b7d-82af-f532f9312e6c { display:none !important; }}







#s-37aaea8d-16f6-4b7d-82af-f532f9312e6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37aaea8d-16f6-4b7d-82af-f532f9312e6c.shg-box.shg-c {
  justify-content: center;
}

#s-4b9f7179-61d8-43b5-9899-2fe5e3cdba36 {
  margin-left: 100px;
margin-right: 100px;
}

#s-4b9f7179-61d8-43b5-9899-2fe5e3cdba36 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(11, 11, 11, 1);
}

#s-0f28e8aa-66d6-4e07-a5bd-bf4638a83e6c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0f28e8aa-66d6-4e07-a5bd-bf4638a83e6c {
  display: none;
}
#s-0f28e8aa-66d6-4e07-a5bd-bf4638a83e6c, #wrap-s-0f28e8aa-66d6-4e07-a5bd-bf4638a83e6c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0f28e8aa-66d6-4e07-a5bd-bf4638a83e6c {
  display: none;
}
#s-0f28e8aa-66d6-4e07-a5bd-bf4638a83e6c, #wrap-s-0f28e8aa-66d6-4e07-a5bd-bf4638a83e6c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0f28e8aa-66d6-4e07-a5bd-bf4638a83e6c {
  display: none;
}
#s-0f28e8aa-66d6-4e07-a5bd-bf4638a83e6c, #wrap-s-0f28e8aa-66d6-4e07-a5bd-bf4638a83e6c { display:none !important; }}







#s-0f28e8aa-66d6-4e07-a5bd-bf4638a83e6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f28e8aa-66d6-4e07-a5bd-bf4638a83e6c.shg-box.shg-c {
  justify-content: center;
}

#s-107e0294-a4df-4aa4-ba9f-1a9b491b7a5d {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}




  #s-107e0294-a4df-4aa4-ba9f-1a9b491b7a5d img.shogun-image {
    
    width: px;
  }


#s-107e0294-a4df-4aa4-ba9f-1a9b491b7a5d .shogun-image-content {
  
    align-items: center;
  
}

#s-c161f65f-7bd8-4ba9-ac8e-fb87f9d15d10 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c161f65f-7bd8-4ba9-ac8e-fb87f9d15d10 {
  display: none;
}
#s-c161f65f-7bd8-4ba9-ac8e-fb87f9d15d10, #wrap-s-c161f65f-7bd8-4ba9-ac8e-fb87f9d15d10 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c161f65f-7bd8-4ba9-ac8e-fb87f9d15d10 {
  display: none;
}
#s-c161f65f-7bd8-4ba9-ac8e-fb87f9d15d10, #wrap-s-c161f65f-7bd8-4ba9-ac8e-fb87f9d15d10 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c161f65f-7bd8-4ba9-ac8e-fb87f9d15d10 {
  display: none;
}
#s-c161f65f-7bd8-4ba9-ac8e-fb87f9d15d10, #wrap-s-c161f65f-7bd8-4ba9-ac8e-fb87f9d15d10 { display:none !important; }}







#s-c161f65f-7bd8-4ba9-ac8e-fb87f9d15d10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c161f65f-7bd8-4ba9-ac8e-fb87f9d15d10.shg-box.shg-c {
  justify-content: center;
}

#s-bc7fac9a-4df2-4760-951e-d1dbb00f4fee {
  margin-top: 25px;
margin-left: auto;
margin-bottom: -15px;
margin-right: auto;
padding-left: 40px;
padding-right: 40px;
}

#s-e11b25e1-78c2-45b0-a0be-6e975c1b0818 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e11b25e1-78c2-45b0-a0be-6e975c1b0818 {
  display: none;
}
#s-e11b25e1-78c2-45b0-a0be-6e975c1b0818, #wrap-s-e11b25e1-78c2-45b0-a0be-6e975c1b0818 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e11b25e1-78c2-45b0-a0be-6e975c1b0818 {
  display: none;
}
#s-e11b25e1-78c2-45b0-a0be-6e975c1b0818, #wrap-s-e11b25e1-78c2-45b0-a0be-6e975c1b0818 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e11b25e1-78c2-45b0-a0be-6e975c1b0818 {
  display: none;
}
#s-e11b25e1-78c2-45b0-a0be-6e975c1b0818, #wrap-s-e11b25e1-78c2-45b0-a0be-6e975c1b0818 { display:none !important; }}







#s-e11b25e1-78c2-45b0-a0be-6e975c1b0818 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e11b25e1-78c2-45b0-a0be-6e975c1b0818.shg-box.shg-c {
  justify-content: center;
}

#s-d2b70458-a987-4dc2-bfd2-af216fd2907a {
  margin-top: 10px;
margin-left: -50px;
margin-bottom: 10px;
margin-right: -50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-d2b70458-a987-4dc2-bfd2-af216fd2907a {
  display: none;
}
#s-d2b70458-a987-4dc2-bfd2-af216fd2907a, #wrap-s-d2b70458-a987-4dc2-bfd2-af216fd2907a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d2b70458-a987-4dc2-bfd2-af216fd2907a {
  display: none;
}
#s-d2b70458-a987-4dc2-bfd2-af216fd2907a, #wrap-s-d2b70458-a987-4dc2-bfd2-af216fd2907a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d2b70458-a987-4dc2-bfd2-af216fd2907a {
  display: none;
}
#s-d2b70458-a987-4dc2-bfd2-af216fd2907a, #wrap-s-d2b70458-a987-4dc2-bfd2-af216fd2907a { display:none !important; }}







#s-d2b70458-a987-4dc2-bfd2-af216fd2907a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2b70458-a987-4dc2-bfd2-af216fd2907a.shg-box.shg-c {
  justify-content: center;
}

#s-ee6e11c2-3d2c-4b7e-8e26-b101bb59f990 {
  margin-left: 100px;
margin-right: 100px;
}

#s-ee6e11c2-3d2c-4b7e-8e26-b101bb59f990 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(11, 11, 11, 1);
}

#s-f31747a5-7107-4549-adf2-694ea2b96e73 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}




  #s-f31747a5-7107-4549-adf2-694ea2b96e73 img.shogun-image {
    
    width: px;
  }


#s-f31747a5-7107-4549-adf2-694ea2b96e73 .shogun-image-content {
  
    align-items: center;
  
}

#s-11c83c52-5b35-45c8-b88d-095fb25359a7 {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
padding-left: 40px;
padding-right: 40px;
}

#s-2f47b02b-db5c-4cab-9898-84d86b5ccd50 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-1a7c1fc3-2b31-43b9-a312-b563c72ec92c {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-45a2833e-c190-45ba-8c55-59d605ee838b {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-10e6d69b-e1ef-4a15-9699-a2944ac9dc36 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-56a8423c-97f5-417f-8f26-9c879185562a {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-eb4be7b0-c120-430f-a7d9-11523c517e91 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-65178376-fe76-4ac2-8666-2753d090e1dd {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-94cc9386-67bb-46f9-86cc-9449e1af6beb {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-f50c76b9-1653-44f9-8bed-fe63b912b6e0 {
  border-style: solid;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
max-width: 350px;
text-align: center;
}




  #s-f50c76b9-1653-44f9-8bed-fe63b912b6e0 img.shogun-image {
    
    width: px;
  }


#s-f50c76b9-1653-44f9-8bed-fe63b912b6e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-5bb5bdd2-c3b2-4c1d-a6fa-08d85bd684db {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-5bb5bdd2-c3b2-4c1d-a6fa-08d85bd684db {
  display: none;
}
#s-5bb5bdd2-c3b2-4c1d-a6fa-08d85bd684db, #wrap-s-5bb5bdd2-c3b2-4c1d-a6fa-08d85bd684db { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5bb5bdd2-c3b2-4c1d-a6fa-08d85bd684db {
  display: none;
}
#s-5bb5bdd2-c3b2-4c1d-a6fa-08d85bd684db, #wrap-s-5bb5bdd2-c3b2-4c1d-a6fa-08d85bd684db { display:none !important; }}@media (max-width: 767px){#s-5bb5bdd2-c3b2-4c1d-a6fa-08d85bd684db {
  display: none;
}
#s-5bb5bdd2-c3b2-4c1d-a6fa-08d85bd684db, #wrap-s-5bb5bdd2-c3b2-4c1d-a6fa-08d85bd684db { display:none !important; }}







#s-5bb5bdd2-c3b2-4c1d-a6fa-08d85bd684db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5bb5bdd2-c3b2-4c1d-a6fa-08d85bd684db.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-843a3edf-dd94-4827-bc3e-eb22aee904cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-843a3edf-dd94-4827-bc3e-eb22aee904cd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-843a3edf-dd94-4827-bc3e-eb22aee904cd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-843a3edf-dd94-4827-bc3e-eb22aee904cd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e249e420-e439-40b7-926a-0c6b60fa5c59 {
  margin-left: auto;
margin-right: auto;
max-width: 450px;
text-align: center;
}




  #s-e249e420-e439-40b7-926a-0c6b60fa5c59 img.shogun-image {
    
    width: px;
  }


#s-e249e420-e439-40b7-926a-0c6b60fa5c59 .shogun-image-content {
  
    align-items: center;
  
}

#s-5b9834c7-0c6f-448a-9d05-b1e893b9747b {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-5b9834c7-0c6f-448a-9d05-b1e893b9747b {
  display: none;
}
#s-5b9834c7-0c6f-448a-9d05-b1e893b9747b, #wrap-s-5b9834c7-0c6f-448a-9d05-b1e893b9747b { display:none !important; }}
#s-2264fad1-bcbf-4963-921a-8c2da4a25cfa {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-2264fad1-bcbf-4963-921a-8c2da4a25cfa {
  display: none;
}
#s-2264fad1-bcbf-4963-921a-8c2da4a25cfa, #wrap-s-2264fad1-bcbf-4963-921a-8c2da4a25cfa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2264fad1-bcbf-4963-921a-8c2da4a25cfa {
  display: none;
}
#s-2264fad1-bcbf-4963-921a-8c2da4a25cfa, #wrap-s-2264fad1-bcbf-4963-921a-8c2da4a25cfa { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2264fad1-bcbf-4963-921a-8c2da4a25cfa {
  display: none;
}
#s-2264fad1-bcbf-4963-921a-8c2da4a25cfa, #wrap-s-2264fad1-bcbf-4963-921a-8c2da4a25cfa { display:none !important; }}







#s-2264fad1-bcbf-4963-921a-8c2da4a25cfa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2264fad1-bcbf-4963-921a-8c2da4a25cfa.shg-box.shg-c {
  justify-content: center;
}

#s-f3aad3ec-2fcc-43b7-ade6-380f2985ddd3 {
  max-width: 450px;
text-align: center;
}




  #s-f3aad3ec-2fcc-43b7-ade6-380f2985ddd3 img.shogun-image {
    
    width: px;
  }


#s-f3aad3ec-2fcc-43b7-ade6-380f2985ddd3 .shogun-image-content {
  
    align-items: center;
  
}

#s-b6a5e94f-1a70-4722-9c58-98754c2da0d4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b6a5e94f-1a70-4722-9c58-98754c2da0d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6a5e94f-1a70-4722-9c58-98754c2da0d4.shg-box.shg-c {
  justify-content: center;
}

#s-40960348-d0e4-4009-a776-92abcfe8b41c {
  margin-top: 50px;
}
@media (max-width: 767px){#s-40960348-d0e4-4009-a776-92abcfe8b41c {
  margin-left: -15px;
margin-right: -15px;
display: none;
}
#s-40960348-d0e4-4009-a776-92abcfe8b41c, #wrap-s-40960348-d0e4-4009-a776-92abcfe8b41c { display:none !important; }}
#s-cc1c3b4f-8ff6-4ac0-bf02-cedb46f4ca21 {
  margin-top: 50px;
padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-cc1c3b4f-8ff6-4ac0-bf02-cedb46f4ca21 {
  display: none;
}
#s-cc1c3b4f-8ff6-4ac0-bf02-cedb46f4ca21, #wrap-s-cc1c3b4f-8ff6-4ac0-bf02-cedb46f4ca21 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cc1c3b4f-8ff6-4ac0-bf02-cedb46f4ca21 {
  display: none;
}
#s-cc1c3b4f-8ff6-4ac0-bf02-cedb46f4ca21, #wrap-s-cc1c3b4f-8ff6-4ac0-bf02-cedb46f4ca21 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cc1c3b4f-8ff6-4ac0-bf02-cedb46f4ca21 {
  display: none;
}
#s-cc1c3b4f-8ff6-4ac0-bf02-cedb46f4ca21, #wrap-s-cc1c3b4f-8ff6-4ac0-bf02-cedb46f4ca21 { display:none !important; }}
#s-1bcf3242-c898-4137-bc42-e17810c25c00 {
  padding-top: 50px;
padding-left: 30px;
padding-bottom: 50px;
padding-right: 30px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1bcf3242-c898-4137-bc42-e17810c25c00 {
  display: none;
}
#s-1bcf3242-c898-4137-bc42-e17810c25c00, #wrap-s-1bcf3242-c898-4137-bc42-e17810c25c00 { display:none !important; }}@media (max-width: 767px){#s-1bcf3242-c898-4137-bc42-e17810c25c00 {
  display: none;
}
#s-1bcf3242-c898-4137-bc42-e17810c25c00, #wrap-s-1bcf3242-c898-4137-bc42-e17810c25c00 { display:none !important; }}







#s-1bcf3242-c898-4137-bc42-e17810c25c00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1bcf3242-c898-4137-bc42-e17810c25c00.shg-box.shg-c {
  justify-content: center;
}

#s-95a791a5-7cd5-4ba7-853f-92a9fcb0f033 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 900px;
}
@media (min-width: 768px) and (max-width: 991px){#s-95a791a5-7cd5-4ba7-853f-92a9fcb0f033 {
  max-width: 700px;
}
}
@media (min-width: 0px) {
[id="s-95a791a5-7cd5-4ba7-853f-92a9fcb0f033"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-95a791a5-7cd5-4ba7-853f-92a9fcb0f033"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-95a791a5-7cd5-4ba7-853f-92a9fcb0f033"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-95a791a5-7cd5-4ba7-853f-92a9fcb0f033"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e44e1a14-d9fd-4c38-aa73-ee582c6226c1 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(112, 112, 112, 1);
border-style: solid;
min-height: 50px;
}
@media (max-width: 767px){#s-e44e1a14-d9fd-4c38-aa73-ee582c6226c1 {
  margin-left: auto;
margin-right: auto;
}
}







#s-e44e1a14-d9fd-4c38-aa73-ee582c6226c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e44e1a14-d9fd-4c38-aa73-ee582c6226c1.shg-box.shg-c {
  justify-content: center;
}

#s-7617e753-6066-4914-b06d-47a8d1e310b7 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}
@media (max-width: 767px){#s-7617e753-6066-4914-b06d-47a8d1e310b7 {
  margin-left: auto;
margin-right: auto;
}
}



  #s-7617e753-6066-4914-b06d-47a8d1e310b7 img.shogun-image {
    
    width: px;
  }


#s-7617e753-6066-4914-b06d-47a8d1e310b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-17db0509-ca44-4751-9c3d-639efa63bc68 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-17db0509-ca44-4751-9c3d-639efa63bc68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17db0509-ca44-4751-9c3d-639efa63bc68.shg-box.shg-c {
  justify-content: center;
}

#s-a9c3a793-b891-4442-83f3-2f9e95eaac35 {
  margin-top: 50px;
}
@media (max-width: 767px){#s-a9c3a793-b891-4442-83f3-2f9e95eaac35 {
  margin-left: -15px;
margin-right: -15px;
display: none;
}
#s-a9c3a793-b891-4442-83f3-2f9e95eaac35, #wrap-s-a9c3a793-b891-4442-83f3-2f9e95eaac35 { display:none !important; }}
#s-0f21de0c-c866-4b1b-8e23-a0ee2b643eea {
  margin-top: 50px;
}
@media (min-width: 1200px){#s-0f21de0c-c866-4b1b-8e23-a0ee2b643eea {
  display: none;
}
#s-0f21de0c-c866-4b1b-8e23-a0ee2b643eea, #wrap-s-0f21de0c-c866-4b1b-8e23-a0ee2b643eea { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0f21de0c-c866-4b1b-8e23-a0ee2b643eea {
  display: none;
}
#s-0f21de0c-c866-4b1b-8e23-a0ee2b643eea, #wrap-s-0f21de0c-c866-4b1b-8e23-a0ee2b643eea { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0f21de0c-c866-4b1b-8e23-a0ee2b643eea {
  display: none;
}
#s-0f21de0c-c866-4b1b-8e23-a0ee2b643eea, #wrap-s-0f21de0c-c866-4b1b-8e23-a0ee2b643eea { display:none !important; }}@media (max-width: 767px){#s-0f21de0c-c866-4b1b-8e23-a0ee2b643eea {
  margin-left: auto;
margin-right: auto;
}
}
#s-e8463e7c-ee50-4ae4-906e-7a3aa094737b {
  padding-top: 15px;
min-height: 50px;
}








#s-e8463e7c-ee50-4ae4-906e-7a3aa094737b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8463e7c-ee50-4ae4-906e-7a3aa094737b.shg-box.shg-c {
  justify-content: center;
}

#s-7deb7fc8-ad35-459c-8fb0-4e010560da5d {
  margin-top: 50px;
}

#s-af9ea8db-9fe7-4972-add3-2ee6fbd2fe52 {
  min-height: 50px;
}
@media (max-width: 767px){#s-af9ea8db-9fe7-4972-add3-2ee6fbd2fe52 {
  display: none;
}
#s-af9ea8db-9fe7-4972-add3-2ee6fbd2fe52, #wrap-s-af9ea8db-9fe7-4972-add3-2ee6fbd2fe52 { display:none !important; }}







#s-af9ea8db-9fe7-4972-add3-2ee6fbd2fe52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af9ea8db-9fe7-4972-add3-2ee6fbd2fe52.shg-box.shg-c {
  justify-content: center;
}

#s-4e9e994f-a0e1-4230-8fa1-4f44ef55d157 {
  margin-bottom: 10px;
}
@media (max-width: 767px){#s-4e9e994f-a0e1-4230-8fa1-4f44ef55d157 {
  margin-left: 40px;
margin-right: 40px;
}
}
#s-2dbdcf64-36ad-43e7-81a0-58e4d2804c48 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(235, 129, 22, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2dbdcf64-36ad-43e7-81a0-58e4d2804c48:hover {background-color: rgba(255, 153, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2dbdcf64-36ad-43e7-81a0-58e4d2804c48:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-2dbdcf64-36ad-43e7-81a0-58e4d2804c48 {
  display: none;
}
#s-2dbdcf64-36ad-43e7-81a0-58e4d2804c48, #wrap-s-2dbdcf64-36ad-43e7-81a0-58e4d2804c48 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2dbdcf64-36ad-43e7-81a0-58e4d2804c48 {
  display: none;
}
#s-2dbdcf64-36ad-43e7-81a0-58e4d2804c48, #wrap-s-2dbdcf64-36ad-43e7-81a0-58e4d2804c48 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2dbdcf64-36ad-43e7-81a0-58e4d2804c48 {
  
}
}@media (max-width: 767px){#s-2dbdcf64-36ad-43e7-81a0-58e4d2804c48 {
  display: none;
}
#s-2dbdcf64-36ad-43e7-81a0-58e4d2804c48, #wrap-s-2dbdcf64-36ad-43e7-81a0-58e4d2804c48 { display:none !important; }}


#s-2dbdcf64-36ad-43e7-81a0-58e4d2804c48.shg-btn {
  color: #ffffff;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 768px) and (max-width: 991px){

#s-2dbdcf64-36ad-43e7-81a0-58e4d2804c48.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}
#s-34310bf6-8d75-48af-a5bc-14a9bccd993b {
  padding-top: 20px;
padding-left: 200px;
padding-bottom: 20px;
padding-right: 200px;
min-height: 50px;
}
@media (max-width: 767px){#s-34310bf6-8d75-48af-a5bc-14a9bccd993b {
  display: none;
}
#s-34310bf6-8d75-48af-a5bc-14a9bccd993b, #wrap-s-34310bf6-8d75-48af-a5bc-14a9bccd993b { display:none !important; }}







#s-34310bf6-8d75-48af-a5bc-14a9bccd993b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34310bf6-8d75-48af-a5bc-14a9bccd993b.shg-box.shg-c {
  justify-content: center;
}

#s-cdb70776-8964-43b4-9188-fb630ecd7014 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 100px;
text-align: center;
}




  #s-cdb70776-8964-43b4-9188-fb630ecd7014 img.shogun-image {
    
    width: px;
  }


#s-cdb70776-8964-43b4-9188-fb630ecd7014 .shogun-image-content {
  
    align-items: center;
  
}

#s-6c84c428-d532-4367-b8fa-4b7d9ba20b40 {
  min-height: 50px;
}








#s-6c84c428-d532-4367-b8fa-4b7d9ba20b40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c84c428-d532-4367-b8fa-4b7d9ba20b40.shg-box.shg-c {
  justify-content: center;
}

#s-2500117e-8a37-4343-b1f9-6fc5dd7bf26b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(235, 129, 22, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2500117e-8a37-4343-b1f9-6fc5dd7bf26b:hover {background-color: rgba(255, 153, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2500117e-8a37-4343-b1f9-6fc5dd7bf26b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-2500117e-8a37-4343-b1f9-6fc5dd7bf26b {
  display: none;
}
#s-2500117e-8a37-4343-b1f9-6fc5dd7bf26b, #wrap-s-2500117e-8a37-4343-b1f9-6fc5dd7bf26b { display:none !important; }}@media (max-width: 767px){#s-2500117e-8a37-4343-b1f9-6fc5dd7bf26b {
  display: none;
}
#s-2500117e-8a37-4343-b1f9-6fc5dd7bf26b, #wrap-s-2500117e-8a37-4343-b1f9-6fc5dd7bf26b { display:none !important; }}


#s-2500117e-8a37-4343-b1f9-6fc5dd7bf26b.shg-btn {
  color: #ffffff;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 768px) and (max-width: 991px){

#s-2500117e-8a37-4343-b1f9-6fc5dd7bf26b.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}
#s-586a5f8a-f7cf-4516-9e1b-4119e319b01b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(235, 129, 22, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-586a5f8a-f7cf-4516-9e1b-4119e319b01b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-586a5f8a-f7cf-4516-9e1b-4119e319b01b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-586a5f8a-f7cf-4516-9e1b-4119e319b01b {
  display: none;
}
#s-586a5f8a-f7cf-4516-9e1b-4119e319b01b, #wrap-s-586a5f8a-f7cf-4516-9e1b-4119e319b01b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-586a5f8a-f7cf-4516-9e1b-4119e319b01b {
  display: none;
}
#s-586a5f8a-f7cf-4516-9e1b-4119e319b01b, #wrap-s-586a5f8a-f7cf-4516-9e1b-4119e319b01b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-586a5f8a-f7cf-4516-9e1b-4119e319b01b {
  display: none;
}
#s-586a5f8a-f7cf-4516-9e1b-4119e319b01b, #wrap-s-586a5f8a-f7cf-4516-9e1b-4119e319b01b { display:none !important; }}@media (max-width: 767px){#s-586a5f8a-f7cf-4516-9e1b-4119e319b01b {
  
}
}


#s-586a5f8a-f7cf-4516-9e1b-4119e319b01b.shg-btn {
  color: #ffffff;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}

#s-8d44c366-1edd-4fbc-bf99-ca9315de6f2e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(235, 129, 22, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8d44c366-1edd-4fbc-bf99-ca9315de6f2e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8d44c366-1edd-4fbc-bf99-ca9315de6f2e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-8d44c366-1edd-4fbc-bf99-ca9315de6f2e {
  display: none;
}
#s-8d44c366-1edd-4fbc-bf99-ca9315de6f2e, #wrap-s-8d44c366-1edd-4fbc-bf99-ca9315de6f2e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8d44c366-1edd-4fbc-bf99-ca9315de6f2e {
  display: none;
}
#s-8d44c366-1edd-4fbc-bf99-ca9315de6f2e, #wrap-s-8d44c366-1edd-4fbc-bf99-ca9315de6f2e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8d44c366-1edd-4fbc-bf99-ca9315de6f2e {
  display: none;
}
#s-8d44c366-1edd-4fbc-bf99-ca9315de6f2e, #wrap-s-8d44c366-1edd-4fbc-bf99-ca9315de6f2e { display:none !important; }}@media (max-width: 767px){#s-8d44c366-1edd-4fbc-bf99-ca9315de6f2e {
  
}
}


#s-8d44c366-1edd-4fbc-bf99-ca9315de6f2e.shg-btn {
  color: #ffffff;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}

#s-33104e11-4f69-4317-9713-091bdab87785 {
  margin-top: 15px;
margin-bottom: 15px;
padding-left: 200px;
padding-right: 200px;
min-height: 50px;
}
@media (min-width: 1200px){#s-33104e11-4f69-4317-9713-091bdab87785 {
  display: none;
}
#s-33104e11-4f69-4317-9713-091bdab87785, #wrap-s-33104e11-4f69-4317-9713-091bdab87785 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-33104e11-4f69-4317-9713-091bdab87785 {
  display: none;
}
#s-33104e11-4f69-4317-9713-091bdab87785, #wrap-s-33104e11-4f69-4317-9713-091bdab87785 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-33104e11-4f69-4317-9713-091bdab87785 {
  display: none;
}
#s-33104e11-4f69-4317-9713-091bdab87785, #wrap-s-33104e11-4f69-4317-9713-091bdab87785 { display:none !important; }}







#s-33104e11-4f69-4317-9713-091bdab87785 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33104e11-4f69-4317-9713-091bdab87785.shg-box.shg-c {
  justify-content: center;
}

#s-72479937-5c28-4e6d-90c0-aee01fc1a887 {
  margin-top: 0px;
margin-bottom: 10px;
text-align: center;
}

#s-72479937-5c28-4e6d-90c0-aee01fc1a887 .shogun-countdown span, #s-72479937-5c28-4e6d-90c0-aee01fc1a887 .shogun-countdown label {
  color: rgba(37, 55, 70, 1);
}
#s-ccba3485-ad90-4fb5-a0d4-98f19ff3ebd2 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ccba3485-ad90-4fb5-a0d4-98f19ff3ebd2 {
  display: none;
}
#s-ccba3485-ad90-4fb5-a0d4-98f19ff3ebd2, #wrap-s-ccba3485-ad90-4fb5-a0d4-98f19ff3ebd2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ccba3485-ad90-4fb5-a0d4-98f19ff3ebd2 {
  display: none;
}
#s-ccba3485-ad90-4fb5-a0d4-98f19ff3ebd2, #wrap-s-ccba3485-ad90-4fb5-a0d4-98f19ff3ebd2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ccba3485-ad90-4fb5-a0d4-98f19ff3ebd2 {
  display: none;
}
#s-ccba3485-ad90-4fb5-a0d4-98f19ff3ebd2, #wrap-s-ccba3485-ad90-4fb5-a0d4-98f19ff3ebd2 { display:none !important; }}







#s-ccba3485-ad90-4fb5-a0d4-98f19ff3ebd2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ccba3485-ad90-4fb5-a0d4-98f19ff3ebd2.shg-box.shg-c {
  justify-content: center;
}

#s-bf78bc04-30e0-4a80-97a5-37cb7569e813 {
  margin-bottom: 10px;
}
@media (max-width: 767px){#s-bf78bc04-30e0-4a80-97a5-37cb7569e813 {
  margin-left: 40px;
margin-right: 40px;
}
}
#s-2fb0dc41-5562-4c64-96d2-9925428140a0 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(235, 129, 22, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2fb0dc41-5562-4c64-96d2-9925428140a0:hover {background-color: rgba(255, 153, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2fb0dc41-5562-4c64-96d2-9925428140a0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-2fb0dc41-5562-4c64-96d2-9925428140a0 {
  display: none;
}
#s-2fb0dc41-5562-4c64-96d2-9925428140a0, #wrap-s-2fb0dc41-5562-4c64-96d2-9925428140a0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2fb0dc41-5562-4c64-96d2-9925428140a0 {
  display: none;
}
#s-2fb0dc41-5562-4c64-96d2-9925428140a0, #wrap-s-2fb0dc41-5562-4c64-96d2-9925428140a0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2fb0dc41-5562-4c64-96d2-9925428140a0 {
  display: none;
}
#s-2fb0dc41-5562-4c64-96d2-9925428140a0, #wrap-s-2fb0dc41-5562-4c64-96d2-9925428140a0 { display:none !important; }}


#s-2fb0dc41-5562-4c64-96d2-9925428140a0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}

#s-bc1114a8-968b-465f-954b-8f68a52ebc29 {
  min-height: 50px;
}








#s-bc1114a8-968b-465f-954b-8f68a52ebc29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc1114a8-968b-465f-954b-8f68a52ebc29.shg-box.shg-c {
  justify-content: center;
}

#s-6dd0e6b4-e1e5-4ab7-bb78-6a38941fabac {
  margin-left: auto;
margin-right: auto;
padding-top: 25px;
padding-bottom: 25px;
max-width: 100px;
}
@media (min-width: 1200px){#s-6dd0e6b4-e1e5-4ab7-bb78-6a38941fabac {
  display: none;
}
#s-6dd0e6b4-e1e5-4ab7-bb78-6a38941fabac, #wrap-s-6dd0e6b4-e1e5-4ab7-bb78-6a38941fabac { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6dd0e6b4-e1e5-4ab7-bb78-6a38941fabac {
  display: none;
}
#s-6dd0e6b4-e1e5-4ab7-bb78-6a38941fabac, #wrap-s-6dd0e6b4-e1e5-4ab7-bb78-6a38941fabac { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6dd0e6b4-e1e5-4ab7-bb78-6a38941fabac {
  display: none;
}
#s-6dd0e6b4-e1e5-4ab7-bb78-6a38941fabac, #wrap-s-6dd0e6b4-e1e5-4ab7-bb78-6a38941fabac { display:none !important; }}



  #s-6dd0e6b4-e1e5-4ab7-bb78-6a38941fabac img.shogun-image {
    
    width: px;
  }


#s-6dd0e6b4-e1e5-4ab7-bb78-6a38941fabac .shogun-image-content {
  
    align-items: center;
  
}

#s-28aeb319-d3e0-439d-900d-9d324678cd4c hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-a63712cf-9a5a-428f-a5de-f781f3e15275 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 0px;
padding-right: 30px;
background-color: rgba(255, 255, 255, 1);
}








#s-a63712cf-9a5a-428f-a5de-f781f3e15275 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a63712cf-9a5a-428f-a5de-f781f3e15275.shg-box.shg-c {
  justify-content: center;
}

#s-f16039e5-6410-442b-944e-91f92bc4cb7a {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(81, 75, 75, 1);
border-style: solid;
min-height: 50px;
}








#s-f16039e5-6410-442b-944e-91f92bc4cb7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f16039e5-6410-442b-944e-91f92bc4cb7a.shg-box.shg-c {
  justify-content: center;
}

#s-a52beaca-8ddf-47dd-a7c6-8df8debd5aa3 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(81, 75, 75, 1);
}

#s-2d5db182-5443-41fd-bded-1c893deeedb5 {
  padding-top: 15px;
min-height: 50px;
}
@media (min-width: 1200px){#s-2d5db182-5443-41fd-bded-1c893deeedb5 {
  margin-bottom: -60px;
}
}@media (max-width: 767px){#s-2d5db182-5443-41fd-bded-1c893deeedb5 {
  margin-left: auto;
margin-bottom: -60px;
margin-right: auto;
}
}







#s-2d5db182-5443-41fd-bded-1c893deeedb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d5db182-5443-41fd-bded-1c893deeedb5.shg-box.shg-c {
  justify-content: center;
}

#s-1686a6b8-a83d-46fb-8d84-201a5088121b {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1686a6b8-a83d-46fb-8d84-201a5088121b {
  max-width: 700px;
}
}
@media (min-width: 0px) {
[id="s-1686a6b8-a83d-46fb-8d84-201a5088121b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1686a6b8-a83d-46fb-8d84-201a5088121b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-1686a6b8-a83d-46fb-8d84-201a5088121b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-1686a6b8-a83d-46fb-8d84-201a5088121b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-68aafe9d-8b11-4217-89f7-c0f656f52c81 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(112, 112, 112, 1);
border-style: solid;
min-height: 50px;
}








#s-68aafe9d-8b11-4217-89f7-c0f656f52c81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68aafe9d-8b11-4217-89f7-c0f656f52c81.shg-box.shg-c {
  justify-content: center;
}

#s-ac96295c-17d8-4c2e-ac02-60d0d7afef6d {
  min-height: 50px;
}








#s-ac96295c-17d8-4c2e-ac02-60d0d7afef6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac96295c-17d8-4c2e-ac02-60d0d7afef6d.shg-box.shg-c {
  justify-content: center;
}

#s-9ca894d8-18ec-4596-8c9e-3e02c7e5a441 {
  min-height: 50px;
}








#s-9ca894d8-18ec-4596-8c9e-3e02c7e5a441 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ca894d8-18ec-4596-8c9e-3e02c7e5a441.shg-box.shg-c {
  justify-content: center;
}








#s-f6b56812-7472-4538-910e-1fff3c407dc0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6b56812-7472-4538-910e-1fff3c407dc0.shg-box.shg-c {
  justify-content: center;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/*
  $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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

.shogun-root div:empty {
  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 {
  display: none;
  margin-top: 16px;
  line-height: 16px;
  font-size: 14px;
  color: #dc143c;
}

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

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