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

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

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

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

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

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

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

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

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

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

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

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

#s-4e6d9f62-a628-40a5-b074-9e4d4dcb0820 {
  min-height: 600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4e6d9f62-a628-40a5-b074-9e4d4dcb0820 {
  display: none;
}
#s-4e6d9f62-a628-40a5-b074-9e4d4dcb0820, #wrap-s-4e6d9f62-a628-40a5-b074-9e4d4dcb0820 { display: none !important; }}@media (max-width: 767px){#s-4e6d9f62-a628-40a5-b074-9e4d4dcb0820 {
  display: none;
}
#s-4e6d9f62-a628-40a5-b074-9e4d4dcb0820, #wrap-s-4e6d9f62-a628-40a5-b074-9e4d4dcb0820 { display: none !important; }}







#s-4e6d9f62-a628-40a5-b074-9e4d4dcb0820 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e6d9f62-a628-40a5-b074-9e4d4dcb0820.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2c4197f2-cf79-40f6-982c-d96c8ca787a9 {
  padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
min-height: 325px;
background-color: rgba(88, 197, 196, 1);
}








#s-2c4197f2-cf79-40f6-982c-d96c8ca787a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c4197f2-cf79-40f6-982c-d96c8ca787a9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-fdd57160-46a5-4016-9820-a0ddcf384f9a {
  padding-top: 80px;
padding-bottom: 0px;
text-align: center;
}

#s-fdd57160-46a5-4016-9820-a0ddcf384f9a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bicyclette-Bold";
  font-style:  normal ;
  font-size: 65px;
  
  
  
}



#s-1826c910-a457-4e76-93ca-95467e78e2bc {
  margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-1826c910-a457-4e76-93ca-95467e78e2bc .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bicyclette-Bold";
  font-style:  normal ;
  font-size: 65px;
  
  
  
}



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

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

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

#s-9498990a-03de-4f89-b478-f49fdbd40fca {
  padding-left: 5%;
padding-bottom: 80px;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-9498990a-03de-4f89-b478-f49fdbd40fca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9498990a-03de-4f89-b478-f49fdbd40fca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9498990a-03de-4f89-b478-f49fdbd40fca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9498990a-03de-4f89-b478-f49fdbd40fca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-97cc7188-008e-4bdc-8c60-f43bc5f0ab9a {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-97cc7188-008e-4bdc-8c60-f43bc5f0ab9a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-97cc7188-008e-4bdc-8c60-f43bc5f0ab9a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-97cc7188-008e-4bdc-8c60-f43bc5f0ab9a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-97cc7188-008e-4bdc-8c60-f43bc5f0ab9a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

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

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

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

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

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

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

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

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

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

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

#s-56951507-0c8a-4f3f-b34d-89515cc8700c {
  text-align: center;
}


.shg-c#s-56951507-0c8a-4f3f-b34d-89515cc8700c {
  max-width:  100%;
}

.shg-c#s-56951507-0c8a-4f3f-b34d-89515cc8700c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56951507-0c8a-4f3f-b34d-89515cc8700c .shg-image-zoom,
.shg-c#s-56951507-0c8a-4f3f-b34d-89515cc8700c img.shogun-image {
  max-width: 100px !important;
  
}

.shg-c#s-56951507-0c8a-4f3f-b34d-89515cc8700c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-56951507-0c8a-4f3f-b34d-89515cc8700c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-56951507-0c8a-4f3f-b34d-89515cc8700c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-56951507-0c8a-4f3f-b34d-89515cc8700c {
  max-width:  100%;
}

.shg-c#s-56951507-0c8a-4f3f-b34d-89515cc8700c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56951507-0c8a-4f3f-b34d-89515cc8700c .shg-image-zoom,
.shg-c#s-56951507-0c8a-4f3f-b34d-89515cc8700c img.shogun-image {
  max-width: 100px !important;
  
}

.shg-c#s-56951507-0c8a-4f3f-b34d-89515cc8700c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-56951507-0c8a-4f3f-b34d-89515cc8700c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-56951507-0c8a-4f3f-b34d-89515cc8700c img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-56951507-0c8a-4f3f-b34d-89515cc8700c {
  max-width:  100%;
}

.shg-c#s-56951507-0c8a-4f3f-b34d-89515cc8700c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56951507-0c8a-4f3f-b34d-89515cc8700c .shg-image-zoom,
.shg-c#s-56951507-0c8a-4f3f-b34d-89515cc8700c img.shogun-image {
  max-width: 100px !important;
  
}

.shg-c#s-56951507-0c8a-4f3f-b34d-89515cc8700c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-56951507-0c8a-4f3f-b34d-89515cc8700c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-56951507-0c8a-4f3f-b34d-89515cc8700c img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-56951507-0c8a-4f3f-b34d-89515cc8700c {
  max-width:  100%;
}

.shg-c#s-56951507-0c8a-4f3f-b34d-89515cc8700c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56951507-0c8a-4f3f-b34d-89515cc8700c .shg-image-zoom,
.shg-c#s-56951507-0c8a-4f3f-b34d-89515cc8700c img.shogun-image {
  max-width: 100px !important;
  
}

.shg-c#s-56951507-0c8a-4f3f-b34d-89515cc8700c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-56951507-0c8a-4f3f-b34d-89515cc8700c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-56951507-0c8a-4f3f-b34d-89515cc8700c img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-56951507-0c8a-4f3f-b34d-89515cc8700c {
  max-width:  100%;
}

.shg-c#s-56951507-0c8a-4f3f-b34d-89515cc8700c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56951507-0c8a-4f3f-b34d-89515cc8700c .shg-image-zoom,
.shg-c#s-56951507-0c8a-4f3f-b34d-89515cc8700c img.shogun-image {
  max-width: 100px !important;
  
}

.shg-c#s-56951507-0c8a-4f3f-b34d-89515cc8700c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-56951507-0c8a-4f3f-b34d-89515cc8700c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-56951507-0c8a-4f3f-b34d-89515cc8700c img.shogun-image {
  width: 100%;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-7cfad555-223a-45c0-9bdf-02f71a70f439 {
  margin-top: 5px;
}

#s-4731764a-c2c2-492b-8d80-d3f2a70551b1 {
  text-align: center;
}


.shg-c#s-4731764a-c2c2-492b-8d80-d3f2a70551b1 {
  max-width:  100%;
}

.shg-c#s-4731764a-c2c2-492b-8d80-d3f2a70551b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4731764a-c2c2-492b-8d80-d3f2a70551b1 .shg-image-zoom,
.shg-c#s-4731764a-c2c2-492b-8d80-d3f2a70551b1 img.shogun-image {
  max-width: 100px !important;
  min-height: 0px !important;
}

.shg-c#s-4731764a-c2c2-492b-8d80-d3f2a70551b1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4731764a-c2c2-492b-8d80-d3f2a70551b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4731764a-c2c2-492b-8d80-d3f2a70551b1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-4731764a-c2c2-492b-8d80-d3f2a70551b1 {
  max-width:  100%;
}

.shg-c#s-4731764a-c2c2-492b-8d80-d3f2a70551b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4731764a-c2c2-492b-8d80-d3f2a70551b1 .shg-image-zoom,
.shg-c#s-4731764a-c2c2-492b-8d80-d3f2a70551b1 img.shogun-image {
  max-width: 100px !important;
  min-height: 0px !important;
}

.shg-c#s-4731764a-c2c2-492b-8d80-d3f2a70551b1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4731764a-c2c2-492b-8d80-d3f2a70551b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4731764a-c2c2-492b-8d80-d3f2a70551b1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4731764a-c2c2-492b-8d80-d3f2a70551b1 {
  max-width:  100%;
}

.shg-c#s-4731764a-c2c2-492b-8d80-d3f2a70551b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4731764a-c2c2-492b-8d80-d3f2a70551b1 .shg-image-zoom,
.shg-c#s-4731764a-c2c2-492b-8d80-d3f2a70551b1 img.shogun-image {
  max-width: 100px !important;
  min-height: 0px !important;
}

.shg-c#s-4731764a-c2c2-492b-8d80-d3f2a70551b1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4731764a-c2c2-492b-8d80-d3f2a70551b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4731764a-c2c2-492b-8d80-d3f2a70551b1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4731764a-c2c2-492b-8d80-d3f2a70551b1 {
  max-width:  100%;
}

.shg-c#s-4731764a-c2c2-492b-8d80-d3f2a70551b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4731764a-c2c2-492b-8d80-d3f2a70551b1 .shg-image-zoom,
.shg-c#s-4731764a-c2c2-492b-8d80-d3f2a70551b1 img.shogun-image {
  max-width: 100px !important;
  min-height: 0px !important;
}

.shg-c#s-4731764a-c2c2-492b-8d80-d3f2a70551b1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4731764a-c2c2-492b-8d80-d3f2a70551b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4731764a-c2c2-492b-8d80-d3f2a70551b1 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-4731764a-c2c2-492b-8d80-d3f2a70551b1 {
  max-width:  100%;
}

.shg-c#s-4731764a-c2c2-492b-8d80-d3f2a70551b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4731764a-c2c2-492b-8d80-d3f2a70551b1 .shg-image-zoom,
.shg-c#s-4731764a-c2c2-492b-8d80-d3f2a70551b1 img.shogun-image {
  max-width: 100px !important;
  min-height: 0px !important;
}

.shg-c#s-4731764a-c2c2-492b-8d80-d3f2a70551b1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4731764a-c2c2-492b-8d80-d3f2a70551b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4731764a-c2c2-492b-8d80-d3f2a70551b1 img.shogun-image {
  width: 100%;
}



}
#s-cd824b8d-e9d7-428f-bca5-ed46cf6db2d1 {
  margin-top: 5px;
}

#s-f2e5f308-6a8c-4926-bb38-94ee5d38a711 {
  text-align: center;
}


.shg-c#s-f2e5f308-6a8c-4926-bb38-94ee5d38a711 {
  max-width:  100%;
}

.shg-c#s-f2e5f308-6a8c-4926-bb38-94ee5d38a711 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f2e5f308-6a8c-4926-bb38-94ee5d38a711 .shg-image-zoom,
.shg-c#s-f2e5f308-6a8c-4926-bb38-94ee5d38a711 img.shogun-image {
  max-width: 100px !important;
  min-height: 0px !important;
}

.shg-c#s-f2e5f308-6a8c-4926-bb38-94ee5d38a711 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f2e5f308-6a8c-4926-bb38-94ee5d38a711 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2e5f308-6a8c-4926-bb38-94ee5d38a711 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-f2e5f308-6a8c-4926-bb38-94ee5d38a711 {
  max-width:  100%;
}

.shg-c#s-f2e5f308-6a8c-4926-bb38-94ee5d38a711 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f2e5f308-6a8c-4926-bb38-94ee5d38a711 .shg-image-zoom,
.shg-c#s-f2e5f308-6a8c-4926-bb38-94ee5d38a711 img.shogun-image {
  max-width: 100px !important;
  min-height: 0px !important;
}

.shg-c#s-f2e5f308-6a8c-4926-bb38-94ee5d38a711 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f2e5f308-6a8c-4926-bb38-94ee5d38a711 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2e5f308-6a8c-4926-bb38-94ee5d38a711 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f2e5f308-6a8c-4926-bb38-94ee5d38a711 {
  max-width:  100%;
}

.shg-c#s-f2e5f308-6a8c-4926-bb38-94ee5d38a711 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f2e5f308-6a8c-4926-bb38-94ee5d38a711 .shg-image-zoom,
.shg-c#s-f2e5f308-6a8c-4926-bb38-94ee5d38a711 img.shogun-image {
  max-width: 100px !important;
  min-height: 0px !important;
}

.shg-c#s-f2e5f308-6a8c-4926-bb38-94ee5d38a711 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f2e5f308-6a8c-4926-bb38-94ee5d38a711 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2e5f308-6a8c-4926-bb38-94ee5d38a711 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f2e5f308-6a8c-4926-bb38-94ee5d38a711 {
  max-width:  100%;
}

.shg-c#s-f2e5f308-6a8c-4926-bb38-94ee5d38a711 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f2e5f308-6a8c-4926-bb38-94ee5d38a711 .shg-image-zoom,
.shg-c#s-f2e5f308-6a8c-4926-bb38-94ee5d38a711 img.shogun-image {
  max-width: 100px !important;
  min-height: 0px !important;
}

.shg-c#s-f2e5f308-6a8c-4926-bb38-94ee5d38a711 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f2e5f308-6a8c-4926-bb38-94ee5d38a711 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2e5f308-6a8c-4926-bb38-94ee5d38a711 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-f2e5f308-6a8c-4926-bb38-94ee5d38a711 {
  max-width:  100%;
}

.shg-c#s-f2e5f308-6a8c-4926-bb38-94ee5d38a711 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f2e5f308-6a8c-4926-bb38-94ee5d38a711 .shg-image-zoom,
.shg-c#s-f2e5f308-6a8c-4926-bb38-94ee5d38a711 img.shogun-image {
  max-width: 100px !important;
  min-height: 0px !important;
}

.shg-c#s-f2e5f308-6a8c-4926-bb38-94ee5d38a711 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f2e5f308-6a8c-4926-bb38-94ee5d38a711 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2e5f308-6a8c-4926-bb38-94ee5d38a711 img.shogun-image {
  width: 100%;
}



}
#s-ad567ba4-4bde-4ad9-bf9e-da32107893b0 {
  margin-top: 5px;
}

#s-1b4c6cb5-85de-4dc7-9762-959c2f13c20b {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-1b4c6cb5-85de-4dc7-9762-959c2f13c20b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-1b4c6cb5-85de-4dc7-9762-959c2f13c20b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1b4c6cb5-85de-4dc7-9762-959c2f13c20b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b4c6cb5-85de-4dc7-9762-959c2f13c20b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-f893c933-e4f9-4661-a56a-1e52393790d2 {
  text-align: center;
}


.shg-c#s-f893c933-e4f9-4661-a56a-1e52393790d2 {
  max-width:  100%;
}

.shg-c#s-f893c933-e4f9-4661-a56a-1e52393790d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f893c933-e4f9-4661-a56a-1e52393790d2 .shg-image-zoom,
.shg-c#s-f893c933-e4f9-4661-a56a-1e52393790d2 img.shogun-image {
  max-width: 100px !important;
  min-height: 0px !important;
}

.shg-c#s-f893c933-e4f9-4661-a56a-1e52393790d2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f893c933-e4f9-4661-a56a-1e52393790d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f893c933-e4f9-4661-a56a-1e52393790d2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-f893c933-e4f9-4661-a56a-1e52393790d2 {
  max-width:  100%;
}

.shg-c#s-f893c933-e4f9-4661-a56a-1e52393790d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f893c933-e4f9-4661-a56a-1e52393790d2 .shg-image-zoom,
.shg-c#s-f893c933-e4f9-4661-a56a-1e52393790d2 img.shogun-image {
  max-width: 100px !important;
  min-height: 0px !important;
}

.shg-c#s-f893c933-e4f9-4661-a56a-1e52393790d2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f893c933-e4f9-4661-a56a-1e52393790d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f893c933-e4f9-4661-a56a-1e52393790d2 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f893c933-e4f9-4661-a56a-1e52393790d2 {
  max-width:  100%;
}

.shg-c#s-f893c933-e4f9-4661-a56a-1e52393790d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f893c933-e4f9-4661-a56a-1e52393790d2 .shg-image-zoom,
.shg-c#s-f893c933-e4f9-4661-a56a-1e52393790d2 img.shogun-image {
  max-width: 100px !important;
  min-height: 0px !important;
}

.shg-c#s-f893c933-e4f9-4661-a56a-1e52393790d2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f893c933-e4f9-4661-a56a-1e52393790d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f893c933-e4f9-4661-a56a-1e52393790d2 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f893c933-e4f9-4661-a56a-1e52393790d2 {
  max-width:  100%;
}

.shg-c#s-f893c933-e4f9-4661-a56a-1e52393790d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f893c933-e4f9-4661-a56a-1e52393790d2 .shg-image-zoom,
.shg-c#s-f893c933-e4f9-4661-a56a-1e52393790d2 img.shogun-image {
  max-width: 100px !important;
  min-height: 0px !important;
}

.shg-c#s-f893c933-e4f9-4661-a56a-1e52393790d2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f893c933-e4f9-4661-a56a-1e52393790d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f893c933-e4f9-4661-a56a-1e52393790d2 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-f893c933-e4f9-4661-a56a-1e52393790d2 {
  max-width:  100%;
}

.shg-c#s-f893c933-e4f9-4661-a56a-1e52393790d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f893c933-e4f9-4661-a56a-1e52393790d2 .shg-image-zoom,
.shg-c#s-f893c933-e4f9-4661-a56a-1e52393790d2 img.shogun-image {
  max-width: 100px !important;
  min-height: 0px !important;
}

.shg-c#s-f893c933-e4f9-4661-a56a-1e52393790d2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f893c933-e4f9-4661-a56a-1e52393790d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f893c933-e4f9-4661-a56a-1e52393790d2 img.shogun-image {
  width: 100%;
}



}
#s-6b1d4778-cdc7-4dfc-9b2d-3de982742d1f {
  margin-top: 5px;
}

#s-29736afc-6a94-4d49-8d84-4f5b5a5602c7 {
  text-align: center;
}


.shg-c#s-29736afc-6a94-4d49-8d84-4f5b5a5602c7 {
  max-width:  100%;
}

.shg-c#s-29736afc-6a94-4d49-8d84-4f5b5a5602c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-29736afc-6a94-4d49-8d84-4f5b5a5602c7 .shg-image-zoom,
.shg-c#s-29736afc-6a94-4d49-8d84-4f5b5a5602c7 img.shogun-image {
  max-width: 100px !important;
  min-height: 0px !important;
}

.shg-c#s-29736afc-6a94-4d49-8d84-4f5b5a5602c7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-29736afc-6a94-4d49-8d84-4f5b5a5602c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29736afc-6a94-4d49-8d84-4f5b5a5602c7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-29736afc-6a94-4d49-8d84-4f5b5a5602c7 {
  max-width:  100%;
}

.shg-c#s-29736afc-6a94-4d49-8d84-4f5b5a5602c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-29736afc-6a94-4d49-8d84-4f5b5a5602c7 .shg-image-zoom,
.shg-c#s-29736afc-6a94-4d49-8d84-4f5b5a5602c7 img.shogun-image {
  max-width: 100px !important;
  min-height: 0px !important;
}

.shg-c#s-29736afc-6a94-4d49-8d84-4f5b5a5602c7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-29736afc-6a94-4d49-8d84-4f5b5a5602c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29736afc-6a94-4d49-8d84-4f5b5a5602c7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-29736afc-6a94-4d49-8d84-4f5b5a5602c7 {
  max-width:  100%;
}

.shg-c#s-29736afc-6a94-4d49-8d84-4f5b5a5602c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-29736afc-6a94-4d49-8d84-4f5b5a5602c7 .shg-image-zoom,
.shg-c#s-29736afc-6a94-4d49-8d84-4f5b5a5602c7 img.shogun-image {
  max-width: 100px !important;
  min-height: 0px !important;
}

.shg-c#s-29736afc-6a94-4d49-8d84-4f5b5a5602c7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-29736afc-6a94-4d49-8d84-4f5b5a5602c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29736afc-6a94-4d49-8d84-4f5b5a5602c7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-29736afc-6a94-4d49-8d84-4f5b5a5602c7 {
  max-width:  100%;
}

.shg-c#s-29736afc-6a94-4d49-8d84-4f5b5a5602c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-29736afc-6a94-4d49-8d84-4f5b5a5602c7 .shg-image-zoom,
.shg-c#s-29736afc-6a94-4d49-8d84-4f5b5a5602c7 img.shogun-image {
  max-width: 100px !important;
  min-height: 0px !important;
}

.shg-c#s-29736afc-6a94-4d49-8d84-4f5b5a5602c7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-29736afc-6a94-4d49-8d84-4f5b5a5602c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29736afc-6a94-4d49-8d84-4f5b5a5602c7 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-29736afc-6a94-4d49-8d84-4f5b5a5602c7 {
  max-width:  100%;
}

.shg-c#s-29736afc-6a94-4d49-8d84-4f5b5a5602c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-29736afc-6a94-4d49-8d84-4f5b5a5602c7 .shg-image-zoom,
.shg-c#s-29736afc-6a94-4d49-8d84-4f5b5a5602c7 img.shogun-image {
  max-width: 100px !important;
  min-height: 0px !important;
}

.shg-c#s-29736afc-6a94-4d49-8d84-4f5b5a5602c7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-29736afc-6a94-4d49-8d84-4f5b5a5602c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29736afc-6a94-4d49-8d84-4f5b5a5602c7 img.shogun-image {
  width: 100%;
}



}
#s-5876c2d8-00a6-40cc-a875-e30f58416901 {
  margin-top: 5px;
}

#s-277aa19e-5b12-45df-a2eb-08f23f826fd1 {
  text-align: center;
}


.shg-c#s-277aa19e-5b12-45df-a2eb-08f23f826fd1 {
  max-width:  100%;
}

.shg-c#s-277aa19e-5b12-45df-a2eb-08f23f826fd1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-277aa19e-5b12-45df-a2eb-08f23f826fd1 .shg-image-zoom,
.shg-c#s-277aa19e-5b12-45df-a2eb-08f23f826fd1 img.shogun-image {
  max-width: 100px !important;
  
}

.shg-c#s-277aa19e-5b12-45df-a2eb-08f23f826fd1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-277aa19e-5b12-45df-a2eb-08f23f826fd1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-277aa19e-5b12-45df-a2eb-08f23f826fd1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-277aa19e-5b12-45df-a2eb-08f23f826fd1 {
  max-width:  100%;
}

.shg-c#s-277aa19e-5b12-45df-a2eb-08f23f826fd1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-277aa19e-5b12-45df-a2eb-08f23f826fd1 .shg-image-zoom,
.shg-c#s-277aa19e-5b12-45df-a2eb-08f23f826fd1 img.shogun-image {
  max-width: 100px !important;
  
}

.shg-c#s-277aa19e-5b12-45df-a2eb-08f23f826fd1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-277aa19e-5b12-45df-a2eb-08f23f826fd1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-277aa19e-5b12-45df-a2eb-08f23f826fd1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-277aa19e-5b12-45df-a2eb-08f23f826fd1 {
  max-width:  100%;
}

.shg-c#s-277aa19e-5b12-45df-a2eb-08f23f826fd1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-277aa19e-5b12-45df-a2eb-08f23f826fd1 .shg-image-zoom,
.shg-c#s-277aa19e-5b12-45df-a2eb-08f23f826fd1 img.shogun-image {
  max-width: 100px !important;
  
}

.shg-c#s-277aa19e-5b12-45df-a2eb-08f23f826fd1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-277aa19e-5b12-45df-a2eb-08f23f826fd1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-277aa19e-5b12-45df-a2eb-08f23f826fd1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-277aa19e-5b12-45df-a2eb-08f23f826fd1 {
  max-width:  100%;
}

.shg-c#s-277aa19e-5b12-45df-a2eb-08f23f826fd1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-277aa19e-5b12-45df-a2eb-08f23f826fd1 .shg-image-zoom,
.shg-c#s-277aa19e-5b12-45df-a2eb-08f23f826fd1 img.shogun-image {
  max-width: 100px !important;
  
}

.shg-c#s-277aa19e-5b12-45df-a2eb-08f23f826fd1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-277aa19e-5b12-45df-a2eb-08f23f826fd1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-277aa19e-5b12-45df-a2eb-08f23f826fd1 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-277aa19e-5b12-45df-a2eb-08f23f826fd1 {
  max-width:  100%;
}

.shg-c#s-277aa19e-5b12-45df-a2eb-08f23f826fd1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-277aa19e-5b12-45df-a2eb-08f23f826fd1 .shg-image-zoom,
.shg-c#s-277aa19e-5b12-45df-a2eb-08f23f826fd1 img.shogun-image {
  max-width: 100px !important;
  
}

.shg-c#s-277aa19e-5b12-45df-a2eb-08f23f826fd1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-277aa19e-5b12-45df-a2eb-08f23f826fd1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-277aa19e-5b12-45df-a2eb-08f23f826fd1 img.shogun-image {
  width: 100%;
}



}
#s-ee11c057-afc5-49a2-ac66-bb01abbf7128 {
  margin-top: 5px;
}

#s-09b957ff-c60b-4142-86dd-c37f69e571f0 {
  min-height: 325px;
background-color: rgba(11, 107, 112, 1);
}








#s-09b957ff-c60b-4142-86dd-c37f69e571f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09b957ff-c60b-4142-86dd-c37f69e571f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6254823a-9a43-450a-9cca-5640d0cdc129 {
  margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-958f4f25-ce35-4c5d-9534-b06959344096"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-958f4f25-ce35-4c5d-9534-b06959344096"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-958f4f25-ce35-4c5d-9534-b06959344096"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-958f4f25-ce35-4c5d-9534-b06959344096"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-254c30ff-8a46-4fa9-9f7c-7a9bf19d3ad8 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 800px;
background-position: center center;
}








#s-254c30ff-8a46-4fa9-9f7c-7a9bf19d3ad8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-254c30ff-8a46-4fa9-9f7c-7a9bf19d3ad8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c6e57437-744a-4fb6-8cf0-da229451e2c7 {
  min-height: 800px;
background-color: rgba(255, 255, 255, 1);
}








#s-c6e57437-744a-4fb6-8cf0-da229451e2c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6e57437-744a-4fb6-8cf0-da229451e2c7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe42ac0b-d297-4d2f-889d-242614572399 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}








#s-fe42ac0b-d297-4d2f-889d-242614572399 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe42ac0b-d297-4d2f-889d-242614572399.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-84536266-b8ff-4b22-bc3c-054023d52bb2 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

#s-fb92310d-5066-4f9e-a7c3-b32cfba414e6 {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-d54ceb1a-0291-4f31-94fb-442c109a7e2d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d54ceb1a-0291-4f31-94fb-442c109a7e2d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d54ceb1a-0291-4f31-94fb-442c109a7e2d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d54ceb1a-0291-4f31-94fb-442c109a7e2d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-d54ceb1a-0291-4f31-94fb-442c109a7e2d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-f7c00476-454a-4351-a30a-279a65055daf {
  min-height: 800px;
background-color: rgba(255, 255, 255, 1);
}








#s-f7c00476-454a-4351-a30a-279a65055daf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7c00476-454a-4351-a30a-279a65055daf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-985dcc65-01ac-439e-a0bf-2cfa5a094f45 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

#s-388fe067-da24-4a14-b3b5-1dc244e1379c {
  padding-left: 5%;
padding-right: 5%;
}

#s-b0b39734-b7f3-4706-88da-1e5476ecaf9c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 800px;
background-position: center center;
}








#s-b0b39734-b7f3-4706-88da-1e5476ecaf9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0b39734-b7f3-4706-88da-1e5476ecaf9c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c766b0f9-9f04-405a-b1a0-8e762e4bde06"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c766b0f9-9f04-405a-b1a0-8e762e4bde06"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c766b0f9-9f04-405a-b1a0-8e762e4bde06"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c766b0f9-9f04-405a-b1a0-8e762e4bde06"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-bdf8635a-9e58-43ff-80ec-6c7c89901bc1 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 800px;
background-position: center center;
}








