.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-7fe5dd6d-38cf-4da8-a0f8-79e4d457131d {
  background-repeat: no-repeat;
background-size: contain;
padding-left: 20px;
padding-right: 20px;
min-height: 460px;
background-position: right center;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-7fe5dd6d-38cf-4da8-a0f8-79e4d457131d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7fe5dd6d-38cf-4da8-a0f8-79e4d457131d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7fe5dd6d-38cf-4da8-a0f8-79e4d457131d {
  
}
}@media (max-width: 767px){#s-7fe5dd6d-38cf-4da8-a0f8-79e4d457131d {
  display: none;
}
#s-7fe5dd6d-38cf-4da8-a0f8-79e4d457131d, #wrap-s-7fe5dd6d-38cf-4da8-a0f8-79e4d457131d { display:none !important; }}
#s-7fe5dd6d-38cf-4da8-a0f8-79e4d457131d {
  background-image: url(https://i.shgcdn.com/8f7d1f53-02ea-4696-a403-eaa5ea4fcd93/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-7fe5dd6d-38cf-4da8-a0f8-79e4d457131d > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 0);
  opacity: 0;
}#s-7fe5dd6d-38cf-4da8-a0f8-79e4d457131d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

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

@media (min-width: 0px) {
[id="s-a3a0cfa0-41f4-40a0-b7c5-7818f5723f22"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3a0cfa0-41f4-40a0-b7c5-7818f5723f22"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a3a0cfa0-41f4-40a0-b7c5-7818f5723f22"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a3a0cfa0-41f4-40a0-b7c5-7818f5723f22"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a3a0cfa0-41f4-40a0-b7c5-7818f5723f22"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3a0cfa0-41f4-40a0-b7c5-7818f5723f22"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a3a0cfa0-41f4-40a0-b7c5-7818f5723f22"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

.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-fb6c98cb-ad28-4ebc-b7d3-dfbdc452e8e7 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-fb6c98cb-ad28-4ebc-b7d3-dfbdc452e8e7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fb6c98cb-ad28-4ebc-b7d3-dfbdc452e8e7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fb6c98cb-ad28-4ebc-b7d3-dfbdc452e8e7 {
  
}
}@media (max-width: 767px){#s-fb6c98cb-ad28-4ebc-b7d3-dfbdc452e8e7 {
  
}
}
#s-fb6c98cb-ad28-4ebc-b7d3-dfbdc452e8e7 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1.1em;
  
  text-align: left;
}



#s-37a565ed-276f-4e43-bd67-720bdf5a2bf4 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-37a565ed-276f-4e43-bd67-720bdf5a2bf4 {
  display: none;
}
#s-37a565ed-276f-4e43-bd67-720bdf5a2bf4, #wrap-s-37a565ed-276f-4e43-bd67-720bdf5a2bf4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-37a565ed-276f-4e43-bd67-720bdf5a2bf4 {
  display: none;
}
#s-37a565ed-276f-4e43-bd67-720bdf5a2bf4, #wrap-s-37a565ed-276f-4e43-bd67-720bdf5a2bf4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-37a565ed-276f-4e43-bd67-720bdf5a2bf4 {
  display: none;
}
#s-37a565ed-276f-4e43-bd67-720bdf5a2bf4, #wrap-s-37a565ed-276f-4e43-bd67-720bdf5a2bf4 { display:none !important; }}@media (max-width: 767px){#s-37a565ed-276f-4e43-bd67-720bdf5a2bf4 {
  
}
}
#s-37a565ed-276f-4e43-bd67-720bdf5a2bf4 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 33px;
  line-height: 1.1em;
  
  text-align: left;
}



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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  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-c326b828-a09b-4d8a-80ac-578b0b532154 {
  background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-c326b828-a09b-4d8a-80ac-578b0b532154 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c326b828-a09b-4d8a-80ac-578b0b532154 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c326b828-a09b-4d8a-80ac-578b0b532154 {
  
}
}@media (max-width: 767px){#s-c326b828-a09b-4d8a-80ac-578b0b532154 {
  display: none;
}
#s-c326b828-a09b-4d8a-80ac-578b0b532154, #wrap-s-c326b828-a09b-4d8a-80ac-578b0b532154 { display:none !important; }}
#s-83095b46-a1dd-49fe-994a-d0ce0823018a {
  background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-83095b46-a1dd-49fe-994a-d0ce0823018a {
  display: none;
}
#s-83095b46-a1dd-49fe-994a-d0ce0823018a, #wrap-s-83095b46-a1dd-49fe-994a-d0ce0823018a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-83095b46-a1dd-49fe-994a-d0ce0823018a {
  display: none;
}
#s-83095b46-a1dd-49fe-994a-d0ce0823018a, #wrap-s-83095b46-a1dd-49fe-994a-d0ce0823018a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-83095b46-a1dd-49fe-994a-d0ce0823018a {
  display: none;
}
#s-83095b46-a1dd-49fe-994a-d0ce0823018a, #wrap-s-83095b46-a1dd-49fe-994a-d0ce0823018a { display:none !important; }}@media (max-width: 767px){#s-83095b46-a1dd-49fe-994a-d0ce0823018a {
  
}
}
.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;
}
#s-293d9393-a047-453a-b8ba-2569f9c19320 {
  margin-top: 30px;
text-align: center;
}
@media (min-width: 1200px){#s-293d9393-a047-453a-b8ba-2569f9c19320 {
  display: none;
}
#s-293d9393-a047-453a-b8ba-2569f9c19320, #wrap-s-293d9393-a047-453a-b8ba-2569f9c19320 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-293d9393-a047-453a-b8ba-2569f9c19320 {
  display: none;
}
#s-293d9393-a047-453a-b8ba-2569f9c19320, #wrap-s-293d9393-a047-453a-b8ba-2569f9c19320 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-293d9393-a047-453a-b8ba-2569f9c19320 {
  display: none;
}
#s-293d9393-a047-453a-b8ba-2569f9c19320, #wrap-s-293d9393-a047-453a-b8ba-2569f9c19320 { display:none !important; }}






  #s-293d9393-a047-453a-b8ba-2569f9c19320 img.shogun-image {
    

    
    
    
  }


#s-293d9393-a047-453a-b8ba-2569f9c19320 .shogun-image-content {
  
    align-items: center;
  
}

#s-ca9ed55d-947d-4baf-94b1-19fcbe46248c {
  padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-ca9ed55d-947d-4baf-94b1-19fcbe46248c {
  display: none;
}
#s-ca9ed55d-947d-4baf-94b1-19fcbe46248c, #wrap-s-ca9ed55d-947d-4baf-94b1-19fcbe46248c { display:none !important; }}
@media (min-width: 0px) {
[id="s-ca9ed55d-947d-4baf-94b1-19fcbe46248c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ca9ed55d-947d-4baf-94b1-19fcbe46248c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-ca9ed55d-947d-4baf-94b1-19fcbe46248c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-ca9ed55d-947d-4baf-94b1-19fcbe46248c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 0px) {
[id="s-7ff688f7-f091-48cf-886d-87b20dade18a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ff688f7-f091-48cf-886d-87b20dade18a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7ff688f7-f091-48cf-886d-87b20dade18a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7ff688f7-f091-48cf-886d-87b20dade18a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7ff688f7-f091-48cf-886d-87b20dade18a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ff688f7-f091-48cf-886d-87b20dade18a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7ff688f7-f091-48cf-886d-87b20dade18a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-53a18b59-d11b-48e6-9a5c-85ee2cdffdfa {
  text-align: center;
}







  #s-53a18b59-d11b-48e6-9a5c-85ee2cdffdfa img.shogun-image {
    

    
    
    
  }


#s-53a18b59-d11b-48e6-9a5c-85ee2cdffdfa .shogun-image-content {
  
    align-items: center;
  
}

#s-0146c281-53c7-4c4b-bfc2-c73c26fd6ab9 {
  padding-top: 10px;
}

@media (min-width: 0px) {
[id="s-8a8dbc4b-2afa-4a2a-a05f-27d5e20a8991"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a8dbc4b-2afa-4a2a-a05f-27d5e20a8991"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8a8dbc4b-2afa-4a2a-a05f-27d5e20a8991"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8a8dbc4b-2afa-4a2a-a05f-27d5e20a8991"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8a8dbc4b-2afa-4a2a-a05f-27d5e20a8991"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a8dbc4b-2afa-4a2a-a05f-27d5e20a8991"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8a8dbc4b-2afa-4a2a-a05f-27d5e20a8991"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-430d3f58-7b52-4d8e-aaf1-dadc3461cd64 {
  text-align: center;
}







  #s-430d3f58-7b52-4d8e-aaf1-dadc3461cd64 img.shogun-image {
    

    
    
    
  }


#s-430d3f58-7b52-4d8e-aaf1-dadc3461cd64 .shogun-image-content {
  
    align-items: center;
  
}

#s-140ce9f1-69dd-4fe3-9aba-8d0fc8a303b2 {
  padding-top: 10px;
}

@media (min-width: 0px) {
[id="s-d8d6505b-8f90-461d-bcbc-2b25ccc7daac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d8d6505b-8f90-461d-bcbc-2b25ccc7daac"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d8d6505b-8f90-461d-bcbc-2b25ccc7daac"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d8d6505b-8f90-461d-bcbc-2b25ccc7daac"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d8d6505b-8f90-461d-bcbc-2b25ccc7daac"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8d6505b-8f90-461d-bcbc-2b25ccc7daac"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d8d6505b-8f90-461d-bcbc-2b25ccc7daac"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-6322c023-b306-44e6-b0bb-e0dcdec68385 {
  text-align: center;
}







  #s-6322c023-b306-44e6-b0bb-e0dcdec68385 img.shogun-image {
    

    
    
    
  }


#s-6322c023-b306-44e6-b0bb-e0dcdec68385 .shogun-image-content {
  
    align-items: center;
  
}

#s-ac1e17d5-e771-45e1-aeb2-7a37b7e78424 {
  padding-top: 10px;
}

@media (min-width: 0px) {
[id="s-d71b52ba-e66a-406d-9b1c-73bf84278cf5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d71b52ba-e66a-406d-9b1c-73bf84278cf5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d71b52ba-e66a-406d-9b1c-73bf84278cf5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d71b52ba-e66a-406d-9b1c-73bf84278cf5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d71b52ba-e66a-406d-9b1c-73bf84278cf5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d71b52ba-e66a-406d-9b1c-73bf84278cf5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d71b52ba-e66a-406d-9b1c-73bf84278cf5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-c39ad7e9-0b82-419f-8787-8b89f1695c06 {
  text-align: center;
}







  #s-c39ad7e9-0b82-419f-8787-8b89f1695c06 img.shogun-image {
    

    
    
    
  }


#s-c39ad7e9-0b82-419f-8787-8b89f1695c06 .shogun-image-content {
  
    align-items: center;
  
}

#s-8ca5171b-bac4-4da1-8ead-96046e467850 {
  padding-top: 10px;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-a2b3cbcc-bf15-4f05-be0c-724558b61efd {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-a2b3cbcc-bf15-4f05-be0c-724558b61efd {
  display: none;
}
#s-a2b3cbcc-bf15-4f05-be0c-724558b61efd, #wrap-s-a2b3cbcc-bf15-4f05-be0c-724558b61efd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a2b3cbcc-bf15-4f05-be0c-724558b61efd {
  display: none;
}
#s-a2b3cbcc-bf15-4f05-be0c-724558b61efd, #wrap-s-a2b3cbcc-bf15-4f05-be0c-724558b61efd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a2b3cbcc-bf15-4f05-be0c-724558b61efd {
  display: none;
}
#s-a2b3cbcc-bf15-4f05-be0c-724558b61efd, #wrap-s-a2b3cbcc-bf15-4f05-be0c-724558b61efd { display:none !important; }}
#s-a2b3cbcc-bf15-4f05-be0c-724558b61efd .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-a2b3cbcc-bf15-4f05-be0c-724558b61efd .shg-sld-nav-button.shg-sld-left,
#s-a2b3cbcc-bf15-4f05-be0c-724558b61efd .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-ee57ec67-726a-4a3d-bf8f-f715c4752147 {
  padding-left: 40px;
padding-right: 40px;
min-height: 50px;
}








#s-ee57ec67-726a-4a3d-bf8f-f715c4752147 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee57ec67-726a-4a3d-bf8f-f715c4752147.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4db798af-bee8-4602-a870-8fcfa1542630 {
  margin-left: 90px;
margin-right: 90px;
text-align: center;
}







  #s-4db798af-bee8-4602-a870-8fcfa1542630 img.shogun-image {
    

    
    
    
  }


#s-4db798af-bee8-4602-a870-8fcfa1542630 .shogun-image-content {
  
    align-items: center;
  
}

#s-c9bc89ab-11c9-4d10-84ba-833114c001fc {
  padding-top: 10px;
}

#s-c5e4ab62-81c2-46e7-9f93-37f854408976 {
  padding-left: 40px;
padding-right: 40px;
min-height: 50px;
}








#s-c5e4ab62-81c2-46e7-9f93-37f854408976 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5e4ab62-81c2-46e7-9f93-37f854408976.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85eaed06-f757-4f4f-910d-0a62879bf508 {
  margin-left: 90px;
margin-right: 90px;
text-align: center;
}







  #s-85eaed06-f757-4f4f-910d-0a62879bf508 img.shogun-image {
    

    
    
    
  }


#s-85eaed06-f757-4f4f-910d-0a62879bf508 .shogun-image-content {
  
    align-items: center;
  
}

#s-924220cb-e2dd-42a2-bef3-7538fe40243b {
  padding-top: 10px;
}

#s-d1accc6a-2f6a-4fbc-9c4f-a88c7a847842 {
  padding-left: 40px;
padding-right: 40px;
min-height: 50px;
}








#s-d1accc6a-2f6a-4fbc-9c4f-a88c7a847842 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1accc6a-2f6a-4fbc-9c4f-a88c7a847842.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2570a0ca-383e-44c7-ab90-697f3af7a0b1 {
  margin-left: 90px;
margin-right: 90px;
text-align: center;
}







  #s-2570a0ca-383e-44c7-ab90-697f3af7a0b1 img.shogun-image {
    

    
    
    
  }


#s-2570a0ca-383e-44c7-ab90-697f3af7a0b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-862ac70e-0a27-4cc8-80e3-20f534a5a675 {
  padding-top: 10px;
}

#s-b85550ad-3c43-4145-9d1b-22d3590f4a02 {
  padding-left: 40px;
padding-right: 40px;
min-height: 50px;
}








#s-b85550ad-3c43-4145-9d1b-22d3590f4a02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b85550ad-3c43-4145-9d1b-22d3590f4a02.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-397d25c3-86d9-4e22-bd5b-2b0468091360 {
  margin-left: 90px;
margin-right: 90px;
text-align: center;
}







  #s-397d25c3-86d9-4e22-bd5b-2b0468091360 img.shogun-image {
    

    
    
    
  }


#s-397d25c3-86d9-4e22-bd5b-2b0468091360 .shogun-image-content {
  
    align-items: center;
  
}

#s-aca8bb20-0839-4657-a575-8372ef90b6dc {
  padding-top: 10px;
}

#s-343bbea4-e2ee-41e2-b21d-e14b8e6e2b22 {
  padding-left: 40px;
padding-right: 40px;
min-height: 50px;
}








#s-343bbea4-e2ee-41e2-b21d-e14b8e6e2b22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-343bbea4-e2ee-41e2-b21d-e14b8e6e2b22.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-61607d14-48ae-40c1-8b6a-544ffb609669 {
  margin-left: 90px;
margin-right: 90px;
text-align: center;
}







  #s-61607d14-48ae-40c1-8b6a-544ffb609669 img.shogun-image {
    

    
    
    
  }


#s-61607d14-48ae-40c1-8b6a-544ffb609669 .shogun-image-content {
  
    align-items: center;
  
}

#s-1864e085-fac6-4792-99fb-8d99057fbca4 {
  padding-top: 10px;
}

#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  
}
}@media (max-width: 767px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  
}
}







#s-bb85bb26-2fd4-4b13-944e-38696c59754c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb85bb26-2fd4-4b13-944e-38696c59754c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  border-style: solid;
margin-top: 40px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  
}
}@media (max-width: 767px){#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  
}
}
#s-b302280b-159f-41fc-ac9c-ed60e2a99508 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a {
  margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a {
  
}
}@media (max-width: 767px){#s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a {
  
}
}

  #s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a .shogun-tabs > li > .shogun-tab-box {
    background: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
  }
  #s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(244, 244, 244, 1);
    border: 1px solid rgba(0, 0, 0, 0.21);
  }