#s-bdf8635a-9e58-43ff-80ec-6c7c89901bc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bdf8635a-9e58-43ff-80ec-6c7c89901bc1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-410322b4-94da-4547-90fd-b3328a287637 {
  padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
background-color: rgba(121, 200, 162, 1);
}








#s-410322b4-94da-4547-90fd-b3328a287637 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-410322b4-94da-4547-90fd-b3328a287637.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0752f938-8985-457c-838a-e7d359fbdcc2 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}








#s-0752f938-8985-457c-838a-e7d359fbdcc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0752f938-8985-457c-838a-e7d359fbdcc2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52616636-9f4d-4904-ae2a-4eb63c9d0e78 {
  min-height: 50px;
background-color: rgba(121, 200, 162, 1);
}








#s-52616636-9f4d-4904-ae2a-4eb63c9d0e78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52616636-9f4d-4904-ae2a-4eb63c9d0e78.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fc584bf7-8f66-401c-99c1-90208a1c8986 {
  padding-left: 0%;
padding-right: 0%;
min-height: 425px;
}

@media (min-width: 0px) {
[id="s-fc584bf7-8f66-401c-99c1-90208a1c8986"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc584bf7-8f66-401c-99c1-90208a1c8986"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-fc584bf7-8f66-401c-99c1-90208a1c8986"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc584bf7-8f66-401c-99c1-90208a1c8986"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-2390a339-e712-4ab9-bd98-ac585b777849 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
}








#s-2390a339-e712-4ab9-bd98-ac585b777849 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2390a339-e712-4ab9-bd98-ac585b777849.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3f64bd90-7381-4d25-a246-111318aec508 {
  text-align: center;
}


.shg-c#s-3f64bd90-7381-4d25-a246-111318aec508 {
  max-width:  100%;
}

.shg-c#s-3f64bd90-7381-4d25-a246-111318aec508 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f64bd90-7381-4d25-a246-111318aec508 .shg-image-zoom,
.shg-c#s-3f64bd90-7381-4d25-a246-111318aec508 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-3f64bd90-7381-4d25-a246-111318aec508 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3f64bd90-7381-4d25-a246-111318aec508 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f64bd90-7381-4d25-a246-111318aec508 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-3f64bd90-7381-4d25-a246-111318aec508 {
  max-width:  100%;
}

.shg-c#s-3f64bd90-7381-4d25-a246-111318aec508 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f64bd90-7381-4d25-a246-111318aec508 .shg-image-zoom,
.shg-c#s-3f64bd90-7381-4d25-a246-111318aec508 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-3f64bd90-7381-4d25-a246-111318aec508 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3f64bd90-7381-4d25-a246-111318aec508 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f64bd90-7381-4d25-a246-111318aec508 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3f64bd90-7381-4d25-a246-111318aec508 {
  max-width:  100%;
}

.shg-c#s-3f64bd90-7381-4d25-a246-111318aec508 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f64bd90-7381-4d25-a246-111318aec508 .shg-image-zoom,
.shg-c#s-3f64bd90-7381-4d25-a246-111318aec508 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-3f64bd90-7381-4d25-a246-111318aec508 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3f64bd90-7381-4d25-a246-111318aec508 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f64bd90-7381-4d25-a246-111318aec508 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3f64bd90-7381-4d25-a246-111318aec508 {
  max-width:  100%;
}

.shg-c#s-3f64bd90-7381-4d25-a246-111318aec508 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f64bd90-7381-4d25-a246-111318aec508 .shg-image-zoom,
.shg-c#s-3f64bd90-7381-4d25-a246-111318aec508 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-3f64bd90-7381-4d25-a246-111318aec508 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3f64bd90-7381-4d25-a246-111318aec508 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f64bd90-7381-4d25-a246-111318aec508 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-3f64bd90-7381-4d25-a246-111318aec508 {
  max-width:  100%;
}

.shg-c#s-3f64bd90-7381-4d25-a246-111318aec508 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f64bd90-7381-4d25-a246-111318aec508 .shg-image-zoom,
.shg-c#s-3f64bd90-7381-4d25-a246-111318aec508 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-3f64bd90-7381-4d25-a246-111318aec508 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3f64bd90-7381-4d25-a246-111318aec508 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f64bd90-7381-4d25-a246-111318aec508 img.shogun-image {
  width: 100%;
}



}
#s-61dc2715-de40-4c1a-b703-d95a263db797 {
  margin-top: 20px;
margin-bottom: 5px;
}

#s-05326abe-030a-4279-b5be-dd0d13bf204b {
  margin-top: 0px;
}

#s-5bc9efa4-946a-47fd-b3ee-f4fba32ae7f4 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
}








#s-5bc9efa4-946a-47fd-b3ee-f4fba32ae7f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5bc9efa4-946a-47fd-b3ee-f4fba32ae7f4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9bc566ff-99c7-47d8-8082-f64f5f905063 {
  text-align: center;
}


.shg-c#s-9bc566ff-99c7-47d8-8082-f64f5f905063 {
  max-width:  100%;
}

.shg-c#s-9bc566ff-99c7-47d8-8082-f64f5f905063 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9bc566ff-99c7-47d8-8082-f64f5f905063 .shg-image-zoom,
.shg-c#s-9bc566ff-99c7-47d8-8082-f64f5f905063 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-9bc566ff-99c7-47d8-8082-f64f5f905063 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9bc566ff-99c7-47d8-8082-f64f5f905063 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bc566ff-99c7-47d8-8082-f64f5f905063 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-9bc566ff-99c7-47d8-8082-f64f5f905063 {
  max-width:  100%;
}

.shg-c#s-9bc566ff-99c7-47d8-8082-f64f5f905063 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9bc566ff-99c7-47d8-8082-f64f5f905063 .shg-image-zoom,
.shg-c#s-9bc566ff-99c7-47d8-8082-f64f5f905063 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-9bc566ff-99c7-47d8-8082-f64f5f905063 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9bc566ff-99c7-47d8-8082-f64f5f905063 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bc566ff-99c7-47d8-8082-f64f5f905063 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9bc566ff-99c7-47d8-8082-f64f5f905063 {
  max-width:  100%;
}

.shg-c#s-9bc566ff-99c7-47d8-8082-f64f5f905063 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9bc566ff-99c7-47d8-8082-f64f5f905063 .shg-image-zoom,
.shg-c#s-9bc566ff-99c7-47d8-8082-f64f5f905063 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-9bc566ff-99c7-47d8-8082-f64f5f905063 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9bc566ff-99c7-47d8-8082-f64f5f905063 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bc566ff-99c7-47d8-8082-f64f5f905063 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9bc566ff-99c7-47d8-8082-f64f5f905063 {
  max-width:  100%;
}

.shg-c#s-9bc566ff-99c7-47d8-8082-f64f5f905063 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9bc566ff-99c7-47d8-8082-f64f5f905063 .shg-image-zoom,
.shg-c#s-9bc566ff-99c7-47d8-8082-f64f5f905063 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-9bc566ff-99c7-47d8-8082-f64f5f905063 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9bc566ff-99c7-47d8-8082-f64f5f905063 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bc566ff-99c7-47d8-8082-f64f5f905063 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-9bc566ff-99c7-47d8-8082-f64f5f905063 {
  max-width:  100%;
}

.shg-c#s-9bc566ff-99c7-47d8-8082-f64f5f905063 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9bc566ff-99c7-47d8-8082-f64f5f905063 .shg-image-zoom,
.shg-c#s-9bc566ff-99c7-47d8-8082-f64f5f905063 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-9bc566ff-99c7-47d8-8082-f64f5f905063 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9bc566ff-99c7-47d8-8082-f64f5f905063 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bc566ff-99c7-47d8-8082-f64f5f905063 img.shogun-image {
  width: 100%;
}



}
#s-948f33c4-d6d4-4d58-b50f-eafb6a7e6884 {
  margin-top: 20px;
margin-bottom: 5px;
}

#s-eb48ee9f-f2e9-49b8-9048-7501c276c1ec {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-028d383b-42ca-4407-9aaf-96ca65ec80d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-028d383b-42ca-4407-9aaf-96ca65ec80d0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-028d383b-42ca-4407-9aaf-96ca65ec80d0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-028d383b-42ca-4407-9aaf-96ca65ec80d0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-7ae95f28-1acb-4f48-bd4a-244cf434a6d8 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
}








#s-7ae95f28-1acb-4f48-bd4a-244cf434a6d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ae95f28-1acb-4f48-bd4a-244cf434a6d8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-68777cdc-d6f5-4e88-9a6b-513fb17b8843 {
  text-align: center;
}


.shg-c#s-68777cdc-d6f5-4e88-9a6b-513fb17b8843 {
  max-width:  100%;
}

.shg-c#s-68777cdc-d6f5-4e88-9a6b-513fb17b8843 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68777cdc-d6f5-4e88-9a6b-513fb17b8843 .shg-image-zoom,
.shg-c#s-68777cdc-d6f5-4e88-9a6b-513fb17b8843 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-68777cdc-d6f5-4e88-9a6b-513fb17b8843 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-68777cdc-d6f5-4e88-9a6b-513fb17b8843 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68777cdc-d6f5-4e88-9a6b-513fb17b8843 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-68777cdc-d6f5-4e88-9a6b-513fb17b8843 {
  max-width:  100%;
}

.shg-c#s-68777cdc-d6f5-4e88-9a6b-513fb17b8843 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68777cdc-d6f5-4e88-9a6b-513fb17b8843 .shg-image-zoom,
.shg-c#s-68777cdc-d6f5-4e88-9a6b-513fb17b8843 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-68777cdc-d6f5-4e88-9a6b-513fb17b8843 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-68777cdc-d6f5-4e88-9a6b-513fb17b8843 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68777cdc-d6f5-4e88-9a6b-513fb17b8843 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-68777cdc-d6f5-4e88-9a6b-513fb17b8843 {
  max-width:  100%;
}

.shg-c#s-68777cdc-d6f5-4e88-9a6b-513fb17b8843 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68777cdc-d6f5-4e88-9a6b-513fb17b8843 .shg-image-zoom,
.shg-c#s-68777cdc-d6f5-4e88-9a6b-513fb17b8843 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-68777cdc-d6f5-4e88-9a6b-513fb17b8843 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-68777cdc-d6f5-4e88-9a6b-513fb17b8843 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68777cdc-d6f5-4e88-9a6b-513fb17b8843 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-68777cdc-d6f5-4e88-9a6b-513fb17b8843 {
  max-width:  100%;
}

.shg-c#s-68777cdc-d6f5-4e88-9a6b-513fb17b8843 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68777cdc-d6f5-4e88-9a6b-513fb17b8843 .shg-image-zoom,
.shg-c#s-68777cdc-d6f5-4e88-9a6b-513fb17b8843 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-68777cdc-d6f5-4e88-9a6b-513fb17b8843 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-68777cdc-d6f5-4e88-9a6b-513fb17b8843 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68777cdc-d6f5-4e88-9a6b-513fb17b8843 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-68777cdc-d6f5-4e88-9a6b-513fb17b8843 {
  max-width:  100%;
}

.shg-c#s-68777cdc-d6f5-4e88-9a6b-513fb17b8843 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68777cdc-d6f5-4e88-9a6b-513fb17b8843 .shg-image-zoom,
.shg-c#s-68777cdc-d6f5-4e88-9a6b-513fb17b8843 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-68777cdc-d6f5-4e88-9a6b-513fb17b8843 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-68777cdc-d6f5-4e88-9a6b-513fb17b8843 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68777cdc-d6f5-4e88-9a6b-513fb17b8843 img.shogun-image {
  width: 100%;
}



}
#s-5d880c07-f31a-465c-8db6-5df886379947 {
  margin-top: 20px;
margin-bottom: 5px;
}

#s-a8ab6eb5-7bad-45ad-a5e8-740dd21a387b {
  margin-top: 0px;
}

#s-b3c01a44-edd2-4209-92fc-d70d9f17c490 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
}








#s-b3c01a44-edd2-4209-92fc-d70d9f17c490 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3c01a44-edd2-4209-92fc-d70d9f17c490.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ff7511e5-ce39-4fd3-8b44-fbd3adcbc452 {
  text-align: center;
}


.shg-c#s-ff7511e5-ce39-4fd3-8b44-fbd3adcbc452 {
  max-width:  100%;
}

.shg-c#s-ff7511e5-ce39-4fd3-8b44-fbd3adcbc452 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff7511e5-ce39-4fd3-8b44-fbd3adcbc452 .shg-image-zoom,
.shg-c#s-ff7511e5-ce39-4fd3-8b44-fbd3adcbc452 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-ff7511e5-ce39-4fd3-8b44-fbd3adcbc452 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ff7511e5-ce39-4fd3-8b44-fbd3adcbc452 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff7511e5-ce39-4fd3-8b44-fbd3adcbc452 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-ff7511e5-ce39-4fd3-8b44-fbd3adcbc452 {
  max-width:  100%;
}

.shg-c#s-ff7511e5-ce39-4fd3-8b44-fbd3adcbc452 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff7511e5-ce39-4fd3-8b44-fbd3adcbc452 .shg-image-zoom,
.shg-c#s-ff7511e5-ce39-4fd3-8b44-fbd3adcbc452 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-ff7511e5-ce39-4fd3-8b44-fbd3adcbc452 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ff7511e5-ce39-4fd3-8b44-fbd3adcbc452 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff7511e5-ce39-4fd3-8b44-fbd3adcbc452 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ff7511e5-ce39-4fd3-8b44-fbd3adcbc452 {
  max-width:  100%;
}

.shg-c#s-ff7511e5-ce39-4fd3-8b44-fbd3adcbc452 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff7511e5-ce39-4fd3-8b44-fbd3adcbc452 .shg-image-zoom,
.shg-c#s-ff7511e5-ce39-4fd3-8b44-fbd3adcbc452 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-ff7511e5-ce39-4fd3-8b44-fbd3adcbc452 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ff7511e5-ce39-4fd3-8b44-fbd3adcbc452 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff7511e5-ce39-4fd3-8b44-fbd3adcbc452 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ff7511e5-ce39-4fd3-8b44-fbd3adcbc452 {
  max-width:  100%;
}

.shg-c#s-ff7511e5-ce39-4fd3-8b44-fbd3adcbc452 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff7511e5-ce39-4fd3-8b44-fbd3adcbc452 .shg-image-zoom,
.shg-c#s-ff7511e5-ce39-4fd3-8b44-fbd3adcbc452 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-ff7511e5-ce39-4fd3-8b44-fbd3adcbc452 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ff7511e5-ce39-4fd3-8b44-fbd3adcbc452 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff7511e5-ce39-4fd3-8b44-fbd3adcbc452 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-ff7511e5-ce39-4fd3-8b44-fbd3adcbc452 {
  max-width:  100%;
}

.shg-c#s-ff7511e5-ce39-4fd3-8b44-fbd3adcbc452 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff7511e5-ce39-4fd3-8b44-fbd3adcbc452 .shg-image-zoom,
.shg-c#s-ff7511e5-ce39-4fd3-8b44-fbd3adcbc452 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-ff7511e5-ce39-4fd3-8b44-fbd3adcbc452 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ff7511e5-ce39-4fd3-8b44-fbd3adcbc452 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff7511e5-ce39-4fd3-8b44-fbd3adcbc452 img.shogun-image {
  width: 100%;
}



}
#s-7016b85c-5050-43c7-b4ab-98d2fbc3c8f5 {
  margin-top: 20px;
margin-bottom: 5px;
}

#s-0803884c-8b0b-408f-9e55-75ea5448ea36 {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-b1c4dd55-47b7-4db0-bf4f-56f2ff340dc1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b1c4dd55-47b7-4db0-bf4f-56f2ff340dc1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b1c4dd55-47b7-4db0-bf4f-56f2ff340dc1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b1c4dd55-47b7-4db0-bf4f-56f2ff340dc1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-b1c4dd55-47b7-4db0-bf4f-56f2ff340dc1"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-663a0f0d-ba56-4235-9827-93d4574c43c6 {
  padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
background-color: rgba(88, 197, 196, 1);
}








#s-663a0f0d-ba56-4235-9827-93d4574c43c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-663a0f0d-ba56-4235-9827-93d4574c43c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-87c33c9c-66d3-4fb4-a6e9-47828460cd68 {
  min-height: 50px;
background-color: rgba(88, 197, 196, 1);
}








#s-87c33c9c-66d3-4fb4-a6e9-47828460cd68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87c33c9c-66d3-4fb4-a6e9-47828460cd68.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9b6e79fc-c8b2-439a-9485-8737ca4a563e {
  min-height: 425px;
}

@media (min-width: 0px) {
[id="s-9b6e79fc-c8b2-439a-9485-8737ca4a563e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9b6e79fc-c8b2-439a-9485-8737ca4a563e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-9b6e79fc-c8b2-439a-9485-8737ca4a563e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b6e79fc-c8b2-439a-9485-8737ca4a563e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-d7d5a71c-2b67-4deb-985d-1429704eb4b9 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
}








#s-d7d5a71c-2b67-4deb-985d-1429704eb4b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7d5a71c-2b67-4deb-985d-1429704eb4b9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3db051d0-d592-4f01-be3f-96670c1a8b74 {
  text-align: center;
}


.shg-c#s-3db051d0-d592-4f01-be3f-96670c1a8b74 {
  max-width:  100%;
}

.shg-c#s-3db051d0-d592-4f01-be3f-96670c1a8b74 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3db051d0-d592-4f01-be3f-96670c1a8b74 .shg-image-zoom,
.shg-c#s-3db051d0-d592-4f01-be3f-96670c1a8b74 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-3db051d0-d592-4f01-be3f-96670c1a8b74 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3db051d0-d592-4f01-be3f-96670c1a8b74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3db051d0-d592-4f01-be3f-96670c1a8b74 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-3db051d0-d592-4f01-be3f-96670c1a8b74 {
  max-width:  100%;
}

.shg-c#s-3db051d0-d592-4f01-be3f-96670c1a8b74 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3db051d0-d592-4f01-be3f-96670c1a8b74 .shg-image-zoom,
.shg-c#s-3db051d0-d592-4f01-be3f-96670c1a8b74 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-3db051d0-d592-4f01-be3f-96670c1a8b74 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3db051d0-d592-4f01-be3f-96670c1a8b74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3db051d0-d592-4f01-be3f-96670c1a8b74 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3db051d0-d592-4f01-be3f-96670c1a8b74 {
  max-width:  100%;
}

.shg-c#s-3db051d0-d592-4f01-be3f-96670c1a8b74 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3db051d0-d592-4f01-be3f-96670c1a8b74 .shg-image-zoom,
.shg-c#s-3db051d0-d592-4f01-be3f-96670c1a8b74 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-3db051d0-d592-4f01-be3f-96670c1a8b74 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3db051d0-d592-4f01-be3f-96670c1a8b74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3db051d0-d592-4f01-be3f-96670c1a8b74 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3db051d0-d592-4f01-be3f-96670c1a8b74 {
  max-width:  100%;
}

.shg-c#s-3db051d0-d592-4f01-be3f-96670c1a8b74 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3db051d0-d592-4f01-be3f-96670c1a8b74 .shg-image-zoom,
.shg-c#s-3db051d0-d592-4f01-be3f-96670c1a8b74 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-3db051d0-d592-4f01-be3f-96670c1a8b74 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3db051d0-d592-4f01-be3f-96670c1a8b74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3db051d0-d592-4f01-be3f-96670c1a8b74 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-3db051d0-d592-4f01-be3f-96670c1a8b74 {
  max-width:  100%;
}

.shg-c#s-3db051d0-d592-4f01-be3f-96670c1a8b74 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3db051d0-d592-4f01-be3f-96670c1a8b74 .shg-image-zoom,
.shg-c#s-3db051d0-d592-4f01-be3f-96670c1a8b74 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-3db051d0-d592-4f01-be3f-96670c1a8b74 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3db051d0-d592-4f01-be3f-96670c1a8b74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3db051d0-d592-4f01-be3f-96670c1a8b74 img.shogun-image {
  width: 100%;
}



}
#s-0039f287-0c6b-40f5-bacd-fbc8ead25e95 {
  margin-top: 20px;
margin-bottom: 5px;
}

#s-2f1a06bd-0a4c-4103-9e65-0e1663091224 {
  margin-top: 0px;
}

#s-1efbcfdc-1ebd-40bb-b91d-d26ee49a8d71 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
}








#s-1efbcfdc-1ebd-40bb-b91d-d26ee49a8d71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1efbcfdc-1ebd-40bb-b91d-d26ee49a8d71.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-02d734e9-1d24-47bc-a6da-a1427e888387 {
  text-align: center;
}


.shg-c#s-02d734e9-1d24-47bc-a6da-a1427e888387 {
  max-width:  100%;
}

.shg-c#s-02d734e9-1d24-47bc-a6da-a1427e888387 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02d734e9-1d24-47bc-a6da-a1427e888387 .shg-image-zoom,
.shg-c#s-02d734e9-1d24-47bc-a6da-a1427e888387 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-02d734e9-1d24-47bc-a6da-a1427e888387 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-02d734e9-1d24-47bc-a6da-a1427e888387 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02d734e9-1d24-47bc-a6da-a1427e888387 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-02d734e9-1d24-47bc-a6da-a1427e888387 {
  max-width:  100%;
}

.shg-c#s-02d734e9-1d24-47bc-a6da-a1427e888387 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02d734e9-1d24-47bc-a6da-a1427e888387 .shg-image-zoom,
.shg-c#s-02d734e9-1d24-47bc-a6da-a1427e888387 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-02d734e9-1d24-47bc-a6da-a1427e888387 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-02d734e9-1d24-47bc-a6da-a1427e888387 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02d734e9-1d24-47bc-a6da-a1427e888387 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-02d734e9-1d24-47bc-a6da-a1427e888387 {
  max-width:  100%;
}

.shg-c#s-02d734e9-1d24-47bc-a6da-a1427e888387 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02d734e9-1d24-47bc-a6da-a1427e888387 .shg-image-zoom,
.shg-c#s-02d734e9-1d24-47bc-a6da-a1427e888387 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-02d734e9-1d24-47bc-a6da-a1427e888387 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-02d734e9-1d24-47bc-a6da-a1427e888387 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02d734e9-1d24-47bc-a6da-a1427e888387 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-02d734e9-1d24-47bc-a6da-a1427e888387 {
  max-width:  100%;
}

.shg-c#s-02d734e9-1d24-47bc-a6da-a1427e888387 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02d734e9-1d24-47bc-a6da-a1427e888387 .shg-image-zoom,
.shg-c#s-02d734e9-1d24-47bc-a6da-a1427e888387 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-02d734e9-1d24-47bc-a6da-a1427e888387 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-02d734e9-1d24-47bc-a6da-a1427e888387 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02d734e9-1d24-47bc-a6da-a1427e888387 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-02d734e9-1d24-47bc-a6da-a1427e888387 {
  max-width:  100%;
}

.shg-c#s-02d734e9-1d24-47bc-a6da-a1427e888387 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02d734e9-1d24-47bc-a6da-a1427e888387 .shg-image-zoom,
.shg-c#s-02d734e9-1d24-47bc-a6da-a1427e888387 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-02d734e9-1d24-47bc-a6da-a1427e888387 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-02d734e9-1d24-47bc-a6da-a1427e888387 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02d734e9-1d24-47bc-a6da-a1427e888387 img.shogun-image {
  width: 100%;
}



}
#s-91d60152-8116-46ac-bf67-c58ef55bbd73 {
  margin-top: 20px;
margin-bottom: 5px;
}

#s-afc52930-c909-4f85-974f-e719dd687287 {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-5f17e06a-99e0-4454-95de-cdfb44944342"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f17e06a-99e0-4454-95de-cdfb44944342"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-5f17e06a-99e0-4454-95de-cdfb44944342"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f17e06a-99e0-4454-95de-cdfb44944342"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-561b0edc-85f7-47ff-b293-0f9fd4bc3457 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
}








#s-561b0edc-85f7-47ff-b293-0f9fd4bc3457 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-561b0edc-85f7-47ff-b293-0f9fd4bc3457.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ddce81b7-13bb-45bc-b5e1-269024f27c1e {
  text-align: center;
}


.shg-c#s-ddce81b7-13bb-45bc-b5e1-269024f27c1e {
  max-width:  100%;
}

.shg-c#s-ddce81b7-13bb-45bc-b5e1-269024f27c1e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ddce81b7-13bb-45bc-b5e1-269024f27c1e .shg-image-zoom,
.shg-c#s-ddce81b7-13bb-45bc-b5e1-269024f27c1e img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-ddce81b7-13bb-45bc-b5e1-269024f27c1e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ddce81b7-13bb-45bc-b5e1-269024f27c1e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddce81b7-13bb-45bc-b5e1-269024f27c1e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-ddce81b7-13bb-45bc-b5e1-269024f27c1e {
  max-width:  100%;
}

.shg-c#s-ddce81b7-13bb-45bc-b5e1-269024f27c1e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ddce81b7-13bb-45bc-b5e1-269024f27c1e .shg-image-zoom,
.shg-c#s-ddce81b7-13bb-45bc-b5e1-269024f27c1e img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-ddce81b7-13bb-45bc-b5e1-269024f27c1e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ddce81b7-13bb-45bc-b5e1-269024f27c1e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddce81b7-13bb-45bc-b5e1-269024f27c1e img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ddce81b7-13bb-45bc-b5e1-269024f27c1e {
  max-width:  100%;
}

.shg-c#s-ddce81b7-13bb-45bc-b5e1-269024f27c1e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ddce81b7-13bb-45bc-b5e1-269024f27c1e .shg-image-zoom,
.shg-c#s-ddce81b7-13bb-45bc-b5e1-269024f27c1e img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-ddce81b7-13bb-45bc-b5e1-269024f27c1e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ddce81b7-13bb-45bc-b5e1-269024f27c1e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddce81b7-13bb-45bc-b5e1-269024f27c1e img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ddce81b7-13bb-45bc-b5e1-269024f27c1e {
  max-width:  100%;
}

.shg-c#s-ddce81b7-13bb-45bc-b5e1-269024f27c1e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ddce81b7-13bb-45bc-b5e1-269024f27c1e .shg-image-zoom,
.shg-c#s-ddce81b7-13bb-45bc-b5e1-269024f27c1e img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-ddce81b7-13bb-45bc-b5e1-269024f27c1e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ddce81b7-13bb-45bc-b5e1-269024f27c1e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddce81b7-13bb-45bc-b5e1-269024f27c1e img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-ddce81b7-13bb-45bc-b5e1-269024f27c1e {
  max-width:  100%;
}

.shg-c#s-ddce81b7-13bb-45bc-b5e1-269024f27c1e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ddce81b7-13bb-45bc-b5e1-269024f27c1e .shg-image-zoom,
.shg-c#s-ddce81b7-13bb-45bc-b5e1-269024f27c1e img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-ddce81b7-13bb-45bc-b5e1-269024f27c1e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ddce81b7-13bb-45bc-b5e1-269024f27c1e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddce81b7-13bb-45bc-b5e1-269024f27c1e img.shogun-image {
  width: 100%;
}



}
#s-b49039bd-8127-4e5f-a8cb-96f7255327f6 {
  margin-top: 20px;
margin-bottom: 5px;
}

#s-3bf09ce3-d9fb-4e10-83bf-aebc693d2d58 {
  margin-top: 0px;
}