#s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Work Sans;
  font-weight: ;
  font-style: ;
  font-size: 11px;
}

#s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(244, 244, 244, 1);
}

#s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(0, 0, 0, 0.21);
}

@media (min-width: 0px) {
[id="s-ccc55792-6a06-4da6-bf21-0ead3b8b659a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-ccc55792-6a06-4da6-bf21-0ead3b8b659a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-ccc55792-6a06-4da6-bf21-0ead3b8b659a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-ccc55792-6a06-4da6-bf21-0ead3b8b659a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-6cafe791-09ad-41c0-9643-3aeb1c04b5d8 {
  margin-bottom: 10px;
text-align: center;
}







  #s-6cafe791-09ad-41c0-9643-3aeb1c04b5d8 img.shogun-image {
    

    
    
    
  }


#s-6cafe791-09ad-41c0-9643-3aeb1c04b5d8 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

#s-72e188ed-c844-4acf-ac68-749bb7f32249 {
  box-shadow:0px 0px 0px 0px ;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(112, 177, 193, 1);
}
#s-72e188ed-c844-4acf-ac68-749bb7f32249:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(80, 128, 139, 1) !important;}#s-72e188ed-c844-4acf-ac68-749bb7f32249:active {border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-72e188ed-c844-4acf-ac68-749bb7f32249-root {
    text-align: center;
  }


#s-72e188ed-c844-4acf-ac68-749bb7f32249.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-72e188ed-c844-4acf-ac68-749bb7f32249-root {
    text-align: center;
  }


#s-72e188ed-c844-4acf-ac68-749bb7f32249.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-72e188ed-c844-4acf-ac68-749bb7f32249-root {
    text-align: center;
  }


#s-72e188ed-c844-4acf-ac68-749bb7f32249.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-72e188ed-c844-4acf-ac68-749bb7f32249-root {
    text-align: center;
  }


#s-72e188ed-c844-4acf-ac68-749bb7f32249.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-72e188ed-c844-4acf-ac68-749bb7f32249-root {
    text-align: center;
  }


#s-72e188ed-c844-4acf-ac68-749bb7f32249.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}
#s-3ef3ec6d-6300-49ba-aa0c-6063b0f10a70 {
  margin-bottom: 10px;
text-align: center;
}







  #s-3ef3ec6d-6300-49ba-aa0c-6063b0f10a70 img.shogun-image {
    

    
    
    
  }


#s-3ef3ec6d-6300-49ba-aa0c-6063b0f10a70 .shogun-image-content {
  
    align-items: center;
  
}

#s-254072fb-41e4-420b-b412-9fb07f84f121 {
  box-shadow:0px 0px 0px 0px ;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(112, 177, 193, 1);
}
#s-254072fb-41e4-420b-b412-9fb07f84f121:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(80, 128, 139, 1) !important;}#s-254072fb-41e4-420b-b412-9fb07f84f121:active {border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-254072fb-41e4-420b-b412-9fb07f84f121-root {
    text-align: center;
  }


#s-254072fb-41e4-420b-b412-9fb07f84f121.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-254072fb-41e4-420b-b412-9fb07f84f121-root {
    text-align: center;
  }


#s-254072fb-41e4-420b-b412-9fb07f84f121.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-254072fb-41e4-420b-b412-9fb07f84f121-root {
    text-align: center;
  }


#s-254072fb-41e4-420b-b412-9fb07f84f121.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-254072fb-41e4-420b-b412-9fb07f84f121-root {
    text-align: center;
  }


#s-254072fb-41e4-420b-b412-9fb07f84f121.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-254072fb-41e4-420b-b412-9fb07f84f121-root {
    text-align: center;
  }


#s-254072fb-41e4-420b-b412-9fb07f84f121.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}
#s-518780d6-c2fb-43b7-b9a0-28a981557340 {
  margin-bottom: 10px;
text-align: center;
}







  #s-518780d6-c2fb-43b7-b9a0-28a981557340 img.shogun-image {
    

    
    
    
  }


#s-518780d6-c2fb-43b7-b9a0-28a981557340 .shogun-image-content {
  
    align-items: center;
  
}

#s-5c8bd587-62d4-4c6c-a64d-a402728dfbfe {
  box-shadow:0px 0px 0px 0px ;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(112, 177, 193, 1);
}
#s-5c8bd587-62d4-4c6c-a64d-a402728dfbfe:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(80, 128, 139, 1) !important;}#s-5c8bd587-62d4-4c6c-a64d-a402728dfbfe:active {border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-5c8bd587-62d4-4c6c-a64d-a402728dfbfe-root {
    text-align: center;
  }


#s-5c8bd587-62d4-4c6c-a64d-a402728dfbfe.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5c8bd587-62d4-4c6c-a64d-a402728dfbfe-root {
    text-align: center;
  }


#s-5c8bd587-62d4-4c6c-a64d-a402728dfbfe.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5c8bd587-62d4-4c6c-a64d-a402728dfbfe-root {
    text-align: center;
  }


#s-5c8bd587-62d4-4c6c-a64d-a402728dfbfe.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5c8bd587-62d4-4c6c-a64d-a402728dfbfe-root {
    text-align: center;
  }


#s-5c8bd587-62d4-4c6c-a64d-a402728dfbfe.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5c8bd587-62d4-4c6c-a64d-a402728dfbfe-root {
    text-align: center;
  }


#s-5c8bd587-62d4-4c6c-a64d-a402728dfbfe.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}
#s-ad4f061a-6c2f-4408-9229-6c84491198c2 {
  margin-bottom: 10px;
text-align: center;
}







  #s-ad4f061a-6c2f-4408-9229-6c84491198c2 img.shogun-image {
    

    
    
    
  }


#s-ad4f061a-6c2f-4408-9229-6c84491198c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-8bc15b43-3a7d-451c-be6e-4c8bec72f137 {
  box-shadow:0px 0px 0px 0px ;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(112, 177, 193, 1);
}
#s-8bc15b43-3a7d-451c-be6e-4c8bec72f137:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(80, 128, 139, 1) !important;}#s-8bc15b43-3a7d-451c-be6e-4c8bec72f137:active {border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-8bc15b43-3a7d-451c-be6e-4c8bec72f137-root {
    text-align: center;
  }


#s-8bc15b43-3a7d-451c-be6e-4c8bec72f137.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8bc15b43-3a7d-451c-be6e-4c8bec72f137-root {
    text-align: center;
  }


#s-8bc15b43-3a7d-451c-be6e-4c8bec72f137.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8bc15b43-3a7d-451c-be6e-4c8bec72f137-root {
    text-align: center;
  }


#s-8bc15b43-3a7d-451c-be6e-4c8bec72f137.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8bc15b43-3a7d-451c-be6e-4c8bec72f137-root {
    text-align: center;
  }


#s-8bc15b43-3a7d-451c-be6e-4c8bec72f137.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8bc15b43-3a7d-451c-be6e-4c8bec72f137-root {
    text-align: center;
  }


#s-8bc15b43-3a7d-451c-be6e-4c8bec72f137.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}
#s-0e7d43e7-e1ea-48ee-b405-cc6ed6d91691 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-0e7d43e7-e1ea-48ee-b405-cc6ed6d91691 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0e7d43e7-e1ea-48ee-b405-cc6ed6d91691 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0e7d43e7-e1ea-48ee-b405-cc6ed6d91691 {
  
}
}@media (max-width: 767px){#s-0e7d43e7-e1ea-48ee-b405-cc6ed6d91691 {
  
}
}
@media (min-width: 0px) {
[id="s-0e7d43e7-e1ea-48ee-b405-cc6ed6d91691"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-0e7d43e7-e1ea-48ee-b405-cc6ed6d91691"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-0e7d43e7-e1ea-48ee-b405-cc6ed6d91691"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e7d43e7-e1ea-48ee-b405-cc6ed6d91691"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-edcfa6c1-0516-4c41-9ea1-621555453b2a {
  text-align: center;
}







  #s-edcfa6c1-0516-4c41-9ea1-621555453b2a img.shogun-image {
    

    
    
    
  }


#s-edcfa6c1-0516-4c41-9ea1-621555453b2a .shogun-image-content {
  
    align-items: center;
  
}

#s-1b250f1e-db70-4031-a6dd-9791cf8a6489 {
  box-shadow:0px 0px 0px 0px ;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(112, 177, 193, 1);
}
#s-1b250f1e-db70-4031-a6dd-9791cf8a6489:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(80, 128, 139, 1) !important;}#s-1b250f1e-db70-4031-a6dd-9791cf8a6489:active {border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-1b250f1e-db70-4031-a6dd-9791cf8a6489-root {
    text-align: center;
  }


#s-1b250f1e-db70-4031-a6dd-9791cf8a6489.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1b250f1e-db70-4031-a6dd-9791cf8a6489-root {
    text-align: center;
  }


#s-1b250f1e-db70-4031-a6dd-9791cf8a6489.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1b250f1e-db70-4031-a6dd-9791cf8a6489-root {
    text-align: center;
  }


#s-1b250f1e-db70-4031-a6dd-9791cf8a6489.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1b250f1e-db70-4031-a6dd-9791cf8a6489-root {
    text-align: center;
  }


#s-1b250f1e-db70-4031-a6dd-9791cf8a6489.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1b250f1e-db70-4031-a6dd-9791cf8a6489-root {
    text-align: center;
  }


#s-1b250f1e-db70-4031-a6dd-9791cf8a6489.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}
#s-e67ec9d1-4b1e-40d4-8704-02f4f1737636 {
  text-align: center;
}







  #s-e67ec9d1-4b1e-40d4-8704-02f4f1737636 img.shogun-image {
    

    
    
    
  }


#s-e67ec9d1-4b1e-40d4-8704-02f4f1737636 .shogun-image-content {
  
    align-items: center;
  
}

#s-3b624170-95b0-4fec-b02d-607414371a5a {
  box-shadow:0px 0px 0px 0px ;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(112, 177, 193, 1);
}
#s-3b624170-95b0-4fec-b02d-607414371a5a:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(80, 128, 139, 1) !important;}#s-3b624170-95b0-4fec-b02d-607414371a5a:active {border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-3b624170-95b0-4fec-b02d-607414371a5a-root {
    text-align: center;
  }


#s-3b624170-95b0-4fec-b02d-607414371a5a.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3b624170-95b0-4fec-b02d-607414371a5a-root {
    text-align: center;
  }


#s-3b624170-95b0-4fec-b02d-607414371a5a.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3b624170-95b0-4fec-b02d-607414371a5a-root {
    text-align: center;
  }


#s-3b624170-95b0-4fec-b02d-607414371a5a.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3b624170-95b0-4fec-b02d-607414371a5a-root {
    text-align: center;
  }


#s-3b624170-95b0-4fec-b02d-607414371a5a.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3b624170-95b0-4fec-b02d-607414371a5a-root {
    text-align: center;
  }


#s-3b624170-95b0-4fec-b02d-607414371a5a.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}
#s-502df79b-53ac-4b83-a6ea-c4b091e44cda {
  text-align: center;
}







  #s-502df79b-53ac-4b83-a6ea-c4b091e44cda img.shogun-image {
    

    
    
    
  }


#s-502df79b-53ac-4b83-a6ea-c4b091e44cda .shogun-image-content {
  
    align-items: center;
  
}

#s-1dbeed25-3651-4c6f-a4a1-c315b23c5258 {
  box-shadow:0px 0px 0px 0px ;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(112, 177, 193, 1);
}
#s-1dbeed25-3651-4c6f-a4a1-c315b23c5258:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(80, 128, 139, 1) !important;}#s-1dbeed25-3651-4c6f-a4a1-c315b23c5258:active {border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-1dbeed25-3651-4c6f-a4a1-c315b23c5258-root {
    text-align: center;
  }


#s-1dbeed25-3651-4c6f-a4a1-c315b23c5258.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1dbeed25-3651-4c6f-a4a1-c315b23c5258-root {
    text-align: center;
  }


#s-1dbeed25-3651-4c6f-a4a1-c315b23c5258.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1dbeed25-3651-4c6f-a4a1-c315b23c5258-root {
    text-align: center;
  }


#s-1dbeed25-3651-4c6f-a4a1-c315b23c5258.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1dbeed25-3651-4c6f-a4a1-c315b23c5258-root {
    text-align: center;
  }


#s-1dbeed25-3651-4c6f-a4a1-c315b23c5258.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1dbeed25-3651-4c6f-a4a1-c315b23c5258-root {
    text-align: center;
  }


#s-1dbeed25-3651-4c6f-a4a1-c315b23c5258.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}
#s-cf47587f-18ca-4894-ad7e-49d2fb967b2e {
  text-align: center;
}







  #s-cf47587f-18ca-4894-ad7e-49d2fb967b2e img.shogun-image {
    

    
    
    
  }


#s-cf47587f-18ca-4894-ad7e-49d2fb967b2e .shogun-image-content {
  
    align-items: center;
  
}

#s-ff3331e0-c032-4daa-8929-16fa7a3a8f59 {
  box-shadow:0px 0px 0px 0px ;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(112, 177, 193, 1);
}
#s-ff3331e0-c032-4daa-8929-16fa7a3a8f59:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(80, 128, 139, 1) !important;}#s-ff3331e0-c032-4daa-8929-16fa7a3a8f59:active {border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-ff3331e0-c032-4daa-8929-16fa7a3a8f59-root {
    text-align: center;
  }


#s-ff3331e0-c032-4daa-8929-16fa7a3a8f59.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ff3331e0-c032-4daa-8929-16fa7a3a8f59-root {
    text-align: center;
  }


#s-ff3331e0-c032-4daa-8929-16fa7a3a8f59.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ff3331e0-c032-4daa-8929-16fa7a3a8f59-root {
    text-align: center;
  }


#s-ff3331e0-c032-4daa-8929-16fa7a3a8f59.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ff3331e0-c032-4daa-8929-16fa7a3a8f59-root {
    text-align: center;
  }


#s-ff3331e0-c032-4daa-8929-16fa7a3a8f59.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ff3331e0-c032-4daa-8929-16fa7a3a8f59-root {
    text-align: center;
  }


#s-ff3331e0-c032-4daa-8929-16fa7a3a8f59.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}
#s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed {
  
}
}@media (max-width: 767px){#s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed {
  
}
}
@media (min-width: 0px) {
[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-18b3991b-7365-4667-a41a-72e8129419a9 {
  text-align: center;
}







  #s-18b3991b-7365-4667-a41a-72e8129419a9 img.shogun-image {
    

    
    
    
  }


#s-18b3991b-7365-4667-a41a-72e8129419a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-0071c8da-8980-40db-8069-ba7bd0d73a35 {
  box-shadow:0px 0px 0px 0px ;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(112, 177, 193, 1);
}
#s-0071c8da-8980-40db-8069-ba7bd0d73a35:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(80, 128, 139, 1) !important;}#s-0071c8da-8980-40db-8069-ba7bd0d73a35:active {border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-0071c8da-8980-40db-8069-ba7bd0d73a35-root {
    text-align: center;
  }


#s-0071c8da-8980-40db-8069-ba7bd0d73a35.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0071c8da-8980-40db-8069-ba7bd0d73a35-root {
    text-align: center;
  }


#s-0071c8da-8980-40db-8069-ba7bd0d73a35.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0071c8da-8980-40db-8069-ba7bd0d73a35-root {
    text-align: center;
  }


#s-0071c8da-8980-40db-8069-ba7bd0d73a35.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0071c8da-8980-40db-8069-ba7bd0d73a35-root {
    text-align: center;
  }


#s-0071c8da-8980-40db-8069-ba7bd0d73a35.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0071c8da-8980-40db-8069-ba7bd0d73a35-root {
    text-align: center;
  }


#s-0071c8da-8980-40db-8069-ba7bd0d73a35.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}
#s-197c9142-3114-46c6-9c36-4c06dda57846 {
  text-align: center;
}







  #s-197c9142-3114-46c6-9c36-4c06dda57846 img.shogun-image {
    

    
    
    
  }


#s-197c9142-3114-46c6-9c36-4c06dda57846 .shogun-image-content {
  
    align-items: center;
  
}

#s-b0836eea-733c-4984-b1ca-32be3c4278a3 {
  box-shadow:0px 0px 0px 0px ;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(112, 177, 193, 1);
}
#s-b0836eea-733c-4984-b1ca-32be3c4278a3:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(80, 128, 139, 1) !important;}#s-b0836eea-733c-4984-b1ca-32be3c4278a3:active {border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-b0836eea-733c-4984-b1ca-32be3c4278a3-root {
    text-align: center;
  }