#s-7e09a46c-0507-4379-9b1b-81724fca2453 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
}








#s-7e09a46c-0507-4379-9b1b-81724fca2453 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e09a46c-0507-4379-9b1b-81724fca2453.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ef08cc69-e577-45d9-9db5-01da7ac4caf2 {
  text-align: center;
}


.shg-c#s-ef08cc69-e577-45d9-9db5-01da7ac4caf2 {
  max-width:  100%;
}

.shg-c#s-ef08cc69-e577-45d9-9db5-01da7ac4caf2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef08cc69-e577-45d9-9db5-01da7ac4caf2 .shg-image-zoom,
.shg-c#s-ef08cc69-e577-45d9-9db5-01da7ac4caf2 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-ef08cc69-e577-45d9-9db5-01da7ac4caf2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ef08cc69-e577-45d9-9db5-01da7ac4caf2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef08cc69-e577-45d9-9db5-01da7ac4caf2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-ef08cc69-e577-45d9-9db5-01da7ac4caf2 {
  max-width:  100%;
}

.shg-c#s-ef08cc69-e577-45d9-9db5-01da7ac4caf2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef08cc69-e577-45d9-9db5-01da7ac4caf2 .shg-image-zoom,
.shg-c#s-ef08cc69-e577-45d9-9db5-01da7ac4caf2 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-ef08cc69-e577-45d9-9db5-01da7ac4caf2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ef08cc69-e577-45d9-9db5-01da7ac4caf2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef08cc69-e577-45d9-9db5-01da7ac4caf2 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ef08cc69-e577-45d9-9db5-01da7ac4caf2 {
  max-width:  100%;
}

.shg-c#s-ef08cc69-e577-45d9-9db5-01da7ac4caf2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef08cc69-e577-45d9-9db5-01da7ac4caf2 .shg-image-zoom,
.shg-c#s-ef08cc69-e577-45d9-9db5-01da7ac4caf2 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-ef08cc69-e577-45d9-9db5-01da7ac4caf2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ef08cc69-e577-45d9-9db5-01da7ac4caf2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef08cc69-e577-45d9-9db5-01da7ac4caf2 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ef08cc69-e577-45d9-9db5-01da7ac4caf2 {
  max-width:  100%;
}

.shg-c#s-ef08cc69-e577-45d9-9db5-01da7ac4caf2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef08cc69-e577-45d9-9db5-01da7ac4caf2 .shg-image-zoom,
.shg-c#s-ef08cc69-e577-45d9-9db5-01da7ac4caf2 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-ef08cc69-e577-45d9-9db5-01da7ac4caf2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ef08cc69-e577-45d9-9db5-01da7ac4caf2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef08cc69-e577-45d9-9db5-01da7ac4caf2 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-ef08cc69-e577-45d9-9db5-01da7ac4caf2 {
  max-width:  100%;
}

.shg-c#s-ef08cc69-e577-45d9-9db5-01da7ac4caf2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef08cc69-e577-45d9-9db5-01da7ac4caf2 .shg-image-zoom,
.shg-c#s-ef08cc69-e577-45d9-9db5-01da7ac4caf2 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-ef08cc69-e577-45d9-9db5-01da7ac4caf2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ef08cc69-e577-45d9-9db5-01da7ac4caf2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef08cc69-e577-45d9-9db5-01da7ac4caf2 img.shogun-image {
  width: 100%;
}



}
#s-f377c0c6-5ae6-454a-8b4b-824932d0426a {
  margin-top: 20px;
margin-bottom: 5px;
}

#s-15bfcd05-7ad3-40a3-b445-9b7ee6b3cac0 {
  margin-top: 0px;
}

#s-c3e2c948-2f2b-4d7c-adcc-a8bf374a3dfe {
  background-repeat: no-repeat;
background-size: cover;
min-height: 800px;
background-position: center center;
}








#s-c3e2c948-2f2b-4d7c-adcc-a8bf374a3dfe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3e2c948-2f2b-4d7c-adcc-a8bf374a3dfe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aef4a5d2-8169-45ac-aef0-89a1e4407fc7 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 325px;
background-color: rgba(88, 197, 196, 1);
}








#s-aef4a5d2-8169-45ac-aef0-89a1e4407fc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aef4a5d2-8169-45ac-aef0-89a1e4407fc7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-6d529989-b5c4-4936-98c1-50192fdf78ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6d529989-b5c4-4936-98c1-50192fdf78ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6d529989-b5c4-4936-98c1-50192fdf78ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6d529989-b5c4-4936-98c1-50192fdf78ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9402bd52-1b44-4925-98ae-efeddccc2401 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 800px;
background-position: center center;
}








#s-9402bd52-1b44-4925-98ae-efeddccc2401 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9402bd52-1b44-4925-98ae-efeddccc2401.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52b1242b-680a-48ac-ac23-5c73573175b8 {
  padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
background-color: rgba(247, 156, 136, 1);
}








#s-52b1242b-680a-48ac-ac23-5c73573175b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52b1242b-680a-48ac-ac23-5c73573175b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f76f1f3c-0cb8-4b9e-90fc-184b6794eb7d {
  min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}








#s-f76f1f3c-0cb8-4b9e-90fc-184b6794eb7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f76f1f3c-0cb8-4b9e-90fc-184b6794eb7d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e5b5945b-fd90-477f-8917-d55b736a9701 {
  min-height: 50px;
background-color: rgba(121, 200, 162, 1);
}








#s-e5b5945b-fd90-477f-8917-d55b736a9701 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5b5945b-fd90-477f-8917-d55b736a9701.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c3fbb83a-cc5e-41ec-aeff-97bce7f9c23a {
  min-height: 50px;
background-color: rgba(247, 156, 136, 1);
}








#s-c3fbb83a-cc5e-41ec-aeff-97bce7f9c23a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3fbb83a-cc5e-41ec-aeff-97bce7f9c23a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d79cda4e-3de5-47f9-aa45-44028b05d3a2 {
  min-height: 425px;
}

@media (min-width: 0px) {
[id="s-d79cda4e-3de5-47f9-aa45-44028b05d3a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d79cda4e-3de5-47f9-aa45-44028b05d3a2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d79cda4e-3de5-47f9-aa45-44028b05d3a2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d79cda4e-3de5-47f9-aa45-44028b05d3a2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-a4d1ecb6-347d-4c9c-b25b-f3a53c45b2a1 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
}








#s-a4d1ecb6-347d-4c9c-b25b-f3a53c45b2a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4d1ecb6-347d-4c9c-b25b-f3a53c45b2a1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-56f2aec6-1825-471e-9e1f-c57e9601de60 {
  text-align: center;
}


.shg-c#s-56f2aec6-1825-471e-9e1f-c57e9601de60 {
  max-width:  100%;
}

.shg-c#s-56f2aec6-1825-471e-9e1f-c57e9601de60 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56f2aec6-1825-471e-9e1f-c57e9601de60 .shg-image-zoom,
.shg-c#s-56f2aec6-1825-471e-9e1f-c57e9601de60 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-56f2aec6-1825-471e-9e1f-c57e9601de60 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-56f2aec6-1825-471e-9e1f-c57e9601de60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-56f2aec6-1825-471e-9e1f-c57e9601de60 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-56f2aec6-1825-471e-9e1f-c57e9601de60 {
  max-width:  100%;
}

.shg-c#s-56f2aec6-1825-471e-9e1f-c57e9601de60 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56f2aec6-1825-471e-9e1f-c57e9601de60 .shg-image-zoom,
.shg-c#s-56f2aec6-1825-471e-9e1f-c57e9601de60 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-56f2aec6-1825-471e-9e1f-c57e9601de60 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-56f2aec6-1825-471e-9e1f-c57e9601de60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-56f2aec6-1825-471e-9e1f-c57e9601de60 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-56f2aec6-1825-471e-9e1f-c57e9601de60 {
  max-width:  100%;
}

.shg-c#s-56f2aec6-1825-471e-9e1f-c57e9601de60 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56f2aec6-1825-471e-9e1f-c57e9601de60 .shg-image-zoom,
.shg-c#s-56f2aec6-1825-471e-9e1f-c57e9601de60 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-56f2aec6-1825-471e-9e1f-c57e9601de60 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-56f2aec6-1825-471e-9e1f-c57e9601de60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-56f2aec6-1825-471e-9e1f-c57e9601de60 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-56f2aec6-1825-471e-9e1f-c57e9601de60 {
  max-width:  100%;
}

.shg-c#s-56f2aec6-1825-471e-9e1f-c57e9601de60 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56f2aec6-1825-471e-9e1f-c57e9601de60 .shg-image-zoom,
.shg-c#s-56f2aec6-1825-471e-9e1f-c57e9601de60 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-56f2aec6-1825-471e-9e1f-c57e9601de60 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-56f2aec6-1825-471e-9e1f-c57e9601de60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-56f2aec6-1825-471e-9e1f-c57e9601de60 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-56f2aec6-1825-471e-9e1f-c57e9601de60 {
  max-width:  100%;
}

.shg-c#s-56f2aec6-1825-471e-9e1f-c57e9601de60 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56f2aec6-1825-471e-9e1f-c57e9601de60 .shg-image-zoom,
.shg-c#s-56f2aec6-1825-471e-9e1f-c57e9601de60 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-56f2aec6-1825-471e-9e1f-c57e9601de60 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-56f2aec6-1825-471e-9e1f-c57e9601de60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-56f2aec6-1825-471e-9e1f-c57e9601de60 img.shogun-image {
  width: 100%;
}



}
#s-e660798f-6767-429a-acd5-d5721c99dd1c {
  margin-top: 20px;
margin-bottom: 5px;
}

#s-6725d0b9-46a0-4f11-bab0-8f03d0873781 {
  margin-top: 0px;
}

#s-7e8be925-a6c5-47d6-9f82-0addca24add9 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
}








#s-7e8be925-a6c5-47d6-9f82-0addca24add9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e8be925-a6c5-47d6-9f82-0addca24add9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-121ad83e-950a-494e-9093-682c8e1d91a0 {
  text-align: center;
}


.shg-c#s-121ad83e-950a-494e-9093-682c8e1d91a0 {
  max-width:  100%;
}

.shg-c#s-121ad83e-950a-494e-9093-682c8e1d91a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-121ad83e-950a-494e-9093-682c8e1d91a0 .shg-image-zoom,
.shg-c#s-121ad83e-950a-494e-9093-682c8e1d91a0 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-121ad83e-950a-494e-9093-682c8e1d91a0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-121ad83e-950a-494e-9093-682c8e1d91a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-121ad83e-950a-494e-9093-682c8e1d91a0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-121ad83e-950a-494e-9093-682c8e1d91a0 {
  max-width:  100%;
}

.shg-c#s-121ad83e-950a-494e-9093-682c8e1d91a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-121ad83e-950a-494e-9093-682c8e1d91a0 .shg-image-zoom,
.shg-c#s-121ad83e-950a-494e-9093-682c8e1d91a0 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-121ad83e-950a-494e-9093-682c8e1d91a0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-121ad83e-950a-494e-9093-682c8e1d91a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-121ad83e-950a-494e-9093-682c8e1d91a0 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-121ad83e-950a-494e-9093-682c8e1d91a0 {
  max-width:  100%;
}

.shg-c#s-121ad83e-950a-494e-9093-682c8e1d91a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-121ad83e-950a-494e-9093-682c8e1d91a0 .shg-image-zoom,
.shg-c#s-121ad83e-950a-494e-9093-682c8e1d91a0 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-121ad83e-950a-494e-9093-682c8e1d91a0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-121ad83e-950a-494e-9093-682c8e1d91a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-121ad83e-950a-494e-9093-682c8e1d91a0 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-121ad83e-950a-494e-9093-682c8e1d91a0 {
  max-width:  100%;
}

.shg-c#s-121ad83e-950a-494e-9093-682c8e1d91a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-121ad83e-950a-494e-9093-682c8e1d91a0 .shg-image-zoom,
.shg-c#s-121ad83e-950a-494e-9093-682c8e1d91a0 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-121ad83e-950a-494e-9093-682c8e1d91a0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-121ad83e-950a-494e-9093-682c8e1d91a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-121ad83e-950a-494e-9093-682c8e1d91a0 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-121ad83e-950a-494e-9093-682c8e1d91a0 {
  max-width:  100%;
}

.shg-c#s-121ad83e-950a-494e-9093-682c8e1d91a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-121ad83e-950a-494e-9093-682c8e1d91a0 .shg-image-zoom,
.shg-c#s-121ad83e-950a-494e-9093-682c8e1d91a0 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-121ad83e-950a-494e-9093-682c8e1d91a0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-121ad83e-950a-494e-9093-682c8e1d91a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-121ad83e-950a-494e-9093-682c8e1d91a0 img.shogun-image {
  width: 100%;
}



}
#s-27e2240e-4f29-4195-a1b1-0b5ee788638e {
  margin-top: 20px;
margin-bottom: 5px;
}

#s-2e127f78-3faf-4e5b-b92f-883cb4e45142 {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-03a311fc-7056-4c67-bcd5-ef3c6a796b8e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-03a311fc-7056-4c67-bcd5-ef3c6a796b8e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-03a311fc-7056-4c67-bcd5-ef3c6a796b8e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-03a311fc-7056-4c67-bcd5-ef3c6a796b8e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-8209c6f4-a428-4e69-94c0-4a3cbbad2f17 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
}








#s-8209c6f4-a428-4e69-94c0-4a3cbbad2f17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8209c6f4-a428-4e69-94c0-4a3cbbad2f17.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d2d2b086-0771-47a4-8d19-c4f6f3913bce {
  text-align: center;
}


.shg-c#s-d2d2b086-0771-47a4-8d19-c4f6f3913bce {
  max-width:  100%;
}

.shg-c#s-d2d2b086-0771-47a4-8d19-c4f6f3913bce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2d2b086-0771-47a4-8d19-c4f6f3913bce .shg-image-zoom,
.shg-c#s-d2d2b086-0771-47a4-8d19-c4f6f3913bce img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-d2d2b086-0771-47a4-8d19-c4f6f3913bce .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d2d2b086-0771-47a4-8d19-c4f6f3913bce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2d2b086-0771-47a4-8d19-c4f6f3913bce img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-d2d2b086-0771-47a4-8d19-c4f6f3913bce {
  max-width:  100%;
}

.shg-c#s-d2d2b086-0771-47a4-8d19-c4f6f3913bce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2d2b086-0771-47a4-8d19-c4f6f3913bce .shg-image-zoom,
.shg-c#s-d2d2b086-0771-47a4-8d19-c4f6f3913bce img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-d2d2b086-0771-47a4-8d19-c4f6f3913bce .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d2d2b086-0771-47a4-8d19-c4f6f3913bce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2d2b086-0771-47a4-8d19-c4f6f3913bce img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d2d2b086-0771-47a4-8d19-c4f6f3913bce {
  max-width:  100%;
}

.shg-c#s-d2d2b086-0771-47a4-8d19-c4f6f3913bce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2d2b086-0771-47a4-8d19-c4f6f3913bce .shg-image-zoom,
.shg-c#s-d2d2b086-0771-47a4-8d19-c4f6f3913bce img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-d2d2b086-0771-47a4-8d19-c4f6f3913bce .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d2d2b086-0771-47a4-8d19-c4f6f3913bce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2d2b086-0771-47a4-8d19-c4f6f3913bce img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d2d2b086-0771-47a4-8d19-c4f6f3913bce {
  max-width:  100%;
}

.shg-c#s-d2d2b086-0771-47a4-8d19-c4f6f3913bce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2d2b086-0771-47a4-8d19-c4f6f3913bce .shg-image-zoom,
.shg-c#s-d2d2b086-0771-47a4-8d19-c4f6f3913bce img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-d2d2b086-0771-47a4-8d19-c4f6f3913bce .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d2d2b086-0771-47a4-8d19-c4f6f3913bce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2d2b086-0771-47a4-8d19-c4f6f3913bce img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-d2d2b086-0771-47a4-8d19-c4f6f3913bce {
  max-width:  100%;
}

.shg-c#s-d2d2b086-0771-47a4-8d19-c4f6f3913bce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2d2b086-0771-47a4-8d19-c4f6f3913bce .shg-image-zoom,
.shg-c#s-d2d2b086-0771-47a4-8d19-c4f6f3913bce img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-d2d2b086-0771-47a4-8d19-c4f6f3913bce .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d2d2b086-0771-47a4-8d19-c4f6f3913bce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2d2b086-0771-47a4-8d19-c4f6f3913bce img.shogun-image {
  width: 100%;
}



}
#s-f0437ea7-0178-4b1d-82f5-42894e95e848 {
  margin-top: 20px;
margin-bottom: 5px;
}

#s-c5ccb9f1-a098-44d8-8c5b-8b2ab4e3574d {
  margin-top: 0px;
}

#s-4af18a68-19d1-450a-a9e2-8652ff6efe47 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}








#s-4af18a68-19d1-450a-a9e2-8652ff6efe47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4af18a68-19d1-450a-a9e2-8652ff6efe47.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-69e36b10-f5bd-4901-a42b-806e78669e60 {
  text-align: center;
}


.shg-c#s-69e36b10-f5bd-4901-a42b-806e78669e60 {
  max-width:  100%;
}

.shg-c#s-69e36b10-f5bd-4901-a42b-806e78669e60 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69e36b10-f5bd-4901-a42b-806e78669e60 .shg-image-zoom,
.shg-c#s-69e36b10-f5bd-4901-a42b-806e78669e60 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-69e36b10-f5bd-4901-a42b-806e78669e60 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-69e36b10-f5bd-4901-a42b-806e78669e60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69e36b10-f5bd-4901-a42b-806e78669e60 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-69e36b10-f5bd-4901-a42b-806e78669e60 {
  max-width:  100%;
}

.shg-c#s-69e36b10-f5bd-4901-a42b-806e78669e60 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69e36b10-f5bd-4901-a42b-806e78669e60 .shg-image-zoom,
.shg-c#s-69e36b10-f5bd-4901-a42b-806e78669e60 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-69e36b10-f5bd-4901-a42b-806e78669e60 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-69e36b10-f5bd-4901-a42b-806e78669e60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69e36b10-f5bd-4901-a42b-806e78669e60 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-69e36b10-f5bd-4901-a42b-806e78669e60 {
  max-width:  100%;
}

.shg-c#s-69e36b10-f5bd-4901-a42b-806e78669e60 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69e36b10-f5bd-4901-a42b-806e78669e60 .shg-image-zoom,
.shg-c#s-69e36b10-f5bd-4901-a42b-806e78669e60 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-69e36b10-f5bd-4901-a42b-806e78669e60 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-69e36b10-f5bd-4901-a42b-806e78669e60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69e36b10-f5bd-4901-a42b-806e78669e60 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-69e36b10-f5bd-4901-a42b-806e78669e60 {
  max-width:  100%;
}

.shg-c#s-69e36b10-f5bd-4901-a42b-806e78669e60 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69e36b10-f5bd-4901-a42b-806e78669e60 .shg-image-zoom,
.shg-c#s-69e36b10-f5bd-4901-a42b-806e78669e60 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-69e36b10-f5bd-4901-a42b-806e78669e60 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-69e36b10-f5bd-4901-a42b-806e78669e60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69e36b10-f5bd-4901-a42b-806e78669e60 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-69e36b10-f5bd-4901-a42b-806e78669e60 {
  max-width:  100%;
}

.shg-c#s-69e36b10-f5bd-4901-a42b-806e78669e60 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69e36b10-f5bd-4901-a42b-806e78669e60 .shg-image-zoom,
.shg-c#s-69e36b10-f5bd-4901-a42b-806e78669e60 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-69e36b10-f5bd-4901-a42b-806e78669e60 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-69e36b10-f5bd-4901-a42b-806e78669e60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69e36b10-f5bd-4901-a42b-806e78669e60 img.shogun-image {
  width: 100%;
}



}
#s-a5752561-9cb6-48be-9d56-800cef6d592e {
  margin-top: 20px;
margin-bottom: 5px;
}

#s-0dd10ee7-76b4-45a5-b67d-aee8b4213271 {
  margin-top: 0px;
}

#s-beb0bb1b-f39a-4e49-9c1c-43272ab92ed6 {
  min-height: 500px;
background-color: rgba(88, 197, 196, 1);
}








#s-beb0bb1b-f39a-4e49-9c1c-43272ab92ed6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-beb0bb1b-f39a-4e49-9c1c-43272ab92ed6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-16b64726-1c2e-4edd-a43a-57ce5972b93e {
  margin-top: 100px;
}

#s-13d97e95-51ca-41bd-b0c3-2356bdf6e97c {
  margin-bottom: 0px;
padding-left: 5%;
padding-right: 5%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-a94ee70c-19b2-400e-97ee-5f4add6eb64e {
  margin-top: 20px;
margin-bottom: 70px;
padding-left: 0%;
padding-right: 0%;
text-align: center;
}







  #s-a94ee70c-19b2-400e-97ee-5f4add6eb64e img.shogun-image {
    

    
    
    
  }


#s-a94ee70c-19b2-400e-97ee-5f4add6eb64e .shogun-image-content {
  
    align-items: center;
  
}

#s-fa71e7c0-d773-40d0-b501-5a916188163f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 700px;
background-position: center center;
}








#s-fa71e7c0-d773-40d0-b501-5a916188163f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa71e7c0-d773-40d0-b501-5a916188163f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dec33691-ebb0-47f1-b0b9-95f9276a35b3 {
  min-height: 150px;
background-color: rgba(88, 197, 196, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-dec33691-ebb0-47f1-b0b9-95f9276a35b3 {
  display: none;
}
#s-dec33691-ebb0-47f1-b0b9-95f9276a35b3, #wrap-s-dec33691-ebb0-47f1-b0b9-95f9276a35b3 { display: none !important; }}@media (max-width: 767px){#s-dec33691-ebb0-47f1-b0b9-95f9276a35b3 {
  display: none;
}
#s-dec33691-ebb0-47f1-b0b9-95f9276a35b3, #wrap-s-dec33691-ebb0-47f1-b0b9-95f9276a35b3 { display: none !important; }}







#s-dec33691-ebb0-47f1-b0b9-95f9276a35b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dec33691-ebb0-47f1-b0b9-95f9276a35b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-57eeb44e-1a22-424c-a981-9637687e1469 {
  margin-top: 20px;
margin-left: 20%;
margin-right: 15%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
text-align: left;
}

#s-57eeb44e-1a22-424c-a981-9637687e1469 .shogun-heading-component h1 {
  color: rgba(0, 43, 46, 1);
  font-weight:  normal ;
  font-family: "Bicyclette-Bold";
  font-style:  normal ;
  font-size: 56px;
  
  
  text-align: left;
}



#s-3d9ea466-54a3-41ed-b8da-789b55ac1ff0 {
  padding-left: 25%;
padding-right: 25%;
min-height: 50px;
background-color: rgba(165, 219, 219, 0);
}








#s-3d9ea466-54a3-41ed-b8da-789b55ac1ff0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d9ea466-54a3-41ed-b8da-789b55ac1ff0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6fe9496-ade5-42a1-bc64-e409b2634785 {
  min-height: 600px;
}
@media (min-width: 1200px){#s-b6fe9496-ade5-42a1-bc64-e409b2634785 {
  display: none;
}
#s-b6fe9496-ade5-42a1-bc64-e409b2634785, #wrap-s-b6fe9496-ade5-42a1-bc64-e409b2634785 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b6fe9496-ade5-42a1-bc64-e409b2634785 {
  display: none;
}
#s-b6fe9496-ade5-42a1-bc64-e409b2634785, #wrap-s-b6fe9496-ade5-42a1-bc64-e409b2634785 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b6fe9496-ade5-42a1-bc64-e409b2634785 {
  
}
}@media (max-width: 767px){#s-b6fe9496-ade5-42a1-bc64-e409b2634785 {
  display: none;
}
#s-b6fe9496-ade5-42a1-bc64-e409b2634785, #wrap-s-b6fe9496-ade5-42a1-bc64-e409b2634785 { display: none !important; }}







#s-b6fe9496-ade5-42a1-bc64-e409b2634785 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6fe9496-ade5-42a1-bc64-e409b2634785.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bda72551-129d-41a7-8843-3c14d2744413 {
  padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
min-height: 325px;
background-color: rgba(88, 197, 196, 1);
}








#s-bda72551-129d-41a7-8843-3c14d2744413 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bda72551-129d-41a7-8843-3c14d2744413.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4cfdf9e1-f462-4b63-a932-e14e6109614b {
  margin-top: 10px;
margin-left: -8%;
text-align: left;
}







  #s-4cfdf9e1-f462-4b63-a932-e14e6109614b img.shogun-image {
    

    
    
    
  }


#s-4cfdf9e1-f462-4b63-a932-e14e6109614b .shogun-image-content {
  
    align-items: center;
  
}

#s-ca8fa3c3-550a-46f4-a463-7f779fc95d7b {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-ca8fa3c3-550a-46f4-a463-7f779fc95d7b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bicyclette-Bold";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}



#s-85ba5784-d07a-4251-9343-4e87fae00819 {
  margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-85ba5784-d07a-4251-9343-4e87fae00819 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bicyclette-Bold";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}



#s-0af2cbc7-d7f6-4fe7-85fe-7e0b12cf2d65 {
  padding-left: 10%;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-0af2cbc7-d7f6-4fe7-85fe-7e0b12cf2d65"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0af2cbc7-d7f6-4fe7-85fe-7e0b12cf2d65"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0af2cbc7-d7f6-4fe7-85fe-7e0b12cf2d65"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0af2cbc7-d7f6-4fe7-85fe-7e0b12cf2d65"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c5db0bba-c3fb-488b-b936-3756a37078c4 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-c5db0bba-c3fb-488b-b936-3756a37078c4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c5db0bba-c3fb-488b-b936-3756a37078c4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c5db0bba-c3fb-488b-b936-3756a37078c4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c5db0bba-c3fb-488b-b936-3756a37078c4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-b32b8607-648c-41b1-8868-42d90e904af3 {
  text-align: center;
}


.shg-c#s-b32b8607-648c-41b1-8868-42d90e904af3 {
  max-width:  100%;
}

.shg-c#s-b32b8607-648c-41b1-8868-42d90e904af3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b32b8607-648c-41b1-8868-42d90e904af3 .shg-image-zoom,
.shg-c#s-b32b8607-648c-41b1-8868-42d90e904af3 img.shogun-image {
  max-width: 60px !important;
  
}

.shg-c#s-b32b8607-648c-41b1-8868-42d90e904af3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b32b8607-648c-41b1-8868-42d90e904af3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b32b8607-648c-41b1-8868-42d90e904af3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-b32b8607-648c-41b1-8868-42d90e904af3 {
  max-width:  100%;
}

.shg-c#s-b32b8607-648c-41b1-8868-42d90e904af3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b32b8607-648c-41b1-8868-42d90e904af3 .shg-image-zoom,
.shg-c#s-b32b8607-648c-41b1-8868-42d90e904af3 img.shogun-image {
  max-width: 60px !important;
  
}

.shg-c#s-b32b8607-648c-41b1-8868-42d90e904af3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b32b8607-648c-41b1-8868-42d90e904af3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b32b8607-648c-41b1-8868-42d90e904af3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b32b8607-648c-41b1-8868-42d90e904af3 {
  max-width:  100%;
}