#s-b0836eea-733c-4984-b1ca-32be3c4278a3.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b0836eea-733c-4984-b1ca-32be3c4278a3-root {
    text-align: center;
  }


#s-b0836eea-733c-4984-b1ca-32be3c4278a3.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b0836eea-733c-4984-b1ca-32be3c4278a3-root {
    text-align: center;
  }


#s-b0836eea-733c-4984-b1ca-32be3c4278a3.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b0836eea-733c-4984-b1ca-32be3c4278a3-root {
    text-align: center;
  }


#s-b0836eea-733c-4984-b1ca-32be3c4278a3.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b0836eea-733c-4984-b1ca-32be3c4278a3-root {
    text-align: center;
  }


#s-b0836eea-733c-4984-b1ca-32be3c4278a3.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}
#s-8f137b1f-4f89-4393-8f77-e22c64fe49ed {
  text-align: center;
}







  #s-8f137b1f-4f89-4393-8f77-e22c64fe49ed img.shogun-image {
    

    
    
    
  }


#s-8f137b1f-4f89-4393-8f77-e22c64fe49ed .shogun-image-content {
  
    align-items: center;
  
}

#s-4865caaf-f6e9-4d4c-9fc2-179ab110ef2d {
  box-shadow:0px 0px 0px 0px ;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(112, 177, 193, 1);
}
#s-4865caaf-f6e9-4d4c-9fc2-179ab110ef2d:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(80, 128, 139, 1) !important;}#s-4865caaf-f6e9-4d4c-9fc2-179ab110ef2d:active {border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-4865caaf-f6e9-4d4c-9fc2-179ab110ef2d-root {
    text-align: center;
  }


#s-4865caaf-f6e9-4d4c-9fc2-179ab110ef2d.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4865caaf-f6e9-4d4c-9fc2-179ab110ef2d-root {
    text-align: center;
  }


#s-4865caaf-f6e9-4d4c-9fc2-179ab110ef2d.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4865caaf-f6e9-4d4c-9fc2-179ab110ef2d-root {
    text-align: center;
  }


#s-4865caaf-f6e9-4d4c-9fc2-179ab110ef2d.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4865caaf-f6e9-4d4c-9fc2-179ab110ef2d-root {
    text-align: center;
  }


#s-4865caaf-f6e9-4d4c-9fc2-179ab110ef2d.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4865caaf-f6e9-4d4c-9fc2-179ab110ef2d-root {
    text-align: center;
  }


#s-4865caaf-f6e9-4d4c-9fc2-179ab110ef2d.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}
#s-92cf31ca-daef-45af-90b7-41f76afbba86 {
  text-align: center;
}







  #s-92cf31ca-daef-45af-90b7-41f76afbba86 img.shogun-image {
    

    
    
    
  }


#s-92cf31ca-daef-45af-90b7-41f76afbba86 .shogun-image-content {
  
    align-items: center;
  
}

#s-f2400406-2341-4dfb-a4a3-6e485b9647e6 {
  box-shadow:0px 0px 0px 0px ;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(112, 177, 193, 1);
}
#s-f2400406-2341-4dfb-a4a3-6e485b9647e6:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(80, 128, 139, 1) !important;}#s-f2400406-2341-4dfb-a4a3-6e485b9647e6:active {border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-f2400406-2341-4dfb-a4a3-6e485b9647e6-root {
    text-align: center;
  }


#s-f2400406-2341-4dfb-a4a3-6e485b9647e6.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f2400406-2341-4dfb-a4a3-6e485b9647e6-root {
    text-align: center;
  }


#s-f2400406-2341-4dfb-a4a3-6e485b9647e6.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f2400406-2341-4dfb-a4a3-6e485b9647e6-root {
    text-align: center;
  }


#s-f2400406-2341-4dfb-a4a3-6e485b9647e6.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f2400406-2341-4dfb-a4a3-6e485b9647e6-root {
    text-align: center;
  }


#s-f2400406-2341-4dfb-a4a3-6e485b9647e6.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f2400406-2341-4dfb-a4a3-6e485b9647e6-root {
    text-align: center;
  }


#s-f2400406-2341-4dfb-a4a3-6e485b9647e6.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}
#s-7d0a9a11-7400-4ee5-bebe-6cae293a3224 {
  padding-bottom: 20px;
min-height: 50px;
}








#s-7d0a9a11-7400-4ee5-bebe-6cae293a3224 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d0a9a11-7400-4ee5-bebe-6cae293a3224.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ecf60f8f-1ae1-407c-a936-0faa596c6a68 {
  border-style: solid;
margin-top: 40px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-ecf60f8f-1ae1-407c-a936-0faa596c6a68 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ecf60f8f-1ae1-407c-a936-0faa596c6a68 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ecf60f8f-1ae1-407c-a936-0faa596c6a68 {
  
}
}@media (max-width: 767px){#s-ecf60f8f-1ae1-407c-a936-0faa596c6a68 {
  
}
}
#s-ecf60f8f-1ae1-407c-a936-0faa596c6a68 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-448a6341-e43e-4812-9629-783c3b87e2ba {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-448a6341-e43e-4812-9629-783c3b87e2ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-448a6341-e43e-4812-9629-783c3b87e2ba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-448a6341-e43e-4812-9629-783c3b87e2ba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-448a6341-e43e-4812-9629-783c3b87e2ba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-35799583-d13d-4c16-a00c-8c0986db7b44 {
  text-align: center;
}







  #s-35799583-d13d-4c16-a00c-8c0986db7b44 img.shogun-image {
    

    
    
    
  }


#s-35799583-d13d-4c16-a00c-8c0986db7b44 .shogun-image-content {
  
    align-items: center;
  
}

#s-50df2bfc-2a50-44d4-b748-4693701b8049 {
  box-shadow:0px 0px 0px 0px ;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(112, 177, 193, 1);
}
#s-50df2bfc-2a50-44d4-b748-4693701b8049:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(80, 128, 139, 1) !important;}#s-50df2bfc-2a50-44d4-b748-4693701b8049:active {border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-50df2bfc-2a50-44d4-b748-4693701b8049-root {
    text-align: center;
  }


#s-50df2bfc-2a50-44d4-b748-4693701b8049.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-50df2bfc-2a50-44d4-b748-4693701b8049-root {
    text-align: center;
  }


#s-50df2bfc-2a50-44d4-b748-4693701b8049.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-50df2bfc-2a50-44d4-b748-4693701b8049-root {
    text-align: center;
  }


#s-50df2bfc-2a50-44d4-b748-4693701b8049.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-50df2bfc-2a50-44d4-b748-4693701b8049-root {
    text-align: center;
  }


#s-50df2bfc-2a50-44d4-b748-4693701b8049.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-50df2bfc-2a50-44d4-b748-4693701b8049-root {
    text-align: center;
  }


#s-50df2bfc-2a50-44d4-b748-4693701b8049.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}
#s-de7e31bb-e8ae-4e79-853b-67f09d28fdbc {
  text-align: center;
}







  #s-de7e31bb-e8ae-4e79-853b-67f09d28fdbc img.shogun-image {
    

    
    
    
  }


#s-de7e31bb-e8ae-4e79-853b-67f09d28fdbc .shogun-image-content {
  
    align-items: center;
  
}

#s-0aa11935-1697-4f33-bb12-c8f6a7b370cb {
  box-shadow:0px 0px 0px 0px ;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(112, 177, 193, 1);
}
#s-0aa11935-1697-4f33-bb12-c8f6a7b370cb:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(80, 128, 139, 1) !important;}#s-0aa11935-1697-4f33-bb12-c8f6a7b370cb:active {border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-0aa11935-1697-4f33-bb12-c8f6a7b370cb-root {
    text-align: center;
  }


#s-0aa11935-1697-4f33-bb12-c8f6a7b370cb.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0aa11935-1697-4f33-bb12-c8f6a7b370cb-root {
    text-align: center;
  }


#s-0aa11935-1697-4f33-bb12-c8f6a7b370cb.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0aa11935-1697-4f33-bb12-c8f6a7b370cb-root {
    text-align: center;
  }


#s-0aa11935-1697-4f33-bb12-c8f6a7b370cb.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0aa11935-1697-4f33-bb12-c8f6a7b370cb-root {
    text-align: center;
  }


#s-0aa11935-1697-4f33-bb12-c8f6a7b370cb.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0aa11935-1697-4f33-bb12-c8f6a7b370cb-root {
    text-align: center;
  }


#s-0aa11935-1697-4f33-bb12-c8f6a7b370cb.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}
#s-f9ea662c-9563-4d6e-bf69-84bee08f65bb {
  text-align: center;
}







  #s-f9ea662c-9563-4d6e-bf69-84bee08f65bb img.shogun-image {
    

    
    
    
  }


#s-f9ea662c-9563-4d6e-bf69-84bee08f65bb .shogun-image-content {
  
    align-items: center;
  
}

#s-f23bd569-d227-4d68-bd22-835836f3089f {
  box-shadow:0px 0px 0px 0px ;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(112, 177, 193, 1);
}
#s-f23bd569-d227-4d68-bd22-835836f3089f:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(80, 128, 139, 1) !important;}#s-f23bd569-d227-4d68-bd22-835836f3089f:active {border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-f23bd569-d227-4d68-bd22-835836f3089f-root {
    text-align: center;
  }


#s-f23bd569-d227-4d68-bd22-835836f3089f.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f23bd569-d227-4d68-bd22-835836f3089f-root {
    text-align: center;
  }


#s-f23bd569-d227-4d68-bd22-835836f3089f.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f23bd569-d227-4d68-bd22-835836f3089f-root {
    text-align: center;
  }


#s-f23bd569-d227-4d68-bd22-835836f3089f.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f23bd569-d227-4d68-bd22-835836f3089f-root {
    text-align: center;
  }


#s-f23bd569-d227-4d68-bd22-835836f3089f.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f23bd569-d227-4d68-bd22-835836f3089f-root {
    text-align: center;
  }


#s-f23bd569-d227-4d68-bd22-835836f3089f.shg-btn {
  color: rgba(112, 177, 193, 1);
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}
}
#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (max-width: 767px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}







#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-60311709-0961-4973-8c9a-75603a0ef95d {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(248, 248, 248, 1);
}








#s-60311709-0961-4973-8c9a-75603a0ef95d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60311709-0961-4973-8c9a-75603a0ef95d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f53fb9f8-80f8-45ba-ac3f-eaf3c678863b {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-f53fb9f8-80f8-45ba-ac3f-eaf3c678863b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f53fb9f8-80f8-45ba-ac3f-eaf3c678863b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f53fb9f8-80f8-45ba-ac3f-eaf3c678863b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f53fb9f8-80f8-45ba-ac3f-eaf3c678863b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f53fb9f8-80f8-45ba-ac3f-eaf3c678863b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f53fb9f8-80f8-45ba-ac3f-eaf3c678863b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f53fb9f8-80f8-45ba-ac3f-eaf3c678863b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-9c6fc19c-1054-4d21-a6bb-83522471bb0d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9c6fc19c-1054-4d21-a6bb-83522471bb0d .shogun-heading-component h2 {
  color: rgba(112, 177, 193, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-e3a889c6-9b36-4698-9e4a-a9bc0555abd9 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-e3a889c6-9b36-4698-9e4a-a9bc0555abd9 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-e3a889c6-9b36-4698-9e4a-a9bc0555abd9 .shg-sld-nav-button.shg-sld-left,
#s-e3a889c6-9b36-4698-9e4a-a9bc0555abd9 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-8f8408d6-de5d-4e26-96fa-4d24d60ce166"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f8408d6-de5d-4e26-96fa-4d24d60ce166"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8f8408d6-de5d-4e26-96fa-4d24d60ce166"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f8408d6-de5d-4e26-96fa-4d24d60ce166"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a69dacf1-118e-43de-a2c3-33042225f32f {
  box-shadow:1px 1px 1px 1px rgba(195, 195, 195, 1);
margin-top: 15px;
margin-bottom: 15px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 160px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-a69dacf1-118e-43de-a2c3-33042225f32f {
  display: none;
}
#s-a69dacf1-118e-43de-a2c3-33042225f32f, #wrap-s-a69dacf1-118e-43de-a2c3-33042225f32f { display:none !important; }}
#s-0fab67e1-0535-4897-b46d-e6720607687a {
  box-shadow:1px 1px 1px 1px rgba(195, 195, 195, 1);
margin-top: 15px;
margin-bottom: 15px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 160px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-0fab67e1-0535-4897-b46d-e6720607687a {
  display: none;
}
#s-0fab67e1-0535-4897-b46d-e6720607687a, #wrap-s-0fab67e1-0535-4897-b46d-e6720607687a { display:none !important; }}
#s-ae54edf4-e29c-44a4-b7bd-0cecac3f5812 {
  box-shadow:1px 1px 1px 1px rgba(195, 195, 195, 1);
margin-top: 15px;
margin-bottom: 15px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 160px;
background-color: rgba(255, 255, 255, 1);
}

#s-70150d41-2191-45bd-b5e9-58bdcf53a995 {
  box-shadow:1px 1px 1px 1px rgba(195, 195, 195, 1);
margin-top: 15px;
margin-bottom: 15px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 160px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-bd029983-ccfb-4424-a14b-574927d9a4e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd029983-ccfb-4424-a14b-574927d9a4e3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bd029983-ccfb-4424-a14b-574927d9a4e3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd029983-ccfb-4424-a14b-574927d9a4e3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4b1a23cf-7eb4-4ad9-b433-9f1dce099326 {
  box-shadow:1px 1px 1px 1px rgba(195, 195, 195, 1);
margin-top: 15px;
margin-bottom: 15px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 160px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-4b1a23cf-7eb4-4ad9-b433-9f1dce099326 {
  display: none;
}
#s-4b1a23cf-7eb4-4ad9-b433-9f1dce099326, #wrap-s-4b1a23cf-7eb4-4ad9-b433-9f1dce099326 { display:none !important; }}
#s-ef3cd0a5-c830-4f61-ba80-2ef7db047e85 {
  box-shadow:1px 1px 1px 1px rgba(195, 195, 195, 1);
margin-top: 15px;
margin-bottom: 15px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 160px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-ef3cd0a5-c830-4f61-ba80-2ef7db047e85 {
  
}
}@media (max-width: 767px){#s-ef3cd0a5-c830-4f61-ba80-2ef7db047e85 {
  display: none;
}
#s-ef3cd0a5-c830-4f61-ba80-2ef7db047e85, #wrap-s-ef3cd0a5-c830-4f61-ba80-2ef7db047e85 { display:none !important; }}
#s-9e17d01b-7318-4b0a-9ce3-22b33b371f42 {
  box-shadow:1px 1px 1px 1px rgba(195, 195, 195, 1);
margin-top: 15px;
margin-bottom: 15px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 160px;
background-color: rgba(255, 255, 255, 1);
}

#s-e8d2ef01-9072-4d04-8b89-54f8dbaf4b11 {
  box-shadow:1px 1px 1px 1px rgba(195, 195, 195, 1);
margin-top: 15px;
margin-bottom: 15px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 160px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-e8d2ef01-9072-4d04-8b89-54f8dbaf4b11 {
  
}
}
@media (min-width: 0px) {
[id="s-f1e3a0a3-7684-4009-b5b5-4b6cf8c231f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f1e3a0a3-7684-4009-b5b5-4b6cf8c231f6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f1e3a0a3-7684-4009-b5b5-4b6cf8c231f6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f1e3a0a3-7684-4009-b5b5-4b6cf8c231f6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-54697bae-3023-4068-9d48-7196ec4f5778 {
  box-shadow:1px 1px 1px 1px rgba(195, 195, 195, 1);
margin-top: 15px;
margin-bottom: 15px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 160px;
background-color: rgba(255, 255, 255, 1);
}

#s-6c6fd541-df60-453d-8434-a03f32607ce1 {
  box-shadow:1px 1px 1px 1px rgba(195, 195, 195, 1);
margin-top: 15px;
margin-bottom: 15px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 160px;
background-color: rgba(255, 255, 255, 1);
}

#s-27e5b7c4-ae97-4f13-8a63-64652607ca97 {
  box-shadow:1px 1px 1px 1px rgba(195, 195, 195, 1);
margin-top: 15px;
margin-bottom: 15px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 160px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-27e5b7c4-ae97-4f13-8a63-64652607ca97 {
  display: none;
}
#s-27e5b7c4-ae97-4f13-8a63-64652607ca97, #wrap-s-27e5b7c4-ae97-4f13-8a63-64652607ca97 { display:none !important; }}
#s-5329629b-4c8d-4001-aeb6-4b9f833b3820 {
  box-shadow:1px 1px 1px 1px rgba(195, 195, 195, 1);