.shg-c#s-b32b8607-648c-41b1-8868-42d90e904af3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b32b8607-648c-41b1-8868-42d90e904af3 .shg-image-zoom,
.shg-c#s-b32b8607-648c-41b1-8868-42d90e904af3 img.shogun-image {
  max-width: 60px !important;
  
}

.shg-c#s-b32b8607-648c-41b1-8868-42d90e904af3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b32b8607-648c-41b1-8868-42d90e904af3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b32b8607-648c-41b1-8868-42d90e904af3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b32b8607-648c-41b1-8868-42d90e904af3 {
  max-width:  100%;
}

.shg-c#s-b32b8607-648c-41b1-8868-42d90e904af3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b32b8607-648c-41b1-8868-42d90e904af3 .shg-image-zoom,
.shg-c#s-b32b8607-648c-41b1-8868-42d90e904af3 img.shogun-image {
  max-width: 60px !important;
  
}

.shg-c#s-b32b8607-648c-41b1-8868-42d90e904af3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b32b8607-648c-41b1-8868-42d90e904af3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b32b8607-648c-41b1-8868-42d90e904af3 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-b32b8607-648c-41b1-8868-42d90e904af3 {
  max-width:  100%;
}

.shg-c#s-b32b8607-648c-41b1-8868-42d90e904af3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b32b8607-648c-41b1-8868-42d90e904af3 .shg-image-zoom,
.shg-c#s-b32b8607-648c-41b1-8868-42d90e904af3 img.shogun-image {
  max-width: 60px !important;
  
}

.shg-c#s-b32b8607-648c-41b1-8868-42d90e904af3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b32b8607-648c-41b1-8868-42d90e904af3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b32b8607-648c-41b1-8868-42d90e904af3 img.shogun-image {
  width: 100%;
}



}
#s-e3e253c5-40bc-460e-9dc5-c2adb805759f {
  margin-top: 5px;
}

#s-2021fa8e-54b2-4479-9be4-c5d8264f61f8 {
  text-align: center;
}


.shg-c#s-2021fa8e-54b2-4479-9be4-c5d8264f61f8 {
  max-width:  100%;
}

.shg-c#s-2021fa8e-54b2-4479-9be4-c5d8264f61f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2021fa8e-54b2-4479-9be4-c5d8264f61f8 .shg-image-zoom,
.shg-c#s-2021fa8e-54b2-4479-9be4-c5d8264f61f8 img.shogun-image {
  max-width: 60px !important;
  min-height: 0px !important;
}

.shg-c#s-2021fa8e-54b2-4479-9be4-c5d8264f61f8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2021fa8e-54b2-4479-9be4-c5d8264f61f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2021fa8e-54b2-4479-9be4-c5d8264f61f8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-2021fa8e-54b2-4479-9be4-c5d8264f61f8 {
  max-width:  100%;
}

.shg-c#s-2021fa8e-54b2-4479-9be4-c5d8264f61f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2021fa8e-54b2-4479-9be4-c5d8264f61f8 .shg-image-zoom,
.shg-c#s-2021fa8e-54b2-4479-9be4-c5d8264f61f8 img.shogun-image {
  max-width: 60px !important;
  min-height: 0px !important;
}

.shg-c#s-2021fa8e-54b2-4479-9be4-c5d8264f61f8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2021fa8e-54b2-4479-9be4-c5d8264f61f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2021fa8e-54b2-4479-9be4-c5d8264f61f8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2021fa8e-54b2-4479-9be4-c5d8264f61f8 {
  max-width:  100%;
}

.shg-c#s-2021fa8e-54b2-4479-9be4-c5d8264f61f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2021fa8e-54b2-4479-9be4-c5d8264f61f8 .shg-image-zoom,
.shg-c#s-2021fa8e-54b2-4479-9be4-c5d8264f61f8 img.shogun-image {
  max-width: 60px !important;
  min-height: 0px !important;
}

.shg-c#s-2021fa8e-54b2-4479-9be4-c5d8264f61f8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2021fa8e-54b2-4479-9be4-c5d8264f61f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2021fa8e-54b2-4479-9be4-c5d8264f61f8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2021fa8e-54b2-4479-9be4-c5d8264f61f8 {
  max-width:  100%;
}

.shg-c#s-2021fa8e-54b2-4479-9be4-c5d8264f61f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2021fa8e-54b2-4479-9be4-c5d8264f61f8 .shg-image-zoom,
.shg-c#s-2021fa8e-54b2-4479-9be4-c5d8264f61f8 img.shogun-image {
  max-width: 60px !important;
  min-height: 0px !important;
}

.shg-c#s-2021fa8e-54b2-4479-9be4-c5d8264f61f8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2021fa8e-54b2-4479-9be4-c5d8264f61f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2021fa8e-54b2-4479-9be4-c5d8264f61f8 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-2021fa8e-54b2-4479-9be4-c5d8264f61f8 {
  max-width:  100%;
}

.shg-c#s-2021fa8e-54b2-4479-9be4-c5d8264f61f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2021fa8e-54b2-4479-9be4-c5d8264f61f8 .shg-image-zoom,
.shg-c#s-2021fa8e-54b2-4479-9be4-c5d8264f61f8 img.shogun-image {
  max-width: 60px !important;
  min-height: 0px !important;
}

.shg-c#s-2021fa8e-54b2-4479-9be4-c5d8264f61f8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2021fa8e-54b2-4479-9be4-c5d8264f61f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2021fa8e-54b2-4479-9be4-c5d8264f61f8 img.shogun-image {
  width: 100%;
}



}
#s-56fc2501-5736-4593-8161-6d83195b227f {
  margin-top: 5px;
}

#s-cf62e937-f482-4f32-a690-aacc450c1a10 {
  text-align: center;
}


.shg-c#s-cf62e937-f482-4f32-a690-aacc450c1a10 {
  max-width:  100%;
}

.shg-c#s-cf62e937-f482-4f32-a690-aacc450c1a10 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf62e937-f482-4f32-a690-aacc450c1a10 .shg-image-zoom,
.shg-c#s-cf62e937-f482-4f32-a690-aacc450c1a10 img.shogun-image {
  max-width: 60px !important;
  min-height: 0px !important;
}

.shg-c#s-cf62e937-f482-4f32-a690-aacc450c1a10 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cf62e937-f482-4f32-a690-aacc450c1a10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf62e937-f482-4f32-a690-aacc450c1a10 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-cf62e937-f482-4f32-a690-aacc450c1a10 {
  max-width:  100%;
}

.shg-c#s-cf62e937-f482-4f32-a690-aacc450c1a10 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf62e937-f482-4f32-a690-aacc450c1a10 .shg-image-zoom,
.shg-c#s-cf62e937-f482-4f32-a690-aacc450c1a10 img.shogun-image {
  max-width: 60px !important;
  min-height: 0px !important;
}

.shg-c#s-cf62e937-f482-4f32-a690-aacc450c1a10 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cf62e937-f482-4f32-a690-aacc450c1a10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf62e937-f482-4f32-a690-aacc450c1a10 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cf62e937-f482-4f32-a690-aacc450c1a10 {
  max-width:  100%;
}

.shg-c#s-cf62e937-f482-4f32-a690-aacc450c1a10 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf62e937-f482-4f32-a690-aacc450c1a10 .shg-image-zoom,
.shg-c#s-cf62e937-f482-4f32-a690-aacc450c1a10 img.shogun-image {
  max-width: 60px !important;
  min-height: 0px !important;
}

.shg-c#s-cf62e937-f482-4f32-a690-aacc450c1a10 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cf62e937-f482-4f32-a690-aacc450c1a10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf62e937-f482-4f32-a690-aacc450c1a10 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cf62e937-f482-4f32-a690-aacc450c1a10 {
  max-width:  100%;
}

.shg-c#s-cf62e937-f482-4f32-a690-aacc450c1a10 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf62e937-f482-4f32-a690-aacc450c1a10 .shg-image-zoom,
.shg-c#s-cf62e937-f482-4f32-a690-aacc450c1a10 img.shogun-image {
  max-width: 60px !important;
  min-height: 0px !important;
}

.shg-c#s-cf62e937-f482-4f32-a690-aacc450c1a10 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cf62e937-f482-4f32-a690-aacc450c1a10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf62e937-f482-4f32-a690-aacc450c1a10 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-cf62e937-f482-4f32-a690-aacc450c1a10 {
  max-width:  100%;
}

.shg-c#s-cf62e937-f482-4f32-a690-aacc450c1a10 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf62e937-f482-4f32-a690-aacc450c1a10 .shg-image-zoom,
.shg-c#s-cf62e937-f482-4f32-a690-aacc450c1a10 img.shogun-image {
  max-width: 60px !important;
  min-height: 0px !important;
}

.shg-c#s-cf62e937-f482-4f32-a690-aacc450c1a10 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cf62e937-f482-4f32-a690-aacc450c1a10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf62e937-f482-4f32-a690-aacc450c1a10 img.shogun-image {
  width: 100%;
}



}
#s-93aaf428-b255-4b0a-804e-0bc1390776bd {
  margin-top: 5px;
}

#s-809a2446-cba1-49c9-b9f2-42f4787fa654 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-809a2446-cba1-49c9-b9f2-42f4787fa654"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-809a2446-cba1-49c9-b9f2-42f4787fa654"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-809a2446-cba1-49c9-b9f2-42f4787fa654"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-809a2446-cba1-49c9-b9f2-42f4787fa654"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-cf66318f-2a3e-4ed9-a074-e47018502eb1 {
  text-align: center;
}


.shg-c#s-cf66318f-2a3e-4ed9-a074-e47018502eb1 {
  max-width:  100%;
}

.shg-c#s-cf66318f-2a3e-4ed9-a074-e47018502eb1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf66318f-2a3e-4ed9-a074-e47018502eb1 .shg-image-zoom,
.shg-c#s-cf66318f-2a3e-4ed9-a074-e47018502eb1 img.shogun-image {
  max-width: 60px !important;
  min-height: 0px !important;
}

.shg-c#s-cf66318f-2a3e-4ed9-a074-e47018502eb1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cf66318f-2a3e-4ed9-a074-e47018502eb1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf66318f-2a3e-4ed9-a074-e47018502eb1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-cf66318f-2a3e-4ed9-a074-e47018502eb1 {
  max-width:  100%;
}

.shg-c#s-cf66318f-2a3e-4ed9-a074-e47018502eb1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf66318f-2a3e-4ed9-a074-e47018502eb1 .shg-image-zoom,
.shg-c#s-cf66318f-2a3e-4ed9-a074-e47018502eb1 img.shogun-image {
  max-width: 60px !important;
  min-height: 0px !important;
}

.shg-c#s-cf66318f-2a3e-4ed9-a074-e47018502eb1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cf66318f-2a3e-4ed9-a074-e47018502eb1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf66318f-2a3e-4ed9-a074-e47018502eb1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cf66318f-2a3e-4ed9-a074-e47018502eb1 {
  max-width:  100%;
}

.shg-c#s-cf66318f-2a3e-4ed9-a074-e47018502eb1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf66318f-2a3e-4ed9-a074-e47018502eb1 .shg-image-zoom,
.shg-c#s-cf66318f-2a3e-4ed9-a074-e47018502eb1 img.shogun-image {
  max-width: 60px !important;
  min-height: 0px !important;
}

.shg-c#s-cf66318f-2a3e-4ed9-a074-e47018502eb1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cf66318f-2a3e-4ed9-a074-e47018502eb1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf66318f-2a3e-4ed9-a074-e47018502eb1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cf66318f-2a3e-4ed9-a074-e47018502eb1 {
  max-width:  100%;
}

.shg-c#s-cf66318f-2a3e-4ed9-a074-e47018502eb1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf66318f-2a3e-4ed9-a074-e47018502eb1 .shg-image-zoom,
.shg-c#s-cf66318f-2a3e-4ed9-a074-e47018502eb1 img.shogun-image {
  max-width: 60px !important;
  min-height: 0px !important;
}

.shg-c#s-cf66318f-2a3e-4ed9-a074-e47018502eb1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cf66318f-2a3e-4ed9-a074-e47018502eb1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf66318f-2a3e-4ed9-a074-e47018502eb1 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-cf66318f-2a3e-4ed9-a074-e47018502eb1 {
  max-width:  100%;
}

.shg-c#s-cf66318f-2a3e-4ed9-a074-e47018502eb1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf66318f-2a3e-4ed9-a074-e47018502eb1 .shg-image-zoom,
.shg-c#s-cf66318f-2a3e-4ed9-a074-e47018502eb1 img.shogun-image {
  max-width: 60px !important;
  min-height: 0px !important;
}

.shg-c#s-cf66318f-2a3e-4ed9-a074-e47018502eb1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cf66318f-2a3e-4ed9-a074-e47018502eb1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf66318f-2a3e-4ed9-a074-e47018502eb1 img.shogun-image {
  width: 100%;
}



}
#s-a988ad6f-534f-4b5f-8146-2ad795922387 {
  margin-top: 5px;
}

#s-17c4720b-eeec-4ab3-a5c2-7e7262d3d0f4 {
  text-align: center;
}


.shg-c#s-17c4720b-eeec-4ab3-a5c2-7e7262d3d0f4 {
  max-width:  100%;
}

.shg-c#s-17c4720b-eeec-4ab3-a5c2-7e7262d3d0f4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17c4720b-eeec-4ab3-a5c2-7e7262d3d0f4 .shg-image-zoom,
.shg-c#s-17c4720b-eeec-4ab3-a5c2-7e7262d3d0f4 img.shogun-image {
  max-width: 60px !important;
  min-height: 0px !important;
}

.shg-c#s-17c4720b-eeec-4ab3-a5c2-7e7262d3d0f4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-17c4720b-eeec-4ab3-a5c2-7e7262d3d0f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17c4720b-eeec-4ab3-a5c2-7e7262d3d0f4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-17c4720b-eeec-4ab3-a5c2-7e7262d3d0f4 {
  max-width:  100%;
}

.shg-c#s-17c4720b-eeec-4ab3-a5c2-7e7262d3d0f4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17c4720b-eeec-4ab3-a5c2-7e7262d3d0f4 .shg-image-zoom,
.shg-c#s-17c4720b-eeec-4ab3-a5c2-7e7262d3d0f4 img.shogun-image {
  max-width: 60px !important;
  min-height: 0px !important;
}

.shg-c#s-17c4720b-eeec-4ab3-a5c2-7e7262d3d0f4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-17c4720b-eeec-4ab3-a5c2-7e7262d3d0f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17c4720b-eeec-4ab3-a5c2-7e7262d3d0f4 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-17c4720b-eeec-4ab3-a5c2-7e7262d3d0f4 {
  max-width:  100%;
}

.shg-c#s-17c4720b-eeec-4ab3-a5c2-7e7262d3d0f4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17c4720b-eeec-4ab3-a5c2-7e7262d3d0f4 .shg-image-zoom,
.shg-c#s-17c4720b-eeec-4ab3-a5c2-7e7262d3d0f4 img.shogun-image {
  max-width: 60px !important;
  min-height: 0px !important;
}

.shg-c#s-17c4720b-eeec-4ab3-a5c2-7e7262d3d0f4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-17c4720b-eeec-4ab3-a5c2-7e7262d3d0f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17c4720b-eeec-4ab3-a5c2-7e7262d3d0f4 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-17c4720b-eeec-4ab3-a5c2-7e7262d3d0f4 {
  max-width:  100%;
}

.shg-c#s-17c4720b-eeec-4ab3-a5c2-7e7262d3d0f4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17c4720b-eeec-4ab3-a5c2-7e7262d3d0f4 .shg-image-zoom,
.shg-c#s-17c4720b-eeec-4ab3-a5c2-7e7262d3d0f4 img.shogun-image {
  max-width: 60px !important;
  min-height: 0px !important;
}

.shg-c#s-17c4720b-eeec-4ab3-a5c2-7e7262d3d0f4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-17c4720b-eeec-4ab3-a5c2-7e7262d3d0f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17c4720b-eeec-4ab3-a5c2-7e7262d3d0f4 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-17c4720b-eeec-4ab3-a5c2-7e7262d3d0f4 {
  max-width:  100%;
}

.shg-c#s-17c4720b-eeec-4ab3-a5c2-7e7262d3d0f4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17c4720b-eeec-4ab3-a5c2-7e7262d3d0f4 .shg-image-zoom,
.shg-c#s-17c4720b-eeec-4ab3-a5c2-7e7262d3d0f4 img.shogun-image {
  max-width: 60px !important;
  min-height: 0px !important;
}

.shg-c#s-17c4720b-eeec-4ab3-a5c2-7e7262d3d0f4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-17c4720b-eeec-4ab3-a5c2-7e7262d3d0f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17c4720b-eeec-4ab3-a5c2-7e7262d3d0f4 img.shogun-image {
  width: 100%;
}



}
#s-a55fb741-9f5c-45bf-9db1-e856fae28a5a {
  margin-top: 5px;
}

#s-45582fe0-c8e6-4d4c-ba78-f9223747ef90 {
  text-align: center;
}


.shg-c#s-45582fe0-c8e6-4d4c-ba78-f9223747ef90 {
  max-width:  100%;
}

.shg-c#s-45582fe0-c8e6-4d4c-ba78-f9223747ef90 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-45582fe0-c8e6-4d4c-ba78-f9223747ef90 .shg-image-zoom,
.shg-c#s-45582fe0-c8e6-4d4c-ba78-f9223747ef90 img.shogun-image {
  max-width: 60px !important;
  
}

.shg-c#s-45582fe0-c8e6-4d4c-ba78-f9223747ef90 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-45582fe0-c8e6-4d4c-ba78-f9223747ef90 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45582fe0-c8e6-4d4c-ba78-f9223747ef90 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-45582fe0-c8e6-4d4c-ba78-f9223747ef90 {
  max-width:  100%;
}

.shg-c#s-45582fe0-c8e6-4d4c-ba78-f9223747ef90 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-45582fe0-c8e6-4d4c-ba78-f9223747ef90 .shg-image-zoom,
.shg-c#s-45582fe0-c8e6-4d4c-ba78-f9223747ef90 img.shogun-image {
  max-width: 60px !important;
  
}

.shg-c#s-45582fe0-c8e6-4d4c-ba78-f9223747ef90 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-45582fe0-c8e6-4d4c-ba78-f9223747ef90 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45582fe0-c8e6-4d4c-ba78-f9223747ef90 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-45582fe0-c8e6-4d4c-ba78-f9223747ef90 {
  max-width:  100%;
}

.shg-c#s-45582fe0-c8e6-4d4c-ba78-f9223747ef90 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-45582fe0-c8e6-4d4c-ba78-f9223747ef90 .shg-image-zoom,
.shg-c#s-45582fe0-c8e6-4d4c-ba78-f9223747ef90 img.shogun-image {
  max-width: 60px !important;
  
}

.shg-c#s-45582fe0-c8e6-4d4c-ba78-f9223747ef90 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-45582fe0-c8e6-4d4c-ba78-f9223747ef90 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45582fe0-c8e6-4d4c-ba78-f9223747ef90 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-45582fe0-c8e6-4d4c-ba78-f9223747ef90 {
  max-width:  100%;
}

.shg-c#s-45582fe0-c8e6-4d4c-ba78-f9223747ef90 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-45582fe0-c8e6-4d4c-ba78-f9223747ef90 .shg-image-zoom,
.shg-c#s-45582fe0-c8e6-4d4c-ba78-f9223747ef90 img.shogun-image {
  max-width: 60px !important;
  
}

.shg-c#s-45582fe0-c8e6-4d4c-ba78-f9223747ef90 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-45582fe0-c8e6-4d4c-ba78-f9223747ef90 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45582fe0-c8e6-4d4c-ba78-f9223747ef90 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-45582fe0-c8e6-4d4c-ba78-f9223747ef90 {
  max-width:  100%;
}

.shg-c#s-45582fe0-c8e6-4d4c-ba78-f9223747ef90 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-45582fe0-c8e6-4d4c-ba78-f9223747ef90 .shg-image-zoom,
.shg-c#s-45582fe0-c8e6-4d4c-ba78-f9223747ef90 img.shogun-image {
  max-width: 60px !important;
  
}

.shg-c#s-45582fe0-c8e6-4d4c-ba78-f9223747ef90 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-45582fe0-c8e6-4d4c-ba78-f9223747ef90 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45582fe0-c8e6-4d4c-ba78-f9223747ef90 img.shogun-image {
  width: 100%;
}



}
#s-a7971c42-e114-4d2e-9802-b878d343785c {
  margin-top: 5px;
}

#s-051f30af-14dd-4325-8891-f6f36edd48a9 {
  margin-top: 10px;
margin-bottom: 10px;
margin-right: -8%;
text-align: right;
}







  #s-051f30af-14dd-4325-8891-f6f36edd48a9 img.shogun-image {
    

    
    
    
  }


#s-051f30af-14dd-4325-8891-f6f36edd48a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-e023cbfa-2e97-4f1b-a88b-87b300b772a6 {
  min-height: 325px;
background-color: rgba(11, 107, 112, 1);
}








#s-e023cbfa-2e97-4f1b-a88b-87b300b772a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e023cbfa-2e97-4f1b-a88b-87b300b772a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae8e00c1-51ea-4037-9872-dd74b56144cc {
  margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-3ec3221b-af0c-4b36-b45e-1cf95089c803"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ec3221b-af0c-4b36-b45e-1cf95089c803"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3ec3221b-af0c-4b36-b45e-1cf95089c803"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ec3221b-af0c-4b36-b45e-1cf95089c803"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e94b6643-377a-4388-85ac-cf570732192d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 800px;
background-position: center center;
}








#s-e94b6643-377a-4388-85ac-cf570732192d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e94b6643-377a-4388-85ac-cf570732192d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-161c530c-916f-4f8a-a56e-788754e88859 {
  min-height: 800px;
background-color: rgba(255, 255, 255, 1);
}








#s-161c530c-916f-4f8a-a56e-788754e88859 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-161c530c-916f-4f8a-a56e-788754e88859.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-05716cde-272e-43f6-bf24-3daf0c05abc8 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}








#s-05716cde-272e-43f6-bf24-3daf0c05abc8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05716cde-272e-43f6-bf24-3daf0c05abc8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc104bec-82bb-4656-908f-d76f6d65552b {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-70d1c707-28da-4a64-9ab8-2959348fe209 {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-09a434a8-3bf6-4d48-ac81-9a6ecea8ecab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-09a434a8-3bf6-4d48-ac81-9a6ecea8ecab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-09a434a8-3bf6-4d48-ac81-9a6ecea8ecab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-09a434a8-3bf6-4d48-ac81-9a6ecea8ecab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-09a434a8-3bf6-4d48-ac81-9a6ecea8ecab"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-b0b97303-cfa9-4077-ac87-8a94ff4386a6 {
  min-height: 800px;
background-color: rgba(255, 255, 255, 1);
}








#s-b0b97303-cfa9-4077-ac87-8a94ff4386a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0b97303-cfa9-4077-ac87-8a94ff4386a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4dcf00c8-9ce5-459e-89c4-ff0beb79755e {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-81f33e4f-b20b-493f-bf85-5f0f645a2ddb {
  padding-left: 5%;
padding-right: 5%;
}

#s-e9f4e078-a71c-4496-8cba-fcda4200f1f0 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 800px;
background-position: center center;
}








#s-e9f4e078-a71c-4496-8cba-fcda4200f1f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9f4e078-a71c-4496-8cba-fcda4200f1f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bb0c217c-081e-4d3c-b004-0ccfe2662535 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-bb0c217c-081e-4d3c-b004-0ccfe2662535 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb0c217c-081e-4d3c-b004-0ccfe2662535.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c6faa414-0b29-4949-aa9e-8c50c015ebbf {
  padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
background-color: rgba(121, 200, 162, 1);
}








#s-c6faa414-0b29-4949-aa9e-8c50c015ebbf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6faa414-0b29-4949-aa9e-8c50c015ebbf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca696a4b-e1c3-47da-b8c0-86672587282f {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}








#s-ca696a4b-e1c3-47da-b8c0-86672587282f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca696a4b-e1c3-47da-b8c0-86672587282f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba1812a0-4423-4149-af52-64a6f997ddc1 {
  min-height: 50px;
background-color: rgba(121, 200, 162, 1);
}








#s-ba1812a0-4423-4149-af52-64a6f997ddc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba1812a0-4423-4149-af52-64a6f997ddc1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c8661cca-d14d-4a21-a5ba-869131dc34b6 {
  padding-left: 0%;
padding-right: 0%;
min-height: 425px;
}

@media (min-width: 0px) {
[id="s-c8661cca-d14d-4a21-a5ba-869131dc34b6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8661cca-d14d-4a21-a5ba-869131dc34b6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c8661cca-d14d-4a21-a5ba-869131dc34b6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8661cca-d14d-4a21-a5ba-869131dc34b6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-63c74003-57ef-4fc3-9d7e-cb86928a7a5e {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
}








#s-63c74003-57ef-4fc3-9d7e-cb86928a7a5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63c74003-57ef-4fc3-9d7e-cb86928a7a5e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4cf9bcee-ff36-4d9a-9cf6-129dc7892736 {
  text-align: center;
}


.shg-c#s-4cf9bcee-ff36-4d9a-9cf6-129dc7892736 {
  max-width:  100%;
}

.shg-c#s-4cf9bcee-ff36-4d9a-9cf6-129dc7892736 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4cf9bcee-ff36-4d9a-9cf6-129dc7892736 .shg-image-zoom,
.shg-c#s-4cf9bcee-ff36-4d9a-9cf6-129dc7892736 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-4cf9bcee-ff36-4d9a-9cf6-129dc7892736 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4cf9bcee-ff36-4d9a-9cf6-129dc7892736 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4cf9bcee-ff36-4d9a-9cf6-129dc7892736 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-4cf9bcee-ff36-4d9a-9cf6-129dc7892736 {
  max-width:  100%;
}

.shg-c#s-4cf9bcee-ff36-4d9a-9cf6-129dc7892736 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4cf9bcee-ff36-4d9a-9cf6-129dc7892736 .shg-image-zoom,
.shg-c#s-4cf9bcee-ff36-4d9a-9cf6-129dc7892736 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-4cf9bcee-ff36-4d9a-9cf6-129dc7892736 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4cf9bcee-ff36-4d9a-9cf6-129dc7892736 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4cf9bcee-ff36-4d9a-9cf6-129dc7892736 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4cf9bcee-ff36-4d9a-9cf6-129dc7892736 {
  max-width:  100%;
}

.shg-c#s-4cf9bcee-ff36-4d9a-9cf6-129dc7892736 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4cf9bcee-ff36-4d9a-9cf6-129dc7892736 .shg-image-zoom,
.shg-c#s-4cf9bcee-ff36-4d9a-9cf6-129dc7892736 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-4cf9bcee-ff36-4d9a-9cf6-129dc7892736 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4cf9bcee-ff36-4d9a-9cf6-129dc7892736 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4cf9bcee-ff36-4d9a-9cf6-129dc7892736 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4cf9bcee-ff36-4d9a-9cf6-129dc7892736 {
  max-width:  100%;
}

.shg-c#s-4cf9bcee-ff36-4d9a-9cf6-129dc7892736 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4cf9bcee-ff36-4d9a-9cf6-129dc7892736 .shg-image-zoom,
.shg-c#s-4cf9bcee-ff36-4d9a-9cf6-129dc7892736 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-4cf9bcee-ff36-4d9a-9cf6-129dc7892736 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4cf9bcee-ff36-4d9a-9cf6-129dc7892736 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4cf9bcee-ff36-4d9a-9cf6-129dc7892736 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-4cf9bcee-ff36-4d9a-9cf6-129dc7892736 {
  max-width:  100%;
}

.shg-c#s-4cf9bcee-ff36-4d9a-9cf6-129dc7892736 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4cf9bcee-ff36-4d9a-9cf6-129dc7892736 .shg-image-zoom,
.shg-c#s-4cf9bcee-ff36-4d9a-9cf6-129dc7892736 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-4cf9bcee-ff36-4d9a-9cf6-129dc7892736 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4cf9bcee-ff36-4d9a-9cf6-129dc7892736 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4cf9bcee-ff36-4d9a-9cf6-129dc7892736 img.shogun-image {
  width: 100%;
}



}
#s-689a2a51-3300-4892-bf00-0d353c7f6d76 {
  margin-top: 20px;
margin-bottom: 5px;
}

#s-cc7de156-3d03-48a6-b36b-70be9c653798 {
  margin-top: 0px;
}

#s-e36f6a98-7e81-451e-b4a0-c6d01de68a22 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
}








#s-e36f6a98-7e81-451e-b4a0-c6d01de68a22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e36f6a98-7e81-451e-b4a0-c6d01de68a22.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8d47487c-8984-4831-a292-df541a1713bd {
  text-align: center;
}


.shg-c#s-8d47487c-8984-4831-a292-df541a1713bd {
  max-width:  100%;
}

.shg-c#s-8d47487c-8984-4831-a292-df541a1713bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8d47487c-8984-4831-a292-df541a1713bd .shg-image-zoom,
.shg-c#s-8d47487c-8984-4831-a292-df541a1713bd img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-8d47487c-8984-4831-a292-df541a1713bd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8d47487c-8984-4831-a292-df541a1713bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d47487c-8984-4831-a292-df541a1713bd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-8d47487c-8984-4831-a292-df541a1713bd {
  max-width:  100%;
}

.shg-c#s-8d47487c-8984-4831-a292-df541a1713bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8d47487c-8984-4831-a292-df541a1713bd .shg-image-zoom,
.shg-c#s-8d47487c-8984-4831-a292-df541a1713bd img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-8d47487c-8984-4831-a292-df541a1713bd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8d47487c-8984-4831-a292-df541a1713bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d47487c-8984-4831-a292-df541a1713bd img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8d47487c-8984-4831-a292-df541a1713bd {
  max-width:  100%;
}

.shg-c#s-8d47487c-8984-4831-a292-df541a1713bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8d47487c-8984-4831-a292-df541a1713bd .shg-image-zoom,
.shg-c#s-8d47487c-8984-4831-a292-df541a1713bd img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-8d47487c-8984-4831-a292-df541a1713bd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8d47487c-8984-4831-a292-df541a1713bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d47487c-8984-4831-a292-df541a1713bd img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8d47487c-8984-4831-a292-df541a1713bd {
  max-width:  100%;
}

.shg-c#s-8d47487c-8984-4831-a292-df541a1713bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8d47487c-8984-4831-a292-df541a1713bd .shg-image-zoom,
.shg-c#s-8d47487c-8984-4831-a292-df541a1713bd img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-8d47487c-8984-4831-a292-df541a1713bd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8d47487c-8984-4831-a292-df541a1713bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d47487c-8984-4831-a292-df541a1713bd img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-8d47487c-8984-4831-a292-df541a1713bd {
  max-width:  100%;
}

.shg-c#s-8d47487c-8984-4831-a292-df541a1713bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8d47487c-8984-4831-a292-df541a1713bd .shg-image-zoom,
.shg-c#s-8d47487c-8984-4831-a292-df541a1713bd img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-8d47487c-8984-4831-a292-df541a1713bd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8d47487c-8984-4831-a292-df541a1713bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d47487c-8984-4831-a292-df541a1713bd img.shogun-image {
  width: 100%;
}



}
#s-f135886e-90dd-4b3a-af38-475451e97adb {
  margin-top: 20px;
margin-bottom: 5px;
}

#s-bb6ecf25-cfb9-460e-bf7c-790a54a2b9cf {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-fcbdd55b-cbd3-40c3-8e8f-210b92d90991"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fcbdd55b-cbd3-40c3-8e8f-210b92d90991"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-fcbdd55b-cbd3-40c3-8e8f-210b92d90991"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-fcbdd55b-cbd3-40c3-8e8f-210b92d90991"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-b568af91-faeb-47e8-986a-a0ce509556a5 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
}








#s-b568af91-faeb-47e8-986a-a0ce509556a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b568af91-faeb-47e8-986a-a0ce509556a5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-405b0b60-584e-4e6f-8451-1b2b3c88cac3 {
  text-align: center;
}


.shg-c#s-405b0b60-584e-4e6f-8451-1b2b3c88cac3 {
  max-width:  100%;
}

.shg-c#s-405b0b60-584e-4e6f-8451-1b2b3c88cac3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-405b0b60-584e-4e6f-8451-1b2b3c88cac3 .shg-image-zoom,
.shg-c#s-405b0b60-584e-4e6f-8451-1b2b3c88cac3 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-405b0b60-584e-4e6f-8451-1b2b3c88cac3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-405b0b60-584e-4e6f-8451-1b2b3c88cac3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-405b0b60-584e-4e6f-8451-1b2b3c88cac3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-405b0b60-584e-4e6f-8451-1b2b3c88cac3 {
  max-width:  100%;
}

.shg-c#s-405b0b60-584e-4e6f-8451-1b2b3c88cac3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-405b0b60-584e-4e6f-8451-1b2b3c88cac3 .shg-image-zoom,
.shg-c#s-405b0b60-584e-4e6f-8451-1b2b3c88cac3 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-405b0b60-584e-4e6f-8451-1b2b3c88cac3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-405b0b60-584e-4e6f-8451-1b2b3c88cac3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-405b0b60-584e-4e6f-8451-1b2b3c88cac3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-405b0b60-584e-4e6f-8451-1b2b3c88cac3 {
  max-width:  100%;
}

.shg-c#s-405b0b60-584e-4e6f-8451-1b2b3c88cac3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-405b0b60-584e-4e6f-8451-1b2b3c88cac3 .shg-image-zoom,
.shg-c#s-405b0b60-584e-4e6f-8451-1b2b3c88cac3 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-405b0b60-584e-4e6f-8451-1b2b3c88cac3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-405b0b60-584e-4e6f-8451-1b2b3c88cac3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-405b0b60-584e-4e6f-8451-1b2b3c88cac3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-405b0b60-584e-4e6f-8451-1b2b3c88cac3 {
  max-width:  100%;
}

.shg-c#s-405b0b60-584e-4e6f-8451-1b2b3c88cac3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-405b0b60-584e-4e6f-8451-1b2b3c88cac3 .shg-image-zoom,
.shg-c#s-405b0b60-584e-4e6f-8451-1b2b3c88cac3 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-405b0b60-584e-4e6f-8451-1b2b3c88cac3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-405b0b60-584e-4e6f-8451-1b2b3c88cac3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-405b0b60-584e-4e6f-8451-1b2b3c88cac3 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-405b0b60-584e-4e6f-8451-1b2b3c88cac3 {
  max-width:  100%;
}

.shg-c#s-405b0b60-584e-4e6f-8451-1b2b3c88cac3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-405b0b60-584e-4e6f-8451-1b2b3c88cac3 .shg-image-zoom,
.shg-c#s-405b0b60-584e-4e6f-8451-1b2b3c88cac3 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-405b0b60-584e-4e6f-8451-1b2b3c88cac3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-405b0b60-584e-4e6f-8451-1b2b3c88cac3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-405b0b60-584e-4e6f-8451-1b2b3c88cac3 img.shogun-image {
  width: 100%;
}



}
#s-dcdd30a4-b882-43e1-83c5-3f85dd1da497 {
  margin-top: 20px;
margin-bottom: 5px;
}

#s-4d47da86-3ffc-4f4d-9fd4-e949f9c272d6 {
  margin-top: 0px;
}

#s-9d7c5357-03da-49ca-8ea9-1386435b77d3 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
}








#s-9d7c5357-03da-49ca-8ea9-1386435b77d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d7c5357-03da-49ca-8ea9-1386435b77d3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-72041370-29c5-4283-a09f-3a1ddf4a9cea {
  text-align: center;
}


.shg-c#s-72041370-29c5-4283-a09f-3a1ddf4a9cea {
  max-width:  100%;
}

.shg-c#s-72041370-29c5-4283-a09f-3a1ddf4a9cea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72041370-29c5-4283-a09f-3a1ddf4a9cea .shg-image-zoom,
.shg-c#s-72041370-29c5-4283-a09f-3a1ddf4a9cea img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-72041370-29c5-4283-a09f-3a1ddf4a9cea .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-72041370-29c5-4283-a09f-3a1ddf4a9cea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72041370-29c5-4283-a09f-3a1ddf4a9cea img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-72041370-29c5-4283-a09f-3a1ddf4a9cea {
  max-width:  100%;
}

.shg-c#s-72041370-29c5-4283-a09f-3a1ddf4a9cea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72041370-29c5-4283-a09f-3a1ddf4a9cea .shg-image-zoom,
.shg-c#s-72041370-29c5-4283-a09f-3a1ddf4a9cea img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-72041370-29c5-4283-a09f-3a1ddf4a9cea .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-72041370-29c5-4283-a09f-3a1ddf4a9cea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72041370-29c5-4283-a09f-3a1ddf4a9cea img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-72041370-29c5-4283-a09f-3a1ddf4a9cea {
  max-width:  100%;
}

.shg-c#s-72041370-29c5-4283-a09f-3a1ddf4a9cea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72041370-29c5-4283-a09f-3a1ddf4a9cea .shg-image-zoom,
.shg-c#s-72041370-29c5-4283-a09f-3a1ddf4a9cea img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-72041370-29c5-4283-a09f-3a1ddf4a9cea .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-72041370-29c5-4283-a09f-3a1ddf4a9cea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72041370-29c5-4283-a09f-3a1ddf4a9cea img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-72041370-29c5-4283-a09f-3a1ddf4a9cea {
  max-width:  100%;
}

.shg-c#s-72041370-29c5-4283-a09f-3a1ddf4a9cea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72041370-29c5-4283-a09f-3a1ddf4a9cea .shg-image-zoom,
.shg-c#s-72041370-29c5-4283-a09f-3a1ddf4a9cea img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-72041370-29c5-4283-a09f-3a1ddf4a9cea .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-72041370-29c5-4283-a09f-3a1ddf4a9cea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72041370-29c5-4283-a09f-3a1ddf4a9cea img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-72041370-29c5-4283-a09f-3a1ddf4a9cea {
  max-width:  100%;
}

.shg-c#s-72041370-29c5-4283-a09f-3a1ddf4a9cea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72041370-29c5-4283-a09f-3a1ddf4a9cea .shg-image-zoom,
.shg-c#s-72041370-29c5-4283-a09f-3a1ddf4a9cea img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-72041370-29c5-4283-a09f-3a1ddf4a9cea .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-72041370-29c5-4283-a09f-3a1ddf4a9cea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72041370-29c5-4283-a09f-3a1ddf4a9cea img.shogun-image {
  width: 100%;
}



}
#s-9c134345-6565-4ac0-bd80-21069942fe3b {
  margin-top: 20px;
margin-bottom: 5px;
}

#s-c13ce2dc-a2ee-48c5-b014-0e7c654ad500 {
  margin-top: 0px;
}

#s-f5f1863b-a799-41d3-b4cc-d111d5a25610 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-f5f1863b-a799-41d3-b4cc-d111d5a25610 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5f1863b-a799-41d3-b4cc-d111d5a25610.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-608d5c73-82f4-46d2-aff2-141539509d51 {
  padding-top: 100px;
padding-bottom: 100px;
background-color: rgba(88, 197, 196, 1);
}








#s-608d5c73-82f4-46d2-aff2-141539509d51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-608d5c73-82f4-46d2-aff2-141539509d51.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0de5454a-a0b4-4bc7-830d-d2bd4ef981ee {
  min-height: 50px;
background-color: rgba(88, 197, 196, 1);
}








#s-0de5454a-a0b4-4bc7-830d-d2bd4ef981ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0de5454a-a0b4-4bc7-830d-d2bd4ef981ee.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c2b4da0b-6a54-465a-84d1-0544d61da26d {
  min-height: 425px;
}

@media (min-width: 0px) {
[id="s-c2b4da0b-6a54-465a-84d1-0544d61da26d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2b4da0b-6a54-465a-84d1-0544d61da26d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c2b4da0b-6a54-465a-84d1-0544d61da26d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2b4da0b-6a54-465a-84d1-0544d61da26d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-d0b1708c-2b53-4b6f-ae53-c3fe2e84bcf0 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
}








#s-d0b1708c-2b53-4b6f-ae53-c3fe2e84bcf0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0b1708c-2b53-4b6f-ae53-c3fe2e84bcf0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e492f8aa-4ad4-4db6-a720-131fdff6d38a {
  text-align: center;
}


.shg-c#s-e492f8aa-4ad4-4db6-a720-131fdff6d38a {
  max-width:  100%;
}

.shg-c#s-e492f8aa-4ad4-4db6-a720-131fdff6d38a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e492f8aa-4ad4-4db6-a720-131fdff6d38a .shg-image-zoom,
.shg-c#s-e492f8aa-4ad4-4db6-a720-131fdff6d38a img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-e492f8aa-4ad4-4db6-a720-131fdff6d38a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e492f8aa-4ad4-4db6-a720-131fdff6d38a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e492f8aa-4ad4-4db6-a720-131fdff6d38a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-e492f8aa-4ad4-4db6-a720-131fdff6d38a {
  max-width:  100%;
}

.shg-c#s-e492f8aa-4ad4-4db6-a720-131fdff6d38a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e492f8aa-4ad4-4db6-a720-131fdff6d38a .shg-image-zoom,
.shg-c#s-e492f8aa-4ad4-4db6-a720-131fdff6d38a img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-e492f8aa-4ad4-4db6-a720-131fdff6d38a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e492f8aa-4ad4-4db6-a720-131fdff6d38a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e492f8aa-4ad4-4db6-a720-131fdff6d38a img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e492f8aa-4ad4-4db6-a720-131fdff6d38a {
  max-width:  100%;
}

.shg-c#s-e492f8aa-4ad4-4db6-a720-131fdff6d38a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e492f8aa-4ad4-4db6-a720-131fdff6d38a .shg-image-zoom,
.shg-c#s-e492f8aa-4ad4-4db6-a720-131fdff6d38a img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-e492f8aa-4ad4-4db6-a720-131fdff6d38a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e492f8aa-4ad4-4db6-a720-131fdff6d38a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e492f8aa-4ad4-4db6-a720-131fdff6d38a img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e492f8aa-4ad4-4db6-a720-131fdff6d38a {
  max-width:  100%;
}

.shg-c#s-e492f8aa-4ad4-4db6-a720-131fdff6d38a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e492f8aa-4ad4-4db6-a720-131fdff6d38a .shg-image-zoom,
.shg-c#s-e492f8aa-4ad4-4db6-a720-131fdff6d38a img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-e492f8aa-4ad4-4db6-a720-131fdff6d38a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e492f8aa-4ad4-4db6-a720-131fdff6d38a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e492f8aa-4ad4-4db6-a720-131fdff6d38a img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-e492f8aa-4ad4-4db6-a720-131fdff6d38a {
  max-width:  100%;
}

.shg-c#s-e492f8aa-4ad4-4db6-a720-131fdff6d38a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e492f8aa-4ad4-4db6-a720-131fdff6d38a .shg-image-zoom,
.shg-c#s-e492f8aa-4ad4-4db6-a720-131fdff6d38a img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-e492f8aa-4ad4-4db6-a720-131fdff6d38a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e492f8aa-4ad4-4db6-a720-131fdff6d38a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e492f8aa-4ad4-4db6-a720-131fdff6d38a img.shogun-image {
  width: 100%;
}



}
#s-b5facace-62f8-49d3-9ad9-596c530bae15 {
  margin-top: 20px;
margin-bottom: 5px;
}

#s-c887f770-901b-4307-8021-4d0bdbe0f18c {
  margin-top: 0px;
}

#s-c1353d96-3279-4cf7-a6cf-3582c73fe56d {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
}








#s-c1353d96-3279-4cf7-a6cf-3582c73fe56d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1353d96-3279-4cf7-a6cf-3582c73fe56d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1af5cd90-8264-45b7-964c-6937175e7fa8 {
  text-align: center;
}


.shg-c#s-1af5cd90-8264-45b7-964c-6937175e7fa8 {
  max-width:  100%;
}

.shg-c#s-1af5cd90-8264-45b7-964c-6937175e7fa8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1af5cd90-8264-45b7-964c-6937175e7fa8 .shg-image-zoom,
.shg-c#s-1af5cd90-8264-45b7-964c-6937175e7fa8 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-1af5cd90-8264-45b7-964c-6937175e7fa8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1af5cd90-8264-45b7-964c-6937175e7fa8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1af5cd90-8264-45b7-964c-6937175e7fa8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-1af5cd90-8264-45b7-964c-6937175e7fa8 {
  max-width:  100%;
}

.shg-c#s-1af5cd90-8264-45b7-964c-6937175e7fa8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1af5cd90-8264-45b7-964c-6937175e7fa8 .shg-image-zoom,
.shg-c#s-1af5cd90-8264-45b7-964c-6937175e7fa8 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-1af5cd90-8264-45b7-964c-6937175e7fa8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1af5cd90-8264-45b7-964c-6937175e7fa8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1af5cd90-8264-45b7-964c-6937175e7fa8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1af5cd90-8264-45b7-964c-6937175e7fa8 {
  max-width:  100%;
}

.shg-c#s-1af5cd90-8264-45b7-964c-6937175e7fa8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1af5cd90-8264-45b7-964c-6937175e7fa8 .shg-image-zoom,
.shg-c#s-1af5cd90-8264-45b7-964c-6937175e7fa8 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-1af5cd90-8264-45b7-964c-6937175e7fa8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1af5cd90-8264-45b7-964c-6937175e7fa8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1af5cd90-8264-45b7-964c-6937175e7fa8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1af5cd90-8264-45b7-964c-6937175e7fa8 {
  max-width:  100%;
}

.shg-c#s-1af5cd90-8264-45b7-964c-6937175e7fa8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1af5cd90-8264-45b7-964c-6937175e7fa8 .shg-image-zoom,
.shg-c#s-1af5cd90-8264-45b7-964c-6937175e7fa8 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-1af5cd90-8264-45b7-964c-6937175e7fa8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1af5cd90-8264-45b7-964c-6937175e7fa8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1af5cd90-8264-45b7-964c-6937175e7fa8 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-1af5cd90-8264-45b7-964c-6937175e7fa8 {
  max-width:  100%;
}

.shg-c#s-1af5cd90-8264-45b7-964c-6937175e7fa8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1af5cd90-8264-45b7-964c-6937175e7fa8 .shg-image-zoom,
.shg-c#s-1af5cd90-8264-45b7-964c-6937175e7fa8 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-1af5cd90-8264-45b7-964c-6937175e7fa8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1af5cd90-8264-45b7-964c-6937175e7fa8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1af5cd90-8264-45b7-964c-6937175e7fa8 img.shogun-image {
  width: 100%;
}



}
#s-ced7e119-814a-41e5-82bc-0d20b596fb85 {
  margin-top: 20px;
margin-bottom: 5px;
}

#s-64910121-6e42-49d4-a801-b864b2a70ea3 {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-c7084ec5-20ce-4282-b9f7-88f13ca4e320"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c7084ec5-20ce-4282-b9f7-88f13ca4e320"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c7084ec5-20ce-4282-b9f7-88f13ca4e320"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c7084ec5-20ce-4282-b9f7-88f13ca4e320"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-be63f8c9-35ab-431a-8e39-24f2da7e0afe {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
}








#s-be63f8c9-35ab-431a-8e39-24f2da7e0afe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be63f8c9-35ab-431a-8e39-24f2da7e0afe.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7e8e6933-4470-4820-a3f5-e9684a2cbec9 {
  text-align: center;
}


.shg-c#s-7e8e6933-4470-4820-a3f5-e9684a2cbec9 {
  max-width:  100%;
}

.shg-c#s-7e8e6933-4470-4820-a3f5-e9684a2cbec9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7e8e6933-4470-4820-a3f5-e9684a2cbec9 .shg-image-zoom,
.shg-c#s-7e8e6933-4470-4820-a3f5-e9684a2cbec9 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-7e8e6933-4470-4820-a3f5-e9684a2cbec9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7e8e6933-4470-4820-a3f5-e9684a2cbec9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e8e6933-4470-4820-a3f5-e9684a2cbec9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-7e8e6933-4470-4820-a3f5-e9684a2cbec9 {
  max-width:  100%;
}

.shg-c#s-7e8e6933-4470-4820-a3f5-e9684a2cbec9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7e8e6933-4470-4820-a3f5-e9684a2cbec9 .shg-image-zoom,
.shg-c#s-7e8e6933-4470-4820-a3f5-e9684a2cbec9 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-7e8e6933-4470-4820-a3f5-e9684a2cbec9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7e8e6933-4470-4820-a3f5-e9684a2cbec9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e8e6933-4470-4820-a3f5-e9684a2cbec9 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7e8e6933-4470-4820-a3f5-e9684a2cbec9 {
  max-width:  100%;
}

.shg-c#s-7e8e6933-4470-4820-a3f5-e9684a2cbec9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7e8e6933-4470-4820-a3f5-e9684a2cbec9 .shg-image-zoom,
.shg-c#s-7e8e6933-4470-4820-a3f5-e9684a2cbec9 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-7e8e6933-4470-4820-a3f5-e9684a2cbec9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7e8e6933-4470-4820-a3f5-e9684a2cbec9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e8e6933-4470-4820-a3f5-e9684a2cbec9 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7e8e6933-4470-4820-a3f5-e9684a2cbec9 {
  max-width:  100%;
}

.shg-c#s-7e8e6933-4470-4820-a3f5-e9684a2cbec9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7e8e6933-4470-4820-a3f5-e9684a2cbec9 .shg-image-zoom,
.shg-c#s-7e8e6933-4470-4820-a3f5-e9684a2cbec9 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-7e8e6933-4470-4820-a3f5-e9684a2cbec9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7e8e6933-4470-4820-a3f5-e9684a2cbec9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e8e6933-4470-4820-a3f5-e9684a2cbec9 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-7e8e6933-4470-4820-a3f5-e9684a2cbec9 {
  max-width:  100%;
}

.shg-c#s-7e8e6933-4470-4820-a3f5-e9684a2cbec9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7e8e6933-4470-4820-a3f5-e9684a2cbec9 .shg-image-zoom,
.shg-c#s-7e8e6933-4470-4820-a3f5-e9684a2cbec9 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-7e8e6933-4470-4820-a3f5-e9684a2cbec9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7e8e6933-4470-4820-a3f5-e9684a2cbec9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e8e6933-4470-4820-a3f5-e9684a2cbec9 img.shogun-image {
  width: 100%;
}



}
#s-d9f03cf8-f115-413d-a074-83efd23a75f6 {
  margin-top: 20px;
margin-bottom: 5px;
}

#s-90b19609-6631-44c9-b5f4-3c282619caf1 {
  margin-top: 0px;
}

#s-6c64be00-d3d8-43b2-95c0-c4aa6cb9677b {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
}








#s-6c64be00-d3d8-43b2-95c0-c4aa6cb9677b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c64be00-d3d8-43b2-95c0-c4aa6cb9677b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d80862e1-75c5-4d38-8965-35d0e43f564b {
  text-align: center;
}


.shg-c#s-d80862e1-75c5-4d38-8965-35d0e43f564b {
  max-width:  100%;
}

.shg-c#s-d80862e1-75c5-4d38-8965-35d0e43f564b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d80862e1-75c5-4d38-8965-35d0e43f564b .shg-image-zoom,
.shg-c#s-d80862e1-75c5-4d38-8965-35d0e43f564b img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-d80862e1-75c5-4d38-8965-35d0e43f564b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d80862e1-75c5-4d38-8965-35d0e43f564b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d80862e1-75c5-4d38-8965-35d0e43f564b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-d80862e1-75c5-4d38-8965-35d0e43f564b {
  max-width:  100%;
}

.shg-c#s-d80862e1-75c5-4d38-8965-35d0e43f564b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d80862e1-75c5-4d38-8965-35d0e43f564b .shg-image-zoom,
.shg-c#s-d80862e1-75c5-4d38-8965-35d0e43f564b img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-d80862e1-75c5-4d38-8965-35d0e43f564b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d80862e1-75c5-4d38-8965-35d0e43f564b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d80862e1-75c5-4d38-8965-35d0e43f564b img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d80862e1-75c5-4d38-8965-35d0e43f564b {
  max-width:  100%;
}

.shg-c#s-d80862e1-75c5-4d38-8965-35d0e43f564b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d80862e1-75c5-4d38-8965-35d0e43f564b .shg-image-zoom,
.shg-c#s-d80862e1-75c5-4d38-8965-35d0e43f564b img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-d80862e1-75c5-4d38-8965-35d0e43f564b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d80862e1-75c5-4d38-8965-35d0e43f564b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d80862e1-75c5-4d38-8965-35d0e43f564b img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d80862e1-75c5-4d38-8965-35d0e43f564b {
  max-width:  100%;
}

.shg-c#s-d80862e1-75c5-4d38-8965-35d0e43f564b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d80862e1-75c5-4d38-8965-35d0e43f564b .shg-image-zoom,
.shg-c#s-d80862e1-75c5-4d38-8965-35d0e43f564b img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-d80862e1-75c5-4d38-8965-35d0e43f564b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d80862e1-75c5-4d38-8965-35d0e43f564b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d80862e1-75c5-4d38-8965-35d0e43f564b img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-d80862e1-75c5-4d38-8965-35d0e43f564b {
  max-width:  100%;
}

.shg-c#s-d80862e1-75c5-4d38-8965-35d0e43f564b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d80862e1-75c5-4d38-8965-35d0e43f564b .shg-image-zoom,
.shg-c#s-d80862e1-75c5-4d38-8965-35d0e43f564b img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-d80862e1-75c5-4d38-8965-35d0e43f564b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d80862e1-75c5-4d38-8965-35d0e43f564b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d80862e1-75c5-4d38-8965-35d0e43f564b img.shogun-image {
  width: 100%;
}



}
#s-77292d13-f04d-4069-a145-6cd500af041b {
  margin-top: 20px;
margin-bottom: 5px;
}

#s-bbe63084-584c-4a77-b1ea-aa9040c10ab0 {
  margin-top: 0px;
}

#s-b539a9ab-594d-4d94-ac79-a530980df4b8 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-b539a9ab-594d-4d94-ac79-a530980df4b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b539a9ab-594d-4d94-ac79-a530980df4b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8966eb2f-c44b-42fe-8ec3-6ea44eb0ea95 {
  padding-top: 100px;
padding-bottom: 100px;
background-color: rgba(247, 156, 136, 1);
}