margin-top: 15px;
margin-bottom: 15px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 160px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-5329629b-4c8d-4001-aeb6-4b9f833b3820 {
  display: none;
}
#s-5329629b-4c8d-4001-aeb6-4b9f833b3820, #wrap-s-5329629b-4c8d-4001-aeb6-4b9f833b3820 { display:none !important; }}
@media (min-width: 0px) {
[id="s-0b9f24c2-3b59-4e99-b3bd-57a8ebf68a0a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b9f24c2-3b59-4e99-b3bd-57a8ebf68a0a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0b9f24c2-3b59-4e99-b3bd-57a8ebf68a0a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b9f24c2-3b59-4e99-b3bd-57a8ebf68a0a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-35ef9844-d435-48c1-8e03-4e15e52b86a1 {
  box-shadow:1px 1px 1px 1px rgba(195, 195, 195, 1);
margin-top: 15px;
margin-bottom: 15px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 160px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-35ef9844-d435-48c1-8e03-4e15e52b86a1 {
  display: none;
}
#s-35ef9844-d435-48c1-8e03-4e15e52b86a1, #wrap-s-35ef9844-d435-48c1-8e03-4e15e52b86a1 { display:none !important; }}
#s-9f1811a8-5db0-4aee-9b93-3fefe994af61 {
  box-shadow:1px 1px 1px 1px rgba(195, 195, 195, 1);
margin-top: 15px;
margin-bottom: 15px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 160px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-9f1811a8-5db0-4aee-9b93-3fefe994af61 {
  display: none;
}
#s-9f1811a8-5db0-4aee-9b93-3fefe994af61, #wrap-s-9f1811a8-5db0-4aee-9b93-3fefe994af61 { display:none !important; }}
#s-d01808d2-135d-427e-ad2b-c0f74ce20d23 {
  box-shadow:1px 1px 1px 1px rgba(195, 195, 195, 1);
margin-top: 15px;
margin-bottom: 15px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 160px;
background-color: rgba(255, 255, 255, 1);
}

#s-0b536c79-7831-46bb-af1a-8a7e4a887f9f {
  box-shadow:1px 1px 1px 1px rgba(195, 195, 195, 1);
margin-top: 15px;
margin-bottom: 15px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 160px;
background-color: rgba(255, 255, 255, 1);
}

#s-15e80ede-eaf3-46de-b53a-3e367b30b999 {
  min-height: 50px;
}








#s-15e80ede-eaf3-46de-b53a-3e367b30b999 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15e80ede-eaf3-46de-b53a-3e367b30b999.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4674d001-7fd8-47dc-a6c0-625a9c730b81 {
  margin-top: 15px;
margin-left: 60px;
margin-bottom: 15px;
margin-right: 60px;
}

@media (min-width: 0px) {
[id="s-4674d001-7fd8-47dc-a6c0-625a9c730b81"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4674d001-7fd8-47dc-a6c0-625a9c730b81"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4674d001-7fd8-47dc-a6c0-625a9c730b81"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4674d001-7fd8-47dc-a6c0-625a9c730b81"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-4674d001-7fd8-47dc-a6c0-625a9c730b81"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-7726e3f0-a7ac-4eb3-b2c3-04429c04350c {
  min-height: 300px;
}
@media (max-width: 767px){#s-7726e3f0-a7ac-4eb3-b2c3-04429c04350c {
  display: none;
}
#s-7726e3f0-a7ac-4eb3-b2c3-04429c04350c, #wrap-s-7726e3f0-a7ac-4eb3-b2c3-04429c04350c { display:none !important; }}







#s-7726e3f0-a7ac-4eb3-b2c3-04429c04350c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7726e3f0-a7ac-4eb3-b2c3-04429c04350c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-68abca47-c2ac-46e2-81fd-cbaabcb5deab {
  display: none;
}
#s-68abca47-c2ac-46e2-81fd-cbaabcb5deab, #wrap-s-68abca47-c2ac-46e2-81fd-cbaabcb5deab { display:none !important; }}
@media (min-width: 0px) {
[id="s-68abca47-c2ac-46e2-81fd-cbaabcb5deab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-68abca47-c2ac-46e2-81fd-cbaabcb5deab"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-68abca47-c2ac-46e2-81fd-cbaabcb5deab"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-68abca47-c2ac-46e2-81fd-cbaabcb5deab"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-68abca47-c2ac-46e2-81fd-cbaabcb5deab"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-68abca47-c2ac-46e2-81fd-cbaabcb5deab"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-68abca47-c2ac-46e2-81fd-cbaabcb5deab"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-2fa8aea0-fc77-42e6-8814-b788e4dcbeed {
  text-align: center;
}







  #s-2fa8aea0-fc77-42e6-8814-b788e4dcbeed img.shogun-image {
    

    
    
    
  }


#s-2fa8aea0-fc77-42e6-8814-b788e4dcbeed .shogun-image-content {
  
    align-items: center;
  
}

#s-ddc9666d-4b26-45a0-9d7c-563127c2c06f {
  min-height: 300px;
}








#s-ddc9666d-4b26-45a0-9d7c-563127c2c06f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddc9666d-4b26-45a0-9d7c-563127c2c06f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-10f23118-2cb8-4e38-a61a-1cf61a876dd1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-10f23118-2cb8-4e38-a61a-1cf61a876dd1 .shogun-heading-component h2 {
  color: rgba(112, 177, 193, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-b4252745-5a79-45f1-9a21-3475cef195f1 {
  margin-top: 15px;
margin-left: 60px;
margin-bottom: 15px;
margin-right: 60px;
}

@media (min-width: 0px) {
[id="s-b4252745-5a79-45f1-9a21-3475cef195f1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b4252745-5a79-45f1-9a21-3475cef195f1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b4252745-5a79-45f1-9a21-3475cef195f1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b4252745-5a79-45f1-9a21-3475cef195f1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-61498236-9a1a-4954-bcf4-184fb8894067 {
  min-height: 300px;
}








#s-61498236-9a1a-4954-bcf4-184fb8894067 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61498236-9a1a-4954-bcf4-184fb8894067.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b33b8580-9c34-4904-a8da-62009f6d72a2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b33b8580-9c34-4904-a8da-62009f6d72a2 .shogun-heading-component h2 {
  color: rgba(112, 177, 193, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-b5e2a0af-711b-448d-b614-28c4f01e59bb {
  min-height: 300px;
}
@media (max-width: 767px){#s-b5e2a0af-711b-448d-b614-28c4f01e59bb {
  display: none;
}
#s-b5e2a0af-711b-448d-b614-28c4f01e59bb, #wrap-s-b5e2a0af-711b-448d-b614-28c4f01e59bb { display:none !important; }}







#s-b5e2a0af-711b-448d-b614-28c4f01e59bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5e2a0af-711b-448d-b614-28c4f01e59bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-0ff239a9-188e-4625-b3fb-ca2702db9241 {
  display: none;
}
#s-0ff239a9-188e-4625-b3fb-ca2702db9241, #wrap-s-0ff239a9-188e-4625-b3fb-ca2702db9241 { display:none !important; }}
@media (min-width: 0px) {
[id="s-0ff239a9-188e-4625-b3fb-ca2702db9241"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0ff239a9-188e-4625-b3fb-ca2702db9241"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0ff239a9-188e-4625-b3fb-ca2702db9241"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0ff239a9-188e-4625-b3fb-ca2702db9241"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0ff239a9-188e-4625-b3fb-ca2702db9241"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ff239a9-188e-4625-b3fb-ca2702db9241"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0ff239a9-188e-4625-b3fb-ca2702db9241"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-450febe2-0e97-4139-8466-7319f9fa5ef5 {
  text-align: center;
}







  #s-450febe2-0e97-4139-8466-7319f9fa5ef5 img.shogun-image {
    

    
    
    
  }


#s-450febe2-0e97-4139-8466-7319f9fa5ef5 .shogun-image-content {
  
    align-items: center;
  
}

#s-db916a0a-e43a-40a7-aaee-1067d048195a {
  border-style: solid;
margin-top: 40px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-db916a0a-e43a-40a7-aaee-1067d048195a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-db916a0a-e43a-40a7-aaee-1067d048195a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-db916a0a-e43a-40a7-aaee-1067d048195a {
  
}
}@media (max-width: 767px){#s-db916a0a-e43a-40a7-aaee-1067d048195a {
  
}
}
#s-db916a0a-e43a-40a7-aaee-1067d048195a .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-27f59b30-6a37-4893-8c6e-9820d052d243 {
  margin-top: 15px;