#s-8966eb2f-c44b-42fe-8ec3-6ea44eb0ea95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8966eb2f-c44b-42fe-8ec3-6ea44eb0ea95.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c3ad1119-4a58-4f96-ad2c-032de292ff03 {
  min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}








#s-c3ad1119-4a58-4f96-ad2c-032de292ff03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3ad1119-4a58-4f96-ad2c-032de292ff03.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf87427b-8425-4611-98b6-07823350e737 {
  min-height: 50px;
background-color: rgba(121, 200, 162, 1);
}








#s-cf87427b-8425-4611-98b6-07823350e737 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf87427b-8425-4611-98b6-07823350e737.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-46b4e432-df37-4a58-8528-1b03be20998b {
  min-height: 50px;
background-color: rgba(247, 156, 136, 1);
}








#s-46b4e432-df37-4a58-8528-1b03be20998b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46b4e432-df37-4a58-8528-1b03be20998b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-07d0b0b2-3b9c-487e-acf7-505b4be4323c {
  min-height: 425px;
}

@media (min-width: 0px) {
[id="s-07d0b0b2-3b9c-487e-acf7-505b4be4323c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07d0b0b2-3b9c-487e-acf7-505b4be4323c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-07d0b0b2-3b9c-487e-acf7-505b4be4323c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-07d0b0b2-3b9c-487e-acf7-505b4be4323c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-4ce9321b-3ad6-433a-8151-f5711db6e378 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
}








#s-4ce9321b-3ad6-433a-8151-f5711db6e378 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ce9321b-3ad6-433a-8151-f5711db6e378.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-920e5a9f-6ae9-4751-bfe5-91071e70cd13 {
  text-align: center;
}


.shg-c#s-920e5a9f-6ae9-4751-bfe5-91071e70cd13 {
  max-width:  100%;
}

.shg-c#s-920e5a9f-6ae9-4751-bfe5-91071e70cd13 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-920e5a9f-6ae9-4751-bfe5-91071e70cd13 .shg-image-zoom,
.shg-c#s-920e5a9f-6ae9-4751-bfe5-91071e70cd13 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-920e5a9f-6ae9-4751-bfe5-91071e70cd13 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-920e5a9f-6ae9-4751-bfe5-91071e70cd13 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-920e5a9f-6ae9-4751-bfe5-91071e70cd13 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-920e5a9f-6ae9-4751-bfe5-91071e70cd13 {
  max-width:  100%;
}

.shg-c#s-920e5a9f-6ae9-4751-bfe5-91071e70cd13 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-920e5a9f-6ae9-4751-bfe5-91071e70cd13 .shg-image-zoom,
.shg-c#s-920e5a9f-6ae9-4751-bfe5-91071e70cd13 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-920e5a9f-6ae9-4751-bfe5-91071e70cd13 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-920e5a9f-6ae9-4751-bfe5-91071e70cd13 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-920e5a9f-6ae9-4751-bfe5-91071e70cd13 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-920e5a9f-6ae9-4751-bfe5-91071e70cd13 {
  max-width:  100%;
}

.shg-c#s-920e5a9f-6ae9-4751-bfe5-91071e70cd13 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-920e5a9f-6ae9-4751-bfe5-91071e70cd13 .shg-image-zoom,
.shg-c#s-920e5a9f-6ae9-4751-bfe5-91071e70cd13 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-920e5a9f-6ae9-4751-bfe5-91071e70cd13 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-920e5a9f-6ae9-4751-bfe5-91071e70cd13 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-920e5a9f-6ae9-4751-bfe5-91071e70cd13 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-920e5a9f-6ae9-4751-bfe5-91071e70cd13 {
  max-width:  100%;
}

.shg-c#s-920e5a9f-6ae9-4751-bfe5-91071e70cd13 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-920e5a9f-6ae9-4751-bfe5-91071e70cd13 .shg-image-zoom,
.shg-c#s-920e5a9f-6ae9-4751-bfe5-91071e70cd13 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-920e5a9f-6ae9-4751-bfe5-91071e70cd13 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-920e5a9f-6ae9-4751-bfe5-91071e70cd13 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-920e5a9f-6ae9-4751-bfe5-91071e70cd13 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-920e5a9f-6ae9-4751-bfe5-91071e70cd13 {
  max-width:  100%;
}

.shg-c#s-920e5a9f-6ae9-4751-bfe5-91071e70cd13 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-920e5a9f-6ae9-4751-bfe5-91071e70cd13 .shg-image-zoom,
.shg-c#s-920e5a9f-6ae9-4751-bfe5-91071e70cd13 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-920e5a9f-6ae9-4751-bfe5-91071e70cd13 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-920e5a9f-6ae9-4751-bfe5-91071e70cd13 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-920e5a9f-6ae9-4751-bfe5-91071e70cd13 img.shogun-image {
  width: 100%;
}



}
#s-6a1937cc-e560-4c0f-b95f-dd0c10795e95 {
  margin-top: 20px;
margin-bottom: 5px;
}

#s-d4bc86a4-f697-49c8-8c6f-22913a6dedb9 {
  margin-top: 0px;
}

#s-01b9de7f-326b-49cf-870b-c459bb591b90 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
}








#s-01b9de7f-326b-49cf-870b-c459bb591b90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01b9de7f-326b-49cf-870b-c459bb591b90.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-86442d7f-2249-4bed-b8e3-e83e26bd1ebd {
  text-align: center;
}


.shg-c#s-86442d7f-2249-4bed-b8e3-e83e26bd1ebd {
  max-width:  100%;
}

.shg-c#s-86442d7f-2249-4bed-b8e3-e83e26bd1ebd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86442d7f-2249-4bed-b8e3-e83e26bd1ebd .shg-image-zoom,
.shg-c#s-86442d7f-2249-4bed-b8e3-e83e26bd1ebd img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-86442d7f-2249-4bed-b8e3-e83e26bd1ebd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-86442d7f-2249-4bed-b8e3-e83e26bd1ebd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86442d7f-2249-4bed-b8e3-e83e26bd1ebd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-86442d7f-2249-4bed-b8e3-e83e26bd1ebd {
  max-width:  100%;
}

.shg-c#s-86442d7f-2249-4bed-b8e3-e83e26bd1ebd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86442d7f-2249-4bed-b8e3-e83e26bd1ebd .shg-image-zoom,
.shg-c#s-86442d7f-2249-4bed-b8e3-e83e26bd1ebd img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-86442d7f-2249-4bed-b8e3-e83e26bd1ebd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-86442d7f-2249-4bed-b8e3-e83e26bd1ebd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86442d7f-2249-4bed-b8e3-e83e26bd1ebd img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-86442d7f-2249-4bed-b8e3-e83e26bd1ebd {
  max-width:  100%;
}

.shg-c#s-86442d7f-2249-4bed-b8e3-e83e26bd1ebd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86442d7f-2249-4bed-b8e3-e83e26bd1ebd .shg-image-zoom,
.shg-c#s-86442d7f-2249-4bed-b8e3-e83e26bd1ebd img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-86442d7f-2249-4bed-b8e3-e83e26bd1ebd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-86442d7f-2249-4bed-b8e3-e83e26bd1ebd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86442d7f-2249-4bed-b8e3-e83e26bd1ebd img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-86442d7f-2249-4bed-b8e3-e83e26bd1ebd {
  max-width:  100%;
}

.shg-c#s-86442d7f-2249-4bed-b8e3-e83e26bd1ebd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86442d7f-2249-4bed-b8e3-e83e26bd1ebd .shg-image-zoom,
.shg-c#s-86442d7f-2249-4bed-b8e3-e83e26bd1ebd img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-86442d7f-2249-4bed-b8e3-e83e26bd1ebd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-86442d7f-2249-4bed-b8e3-e83e26bd1ebd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86442d7f-2249-4bed-b8e3-e83e26bd1ebd img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-86442d7f-2249-4bed-b8e3-e83e26bd1ebd {
  max-width:  100%;
}

.shg-c#s-86442d7f-2249-4bed-b8e3-e83e26bd1ebd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86442d7f-2249-4bed-b8e3-e83e26bd1ebd .shg-image-zoom,
.shg-c#s-86442d7f-2249-4bed-b8e3-e83e26bd1ebd img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-86442d7f-2249-4bed-b8e3-e83e26bd1ebd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-86442d7f-2249-4bed-b8e3-e83e26bd1ebd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86442d7f-2249-4bed-b8e3-e83e26bd1ebd img.shogun-image {
  width: 100%;
}



}
#s-0d1d4e4a-f873-4b51-b73e-6c82455a0675 {
  margin-top: 20px;
margin-bottom: 5px;
}

#s-95aae962-f75c-4302-ac95-95ea8b8b0d47 {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-df3b78b2-b748-4bda-8ca5-624f2440c538"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df3b78b2-b748-4bda-8ca5-624f2440c538"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-df3b78b2-b748-4bda-8ca5-624f2440c538"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-df3b78b2-b748-4bda-8ca5-624f2440c538"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-d73d4e51-84b8-4d21-bd80-996949d234b1 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
}








#s-d73d4e51-84b8-4d21-bd80-996949d234b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d73d4e51-84b8-4d21-bd80-996949d234b1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-59ca5293-8053-4d99-a319-f6911e0e52fe {
  text-align: center;
}


.shg-c#s-59ca5293-8053-4d99-a319-f6911e0e52fe {
  max-width:  100%;
}

.shg-c#s-59ca5293-8053-4d99-a319-f6911e0e52fe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59ca5293-8053-4d99-a319-f6911e0e52fe .shg-image-zoom,
.shg-c#s-59ca5293-8053-4d99-a319-f6911e0e52fe img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-59ca5293-8053-4d99-a319-f6911e0e52fe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-59ca5293-8053-4d99-a319-f6911e0e52fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59ca5293-8053-4d99-a319-f6911e0e52fe img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-59ca5293-8053-4d99-a319-f6911e0e52fe {
  max-width:  100%;
}

.shg-c#s-59ca5293-8053-4d99-a319-f6911e0e52fe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59ca5293-8053-4d99-a319-f6911e0e52fe .shg-image-zoom,
.shg-c#s-59ca5293-8053-4d99-a319-f6911e0e52fe img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-59ca5293-8053-4d99-a319-f6911e0e52fe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-59ca5293-8053-4d99-a319-f6911e0e52fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59ca5293-8053-4d99-a319-f6911e0e52fe img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-59ca5293-8053-4d99-a319-f6911e0e52fe {
  max-width:  100%;
}

.shg-c#s-59ca5293-8053-4d99-a319-f6911e0e52fe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59ca5293-8053-4d99-a319-f6911e0e52fe .shg-image-zoom,
.shg-c#s-59ca5293-8053-4d99-a319-f6911e0e52fe img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-59ca5293-8053-4d99-a319-f6911e0e52fe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-59ca5293-8053-4d99-a319-f6911e0e52fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59ca5293-8053-4d99-a319-f6911e0e52fe img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-59ca5293-8053-4d99-a319-f6911e0e52fe {
  max-width:  100%;
}

.shg-c#s-59ca5293-8053-4d99-a319-f6911e0e52fe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59ca5293-8053-4d99-a319-f6911e0e52fe .shg-image-zoom,
.shg-c#s-59ca5293-8053-4d99-a319-f6911e0e52fe img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-59ca5293-8053-4d99-a319-f6911e0e52fe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-59ca5293-8053-4d99-a319-f6911e0e52fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59ca5293-8053-4d99-a319-f6911e0e52fe img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-59ca5293-8053-4d99-a319-f6911e0e52fe {
  max-width:  100%;
}

.shg-c#s-59ca5293-8053-4d99-a319-f6911e0e52fe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59ca5293-8053-4d99-a319-f6911e0e52fe .shg-image-zoom,
.shg-c#s-59ca5293-8053-4d99-a319-f6911e0e52fe img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-59ca5293-8053-4d99-a319-f6911e0e52fe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-59ca5293-8053-4d99-a319-f6911e0e52fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59ca5293-8053-4d99-a319-f6911e0e52fe img.shogun-image {
  width: 100%;
}



}
#s-7a5604fa-8149-42cb-9990-5e42a77c99c2 {
  margin-top: 20px;
margin-bottom: 5px;
}

#s-72afd416-b42b-4dcf-8b73-497018a473d0 {
  margin-top: 0px;
}

#s-078cf0c6-2c16-49de-a87a-6f823076cddc {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}








#s-078cf0c6-2c16-49de-a87a-6f823076cddc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-078cf0c6-2c16-49de-a87a-6f823076cddc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a57e5320-1ad5-4aa1-aa4d-4e6eef6413f6 {
  text-align: center;
}


.shg-c#s-a57e5320-1ad5-4aa1-aa4d-4e6eef6413f6 {
  max-width:  100%;
}

.shg-c#s-a57e5320-1ad5-4aa1-aa4d-4e6eef6413f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a57e5320-1ad5-4aa1-aa4d-4e6eef6413f6 .shg-image-zoom,
.shg-c#s-a57e5320-1ad5-4aa1-aa4d-4e6eef6413f6 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-a57e5320-1ad5-4aa1-aa4d-4e6eef6413f6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a57e5320-1ad5-4aa1-aa4d-4e6eef6413f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a57e5320-1ad5-4aa1-aa4d-4e6eef6413f6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-a57e5320-1ad5-4aa1-aa4d-4e6eef6413f6 {
  max-width:  100%;
}

.shg-c#s-a57e5320-1ad5-4aa1-aa4d-4e6eef6413f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a57e5320-1ad5-4aa1-aa4d-4e6eef6413f6 .shg-image-zoom,
.shg-c#s-a57e5320-1ad5-4aa1-aa4d-4e6eef6413f6 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-a57e5320-1ad5-4aa1-aa4d-4e6eef6413f6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a57e5320-1ad5-4aa1-aa4d-4e6eef6413f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a57e5320-1ad5-4aa1-aa4d-4e6eef6413f6 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a57e5320-1ad5-4aa1-aa4d-4e6eef6413f6 {
  max-width:  100%;
}

.shg-c#s-a57e5320-1ad5-4aa1-aa4d-4e6eef6413f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a57e5320-1ad5-4aa1-aa4d-4e6eef6413f6 .shg-image-zoom,
.shg-c#s-a57e5320-1ad5-4aa1-aa4d-4e6eef6413f6 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-a57e5320-1ad5-4aa1-aa4d-4e6eef6413f6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a57e5320-1ad5-4aa1-aa4d-4e6eef6413f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a57e5320-1ad5-4aa1-aa4d-4e6eef6413f6 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a57e5320-1ad5-4aa1-aa4d-4e6eef6413f6 {
  max-width:  100%;
}

.shg-c#s-a57e5320-1ad5-4aa1-aa4d-4e6eef6413f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a57e5320-1ad5-4aa1-aa4d-4e6eef6413f6 .shg-image-zoom,
.shg-c#s-a57e5320-1ad5-4aa1-aa4d-4e6eef6413f6 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-a57e5320-1ad5-4aa1-aa4d-4e6eef6413f6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a57e5320-1ad5-4aa1-aa4d-4e6eef6413f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a57e5320-1ad5-4aa1-aa4d-4e6eef6413f6 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-a57e5320-1ad5-4aa1-aa4d-4e6eef6413f6 {
  max-width:  100%;
}

.shg-c#s-a57e5320-1ad5-4aa1-aa4d-4e6eef6413f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a57e5320-1ad5-4aa1-aa4d-4e6eef6413f6 .shg-image-zoom,
.shg-c#s-a57e5320-1ad5-4aa1-aa4d-4e6eef6413f6 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-a57e5320-1ad5-4aa1-aa4d-4e6eef6413f6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a57e5320-1ad5-4aa1-aa4d-4e6eef6413f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a57e5320-1ad5-4aa1-aa4d-4e6eef6413f6 img.shogun-image {
  width: 100%;
}



}
#s-eb6c88a8-918c-4d38-a7ab-45f4689fe03a {
  margin-top: 20px;
margin-bottom: 5px;
}

#s-62a48b74-cab7-43b7-941b-67e9217a5590 {
  margin-top: 0px;
}

#s-8a4da292-47cc-4320-bbc4-bc2c14ddafdb {
  padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 325px;
background-color: rgba(88, 197, 196, 1);
}








#s-8a4da292-47cc-4320-bbc4-bc2c14ddafdb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a4da292-47cc-4320-bbc4-bc2c14ddafdb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f15d4b8d-cc43-48af-a320-c1d60d273406 {
  min-height: 500px;
background-color: rgba(88, 197, 196, 1);
}








#s-f15d4b8d-cc43-48af-a320-c1d60d273406 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f15d4b8d-cc43-48af-a320-c1d60d273406.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e4aa7bc1-eb86-4753-a9c2-7d8648f1ff47 {
  margin-top: 100px;
}

#s-a07a2698-89ba-4036-8a28-d28afb161728 {
  margin-bottom: 0px;
padding-left: 5%;
padding-right: 5%;
}

#s-58575485-e398-44b8-9bdb-bd2ebcbf5083 {
  margin-top: 20px;
margin-bottom: 50px;
padding-left: 0%;
padding-right: 0%;
text-align: center;
}







  #s-58575485-e398-44b8-9bdb-bd2ebcbf5083 img.shogun-image {
    

    
    
    
  }


#s-58575485-e398-44b8-9bdb-bd2ebcbf5083 .shogun-image-content {
  
    align-items: center;
  
}

#s-2e783b9a-0e11-43d2-9091-e3d16c9800d3 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 700px;
background-position: center center;
}








#s-2e783b9a-0e11-43d2-9091-e3d16c9800d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e783b9a-0e11-43d2-9091-e3d16c9800d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c1fdf465-4ea4-4c4f-8b9e-48a63dcf1f1a {
  min-height: 150px;
background-color: rgba(88, 197, 196, 1);
}
@media (min-width: 1200px){#s-c1fdf465-4ea4-4c4f-8b9e-48a63dcf1f1a {
  display: none;
}
#s-c1fdf465-4ea4-4c4f-8b9e-48a63dcf1f1a, #wrap-s-c1fdf465-4ea4-4c4f-8b9e-48a63dcf1f1a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c1fdf465-4ea4-4c4f-8b9e-48a63dcf1f1a {
  display: none;
}
#s-c1fdf465-4ea4-4c4f-8b9e-48a63dcf1f1a, #wrap-s-c1fdf465-4ea4-4c4f-8b9e-48a63dcf1f1a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c1fdf465-4ea4-4c4f-8b9e-48a63dcf1f1a {
  
}
}@media (max-width: 767px){#s-c1fdf465-4ea4-4c4f-8b9e-48a63dcf1f1a {
  display: none;
}
#s-c1fdf465-4ea4-4c4f-8b9e-48a63dcf1f1a, #wrap-s-c1fdf465-4ea4-4c4f-8b9e-48a63dcf1f1a { display: none !important; }}







#s-c1fdf465-4ea4-4c4f-8b9e-48a63dcf1f1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1fdf465-4ea4-4c4f-8b9e-48a63dcf1f1a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a09ef8e4-b172-4ad8-a4ea-8b339f3dc3f4 {
  margin-top: 20px;
margin-left: 20%;
margin-right: 15%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
text-align: left;
}

#s-a09ef8e4-b172-4ad8-a4ea-8b339f3dc3f4 .shogun-heading-component h1 {
  color: rgba(0, 43, 46, 1);
  font-weight:  normal ;
  font-family: "Bicyclette-Bold";
  font-style:  normal ;
  font-size: 56px;
  
  
  text-align: left;
}



#s-3cfd9570-f446-46cb-95b7-0ce254587b18 {
  padding-left: 25%;
padding-right: 25%;
min-height: 50px;
background-color: rgba(165, 219, 219, 0);
}








#s-3cfd9570-f446-46cb-95b7-0ce254587b18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3cfd9570-f446-46cb-95b7-0ce254587b18.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cb5e16bd-3088-41e2-8f33-e9fde4389897 {
  padding-top: 20px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
min-height: 325px;
background-color: rgba(88, 197, 196, 1);
}
@media (min-width: 1200px){#s-cb5e16bd-3088-41e2-8f33-e9fde4389897 {
  display: none;
}
#s-cb5e16bd-3088-41e2-8f33-e9fde4389897, #wrap-s-cb5e16bd-3088-41e2-8f33-e9fde4389897 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cb5e16bd-3088-41e2-8f33-e9fde4389897 {
  display: none;
}
#s-cb5e16bd-3088-41e2-8f33-e9fde4389897, #wrap-s-cb5e16bd-3088-41e2-8f33-e9fde4389897 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cb5e16bd-3088-41e2-8f33-e9fde4389897 {
  display: none;
}
#s-cb5e16bd-3088-41e2-8f33-e9fde4389897, #wrap-s-cb5e16bd-3088-41e2-8f33-e9fde4389897 { display: none !important; }}







#s-cb5e16bd-3088-41e2-8f33-e9fde4389897 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb5e16bd-3088-41e2-8f33-e9fde4389897.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e4edcb1-0eb7-425e-b2d5-87c68d4e2643 {
  margin-top: 10px;
margin-left: -12%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
}







  #s-2e4edcb1-0eb7-425e-b2d5-87c68d4e2643 img.shogun-image {
    

    
    
    
  }


#s-2e4edcb1-0eb7-425e-b2d5-87c68d4e2643 .shogun-image-content {
  
    align-items: center;
  
}

#s-322d6ab7-c24d-42eb-a480-d72edb3dfbed {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-322d6ab7-c24d-42eb-a480-d72edb3dfbed .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bicyclette-Bold";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-46c2859b-44b6-49c7-b928-03382d571b53 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-46c2859b-44b6-49c7-b928-03382d571b53 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bicyclette-Bold";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-1d94c8b8-461f-4dab-9352-b1f67fdea12c {
  margin-top: 30px;
margin-bottom: 30px;
padding-left: 8%;
padding-right: 8%;
}

@media (min-width: 0px) {
[id="s-1d94c8b8-461f-4dab-9352-b1f67fdea12c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 768px) {
[id="s-1d94c8b8-461f-4dab-9352-b1f67fdea12c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-1d94c8b8-461f-4dab-9352-b1f67fdea12c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-1d94c8b8-461f-4dab-9352-b1f67fdea12c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

#s-5ddf15be-9e65-4369-beb6-70d54b563c63 {
  min-height: 150px;
}








#s-5ddf15be-9e65-4369-beb6-70d54b563c63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ddf15be-9e65-4369-beb6-70d54b563c63.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ad0aa8a5-0a1d-4638-b4ac-3b18c8127ab4 {
  margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
max-width: 134px;
text-align: center;
}







  #s-ad0aa8a5-0a1d-4638-b4ac-3b18c8127ab4 img.shogun-image {
    

    
    
    
  }


#s-ad0aa8a5-0a1d-4638-b4ac-3b18c8127ab4 .shogun-image-content {
  
    align-items: center;
  
}

#s-1cb0ff14-ff07-481f-b2be-9417b70a24a8 {
  min-height: 150px;
}








#s-1cb0ff14-ff07-481f-b2be-9417b70a24a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1cb0ff14-ff07-481f-b2be-9417b70a24a8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-592a2744-4e5a-40db-a982-939cd83fcec4 {
  margin-top: 5px;
margin-bottom: 5px;
padding-left: 0%;
padding-right: 0%;
max-width: 134px;
text-align: center;
}







  #s-592a2744-4e5a-40db-a982-939cd83fcec4 img.shogun-image {
    

    
    
    
  }


#s-592a2744-4e5a-40db-a982-939cd83fcec4 .shogun-image-content {
  
    align-items: center;
  
}

#s-36233003-0151-462b-bcb0-d71383fec7ea {
  min-height: 150px;
}








#s-36233003-0151-462b-bcb0-d71383fec7ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36233003-0151-462b-bcb0-d71383fec7ea.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0bcfffd8-a86c-4eae-ae87-7199d9adda83 {
  margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
max-width: 142px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-0bcfffd8-a86c-4eae-ae87-7199d9adda83 img.shogun-image,
  #s-0bcfffd8-a86c-4eae-ae87-7199d9adda83 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0bcfffd8-a86c-4eae-ae87-7199d9adda83 {
    width: 100%;
    height: auto;
  }



  #s-0bcfffd8-a86c-4eae-ae87-7199d9adda83 img.shogun-image {
    

    
    
    
  }


#s-0bcfffd8-a86c-4eae-ae87-7199d9adda83 .shogun-image-content {
  
    align-items: center;
  
}

#s-13750084-3225-4a2b-8d7d-8ef7617dd202 {
  margin-top: 30px;
margin-bottom: 30px;
padding-left: 8%;
padding-right: 8%;
}

@media (min-width: 0px) {
[id="s-13750084-3225-4a2b-8d7d-8ef7617dd202"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 768px) {
[id="s-13750084-3225-4a2b-8d7d-8ef7617dd202"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-13750084-3225-4a2b-8d7d-8ef7617dd202"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-13750084-3225-4a2b-8d7d-8ef7617dd202"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

#s-7c4bbf37-dc2c-48a2-9ce8-579e24b6462c {
  min-height: 150px;
}








#s-7c4bbf37-dc2c-48a2-9ce8-579e24b6462c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c4bbf37-dc2c-48a2-9ce8-579e24b6462c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5c38b3c6-6cc4-4f34-8f9d-67091496ebb6 {
  margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
max-width: 142px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-5c38b3c6-6cc4-4f34-8f9d-67091496ebb6 img.shogun-image,
  #s-5c38b3c6-6cc4-4f34-8f9d-67091496ebb6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5c38b3c6-6cc4-4f34-8f9d-67091496ebb6 {
    width: 100%;
    height: auto;
  }



  #s-5c38b3c6-6cc4-4f34-8f9d-67091496ebb6 img.shogun-image {
    

    
    
    
  }


#s-5c38b3c6-6cc4-4f34-8f9d-67091496ebb6 .shogun-image-content {
  
    align-items: center;
  
}

#s-a276f394-465d-4aa9-982e-c2ea4483958d {
  min-height: 150px;
}








#s-a276f394-465d-4aa9-982e-c2ea4483958d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a276f394-465d-4aa9-982e-c2ea4483958d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-69d15f5a-93eb-4ded-9bcd-679bc142d138 {
  margin-top: 5px;
margin-bottom: 5px;
padding-left: 0%;
padding-right: 0%;
max-width: 142px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-69d15f5a-93eb-4ded-9bcd-679bc142d138 img.shogun-image,
  #s-69d15f5a-93eb-4ded-9bcd-679bc142d138 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-69d15f5a-93eb-4ded-9bcd-679bc142d138 {
    width: 100%;
    height: auto;
  }



  #s-69d15f5a-93eb-4ded-9bcd-679bc142d138 img.shogun-image {
    

    
    
    
  }


#s-69d15f5a-93eb-4ded-9bcd-679bc142d138 .shogun-image-content {
  
    align-items: center;
  
}

#s-ef4e149b-0383-4e65-98b9-f1d7ad98ed3d {
  min-height: 150px;
}








#s-ef4e149b-0383-4e65-98b9-f1d7ad98ed3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef4e149b-0383-4e65-98b9-f1d7ad98ed3d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-878a9ca9-cfcf-45a6-b283-8fbb71d586be {
  margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
max-width: 142px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-878a9ca9-cfcf-45a6-b283-8fbb71d586be img.shogun-image,
  #s-878a9ca9-cfcf-45a6-b283-8fbb71d586be .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-878a9ca9-cfcf-45a6-b283-8fbb71d586be {
    width: 100%;
    height: auto;
  }



  #s-878a9ca9-cfcf-45a6-b283-8fbb71d586be img.shogun-image {
    

    
    
    
  }


#s-878a9ca9-cfcf-45a6-b283-8fbb71d586be .shogun-image-content {
  
    align-items: center;
  
}

#s-b4365cdc-a753-4e46-b619-29be1c5e4242 {
  margin-top: 10px;
margin-bottom: 0px;
margin-right: -10%;
text-align: right;
}







  #s-b4365cdc-a753-4e46-b619-29be1c5e4242 img.shogun-image {
    

    
    
    
  }


#s-b4365cdc-a753-4e46-b619-29be1c5e4242 .shogun-image-content {
  
    align-items: center;
  
}

#s-947265a4-6a70-4112-b880-badc9987055b {
  min-height: 600px;
}
@media (min-width: 1200px){#s-947265a4-6a70-4112-b880-badc9987055b {
  display: none;
}
#s-947265a4-6a70-4112-b880-badc9987055b, #wrap-s-947265a4-6a70-4112-b880-badc9987055b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-947265a4-6a70-4112-b880-badc9987055b {
  display: none;
}
#s-947265a4-6a70-4112-b880-badc9987055b, #wrap-s-947265a4-6a70-4112-b880-badc9987055b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-947265a4-6a70-4112-b880-badc9987055b {
  display: none;
}
#s-947265a4-6a70-4112-b880-badc9987055b, #wrap-s-947265a4-6a70-4112-b880-badc9987055b { display: none !important; }}







#s-947265a4-6a70-4112-b880-badc9987055b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-947265a4-6a70-4112-b880-badc9987055b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c4004248-3f12-40c8-b6bf-b1b6ace40725"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c4004248-3f12-40c8-b6bf-b1b6ace40725"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c4004248-3f12-40c8-b6bf-b1b6ace40725"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c4004248-3f12-40c8-b6bf-b1b6ace40725"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-20ac3c24-9404-4bec-880c-082454acd600 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 325px;
background-color: rgba(11, 107, 112, 1);
}
@media (min-width: 1200px){#s-20ac3c24-9404-4bec-880c-082454acd600 {
  display: none;
}
#s-20ac3c24-9404-4bec-880c-082454acd600, #wrap-s-20ac3c24-9404-4bec-880c-082454acd600 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-20ac3c24-9404-4bec-880c-082454acd600 {
  display: none;
}
#s-20ac3c24-9404-4bec-880c-082454acd600, #wrap-s-20ac3c24-9404-4bec-880c-082454acd600 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-20ac3c24-9404-4bec-880c-082454acd600 {
  display: none;
}
#s-20ac3c24-9404-4bec-880c-082454acd600, #wrap-s-20ac3c24-9404-4bec-880c-082454acd600 { display: none !important; }}







#s-20ac3c24-9404-4bec-880c-082454acd600 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20ac3c24-9404-4bec-880c-082454acd600.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fde3913e-59d7-446c-99c5-8ebdea2bde08 {
  padding-left: 6%;
padding-right: 6%;
}

#s-4f6e829e-6c14-4a61-8154-593341939654 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}








#s-4f6e829e-6c14-4a61-8154-593341939654 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f6e829e-6c14-4a61-8154-593341939654.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-914cd910-aa3f-43d6-9c0c-111ddeea2e92 {
  background-color: rgba(255, 255, 255, 1);
}








#s-914cd910-aa3f-43d6-9c0c-111ddeea2e92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-914cd910-aa3f-43d6-9c0c-111ddeea2e92.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c91a189-c95c-4f24-85d7-89328d639795 {
  margin-top: 70px;
margin-left: 5%;
margin-right: 5%;
}

#s-4e85a589-2dc6-4aa5-ba29-367ff4f6ee1e {
  margin-top: 10px;
margin-bottom: 60px;
padding-left: 5%;
padding-right: 5%;
}

#s-528760e7-eed5-4002-ae54-98fa4468ac17 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 20px;
margin-bottom: 20px;
min-height: 200px;
background-position: center center;
}








#s-528760e7-eed5-4002-ae54-98fa4468ac17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-528760e7-eed5-4002-ae54-98fa4468ac17.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3e12f9fe-8cc9-45d3-93d0-4c6be5ae393e {
  margin-top: 60px;
margin-left: 5%;
margin-right: 5%;
}

#s-933d135a-4e87-4a5c-af5c-d29175ba21c1 {
  margin-top: 3px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

#s-e3e2bbf7-0d4e-425b-8aef-1d30635525fc {
  margin-bottom: 60px;
padding-left: 5%;
padding-right: 5%;
}

#s-b1ec6db2-8658-4ece-a869-c60f5fbb981a {
  min-height: 600px;
}
@media (min-width: 1200px){#s-b1ec6db2-8658-4ece-a869-c60f5fbb981a {
  display: none;
}
#s-b1ec6db2-8658-4ece-a869-c60f5fbb981a, #wrap-s-b1ec6db2-8658-4ece-a869-c60f5fbb981a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b1ec6db2-8658-4ece-a869-c60f5fbb981a {
  display: none;
}
#s-b1ec6db2-8658-4ece-a869-c60f5fbb981a, #wrap-s-b1ec6db2-8658-4ece-a869-c60f5fbb981a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b1ec6db2-8658-4ece-a869-c60f5fbb981a {
  display: none;
}
#s-b1ec6db2-8658-4ece-a869-c60f5fbb981a, #wrap-s-b1ec6db2-8658-4ece-a869-c60f5fbb981a { display: none !important; }}@media (max-width: 767px){#s-b1ec6db2-8658-4ece-a869-c60f5fbb981a {
  
}
}







#s-b1ec6db2-8658-4ece-a869-c60f5fbb981a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1ec6db2-8658-4ece-a869-c60f5fbb981a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-77ad2ddd-cc52-4c41-a6a6-4c44c3fa6c3c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-77ad2ddd-cc52-4c41-a6a6-4c44c3fa6c3c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-77ad2ddd-cc52-4c41-a6a6-4c44c3fa6c3c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-77ad2ddd-cc52-4c41-a6a6-4c44c3fa6c3c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e5329be8-5299-496e-b0a7-d1a9edd5c968 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}








#s-e5329be8-5299-496e-b0a7-d1a9edd5c968 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5329be8-5299-496e-b0a7-d1a9edd5c968.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4dc916e3-e226-4c67-ac96-8010574bb0e1 {
  padding-top: 40px;
padding-left: 10%;
padding-bottom: 40px;
padding-right: 10%;
background-color: rgba(121, 200, 162, 1);
}








#s-4dc916e3-e226-4c67-ac96-8010574bb0e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4dc916e3-e226-4c67-ac96-8010574bb0e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd81d8b4-20ad-4e1e-b9ca-40fc080866fb {
  margin-left: 0%;
margin-right: 0%;
padding-top: 40px;
padding-left: 10%;
padding-bottom: 40px;
padding-right: 10%;
}








#s-bd81d8b4-20ad-4e1e-b9ca-40fc080866fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd81d8b4-20ad-4e1e-b9ca-40fc080866fb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bc92479f-917d-4da8-bfbc-b09fb06c5fc7 {
  text-align: center;
}


.shg-c#s-bc92479f-917d-4da8-bfbc-b09fb06c5fc7 {
  max-width:  100%;
}

.shg-c#s-bc92479f-917d-4da8-bfbc-b09fb06c5fc7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc92479f-917d-4da8-bfbc-b09fb06c5fc7 .shg-image-zoom,
.shg-c#s-bc92479f-917d-4da8-bfbc-b09fb06c5fc7 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-bc92479f-917d-4da8-bfbc-b09fb06c5fc7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bc92479f-917d-4da8-bfbc-b09fb06c5fc7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc92479f-917d-4da8-bfbc-b09fb06c5fc7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-bc92479f-917d-4da8-bfbc-b09fb06c5fc7 {
  max-width:  100%;
}

.shg-c#s-bc92479f-917d-4da8-bfbc-b09fb06c5fc7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc92479f-917d-4da8-bfbc-b09fb06c5fc7 .shg-image-zoom,
.shg-c#s-bc92479f-917d-4da8-bfbc-b09fb06c5fc7 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-bc92479f-917d-4da8-bfbc-b09fb06c5fc7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bc92479f-917d-4da8-bfbc-b09fb06c5fc7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc92479f-917d-4da8-bfbc-b09fb06c5fc7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bc92479f-917d-4da8-bfbc-b09fb06c5fc7 {
  max-width:  100%;
}

.shg-c#s-bc92479f-917d-4da8-bfbc-b09fb06c5fc7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc92479f-917d-4da8-bfbc-b09fb06c5fc7 .shg-image-zoom,
.shg-c#s-bc92479f-917d-4da8-bfbc-b09fb06c5fc7 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-bc92479f-917d-4da8-bfbc-b09fb06c5fc7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bc92479f-917d-4da8-bfbc-b09fb06c5fc7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc92479f-917d-4da8-bfbc-b09fb06c5fc7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bc92479f-917d-4da8-bfbc-b09fb06c5fc7 {
  max-width:  100%;
}

.shg-c#s-bc92479f-917d-4da8-bfbc-b09fb06c5fc7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc92479f-917d-4da8-bfbc-b09fb06c5fc7 .shg-image-zoom,
.shg-c#s-bc92479f-917d-4da8-bfbc-b09fb06c5fc7 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-bc92479f-917d-4da8-bfbc-b09fb06c5fc7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bc92479f-917d-4da8-bfbc-b09fb06c5fc7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc92479f-917d-4da8-bfbc-b09fb06c5fc7 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-bc92479f-917d-4da8-bfbc-b09fb06c5fc7 {
  max-width:  100%;
}

.shg-c#s-bc92479f-917d-4da8-bfbc-b09fb06c5fc7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc92479f-917d-4da8-bfbc-b09fb06c5fc7 .shg-image-zoom,
.shg-c#s-bc92479f-917d-4da8-bfbc-b09fb06c5fc7 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-bc92479f-917d-4da8-bfbc-b09fb06c5fc7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bc92479f-917d-4da8-bfbc-b09fb06c5fc7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc92479f-917d-4da8-bfbc-b09fb06c5fc7 img.shogun-image {
  width: 100%;
}



}
#s-caca8f75-7817-4634-87a4-ba07e1aafea5 {
  margin-top: 20px;
margin-bottom: 5px;
}

#s-68678eae-364f-455d-9498-1f38c63c1414 {
  margin-top: 0px;
}

#s-be454bce-0572-42c7-ad19-5ec992b4755a {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 40px;
padding-left: 10%;
padding-bottom: 40px;
padding-right: 10%;
}








#s-be454bce-0572-42c7-ad19-5ec992b4755a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be454bce-0572-42c7-ad19-5ec992b4755a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7e950f2b-11b8-4cc5-a0e2-9a65b51709c6 {
  text-align: center;
}


.shg-c#s-7e950f2b-11b8-4cc5-a0e2-9a65b51709c6 {
  max-width:  100%;
}

.shg-c#s-7e950f2b-11b8-4cc5-a0e2-9a65b51709c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7e950f2b-11b8-4cc5-a0e2-9a65b51709c6 .shg-image-zoom,
.shg-c#s-7e950f2b-11b8-4cc5-a0e2-9a65b51709c6 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-7e950f2b-11b8-4cc5-a0e2-9a65b51709c6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7e950f2b-11b8-4cc5-a0e2-9a65b51709c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e950f2b-11b8-4cc5-a0e2-9a65b51709c6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-7e950f2b-11b8-4cc5-a0e2-9a65b51709c6 {
  max-width:  100%;
}

.shg-c#s-7e950f2b-11b8-4cc5-a0e2-9a65b51709c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7e950f2b-11b8-4cc5-a0e2-9a65b51709c6 .shg-image-zoom,
.shg-c#s-7e950f2b-11b8-4cc5-a0e2-9a65b51709c6 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-7e950f2b-11b8-4cc5-a0e2-9a65b51709c6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7e950f2b-11b8-4cc5-a0e2-9a65b51709c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e950f2b-11b8-4cc5-a0e2-9a65b51709c6 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7e950f2b-11b8-4cc5-a0e2-9a65b51709c6 {
  max-width:  100%;
}

.shg-c#s-7e950f2b-11b8-4cc5-a0e2-9a65b51709c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7e950f2b-11b8-4cc5-a0e2-9a65b51709c6 .shg-image-zoom,
.shg-c#s-7e950f2b-11b8-4cc5-a0e2-9a65b51709c6 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-7e950f2b-11b8-4cc5-a0e2-9a65b51709c6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7e950f2b-11b8-4cc5-a0e2-9a65b51709c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e950f2b-11b8-4cc5-a0e2-9a65b51709c6 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7e950f2b-11b8-4cc5-a0e2-9a65b51709c6 {
  max-width:  100%;
}

.shg-c#s-7e950f2b-11b8-4cc5-a0e2-9a65b51709c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7e950f2b-11b8-4cc5-a0e2-9a65b51709c6 .shg-image-zoom,
.shg-c#s-7e950f2b-11b8-4cc5-a0e2-9a65b51709c6 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-7e950f2b-11b8-4cc5-a0e2-9a65b51709c6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7e950f2b-11b8-4cc5-a0e2-9a65b51709c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e950f2b-11b8-4cc5-a0e2-9a65b51709c6 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-7e950f2b-11b8-4cc5-a0e2-9a65b51709c6 {
  max-width:  100%;
}

.shg-c#s-7e950f2b-11b8-4cc5-a0e2-9a65b51709c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7e950f2b-11b8-4cc5-a0e2-9a65b51709c6 .shg-image-zoom,
.shg-c#s-7e950f2b-11b8-4cc5-a0e2-9a65b51709c6 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-7e950f2b-11b8-4cc5-a0e2-9a65b51709c6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7e950f2b-11b8-4cc5-a0e2-9a65b51709c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e950f2b-11b8-4cc5-a0e2-9a65b51709c6 img.shogun-image {
  width: 100%;
}



}
#s-b8dfcf62-885b-4a61-b97f-705932ba5d62 {
  margin-top: 20px;
margin-bottom: 5px;
}

#s-116e4873-682a-4b37-a1d2-65a9b8e792e5 {
  margin-top: 0px;
}

#s-eadbd0f1-57c4-4ace-9a69-31466b429b3d {
  padding-top: 40px;
padding-left: 10%;
padding-bottom: 40px;
padding-right: 10%;
}








#s-eadbd0f1-57c4-4ace-9a69-31466b429b3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eadbd0f1-57c4-4ace-9a69-31466b429b3d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9f442ef9-60c9-4879-b634-d63fc731ac8b {
  text-align: center;
}


.shg-c#s-9f442ef9-60c9-4879-b634-d63fc731ac8b {
  max-width:  100%;
}

.shg-c#s-9f442ef9-60c9-4879-b634-d63fc731ac8b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f442ef9-60c9-4879-b634-d63fc731ac8b .shg-image-zoom,
.shg-c#s-9f442ef9-60c9-4879-b634-d63fc731ac8b img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-9f442ef9-60c9-4879-b634-d63fc731ac8b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9f442ef9-60c9-4879-b634-d63fc731ac8b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f442ef9-60c9-4879-b634-d63fc731ac8b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-9f442ef9-60c9-4879-b634-d63fc731ac8b {
  max-width:  100%;
}

.shg-c#s-9f442ef9-60c9-4879-b634-d63fc731ac8b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f442ef9-60c9-4879-b634-d63fc731ac8b .shg-image-zoom,
.shg-c#s-9f442ef9-60c9-4879-b634-d63fc731ac8b img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-9f442ef9-60c9-4879-b634-d63fc731ac8b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9f442ef9-60c9-4879-b634-d63fc731ac8b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f442ef9-60c9-4879-b634-d63fc731ac8b img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9f442ef9-60c9-4879-b634-d63fc731ac8b {
  max-width:  100%;
}

.shg-c#s-9f442ef9-60c9-4879-b634-d63fc731ac8b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f442ef9-60c9-4879-b634-d63fc731ac8b .shg-image-zoom,
.shg-c#s-9f442ef9-60c9-4879-b634-d63fc731ac8b img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-9f442ef9-60c9-4879-b634-d63fc731ac8b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9f442ef9-60c9-4879-b634-d63fc731ac8b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f442ef9-60c9-4879-b634-d63fc731ac8b img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9f442ef9-60c9-4879-b634-d63fc731ac8b {
  max-width:  100%;
}

.shg-c#s-9f442ef9-60c9-4879-b634-d63fc731ac8b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f442ef9-60c9-4879-b634-d63fc731ac8b .shg-image-zoom,
.shg-c#s-9f442ef9-60c9-4879-b634-d63fc731ac8b img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-9f442ef9-60c9-4879-b634-d63fc731ac8b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9f442ef9-60c9-4879-b634-d63fc731ac8b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f442ef9-60c9-4879-b634-d63fc731ac8b img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-9f442ef9-60c9-4879-b634-d63fc731ac8b {
  max-width:  100%;
}

.shg-c#s-9f442ef9-60c9-4879-b634-d63fc731ac8b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f442ef9-60c9-4879-b634-d63fc731ac8b .shg-image-zoom,
.shg-c#s-9f442ef9-60c9-4879-b634-d63fc731ac8b img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-9f442ef9-60c9-4879-b634-d63fc731ac8b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9f442ef9-60c9-4879-b634-d63fc731ac8b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f442ef9-60c9-4879-b634-d63fc731ac8b img.shogun-image {
  width: 100%;
}



}
#s-e22945c0-06fe-4293-a90a-02a8741b793b {
  margin-top: 20px;
margin-bottom: 5px;
}

#s-aea1e7bd-4b41-4dfc-9bae-5c35e644a428 {
  margin-top: 0px;
}

#s-1a5a7537-11d4-42bd-8b39-61ef4783b663 {
  margin-top: 40px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
}








#s-1a5a7537-11d4-42bd-8b39-61ef4783b663 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a5a7537-11d4-42bd-8b39-61ef4783b663.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7a6d2ca4-83a8-4b3e-a1d1-83578dcc5fd3 {
  text-align: center;
}


.shg-c#s-7a6d2ca4-83a8-4b3e-a1d1-83578dcc5fd3 {
  max-width:  100%;
}

.shg-c#s-7a6d2ca4-83a8-4b3e-a1d1-83578dcc5fd3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7a6d2ca4-83a8-4b3e-a1d1-83578dcc5fd3 .shg-image-zoom,
.shg-c#s-7a6d2ca4-83a8-4b3e-a1d1-83578dcc5fd3 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-7a6d2ca4-83a8-4b3e-a1d1-83578dcc5fd3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7a6d2ca4-83a8-4b3e-a1d1-83578dcc5fd3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a6d2ca4-83a8-4b3e-a1d1-83578dcc5fd3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-7a6d2ca4-83a8-4b3e-a1d1-83578dcc5fd3 {
  max-width:  100%;
}

.shg-c#s-7a6d2ca4-83a8-4b3e-a1d1-83578dcc5fd3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7a6d2ca4-83a8-4b3e-a1d1-83578dcc5fd3 .shg-image-zoom,
.shg-c#s-7a6d2ca4-83a8-4b3e-a1d1-83578dcc5fd3 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-7a6d2ca4-83a8-4b3e-a1d1-83578dcc5fd3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7a6d2ca4-83a8-4b3e-a1d1-83578dcc5fd3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a6d2ca4-83a8-4b3e-a1d1-83578dcc5fd3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7a6d2ca4-83a8-4b3e-a1d1-83578dcc5fd3 {
  max-width:  100%;
}

.shg-c#s-7a6d2ca4-83a8-4b3e-a1d1-83578dcc5fd3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7a6d2ca4-83a8-4b3e-a1d1-83578dcc5fd3 .shg-image-zoom,
.shg-c#s-7a6d2ca4-83a8-4b3e-a1d1-83578dcc5fd3 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-7a6d2ca4-83a8-4b3e-a1d1-83578dcc5fd3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7a6d2ca4-83a8-4b3e-a1d1-83578dcc5fd3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a6d2ca4-83a8-4b3e-a1d1-83578dcc5fd3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7a6d2ca4-83a8-4b3e-a1d1-83578dcc5fd3 {
  max-width:  100%;
}

.shg-c#s-7a6d2ca4-83a8-4b3e-a1d1-83578dcc5fd3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7a6d2ca4-83a8-4b3e-a1d1-83578dcc5fd3 .shg-image-zoom,
.shg-c#s-7a6d2ca4-83a8-4b3e-a1d1-83578dcc5fd3 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-7a6d2ca4-83a8-4b3e-a1d1-83578dcc5fd3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7a6d2ca4-83a8-4b3e-a1d1-83578dcc5fd3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a6d2ca4-83a8-4b3e-a1d1-83578dcc5fd3 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-7a6d2ca4-83a8-4b3e-a1d1-83578dcc5fd3 {
  max-width:  100%;
}

.shg-c#s-7a6d2ca4-83a8-4b3e-a1d1-83578dcc5fd3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7a6d2ca4-83a8-4b3e-a1d1-83578dcc5fd3 .shg-image-zoom,
.shg-c#s-7a6d2ca4-83a8-4b3e-a1d1-83578dcc5fd3 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-7a6d2ca4-83a8-4b3e-a1d1-83578dcc5fd3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7a6d2ca4-83a8-4b3e-a1d1-83578dcc5fd3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a6d2ca4-83a8-4b3e-a1d1-83578dcc5fd3 img.shogun-image {
  width: 100%;
}



}
#s-d901c423-597c-4680-aa75-97a0b9e94791 {
  margin-top: 20px;
margin-bottom: 5px;
}

#s-7cc12d52-bc10-4218-9261-efde85d377ad {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-2cba4440-f3ab-4872-b58f-6ad1fa166f02"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2cba4440-f3ab-4872-b58f-6ad1fa166f02"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2cba4440-f3ab-4872-b58f-6ad1fa166f02"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2cba4440-f3ab-4872-b58f-6ad1fa166f02"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-2cba4440-f3ab-4872-b58f-6ad1fa166f02"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-e2c0e05e-dcb3-4ee9-91eb-44a3b107282c {
  padding-top: 40px;
padding-bottom: 40px;
background-color: rgba(88, 197, 196, 1);
}








#s-e2c0e05e-dcb3-4ee9-91eb-44a3b107282c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2c0e05e-dcb3-4ee9-91eb-44a3b107282c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-50805cc2-e6b6-4aaf-b55d-d1abee70b2b3 {
  padding-top: 40px;
padding-left: 10%;
padding-bottom: 40px;
padding-right: 10%;
}








#s-50805cc2-e6b6-4aaf-b55d-d1abee70b2b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50805cc2-e6b6-4aaf-b55d-d1abee70b2b3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-931b1733-609a-4d9a-b283-7a0784313984 {
  text-align: center;
}


.shg-c#s-931b1733-609a-4d9a-b283-7a0784313984 {
  max-width:  100%;
}

.shg-c#s-931b1733-609a-4d9a-b283-7a0784313984 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-931b1733-609a-4d9a-b283-7a0784313984 .shg-image-zoom,
.shg-c#s-931b1733-609a-4d9a-b283-7a0784313984 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-931b1733-609a-4d9a-b283-7a0784313984 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-931b1733-609a-4d9a-b283-7a0784313984 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-931b1733-609a-4d9a-b283-7a0784313984 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-931b1733-609a-4d9a-b283-7a0784313984 {
  max-width:  100%;
}

.shg-c#s-931b1733-609a-4d9a-b283-7a0784313984 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-931b1733-609a-4d9a-b283-7a0784313984 .shg-image-zoom,
.shg-c#s-931b1733-609a-4d9a-b283-7a0784313984 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-931b1733-609a-4d9a-b283-7a0784313984 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-931b1733-609a-4d9a-b283-7a0784313984 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-931b1733-609a-4d9a-b283-7a0784313984 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-931b1733-609a-4d9a-b283-7a0784313984 {
  max-width:  100%;
}

.shg-c#s-931b1733-609a-4d9a-b283-7a0784313984 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-931b1733-609a-4d9a-b283-7a0784313984 .shg-image-zoom,
.shg-c#s-931b1733-609a-4d9a-b283-7a0784313984 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-931b1733-609a-4d9a-b283-7a0784313984 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-931b1733-609a-4d9a-b283-7a0784313984 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-931b1733-609a-4d9a-b283-7a0784313984 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-931b1733-609a-4d9a-b283-7a0784313984 {
  max-width:  100%;
}

.shg-c#s-931b1733-609a-4d9a-b283-7a0784313984 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-931b1733-609a-4d9a-b283-7a0784313984 .shg-image-zoom,
.shg-c#s-931b1733-609a-4d9a-b283-7a0784313984 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-931b1733-609a-4d9a-b283-7a0784313984 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-931b1733-609a-4d9a-b283-7a0784313984 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-931b1733-609a-4d9a-b283-7a0784313984 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-931b1733-609a-4d9a-b283-7a0784313984 {
  max-width:  100%;
}

.shg-c#s-931b1733-609a-4d9a-b283-7a0784313984 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-931b1733-609a-4d9a-b283-7a0784313984 .shg-image-zoom,
.shg-c#s-931b1733-609a-4d9a-b283-7a0784313984 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-931b1733-609a-4d9a-b283-7a0784313984 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-931b1733-609a-4d9a-b283-7a0784313984 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-931b1733-609a-4d9a-b283-7a0784313984 img.shogun-image {
  width: 100%;
}



}
#s-243ebdf3-9ab3-45d8-98ec-0c687110adf3 {
  margin-top: 20px;
margin-bottom: 5px;
}

#s-eab7f851-38d7-48ab-83fc-06daa2287cdb {
  margin-top: 0px;
}

#s-0979b18c-c11a-4fa9-a02b-ea5496c54f52 {
  padding-top: 40px;
padding-left: 10%;
padding-bottom: 40px;
padding-right: 10%;
}








#s-0979b18c-c11a-4fa9-a02b-ea5496c54f52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0979b18c-c11a-4fa9-a02b-ea5496c54f52.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-798a347f-4bf4-4948-9bd3-7c33a9a35d91 {
  text-align: center;
}


.shg-c#s-798a347f-4bf4-4948-9bd3-7c33a9a35d91 {
  max-width:  100%;
}

.shg-c#s-798a347f-4bf4-4948-9bd3-7c33a9a35d91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-798a347f-4bf4-4948-9bd3-7c33a9a35d91 .shg-image-zoom,
.shg-c#s-798a347f-4bf4-4948-9bd3-7c33a9a35d91 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-798a347f-4bf4-4948-9bd3-7c33a9a35d91 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-798a347f-4bf4-4948-9bd3-7c33a9a35d91 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-798a347f-4bf4-4948-9bd3-7c33a9a35d91 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-798a347f-4bf4-4948-9bd3-7c33a9a35d91 {
  max-width:  100%;
}

.shg-c#s-798a347f-4bf4-4948-9bd3-7c33a9a35d91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-798a347f-4bf4-4948-9bd3-7c33a9a35d91 .shg-image-zoom,
.shg-c#s-798a347f-4bf4-4948-9bd3-7c33a9a35d91 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-798a347f-4bf4-4948-9bd3-7c33a9a35d91 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-798a347f-4bf4-4948-9bd3-7c33a9a35d91 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-798a347f-4bf4-4948-9bd3-7c33a9a35d91 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-798a347f-4bf4-4948-9bd3-7c33a9a35d91 {
  max-width:  100%;
}