margin-left: 60px;
margin-bottom: 15px;
margin-right: 60px;
}

@media (min-width: 0px) {
[id="s-27f59b30-6a37-4893-8c6e-9820d052d243"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-27f59b30-6a37-4893-8c6e-9820d052d243"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-27f59b30-6a37-4893-8c6e-9820d052d243"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-27f59b30-6a37-4893-8c6e-9820d052d243"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-27f59b30-6a37-4893-8c6e-9820d052d243"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-0636a20f-7397-4fd6-9814-58e1b2babcb4 {
  text-align: center;
}







  #s-0636a20f-7397-4fd6-9814-58e1b2babcb4 img.shogun-image {
    

    
    
    
  }


#s-0636a20f-7397-4fd6-9814-58e1b2babcb4 .shogun-image-content {
  
    align-items: center;
  
}

#s-883542da-5f15-40c5-9fc6-6a5f23447836 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-883542da-5f15-40c5-9fc6-6a5f23447836 .shogun-heading-component h2 {
  color: rgba(112, 177, 193, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-5916f8f3-159a-481a-b2b0-c7d150eeed4c {
  border-style: solid;
margin-top: 40px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-5916f8f3-159a-481a-b2b0-c7d150eeed4c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5916f8f3-159a-481a-b2b0-c7d150eeed4c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5916f8f3-159a-481a-b2b0-c7d150eeed4c {
  
}
}@media (max-width: 767px){#s-5916f8f3-159a-481a-b2b0-c7d150eeed4c {
  
}
}
#s-5916f8f3-159a-481a-b2b0-c7d150eeed4c .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-dcc2f62f-4fae-42c6-a7f2-6749b3c7c6fa {
  min-height: 50px;
}








#s-dcc2f62f-4fae-42c6-a7f2-6749b3c7c6fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dcc2f62f-4fae-42c6-a7f2-6749b3c7c6fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7fe0d128-c189-4003-9096-7b698d645894 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-7fe0d128-c189-4003-9096-7b698d645894 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-7fe0d128-c189-4003-9096-7b698d645894 .shg-sld-nav-button.shg-sld-left,
#s-7fe0d128-c189-4003-9096-7b698d645894 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-7781f7d0-40ae-46a5-a17d-e105b808637e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7781f7d0-40ae-46a5-a17d-e105b808637e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-7781f7d0-40ae-46a5-a17d-e105b808637e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-7781f7d0-40ae-46a5-a17d-e105b808637e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-64d1899a-9331-45bb-9525-45dc4e336b2d {
  margin-top: 2px;
margin-left: -12px;
margin-bottom: 2px;
margin-right: -12px;
text-align: center;
}







  #s-64d1899a-9331-45bb-9525-45dc4e336b2d img.shogun-image {
    

    
    
    
  }


#s-64d1899a-9331-45bb-9525-45dc4e336b2d .shogun-image-content {
  
    align-items: center;
  
}

#s-aaf05e07-a7d2-4852-a7cd-a217cc2a2e73 {
  margin-top: 2px;
margin-left: -12px;
margin-bottom: 2px;
margin-right: -12px;
text-align: center;
}







  #s-aaf05e07-a7d2-4852-a7cd-a217cc2a2e73 img.shogun-image {
    

    
    
    
  }


#s-aaf05e07-a7d2-4852-a7cd-a217cc2a2e73 .shogun-image-content {
  
    align-items: center;
  
}

#s-bfaed1fb-30bc-4937-93da-d75b375ea193 {
  margin-top: 2px;
margin-left: -12px;
margin-bottom: 2px;
margin-right: -12px;
text-align: center;
}







  #s-bfaed1fb-30bc-4937-93da-d75b375ea193 img.shogun-image {
    

    
    
    
  }


#s-bfaed1fb-30bc-4937-93da-d75b375ea193 .shogun-image-content {
  
    align-items: center;
  
}

#s-7fa684fd-969b-48b9-a860-1933fa57b8f6 {
  margin-top: 2px;
margin-left: -12px;
margin-bottom: 2px;
margin-right: -12px;
padding-top: 2px;
padding-left: 0px;
padding-bottom: 2px;
padding-right: 0px;
text-align: center;
}







  #s-7fa684fd-969b-48b9-a860-1933fa57b8f6 img.shogun-image {
    

    
    
    
  }


#s-7fa684fd-969b-48b9-a860-1933fa57b8f6 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-0a36b61c-58e9-4eb2-908b-d85f600f389d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-0a36b61c-58e9-4eb2-908b-d85f600f389d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-0a36b61c-58e9-4eb2-908b-d85f600f389d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-0a36b61c-58e9-4eb2-908b-d85f600f389d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-bec84901-b940-425e-8a28-3b2c01c76b45 {
  margin-top: 2px;
margin-bottom: 2px;
text-align: center;
}







  #s-bec84901-b940-425e-8a28-3b2c01c76b45 img.shogun-image {
    

    
    
    
  }


#s-bec84901-b940-425e-8a28-3b2c01c76b45 .shogun-image-content {
  
    align-items: center;
  
}

#s-9ae56718-ccad-456e-979e-c44e40037fb1 {
  margin-top: 2px;
margin-bottom: 2px;
text-align: center;
}







  #s-9ae56718-ccad-456e-979e-c44e40037fb1 img.shogun-image {
    

    
    
    
  }


#s-9ae56718-ccad-456e-979e-c44e40037fb1 .shogun-image-content {
  
    align-items: center;
  
}

#s-95d8fb4e-8292-4d4a-a8ed-548c79f28a8c {
  margin-top: 2px;
margin-bottom: 2px;
text-align: center;
}







  #s-95d8fb4e-8292-4d4a-a8ed-548c79f28a8c img.shogun-image {
    

    
    
    
  }


#s-95d8fb4e-8292-4d4a-a8ed-548c79f28a8c .shogun-image-content {
  
    align-items: center;
  
}

#s-c6d7ad64-c22d-4571-89af-8c7128ed3a75 {
  margin-top: 2px;
margin-bottom: 2px;
text-align: center;
}







  #s-c6d7ad64-c22d-4571-89af-8c7128ed3a75 img.shogun-image {
    

    
    
    
  }


#s-c6d7ad64-c22d-4571-89af-8c7128ed3a75 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-1ea68145-0185-4ef4-8a88-597270ecd78e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-1ea68145-0185-4ef4-8a88-597270ecd78e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-1ea68145-0185-4ef4-8a88-597270ecd78e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-1ea68145-0185-4ef4-8a88-597270ecd78e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-6e737302-3349-4159-92b8-f99845680ce9 {
  margin-top: 2px;
margin-bottom: 2px;
text-align: center;
}







  #s-6e737302-3349-4159-92b8-f99845680ce9 img.shogun-image {
    

    
    
    
  }


#s-6e737302-3349-4159-92b8-f99845680ce9 .shogun-image-content {
  
    align-items: center;
  
}

#s-febd503c-efe8-4da8-a4be-77daa37a591e {
  margin-top: 2px;
margin-bottom: 2px;
text-align: center;
}







  #s-febd503c-efe8-4da8-a4be-77daa37a591e img.shogun-image {
    

    
    
    
  }


#s-febd503c-efe8-4da8-a4be-77daa37a591e .shogun-image-content {
  
    align-items: center;
  
}

#s-291a56ee-d152-464d-aacc-de720295e1a1 {
  margin-top: 2px;
margin-bottom: 2px;
text-align: center;
}







  #s-291a56ee-d152-464d-aacc-de720295e1a1 img.shogun-image {
    

    
    
    
  }


#s-291a56ee-d152-464d-aacc-de720295e1a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-bcd98e52-d1a0-46e7-b201-a07e28da3b68 {
  margin-top: 2px;
margin-bottom: 2px;
text-align: center;
}







  #s-bcd98e52-d1a0-46e7-b201-a07e28da3b68 img.shogun-image {
    

    
    
    
  }


#s-bcd98e52-d1a0-46e7-b201-a07e28da3b68 .shogun-image-content {
  
    align-items: 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}