.shg-c#s-798a347f-4bf4-4948-9bd3-7c33a9a35d91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-798a347f-4bf4-4948-9bd3-7c33a9a35d91 .shg-image-zoom,
.shg-c#s-798a347f-4bf4-4948-9bd3-7c33a9a35d91 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-798a347f-4bf4-4948-9bd3-7c33a9a35d91 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-798a347f-4bf4-4948-9bd3-7c33a9a35d91 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-798a347f-4bf4-4948-9bd3-7c33a9a35d91 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-798a347f-4bf4-4948-9bd3-7c33a9a35d91 {
  max-width:  100%;
}

.shg-c#s-798a347f-4bf4-4948-9bd3-7c33a9a35d91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-798a347f-4bf4-4948-9bd3-7c33a9a35d91 .shg-image-zoom,
.shg-c#s-798a347f-4bf4-4948-9bd3-7c33a9a35d91 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-798a347f-4bf4-4948-9bd3-7c33a9a35d91 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-798a347f-4bf4-4948-9bd3-7c33a9a35d91 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-798a347f-4bf4-4948-9bd3-7c33a9a35d91 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-798a347f-4bf4-4948-9bd3-7c33a9a35d91 {
  max-width:  100%;
}

.shg-c#s-798a347f-4bf4-4948-9bd3-7c33a9a35d91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-798a347f-4bf4-4948-9bd3-7c33a9a35d91 .shg-image-zoom,
.shg-c#s-798a347f-4bf4-4948-9bd3-7c33a9a35d91 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-798a347f-4bf4-4948-9bd3-7c33a9a35d91 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-798a347f-4bf4-4948-9bd3-7c33a9a35d91 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-798a347f-4bf4-4948-9bd3-7c33a9a35d91 img.shogun-image {
  width: 100%;
}



}
#s-b55af6f7-1146-45ea-a7a2-c37ff8dc2697 {
  margin-top: 20px;
margin-bottom: 5px;
}

#s-656b9b0e-5a8a-48f3-9407-c95b2cae3443 {
  margin-top: 0px;
}

#s-08be3f0e-8308-4e18-a2bc-f8e1cd58cace {
  padding-top: 40px;
padding-left: 10%;
padding-bottom: 40px;
padding-right: 10%;
}








#s-08be3f0e-8308-4e18-a2bc-f8e1cd58cace > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08be3f0e-8308-4e18-a2bc-f8e1cd58cace.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6948a80d-193f-4bf8-8201-1cc7402c1962 {
  text-align: center;
}


.shg-c#s-6948a80d-193f-4bf8-8201-1cc7402c1962 {
  max-width:  100%;
}

.shg-c#s-6948a80d-193f-4bf8-8201-1cc7402c1962 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6948a80d-193f-4bf8-8201-1cc7402c1962 .shg-image-zoom,
.shg-c#s-6948a80d-193f-4bf8-8201-1cc7402c1962 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-6948a80d-193f-4bf8-8201-1cc7402c1962 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6948a80d-193f-4bf8-8201-1cc7402c1962 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6948a80d-193f-4bf8-8201-1cc7402c1962 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-6948a80d-193f-4bf8-8201-1cc7402c1962 {
  max-width:  100%;
}

.shg-c#s-6948a80d-193f-4bf8-8201-1cc7402c1962 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6948a80d-193f-4bf8-8201-1cc7402c1962 .shg-image-zoom,
.shg-c#s-6948a80d-193f-4bf8-8201-1cc7402c1962 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-6948a80d-193f-4bf8-8201-1cc7402c1962 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6948a80d-193f-4bf8-8201-1cc7402c1962 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6948a80d-193f-4bf8-8201-1cc7402c1962 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6948a80d-193f-4bf8-8201-1cc7402c1962 {
  max-width:  100%;
}

.shg-c#s-6948a80d-193f-4bf8-8201-1cc7402c1962 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6948a80d-193f-4bf8-8201-1cc7402c1962 .shg-image-zoom,
.shg-c#s-6948a80d-193f-4bf8-8201-1cc7402c1962 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-6948a80d-193f-4bf8-8201-1cc7402c1962 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6948a80d-193f-4bf8-8201-1cc7402c1962 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6948a80d-193f-4bf8-8201-1cc7402c1962 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6948a80d-193f-4bf8-8201-1cc7402c1962 {
  max-width:  100%;
}

.shg-c#s-6948a80d-193f-4bf8-8201-1cc7402c1962 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6948a80d-193f-4bf8-8201-1cc7402c1962 .shg-image-zoom,
.shg-c#s-6948a80d-193f-4bf8-8201-1cc7402c1962 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-6948a80d-193f-4bf8-8201-1cc7402c1962 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6948a80d-193f-4bf8-8201-1cc7402c1962 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6948a80d-193f-4bf8-8201-1cc7402c1962 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-6948a80d-193f-4bf8-8201-1cc7402c1962 {
  max-width:  100%;
}

.shg-c#s-6948a80d-193f-4bf8-8201-1cc7402c1962 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6948a80d-193f-4bf8-8201-1cc7402c1962 .shg-image-zoom,
.shg-c#s-6948a80d-193f-4bf8-8201-1cc7402c1962 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-6948a80d-193f-4bf8-8201-1cc7402c1962 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6948a80d-193f-4bf8-8201-1cc7402c1962 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6948a80d-193f-4bf8-8201-1cc7402c1962 img.shogun-image {
  width: 100%;
}



}
#s-6f1aa5bc-7926-463c-87ef-343dc535d175 {
  margin-top: 20px;
margin-bottom: 5px;
}

#s-6f907e47-2265-4aa0-b985-e0e4717036bc {
  margin-top: 0px;
}

#s-aaf6a697-fc17-4a0d-98ef-16b00d5d0a82 {
  padding-top: 40px;
padding-left: 10%;
padding-bottom: 40px;
padding-right: 10%;
}








#s-aaf6a697-fc17-4a0d-98ef-16b00d5d0a82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aaf6a697-fc17-4a0d-98ef-16b00d5d0a82.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fd2eeca3-0e9f-4692-b07e-eab845308e4c {
  text-align: center;
}


.shg-c#s-fd2eeca3-0e9f-4692-b07e-eab845308e4c {
  max-width:  100%;
}

.shg-c#s-fd2eeca3-0e9f-4692-b07e-eab845308e4c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd2eeca3-0e9f-4692-b07e-eab845308e4c .shg-image-zoom,
.shg-c#s-fd2eeca3-0e9f-4692-b07e-eab845308e4c img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-fd2eeca3-0e9f-4692-b07e-eab845308e4c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fd2eeca3-0e9f-4692-b07e-eab845308e4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd2eeca3-0e9f-4692-b07e-eab845308e4c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-fd2eeca3-0e9f-4692-b07e-eab845308e4c {
  max-width:  100%;
}

.shg-c#s-fd2eeca3-0e9f-4692-b07e-eab845308e4c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd2eeca3-0e9f-4692-b07e-eab845308e4c .shg-image-zoom,
.shg-c#s-fd2eeca3-0e9f-4692-b07e-eab845308e4c img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-fd2eeca3-0e9f-4692-b07e-eab845308e4c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fd2eeca3-0e9f-4692-b07e-eab845308e4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd2eeca3-0e9f-4692-b07e-eab845308e4c img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fd2eeca3-0e9f-4692-b07e-eab845308e4c {
  max-width:  100%;
}

.shg-c#s-fd2eeca3-0e9f-4692-b07e-eab845308e4c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd2eeca3-0e9f-4692-b07e-eab845308e4c .shg-image-zoom,
.shg-c#s-fd2eeca3-0e9f-4692-b07e-eab845308e4c img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-fd2eeca3-0e9f-4692-b07e-eab845308e4c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fd2eeca3-0e9f-4692-b07e-eab845308e4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd2eeca3-0e9f-4692-b07e-eab845308e4c img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fd2eeca3-0e9f-4692-b07e-eab845308e4c {
  max-width:  100%;
}

.shg-c#s-fd2eeca3-0e9f-4692-b07e-eab845308e4c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd2eeca3-0e9f-4692-b07e-eab845308e4c .shg-image-zoom,
.shg-c#s-fd2eeca3-0e9f-4692-b07e-eab845308e4c img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-fd2eeca3-0e9f-4692-b07e-eab845308e4c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fd2eeca3-0e9f-4692-b07e-eab845308e4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd2eeca3-0e9f-4692-b07e-eab845308e4c img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-fd2eeca3-0e9f-4692-b07e-eab845308e4c {
  max-width:  100%;
}

.shg-c#s-fd2eeca3-0e9f-4692-b07e-eab845308e4c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd2eeca3-0e9f-4692-b07e-eab845308e4c .shg-image-zoom,
.shg-c#s-fd2eeca3-0e9f-4692-b07e-eab845308e4c img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-fd2eeca3-0e9f-4692-b07e-eab845308e4c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fd2eeca3-0e9f-4692-b07e-eab845308e4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd2eeca3-0e9f-4692-b07e-eab845308e4c img.shogun-image {
  width: 100%;
}



}
#s-d029238b-934e-4875-8883-40706d46ddb6 {
  margin-top: 20px;
margin-bottom: 5px;
}

#s-a22fd484-ae12-4fc3-b72c-84322bbfee39 {
  margin-top: 0px;
}

#s-111be0f9-9cdc-427f-80ce-35d54f6f5e2e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}








#s-111be0f9-9cdc-427f-80ce-35d54f6f5e2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-111be0f9-9cdc-427f-80ce-35d54f6f5e2e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ce1dd90-5372-45ec-b1d0-fed74e7104bf {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 325px;
background-color: rgba(88, 197, 196, 1);
}








#s-4ce1dd90-5372-45ec-b1d0-fed74e7104bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ce1dd90-5372-45ec-b1d0-fed74e7104bf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-09f0ce2f-c059-4ffc-89fc-34a7a865e4a4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-09f0ce2f-c059-4ffc-89fc-34a7a865e4a4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-09f0ce2f-c059-4ffc-89fc-34a7a865e4a4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-09f0ce2f-c059-4ffc-89fc-34a7a865e4a4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e02ce81f-5f3e-4b34-ae78-9e384d5d98fd {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}








#s-e02ce81f-5f3e-4b34-ae78-9e384d5d98fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e02ce81f-5f3e-4b34-ae78-9e384d5d98fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0410bc37-7a4f-4851-a642-130ef26b0fd0 {
  padding-top: 40px;
padding-bottom: 40px;
background-color: rgba(247, 156, 136, 1);
}








#s-0410bc37-7a4f-4851-a642-130ef26b0fd0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0410bc37-7a4f-4851-a642-130ef26b0fd0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-69a38b7f-1dfd-4a02-9441-7ce63ca310e7 {
  padding-top: 40px;
padding-left: 10%;
padding-bottom: 40px;
padding-right: 10%;
}








#s-69a38b7f-1dfd-4a02-9441-7ce63ca310e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69a38b7f-1dfd-4a02-9441-7ce63ca310e7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f1e9837d-7837-45ca-a084-682ba879c094 {
  text-align: center;
}


.shg-c#s-f1e9837d-7837-45ca-a084-682ba879c094 {
  max-width:  100%;
}

.shg-c#s-f1e9837d-7837-45ca-a084-682ba879c094 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1e9837d-7837-45ca-a084-682ba879c094 .shg-image-zoom,
.shg-c#s-f1e9837d-7837-45ca-a084-682ba879c094 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-f1e9837d-7837-45ca-a084-682ba879c094 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f1e9837d-7837-45ca-a084-682ba879c094 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1e9837d-7837-45ca-a084-682ba879c094 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-f1e9837d-7837-45ca-a084-682ba879c094 {
  max-width:  100%;
}

.shg-c#s-f1e9837d-7837-45ca-a084-682ba879c094 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1e9837d-7837-45ca-a084-682ba879c094 .shg-image-zoom,
.shg-c#s-f1e9837d-7837-45ca-a084-682ba879c094 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-f1e9837d-7837-45ca-a084-682ba879c094 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f1e9837d-7837-45ca-a084-682ba879c094 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1e9837d-7837-45ca-a084-682ba879c094 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f1e9837d-7837-45ca-a084-682ba879c094 {
  max-width:  100%;
}

.shg-c#s-f1e9837d-7837-45ca-a084-682ba879c094 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1e9837d-7837-45ca-a084-682ba879c094 .shg-image-zoom,
.shg-c#s-f1e9837d-7837-45ca-a084-682ba879c094 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-f1e9837d-7837-45ca-a084-682ba879c094 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f1e9837d-7837-45ca-a084-682ba879c094 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1e9837d-7837-45ca-a084-682ba879c094 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f1e9837d-7837-45ca-a084-682ba879c094 {
  max-width:  100%;
}

.shg-c#s-f1e9837d-7837-45ca-a084-682ba879c094 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1e9837d-7837-45ca-a084-682ba879c094 .shg-image-zoom,
.shg-c#s-f1e9837d-7837-45ca-a084-682ba879c094 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-f1e9837d-7837-45ca-a084-682ba879c094 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f1e9837d-7837-45ca-a084-682ba879c094 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1e9837d-7837-45ca-a084-682ba879c094 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-f1e9837d-7837-45ca-a084-682ba879c094 {
  max-width:  100%;
}

.shg-c#s-f1e9837d-7837-45ca-a084-682ba879c094 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1e9837d-7837-45ca-a084-682ba879c094 .shg-image-zoom,
.shg-c#s-f1e9837d-7837-45ca-a084-682ba879c094 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-f1e9837d-7837-45ca-a084-682ba879c094 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f1e9837d-7837-45ca-a084-682ba879c094 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1e9837d-7837-45ca-a084-682ba879c094 img.shogun-image {
  width: 100%;
}



}
#s-5dee0a16-6375-4e1c-b204-85facea6ae43 {
  margin-top: 20px;
margin-bottom: 5px;
}

#s-3b0e11b3-d765-4225-91e1-d1681a55eb87 {
  margin-top: 0px;
}

#s-2bf39772-550a-454b-a679-1dd1f8002946 {
  padding-top: 40px;
padding-left: 10%;
padding-bottom: 40px;
padding-right: 10%;
}








#s-2bf39772-550a-454b-a679-1dd1f8002946 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2bf39772-550a-454b-a679-1dd1f8002946.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9f491955-bd00-42af-ace0-c613707c216f {
  text-align: center;
}


.shg-c#s-9f491955-bd00-42af-ace0-c613707c216f {
  max-width:  100%;
}

.shg-c#s-9f491955-bd00-42af-ace0-c613707c216f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f491955-bd00-42af-ace0-c613707c216f .shg-image-zoom,
.shg-c#s-9f491955-bd00-42af-ace0-c613707c216f img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-9f491955-bd00-42af-ace0-c613707c216f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9f491955-bd00-42af-ace0-c613707c216f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f491955-bd00-42af-ace0-c613707c216f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-9f491955-bd00-42af-ace0-c613707c216f {
  max-width:  100%;
}

.shg-c#s-9f491955-bd00-42af-ace0-c613707c216f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f491955-bd00-42af-ace0-c613707c216f .shg-image-zoom,
.shg-c#s-9f491955-bd00-42af-ace0-c613707c216f img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-9f491955-bd00-42af-ace0-c613707c216f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9f491955-bd00-42af-ace0-c613707c216f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f491955-bd00-42af-ace0-c613707c216f img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9f491955-bd00-42af-ace0-c613707c216f {
  max-width:  100%;
}

.shg-c#s-9f491955-bd00-42af-ace0-c613707c216f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f491955-bd00-42af-ace0-c613707c216f .shg-image-zoom,
.shg-c#s-9f491955-bd00-42af-ace0-c613707c216f img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-9f491955-bd00-42af-ace0-c613707c216f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9f491955-bd00-42af-ace0-c613707c216f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f491955-bd00-42af-ace0-c613707c216f img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9f491955-bd00-42af-ace0-c613707c216f {
  max-width:  100%;
}

.shg-c#s-9f491955-bd00-42af-ace0-c613707c216f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f491955-bd00-42af-ace0-c613707c216f .shg-image-zoom,
.shg-c#s-9f491955-bd00-42af-ace0-c613707c216f img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-9f491955-bd00-42af-ace0-c613707c216f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9f491955-bd00-42af-ace0-c613707c216f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f491955-bd00-42af-ace0-c613707c216f img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-9f491955-bd00-42af-ace0-c613707c216f {
  max-width:  100%;
}

.shg-c#s-9f491955-bd00-42af-ace0-c613707c216f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f491955-bd00-42af-ace0-c613707c216f .shg-image-zoom,
.shg-c#s-9f491955-bd00-42af-ace0-c613707c216f img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-9f491955-bd00-42af-ace0-c613707c216f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9f491955-bd00-42af-ace0-c613707c216f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f491955-bd00-42af-ace0-c613707c216f img.shogun-image {
  width: 100%;
}



}
#s-d78b1afc-b943-4921-86cb-500d6ae7b1b8 {
  margin-top: 20px;
margin-bottom: 5px;
}

#s-509c920c-80b5-47c9-9876-55e566263d44 {
  margin-top: 0px;
}

#s-d2eb4e45-a911-4d53-8da7-681817380ae6 {
  padding-top: 40px;
padding-left: 10%;
padding-bottom: 40px;
padding-right: 10%;
}








#s-d2eb4e45-a911-4d53-8da7-681817380ae6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2eb4e45-a911-4d53-8da7-681817380ae6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a1a24793-7080-4c70-b941-4e9a6eb3dba4 {
  text-align: center;
}


.shg-c#s-a1a24793-7080-4c70-b941-4e9a6eb3dba4 {
  max-width:  100%;
}

.shg-c#s-a1a24793-7080-4c70-b941-4e9a6eb3dba4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a1a24793-7080-4c70-b941-4e9a6eb3dba4 .shg-image-zoom,
.shg-c#s-a1a24793-7080-4c70-b941-4e9a6eb3dba4 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-a1a24793-7080-4c70-b941-4e9a6eb3dba4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a1a24793-7080-4c70-b941-4e9a6eb3dba4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a1a24793-7080-4c70-b941-4e9a6eb3dba4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-a1a24793-7080-4c70-b941-4e9a6eb3dba4 {
  max-width:  100%;
}

.shg-c#s-a1a24793-7080-4c70-b941-4e9a6eb3dba4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a1a24793-7080-4c70-b941-4e9a6eb3dba4 .shg-image-zoom,
.shg-c#s-a1a24793-7080-4c70-b941-4e9a6eb3dba4 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-a1a24793-7080-4c70-b941-4e9a6eb3dba4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a1a24793-7080-4c70-b941-4e9a6eb3dba4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a1a24793-7080-4c70-b941-4e9a6eb3dba4 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a1a24793-7080-4c70-b941-4e9a6eb3dba4 {
  max-width:  100%;
}

.shg-c#s-a1a24793-7080-4c70-b941-4e9a6eb3dba4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a1a24793-7080-4c70-b941-4e9a6eb3dba4 .shg-image-zoom,
.shg-c#s-a1a24793-7080-4c70-b941-4e9a6eb3dba4 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-a1a24793-7080-4c70-b941-4e9a6eb3dba4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a1a24793-7080-4c70-b941-4e9a6eb3dba4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a1a24793-7080-4c70-b941-4e9a6eb3dba4 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a1a24793-7080-4c70-b941-4e9a6eb3dba4 {
  max-width:  100%;
}

.shg-c#s-a1a24793-7080-4c70-b941-4e9a6eb3dba4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a1a24793-7080-4c70-b941-4e9a6eb3dba4 .shg-image-zoom,
.shg-c#s-a1a24793-7080-4c70-b941-4e9a6eb3dba4 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-a1a24793-7080-4c70-b941-4e9a6eb3dba4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a1a24793-7080-4c70-b941-4e9a6eb3dba4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a1a24793-7080-4c70-b941-4e9a6eb3dba4 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-a1a24793-7080-4c70-b941-4e9a6eb3dba4 {
  max-width:  100%;
}

.shg-c#s-a1a24793-7080-4c70-b941-4e9a6eb3dba4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a1a24793-7080-4c70-b941-4e9a6eb3dba4 .shg-image-zoom,
.shg-c#s-a1a24793-7080-4c70-b941-4e9a6eb3dba4 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-a1a24793-7080-4c70-b941-4e9a6eb3dba4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a1a24793-7080-4c70-b941-4e9a6eb3dba4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a1a24793-7080-4c70-b941-4e9a6eb3dba4 img.shogun-image {
  width: 100%;
}



}
#s-7cb27087-b570-41ba-bbcc-b0bcf81dd05d {
  margin-top: 20px;
margin-bottom: 5px;
}

#s-fdc4772d-7709-4762-8c97-8ebeb17529fe {
  margin-top: 0px;
}

#s-7e92deea-b738-4081-b2f0-a1770f755488 {
  padding-top: 40px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
}








#s-7e92deea-b738-4081-b2f0-a1770f755488 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e92deea-b738-4081-b2f0-a1770f755488.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-feb8c372-5ec6-47dd-b578-a74f6ad4aa6a {
  text-align: center;
}


.shg-c#s-feb8c372-5ec6-47dd-b578-a74f6ad4aa6a {
  max-width:  100%;
}

.shg-c#s-feb8c372-5ec6-47dd-b578-a74f6ad4aa6a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-feb8c372-5ec6-47dd-b578-a74f6ad4aa6a .shg-image-zoom,
.shg-c#s-feb8c372-5ec6-47dd-b578-a74f6ad4aa6a img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-feb8c372-5ec6-47dd-b578-a74f6ad4aa6a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-feb8c372-5ec6-47dd-b578-a74f6ad4aa6a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-feb8c372-5ec6-47dd-b578-a74f6ad4aa6a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-feb8c372-5ec6-47dd-b578-a74f6ad4aa6a {
  max-width:  100%;
}

.shg-c#s-feb8c372-5ec6-47dd-b578-a74f6ad4aa6a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-feb8c372-5ec6-47dd-b578-a74f6ad4aa6a .shg-image-zoom,
.shg-c#s-feb8c372-5ec6-47dd-b578-a74f6ad4aa6a img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-feb8c372-5ec6-47dd-b578-a74f6ad4aa6a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-feb8c372-5ec6-47dd-b578-a74f6ad4aa6a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-feb8c372-5ec6-47dd-b578-a74f6ad4aa6a img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-feb8c372-5ec6-47dd-b578-a74f6ad4aa6a {
  max-width:  100%;
}

.shg-c#s-feb8c372-5ec6-47dd-b578-a74f6ad4aa6a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-feb8c372-5ec6-47dd-b578-a74f6ad4aa6a .shg-image-zoom,
.shg-c#s-feb8c372-5ec6-47dd-b578-a74f6ad4aa6a img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-feb8c372-5ec6-47dd-b578-a74f6ad4aa6a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-feb8c372-5ec6-47dd-b578-a74f6ad4aa6a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-feb8c372-5ec6-47dd-b578-a74f6ad4aa6a img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-feb8c372-5ec6-47dd-b578-a74f6ad4aa6a {
  max-width:  100%;
}

.shg-c#s-feb8c372-5ec6-47dd-b578-a74f6ad4aa6a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-feb8c372-5ec6-47dd-b578-a74f6ad4aa6a .shg-image-zoom,
.shg-c#s-feb8c372-5ec6-47dd-b578-a74f6ad4aa6a img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-feb8c372-5ec6-47dd-b578-a74f6ad4aa6a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-feb8c372-5ec6-47dd-b578-a74f6ad4aa6a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-feb8c372-5ec6-47dd-b578-a74f6ad4aa6a img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-feb8c372-5ec6-47dd-b578-a74f6ad4aa6a {
  max-width:  100%;
}

.shg-c#s-feb8c372-5ec6-47dd-b578-a74f6ad4aa6a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-feb8c372-5ec6-47dd-b578-a74f6ad4aa6a .shg-image-zoom,
.shg-c#s-feb8c372-5ec6-47dd-b578-a74f6ad4aa6a img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-feb8c372-5ec6-47dd-b578-a74f6ad4aa6a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-feb8c372-5ec6-47dd-b578-a74f6ad4aa6a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-feb8c372-5ec6-47dd-b578-a74f6ad4aa6a img.shogun-image {
  width: 100%;
}



}
#s-2ccc3bf5-f1d5-419e-950a-e4038b0ff5ac {
  margin-top: 20px;
margin-bottom: 5px;
}

#s-43a22963-3013-4702-a3cf-c4040793d96f {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-c4289367-eb49-4841-af2b-dbfa2115427c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c4289367-eb49-4841-af2b-dbfa2115427c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c4289367-eb49-4841-af2b-dbfa2115427c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c4289367-eb49-4841-af2b-dbfa2115427c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-c4289367-eb49-4841-af2b-dbfa2115427c"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-43d93de1-fc21-434c-b1ec-ee365b4d72ad {
  min-height: 500px;
background-color: rgba(88, 197, 196, 1);
}








#s-43d93de1-fc21-434c-b1ec-ee365b4d72ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43d93de1-fc21-434c-b1ec-ee365b4d72ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c270bff-709c-4c96-9466-9d797ef9e2f5 {
  margin-top: 40px;
}

#s-a2fa5615-e0bf-4a9c-8d11-c49e9fdbfe1c {
  margin-bottom: 0px;
padding-left: 5%;
padding-right: 5%;
}

#s-fd2cca11-65dc-41ef-975f-b632b3a98551 {
  margin-bottom: 50px;
padding-left: 3%;
padding-right: 3%;
text-align: center;
}







  #s-fd2cca11-65dc-41ef-975f-b632b3a98551 img.shogun-image {
    

    
    
    
  }


#s-fd2cca11-65dc-41ef-975f-b632b3a98551 .shogun-image-content {
  
    align-items: center;
  
}

#s-90f18a01-05d9-493d-9031-58adbaf31fe5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 700px;
background-position: center center;
}








#s-90f18a01-05d9-493d-9031-58adbaf31fe5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90f18a01-05d9-493d-9031-58adbaf31fe5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-325a5e74-30f4-4bdd-8511-67b61d23c0a0 {
  min-height: 150px;
background-color: rgba(88, 197, 196, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-325a5e74-30f4-4bdd-8511-67b61d23c0a0 {
  display: none;
}
#s-325a5e74-30f4-4bdd-8511-67b61d23c0a0, #wrap-s-325a5e74-30f4-4bdd-8511-67b61d23c0a0 { display: none !important; }}@media (max-width: 767px){#s-325a5e74-30f4-4bdd-8511-67b61d23c0a0 {
  
}
}







#s-325a5e74-30f4-4bdd-8511-67b61d23c0a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-325a5e74-30f4-4bdd-8511-67b61d23c0a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b3f12d1-8607-4ace-a297-44972daa5bd4 {
  margin-top: 20px;
margin-left: 20%;
margin-right: 15%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
text-align: left;
}

#s-5b3f12d1-8607-4ace-a297-44972daa5bd4 .shogun-heading-component h1 {
  color: rgba(0, 43, 46, 1);
  font-weight:  normal ;
  font-family: "Bicyclette-Bold";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-49201bc0-a500-461d-8ed7-9b9a7ac6909b {
  padding-left: 25%;
padding-right: 25%;
min-height: 50px;
background-color: rgba(165, 219, 219, 0);
}








#s-49201bc0-a500-461d-8ed7-9b9a7ac6909b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49201bc0-a500-461d-8ed7-9b9a7ac6909b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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