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

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

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

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

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

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

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

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

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

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

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

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

#s-59399b9b-c838-4a09-b536-66bfd771814b {
  margin-left: auto;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: none;
border-radius: 11px;
min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}








#s-59399b9b-c838-4a09-b536-66bfd771814b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-59399b9b-c838-4a09-b536-66bfd771814b.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-14080df4-dd31-479b-a893-2bf106877d78 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
}

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

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

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

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

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

#s-135e0ba3-470a-4832-a1dd-f102b663c5bc {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-135e0ba3-470a-4832-a1dd-f102b663c5bc"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 4.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-135e0ba3-470a-4832-a1dd-f102b663c5bc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-135e0ba3-470a-4832-a1dd-f102b663c5bc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-135e0ba3-470a-4832-a1dd-f102b663c5bc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.666666666666667px);
}

}

#s-a43f7952-7e24-4d29-b0f0-5b996e6b7826 {
  margin-left: auto;
margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

#s-f47959f4-a18c-41be-ace7-3db787f47225 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 {
  max-width:  100%;
}

.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 .shg-image-zoom,
.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 img.shogun-image {
  max-width: 1874px !important;
  
}

.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 img.shogun-image,
.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 .shg-image-zoom,
.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 {
  max-width:  100%;
}

.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 .shg-image-zoom,
.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 img.shogun-image {
  max-width: 1874px !important;
  
}

.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 img.shogun-image,
.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 .shg-image-zoom,
.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 {
  max-width:  100%;
}

.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 .shg-image-zoom,
.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 img.shogun-image {
  max-width: 1874px !important;
  
}

.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 img.shogun-image,
.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 .shg-image-zoom,
.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 {
  max-width:  100%;
}

.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 .shg-image-zoom,
.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 img.shogun-image {
  max-width: 1874px !important;
  
}

.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 img.shogun-image,
.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 .shg-image-zoom,
.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 {
  max-width:  100%;
}

.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 .shg-image-zoom,
.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 img.shogun-image {
  max-width: 1874px !important;
  
}

.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 img.shogun-image,
.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 .shg-image-zoom,
.shg-c#s-f47959f4-a18c-41be-ace7-3db787f47225 img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7efef858-132d-41ee-9098-7bba719ffa25 {
  margin-left: auto;
margin-right: auto;
}

#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac {
  max-width:  100%;
}

.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac .shg-image-zoom,
.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac img.shogun-image {
  max-width: 1874px !important;
  
}

.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac img.shogun-image,
.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac .shg-image-zoom,
.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac {
  max-width:  100%;
}

.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac .shg-image-zoom,
.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac img.shogun-image {
  max-width: 1874px !important;
  
}

.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac img.shogun-image,
.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac .shg-image-zoom,
.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac {
  max-width:  100%;
}

.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac .shg-image-zoom,
.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac img.shogun-image {
  max-width: 1874px !important;
  
}

.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac img.shogun-image,
.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac .shg-image-zoom,
.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac {
  max-width:  100%;
}

.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac .shg-image-zoom,
.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac img.shogun-image {
  max-width: 1874px !important;
  
}

.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac img.shogun-image,
.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac .shg-image-zoom,
.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac {
  max-width:  100%;
}

.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac .shg-image-zoom,
.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac img.shogun-image {
  max-width: 1874px !important;
  
}

.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac img.shogun-image,
.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac .shg-image-zoom,
.shg-c#s-9716187c-7daf-4de5-bb5b-8cc6d64b0cac img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a37bac37-82a8-49e4-9a66-76a9fe40baa7 {
  margin-left: auto;
margin-right: auto;
}

#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 {
  max-width:  100%;
}

.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 .shg-image-zoom,
.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 img.shogun-image {
  max-width: 3748px !important;
  
}

.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 img.shogun-image,
.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 .shg-image-zoom,
.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 {
  max-width:  100%;
}

.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 .shg-image-zoom,
.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 img.shogun-image {
  max-width: 3748px !important;
  
}

.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 img.shogun-image,
.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 .shg-image-zoom,
.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 {
  max-width:  100%;
}

.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 .shg-image-zoom,
.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 img.shogun-image {
  max-width: 3748px !important;
  
}

.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 img.shogun-image,
.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 .shg-image-zoom,
.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 {
  max-width:  100%;
}

.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 .shg-image-zoom,
.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 img.shogun-image {
  max-width: 3748px !important;
  
}

.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 img.shogun-image,
.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 .shg-image-zoom,
.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 {
  max-width:  100%;
}

.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 .shg-image-zoom,
.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 img.shogun-image {
  max-width: 3748px !important;
  
}

.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 img.shogun-image,
.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 .shg-image-zoom,
.shg-c#s-5a2f6154-277c-4b76-8eff-eea2899a0fc1 img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-168550b0-f5c0-44c3-a3a1-57fa461eb9c5 {
  margin-left: auto;
margin-right: auto;
}

#s-168550b0-f5c0-44c3-a3a1-57fa461eb9c5 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

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

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

#s-4b7b21a9-e3b7-442b-bca8-567e9941b3ef {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
border-radius: 11px;
text-align: center;
background-color: rgba(247, 247, 247, 1);
}

#s-4b7b21a9-e3b7-442b-bca8-567e9941b3ef .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Ponjoung";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



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

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

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-0f0864f9-c8a6-46e1-8573-69f6a546c5e2 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: rgba(24, 86, 211, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-0f0864f9-c8a6-46e1-8573-69f6a546c5e2:hover {background-color: rgba(255, 151, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(24, 86, 211, 1) !important;}#s-0f0864f9-c8a6-46e1-8573-69f6a546c5e2:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNThhYmNiOGYtN2VlNy00MjJjLTk4MTQtOWZhOWViNjM5MmRmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1OGFiY2I4Zi03ZWU3LTQyMmMtOTgxNC05ZmE5ZWI2MzkyZGYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}

  #s-0f0864f9-c8a6-46e1-8573-69f6a546c5e2-root {
    text-align: center;
  }


#s-0f0864f9-c8a6-46e1-8573-69f6a546c5e2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Ponjoung;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0f0864f9-c8a6-46e1-8573-69f6a546c5e2-root {
    text-align: center;
  }


#s-0f0864f9-c8a6-46e1-8573-69f6a546c5e2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Ponjoung;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0f0864f9-c8a6-46e1-8573-69f6a546c5e2-root {
    text-align: center;
  }


#s-0f0864f9-c8a6-46e1-8573-69f6a546c5e2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Ponjoung;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0f0864f9-c8a6-46e1-8573-69f6a546c5e2-root {
    text-align: center;
  }


#s-0f0864f9-c8a6-46e1-8573-69f6a546c5e2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Ponjoung;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0f0864f9-c8a6-46e1-8573-69f6a546c5e2-root {
    text-align: center;
  }


#s-0f0864f9-c8a6-46e1-8573-69f6a546c5e2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Ponjoung;
  display:  block ;
}
}
#s-c3faa440-d3f1-4e58-808d-c5f0d79e72fe {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(233, 232, 226, 1);
}








#s-c3faa440-d3f1-4e58-808d-c5f0d79e72fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c3faa440-d3f1-4e58-808d-c5f0d79e72fe.shg-box.shg-c {
  justify-content: center;
}

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

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

.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-436346da-50d3-4fcc-a3ed-e0583bc6d135 {
  padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-436346da-50d3-4fcc-a3ed-e0583bc6d135 {
  display: none;
}
#s-436346da-50d3-4fcc-a3ed-e0583bc6d135, #wrap-s-436346da-50d3-4fcc-a3ed-e0583bc6d135, #wrap-content-s-436346da-50d3-4fcc-a3ed-e0583bc6d135 { display: none !important; }}
#s-436346da-50d3-4fcc-a3ed-e0583bc6d135 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-436346da-50d3-4fcc-a3ed-e0583bc6d135 .shg-sld-nav-button.shg-sld-left,
#s-436346da-50d3-4fcc-a3ed-e0583bc6d135 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-b6371d44-078e-4b3b-8c93-df968e74c1d6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b6371d44-078e-4b3b-8c93-df968e74c1d6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b6371d44-078e-4b3b-8c93-df968e74c1d6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b6371d44-078e-4b3b-8c93-df968e74c1d6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d31c6895-7ca2-4574-98f0-66a5c4004ddd {
  background-repeat: no-repeat;
background-size: cover;
padding-left: 40px;
padding-right: 0px;
min-height: 550px;
background-position: center center;
}








#s-d31c6895-7ca2-4574-98f0-66a5c4004ddd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d31c6895-7ca2-4574-98f0-66a5c4004ddd.shg-box.shg-c {
  justify-content: center;
}

#s-4845aaad-1c48-46d8-9d12-768b4ef6ab05 {
  padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}








#s-4845aaad-1c48-46d8-9d12-768b4ef6ab05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4845aaad-1c48-46d8-9d12-768b4ef6ab05 {
  cursor: pointer;
}#s-4845aaad-1c48-46d8-9d12-768b4ef6ab05.shg-box.shg-c {
  justify-content: center;
}

#s-1bddac80-63e7-4359-ab10-fb9f10f1b122 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-1bddac80-63e7-4359-ab10-fb9f10f1b122 {
  display: none;
}
#s-1bddac80-63e7-4359-ab10-fb9f10f1b122, #wrap-s-1bddac80-63e7-4359-ab10-fb9f10f1b122, #wrap-content-s-1bddac80-63e7-4359-ab10-fb9f10f1b122 { display: none !important; }}
#s-1bddac80-63e7-4359-ab10-fb9f10f1b122 .shogun-heading-component h2 {
  color: rgba(24, 86, 211, 1);
  font-weight:  900 ;
  font-family: "Nunito";
  font-style:  normal ;
  
  line-height: 1em;
  
  text-align: left;
}



#s-0fe7defb-e0a0-4960-a5be-feb96cf3524d {
  margin-top: 20px;
margin-bottom: 30px;
}

#s-cbb17b24-0d8b-492e-9aac-57dd83f6af18 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-cbb17b24-0d8b-492e-9aac-57dd83f6af18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cbb17b24-0d8b-492e-9aac-57dd83f6af18.shg-box.shg-c {
  justify-content: center;
}

#s-9d9a1332-bdff-4295-b380-656d0a4d6b9b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(24, 86, 211, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9d9a1332-bdff-4295-b380-656d0a4d6b9b:hover {background-color: rgba(9, 37, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9d9a1332-bdff-4295-b380-656d0a4d6b9b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9d9a1332-bdff-4295-b380-656d0a4d6b9b-root {
    text-align: center;
  }


#s-9d9a1332-bdff-4295-b380-656d0a4d6b9b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9d9a1332-bdff-4295-b380-656d0a4d6b9b-root {
    text-align: center;
  }


#s-9d9a1332-bdff-4295-b380-656d0a4d6b9b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9d9a1332-bdff-4295-b380-656d0a4d6b9b-root {
    text-align: center;
  }


#s-9d9a1332-bdff-4295-b380-656d0a4d6b9b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9d9a1332-bdff-4295-b380-656d0a4d6b9b-root {
    text-align: center;
  }


#s-9d9a1332-bdff-4295-b380-656d0a4d6b9b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9d9a1332-bdff-4295-b380-656d0a4d6b9b-root {
    text-align: center;
  }


#s-9d9a1332-bdff-4295-b380-656d0a4d6b9b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-cbe40ccd-0d7b-4e28-83bd-87c0f9fe1a2b {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
}
@media (min-width: 1200px){#s-cbe40ccd-0d7b-4e28-83bd-87c0f9fe1a2b {
  display: none;
}
#s-cbe40ccd-0d7b-4e28-83bd-87c0f9fe1a2b, #wrap-s-cbe40ccd-0d7b-4e28-83bd-87c0f9fe1a2b, #wrap-content-s-cbe40ccd-0d7b-4e28-83bd-87c0f9fe1a2b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cbe40ccd-0d7b-4e28-83bd-87c0f9fe1a2b {
  display: none;
}
#s-cbe40ccd-0d7b-4e28-83bd-87c0f9fe1a2b, #wrap-s-cbe40ccd-0d7b-4e28-83bd-87c0f9fe1a2b, #wrap-content-s-cbe40ccd-0d7b-4e28-83bd-87c0f9fe1a2b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cbe40ccd-0d7b-4e28-83bd-87c0f9fe1a2b {
  display: none;
}
#s-cbe40ccd-0d7b-4e28-83bd-87c0f9fe1a2b, #wrap-s-cbe40ccd-0d7b-4e28-83bd-87c0f9fe1a2b, #wrap-content-s-cbe40ccd-0d7b-4e28-83bd-87c0f9fe1a2b { display: none !important; }}
#s-cbe40ccd-0d7b-4e28-83bd-87c0f9fe1a2b .shg-sld-dot {
  background-color: rgba(255, 151, 0, 1);
}

#s-cbe40ccd-0d7b-4e28-83bd-87c0f9fe1a2b .shg-sld-nav-button.shg-sld-left,
#s-cbe40ccd-0d7b-4e28-83bd-87c0f9fe1a2b .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 151, 0, 1);
}

#s-f68579db-9730-4df0-b3bc-1810bd937910 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(247, 247, 247, 1);
}

@media (min-width: 0px) {
[id="s-f68579db-9730-4df0-b3bc-1810bd937910"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f68579db-9730-4df0-b3bc-1810bd937910"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f68579db-9730-4df0-b3bc-1810bd937910"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f68579db-9730-4df0-b3bc-1810bd937910"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-5b6f2efe-58f7-4a0b-910a-8c3d86706284 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-5b6f2efe-58f7-4a0b-910a-8c3d86706284 {
  display: none;
}
#s-5b6f2efe-58f7-4a0b-910a-8c3d86706284, #wrap-s-5b6f2efe-58f7-4a0b-910a-8c3d86706284, #wrap-content-s-5b6f2efe-58f7-4a0b-910a-8c3d86706284 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5b6f2efe-58f7-4a0b-910a-8c3d86706284 {
  display: none;
}
#s-5b6f2efe-58f7-4a0b-910a-8c3d86706284, #wrap-s-5b6f2efe-58f7-4a0b-910a-8c3d86706284, #wrap-content-s-5b6f2efe-58f7-4a0b-910a-8c3d86706284 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5b6f2efe-58f7-4a0b-910a-8c3d86706284 {
  display: none;
}
#s-5b6f2efe-58f7-4a0b-910a-8c3d86706284, #wrap-s-5b6f2efe-58f7-4a0b-910a-8c3d86706284, #wrap-content-s-5b6f2efe-58f7-4a0b-910a-8c3d86706284 { display: none !important; }}







#s-5b6f2efe-58f7-4a0b-910a-8c3d86706284 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5b6f2efe-58f7-4a0b-910a-8c3d86706284.shg-box.shg-c {
  justify-content: center;
}

#s-83fd4bc2-2d2b-4250-a29d-286be1ead202 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}








#s-83fd4bc2-2d2b-4250-a29d-286be1ead202 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-83fd4bc2-2d2b-4250-a29d-286be1ead202.shg-box.shg-c {
  justify-content: center;
}

#s-7b177229-9edd-4ffa-81c3-5fae456271b5 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
text-align: center;
}
@media (min-width: 1200px){#s-7b177229-9edd-4ffa-81c3-5fae456271b5 {
  display: none;
}
#s-7b177229-9edd-4ffa-81c3-5fae456271b5, #wrap-s-7b177229-9edd-4ffa-81c3-5fae456271b5, #wrap-content-s-7b177229-9edd-4ffa-81c3-5fae456271b5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7b177229-9edd-4ffa-81c3-5fae456271b5 {
  display: none;
}
#s-7b177229-9edd-4ffa-81c3-5fae456271b5, #wrap-s-7b177229-9edd-4ffa-81c3-5fae456271b5, #wrap-content-s-7b177229-9edd-4ffa-81c3-5fae456271b5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7b177229-9edd-4ffa-81c3-5fae456271b5 {
  display: none;
}
#s-7b177229-9edd-4ffa-81c3-5fae456271b5, #wrap-s-7b177229-9edd-4ffa-81c3-5fae456271b5, #wrap-content-s-7b177229-9edd-4ffa-81c3-5fae456271b5 { display: none !important; }}
#s-7b177229-9edd-4ffa-81c3-5fae456271b5 .shogun-heading-component h2 {
  color: rgba(24, 86, 211, 1);
  font-weight:  normal ;
  font-family: "chantal";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1em;
  
  
}



#s-e7fa7d03-38ca-4328-8ad2-1f9e8947f8d4 {
  margin-top: 20px;
margin-bottom: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
}
@media (min-width: 1200px){#s-e7fa7d03-38ca-4328-8ad2-1f9e8947f8d4 {
  display: none;
}
#s-e7fa7d03-38ca-4328-8ad2-1f9e8947f8d4, #wrap-s-e7fa7d03-38ca-4328-8ad2-1f9e8947f8d4, #wrap-content-s-e7fa7d03-38ca-4328-8ad2-1f9e8947f8d4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e7fa7d03-38ca-4328-8ad2-1f9e8947f8d4 {
  display: none;
}
#s-e7fa7d03-38ca-4328-8ad2-1f9e8947f8d4, #wrap-s-e7fa7d03-38ca-4328-8ad2-1f9e8947f8d4, #wrap-content-s-e7fa7d03-38ca-4328-8ad2-1f9e8947f8d4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e7fa7d03-38ca-4328-8ad2-1f9e8947f8d4 {
  display: none;
}
#s-e7fa7d03-38ca-4328-8ad2-1f9e8947f8d4, #wrap-s-e7fa7d03-38ca-4328-8ad2-1f9e8947f8d4, #wrap-content-s-e7fa7d03-38ca-4328-8ad2-1f9e8947f8d4 { display: none !important; }}
#s-7677f4ab-bd91-4782-a24f-a8e1bda29737 {
  background-color: rgba(233, 232, 226, 1);
}

@media (min-width: 0px) {
[id="s-7677f4ab-bd91-4782-a24f-a8e1bda29737"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7677f4ab-bd91-4782-a24f-a8e1bda29737"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7677f4ab-bd91-4782-a24f-a8e1bda29737"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7677f4ab-bd91-4782-a24f-a8e1bda29737"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e62560e6-4f18-4be0-91a5-4c174226ad11 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-left: 40px;
padding-right: 0px;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-e62560e6-4f18-4be0-91a5-4c174226ad11 {
  display: none;
}
#s-e62560e6-4f18-4be0-91a5-4c174226ad11, #wrap-s-e62560e6-4f18-4be0-91a5-4c174226ad11, #wrap-content-s-e62560e6-4f18-4be0-91a5-4c174226ad11 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e62560e6-4f18-4be0-91a5-4c174226ad11 {
  display: none;
}
#s-e62560e6-4f18-4be0-91a5-4c174226ad11, #wrap-s-e62560e6-4f18-4be0-91a5-4c174226ad11, #wrap-content-s-e62560e6-4f18-4be0-91a5-4c174226ad11 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e62560e6-4f18-4be0-91a5-4c174226ad11 {
  display: none;
}
#s-e62560e6-4f18-4be0-91a5-4c174226ad11, #wrap-s-e62560e6-4f18-4be0-91a5-4c174226ad11, #wrap-content-s-e62560e6-4f18-4be0-91a5-4c174226ad11 { display: none !important; }}







#s-e62560e6-4f18-4be0-91a5-4c174226ad11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e62560e6-4f18-4be0-91a5-4c174226ad11.shg-box.shg-c {
  justify-content: center;
}

#s-67f96294-62ef-450c-adfa-82b84ac4fa0e {
  padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}
@media (min-width: 1200px){#s-67f96294-62ef-450c-adfa-82b84ac4fa0e {
  display: none;
}
#s-67f96294-62ef-450c-adfa-82b84ac4fa0e, #wrap-s-67f96294-62ef-450c-adfa-82b84ac4fa0e, #wrap-content-s-67f96294-62ef-450c-adfa-82b84ac4fa0e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-67f96294-62ef-450c-adfa-82b84ac4fa0e {
  display: none;
}
#s-67f96294-62ef-450c-adfa-82b84ac4fa0e, #wrap-s-67f96294-62ef-450c-adfa-82b84ac4fa0e, #wrap-content-s-67f96294-62ef-450c-adfa-82b84ac4fa0e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-67f96294-62ef-450c-adfa-82b84ac4fa0e {
  display: none;
}
#s-67f96294-62ef-450c-adfa-82b84ac4fa0e, #wrap-s-67f96294-62ef-450c-adfa-82b84ac4fa0e, #wrap-content-s-67f96294-62ef-450c-adfa-82b84ac4fa0e { display: none !important; }}







#s-67f96294-62ef-450c-adfa-82b84ac4fa0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-67f96294-62ef-450c-adfa-82b84ac4fa0e.shg-box.shg-c {
  justify-content: center;
}

#s-087f0c7a-7e6f-4dff-96a8-465f9b05906b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-087f0c7a-7e6f-4dff-96a8-465f9b05906b .shogun-heading-component h1 {
  color: rgba(24, 86, 211, 1);
  font-weight:  normal ;
  font-family: "chantal";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-28038a61-ee2c-4a33-8f1a-12457394d68f {
  margin-top: 20px;
margin-bottom: 30px;
}
@media (min-width: 1200px){#s-28038a61-ee2c-4a33-8f1a-12457394d68f {
  display: none;
}
#s-28038a61-ee2c-4a33-8f1a-12457394d68f, #wrap-s-28038a61-ee2c-4a33-8f1a-12457394d68f, #wrap-content-s-28038a61-ee2c-4a33-8f1a-12457394d68f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-28038a61-ee2c-4a33-8f1a-12457394d68f {
  display: none;
}
#s-28038a61-ee2c-4a33-8f1a-12457394d68f, #wrap-s-28038a61-ee2c-4a33-8f1a-12457394d68f, #wrap-content-s-28038a61-ee2c-4a33-8f1a-12457394d68f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-28038a61-ee2c-4a33-8f1a-12457394d68f {
  display: none;
}
#s-28038a61-ee2c-4a33-8f1a-12457394d68f, #wrap-s-28038a61-ee2c-4a33-8f1a-12457394d68f, #wrap-content-s-28038a61-ee2c-4a33-8f1a-12457394d68f { display: none !important; }}
@media (min-width: 0px) {
[id="s-306f0ecb-ceed-4a67-ab99-a1c082930088"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-306f0ecb-ceed-4a67-ab99-a1c082930088"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-306f0ecb-ceed-4a67-ab99-a1c082930088"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-306f0ecb-ceed-4a67-ab99-a1c082930088"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d70d393f-28f2-4cee-9432-26b6ad1246dc {
  background-repeat: no-repeat;
background-size: cover;
padding-left: 40px;
padding-right: 0px;
min-height: 300px;
background-position: center center;
}








#s-d70d393f-28f2-4cee-9432-26b6ad1246dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d70d393f-28f2-4cee-9432-26b6ad1246dc.shg-box.shg-c {
  justify-content: center;
}

#s-ec89d252-32f8-4a51-9fe0-ffbc5e9d3144 {
  padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}
@media (min-width: 1200px){#s-ec89d252-32f8-4a51-9fe0-ffbc5e9d3144 {
  display: none;
}
#s-ec89d252-32f8-4a51-9fe0-ffbc5e9d3144, #wrap-s-ec89d252-32f8-4a51-9fe0-ffbc5e9d3144, #wrap-content-s-ec89d252-32f8-4a51-9fe0-ffbc5e9d3144 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ec89d252-32f8-4a51-9fe0-ffbc5e9d3144 {
  display: none;
}
#s-ec89d252-32f8-4a51-9fe0-ffbc5e9d3144, #wrap-s-ec89d252-32f8-4a51-9fe0-ffbc5e9d3144, #wrap-content-s-ec89d252-32f8-4a51-9fe0-ffbc5e9d3144 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ec89d252-32f8-4a51-9fe0-ffbc5e9d3144 {
  display: none;
}
#s-ec89d252-32f8-4a51-9fe0-ffbc5e9d3144, #wrap-s-ec89d252-32f8-4a51-9fe0-ffbc5e9d3144, #wrap-content-s-ec89d252-32f8-4a51-9fe0-ffbc5e9d3144 { display: none !important; }}







#s-ec89d252-32f8-4a51-9fe0-ffbc5e9d3144 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ec89d252-32f8-4a51-9fe0-ffbc5e9d3144.shg-box.shg-c {
  justify-content: center;
}

#s-eeb2175b-ec5d-495a-be54-10a6fdba2536 {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}

#s-eeb2175b-ec5d-495a-be54-10a6fdba2536 .shogun-heading-component h1 {
  color: rgba(24, 86, 211, 1);
  font-weight:  900 ;
  font-family: "Nunito";
  font-style:  normal ;
  
  
  
  
}



#s-edde0db9-99b0-4146-86bd-a793fca9979b {
  margin-top: 20px;
margin-bottom: 30px;
}

#s-e74daf99-3ce5-427c-bdbf-7742dff5df07 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e74daf99-3ce5-427c-bdbf-7742dff5df07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e74daf99-3ce5-427c-bdbf-7742dff5df07.shg-box.shg-c {
  justify-content: center;
}

#s-d759969a-624e-417f-b515-b54ddbff8800 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(24, 86, 211, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d759969a-624e-417f-b515-b54ddbff8800:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d759969a-624e-417f-b515-b54ddbff8800:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d759969a-624e-417f-b515-b54ddbff8800-root {
    text-align: center;
  }


#s-d759969a-624e-417f-b515-b54ddbff8800.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d759969a-624e-417f-b515-b54ddbff8800-root {
    text-align: center;
  }


#s-d759969a-624e-417f-b515-b54ddbff8800.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d759969a-624e-417f-b515-b54ddbff8800-root {
    text-align: center;
  }


#s-d759969a-624e-417f-b515-b54ddbff8800.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d759969a-624e-417f-b515-b54ddbff8800-root {
    text-align: center;
  }


#s-d759969a-624e-417f-b515-b54ddbff8800.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d759969a-624e-417f-b515-b54ddbff8800-root {
    text-align: center;
  }


#s-d759969a-624e-417f-b515-b54ddbff8800.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-51179eaa-62f0-4411-b94a-f797acd4c985"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-51179eaa-62f0-4411-b94a-f797acd4c985"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-51179eaa-62f0-4411-b94a-f797acd4c985"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-51179eaa-62f0-4411-b94a-f797acd4c985"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-0ac18cf3-001f-41c6-ad4a-499269901652 {
  background-repeat: no-repeat;
background-size: cover;
padding-left: 40px;
padding-right: 0px;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-0ac18cf3-001f-41c6-ad4a-499269901652 {
  display: none;
}
#s-0ac18cf3-001f-41c6-ad4a-499269901652, #wrap-s-0ac18cf3-001f-41c6-ad4a-499269901652, #wrap-content-s-0ac18cf3-001f-41c6-ad4a-499269901652 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0ac18cf3-001f-41c6-ad4a-499269901652 {
  display: none;
}
#s-0ac18cf3-001f-41c6-ad4a-499269901652, #wrap-s-0ac18cf3-001f-41c6-ad4a-499269901652, #wrap-content-s-0ac18cf3-001f-41c6-ad4a-499269901652 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0ac18cf3-001f-41c6-ad4a-499269901652 {
  display: none;
}
#s-0ac18cf3-001f-41c6-ad4a-499269901652, #wrap-s-0ac18cf3-001f-41c6-ad4a-499269901652, #wrap-content-s-0ac18cf3-001f-41c6-ad4a-499269901652 { display: none !important; }}







#s-0ac18cf3-001f-41c6-ad4a-499269901652 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0ac18cf3-001f-41c6-ad4a-499269901652.shg-box.shg-c {
  justify-content: center;
}

#s-2347a17f-c9dd-4816-8c11-57d4d9cc60ca {
  padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}








#s-2347a17f-c9dd-4816-8c11-57d4d9cc60ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2347a17f-c9dd-4816-8c11-57d4d9cc60ca.shg-box.shg-c {
  justify-content: center;
}

#s-387befc9-f824-4436-b028-fd28f12086d6 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (min-width: 1200px){#s-387befc9-f824-4436-b028-fd28f12086d6 {
  display: none;
}
#s-387befc9-f824-4436-b028-fd28f12086d6, #wrap-s-387befc9-f824-4436-b028-fd28f12086d6, #wrap-content-s-387befc9-f824-4436-b028-fd28f12086d6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-387befc9-f824-4436-b028-fd28f12086d6 {
  display: none;
}
#s-387befc9-f824-4436-b028-fd28f12086d6, #wrap-s-387befc9-f824-4436-b028-fd28f12086d6, #wrap-content-s-387befc9-f824-4436-b028-fd28f12086d6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-387befc9-f824-4436-b028-fd28f12086d6 {
  display: none;
}
#s-387befc9-f824-4436-b028-fd28f12086d6, #wrap-s-387befc9-f824-4436-b028-fd28f12086d6, #wrap-content-s-387befc9-f824-4436-b028-fd28f12086d6 { display: none !important; }}
#s-387befc9-f824-4436-b028-fd28f12086d6 .shogun-heading-component h1 {
  color: rgba(24, 86, 211, 1);
  font-weight:  normal ;
  font-family: "chantal";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-895c4575-38af-4b4f-9c57-617194942ef1 {
  margin-top: 20px;
margin-bottom: 30px;
}
@media (min-width: 1200px){#s-895c4575-38af-4b4f-9c57-617194942ef1 {
  display: none;
}
#s-895c4575-38af-4b4f-9c57-617194942ef1, #wrap-s-895c4575-38af-4b4f-9c57-617194942ef1, #wrap-content-s-895c4575-38af-4b4f-9c57-617194942ef1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-895c4575-38af-4b4f-9c57-617194942ef1 {
  display: none;
}
#s-895c4575-38af-4b4f-9c57-617194942ef1, #wrap-s-895c4575-38af-4b4f-9c57-617194942ef1, #wrap-content-s-895c4575-38af-4b4f-9c57-617194942ef1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-895c4575-38af-4b4f-9c57-617194942ef1 {
  display: none;
}
#s-895c4575-38af-4b4f-9c57-617194942ef1, #wrap-s-895c4575-38af-4b4f-9c57-617194942ef1, #wrap-content-s-895c4575-38af-4b4f-9c57-617194942ef1 { display: none !important; }}
@media (min-width: 0px) {
[id="s-dffebe2b-c4cf-405e-806f-044fe8008d07"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-dffebe2b-c4cf-405e-806f-044fe8008d07"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-dffebe2b-c4cf-405e-806f-044fe8008d07"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-dffebe2b-c4cf-405e-806f-044fe8008d07"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-f8e5652c-080f-4123-aa95-c094eab6fff2 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.05);
padding-top: 25px;
padding-left: 15px;
padding-bottom: 25px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-f8e5652c-080f-4123-aa95-c094eab6fff2 {
  margin-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
border-radius: 9px;
min-height: 4px;
}
}







#s-f8e5652c-080f-4123-aa95-c094eab6fff2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f8e5652c-080f-4123-aa95-c094eab6fff2 {
  cursor: pointer;
}#s-f8e5652c-080f-4123-aa95-c094eab6fff2.shg-box.shg-c {
  justify-content: center;
}

#s-168e2224-e8f7-4f1b-aab3-cabf839098bd {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(51, 51, 51, 1);
border-style: solid;
border-radius: 0px;
min-height: 60px;
max-width: 60px;
}








#s-168e2224-e8f7-4f1b-aab3-cabf839098bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-168e2224-e8f7-4f1b-aab3-cabf839098bd.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-7578a0d9-b7e0-47e4-a901-8860b97a8643 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 1024px;
aspect-ratio: 1/1;
text-align: center;
}

#s-7578a0d9-b7e0-47e4-a901-8860b97a8643 {
  overflow: hidden;
  
  
      max-width: 1024px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-7578a0d9-b7e0-47e4-a901-8860b97a8643 img.shogun-image,
  #s-7578a0d9-b7e0-47e4-a901-8860b97a8643 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7578a0d9-b7e0-47e4-a901-8860b97a8643 {
    width: 100%;
    height: auto;
  }



  #s-7578a0d9-b7e0-47e4-a901-8860b97a8643 img.shogun-image {
    

    
    
    
  }


#s-7578a0d9-b7e0-47e4-a901-8860b97a8643 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b1929c2a-674d-434c-b957-683a6f17c103 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b1929c2a-674d-434c-b957-683a6f17c103 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-8cff0fae-e4ee-4284-bb0d-cb543cfb9b0d {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.05);
padding-top: 25px;
padding-left: 15px;
padding-bottom: 25px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-8cff0fae-e4ee-4284-bb0d-cb543cfb9b0d {
  margin-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
border-radius: 9px;
min-height: 4px;
}
}







#s-8cff0fae-e4ee-4284-bb0d-cb543cfb9b0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8cff0fae-e4ee-4284-bb0d-cb543cfb9b0d {
  cursor: pointer;
}#s-8cff0fae-e4ee-4284-bb0d-cb543cfb9b0d.shg-box.shg-c {
  justify-content: center;
}

#s-016823ac-97e4-42b2-9106-14ba45cdd5a8 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(51, 51, 51, 1);
border-style: solid;
border-radius: 0px;
min-height: 60px;
max-width: 60px;
background-color: rgba(0, 0, 0, 1);
}








#s-016823ac-97e4-42b2-9106-14ba45cdd5a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-016823ac-97e4-42b2-9106-14ba45cdd5a8.shg-box.shg-c {
  justify-content: center;
}

#s-a300f317-1b86-410e-9fbd-bf2634329be9 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 2560px;
aspect-ratio: 1/1;
text-align: center;
opacity: 1;
}
#s-a300f317-1b86-410e-9fbd-bf2634329be9:hover {border-style: solid !important;
border-color: rgba(44, 42, 52, 1) !important;}
#s-a300f317-1b86-410e-9fbd-bf2634329be9 {
  overflow: hidden;
  
  
      max-width: 2560px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-a300f317-1b86-410e-9fbd-bf2634329be9 img.shogun-image,
  #s-a300f317-1b86-410e-9fbd-bf2634329be9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a300f317-1b86-410e-9fbd-bf2634329be9 {
    width: 100%;
    height: auto;
  }



  #s-a300f317-1b86-410e-9fbd-bf2634329be9 img.shogun-image {
    

    
    
    
  }


#s-a300f317-1b86-410e-9fbd-bf2634329be9 .shogun-image-content {
  
    justify-content: center;
  
}

#s-67e6c19b-2672-450b-a91f-adad02d7ab19 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-67e6c19b-2672-450b-a91f-adad02d7ab19 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-fb8d78ee-0ff1-4eca-83f7-55b54e49118b {
  min-height: 50px;
}








#s-fb8d78ee-0ff1-4eca-83f7-55b54e49118b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fb8d78ee-0ff1-4eca-83f7-55b54e49118b.shg-box.shg-c {
  justify-content: center;
}

#s-08c35ac1-4df4-42df-830c-ee2972ca724f {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.05);
padding-top: 25px;
padding-left: 15px;
padding-bottom: 25px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-08c35ac1-4df4-42df-830c-ee2972ca724f {
  margin-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
border-radius: 9px;
min-height: 4px;
}
}







#s-08c35ac1-4df4-42df-830c-ee2972ca724f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-08c35ac1-4df4-42df-830c-ee2972ca724f.shg-box.shg-c {
  justify-content: center;
}

#s-94ab4be6-c411-4b0c-a770-12d6f831a118 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(51, 51, 51, 1);
border-style: solid;
border-radius: 0px;
min-height: 60px;
max-width: 60px;
background-color: rgba(0, 0, 0, 1);
}








#s-94ab4be6-c411-4b0c-a770-12d6f831a118 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-94ab4be6-c411-4b0c-a770-12d6f831a118.shg-box.shg-c {
  justify-content: center;
}

#s-83483b00-fe38-41a4-a9b9-9e6531fd9968 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 2048px;
aspect-ratio: 1/1;
text-align: center;
opacity: 1;
}
#s-83483b00-fe38-41a4-a9b9-9e6531fd9968:hover {border-style: solid !important;
border-color: rgba(44, 42, 52, 1) !important;}
#s-83483b00-fe38-41a4-a9b9-9e6531fd9968 {
  overflow: hidden;
  
  
      max-width: 2048px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-83483b00-fe38-41a4-a9b9-9e6531fd9968 img.shogun-image,
  #s-83483b00-fe38-41a4-a9b9-9e6531fd9968 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-83483b00-fe38-41a4-a9b9-9e6531fd9968 {
    width: 100%;
    height: auto;
  }



  #s-83483b00-fe38-41a4-a9b9-9e6531fd9968 img.shogun-image {
    

    
    
    
  }


#s-83483b00-fe38-41a4-a9b9-9e6531fd9968 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b28b8d5b-6747-428a-a1a8-d72210be631b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b28b8d5b-6747-428a-a1a8-d72210be631b .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-182f3ae1-ecdc-43e2-b6d5-1326bc9c1f43 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-182f3ae1-ecdc-43e2-b6d5-1326bc9c1f43 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 31px;
  
  
  
}


@media (max-width: 767px){#s-182f3ae1-ecdc-43e2-b6d5-1326bc9c1f43 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}
#s-fa91a00e-99a4-4810-8c1d-bb2c6d6ab9eb {
  margin-top: -18px;
margin-left: 36%;
margin-right: 36%;
}

#s-fa91a00e-99a4-4810-8c1d-bb2c6d6ab9eb hr {
  border-top: 3px solid #000;
}

#s-0f56b086-12a9-48bd-b365-98e42510aa9a {
  margin-left: auto;
margin-right: auto;
background-color: rgba(247, 247, 247, 1);
}

@media (min-width: 0px) {
[id="s-0f56b086-12a9-48bd-b365-98e42510aa9a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f56b086-12a9-48bd-b365-98e42510aa9a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0f56b086-12a9-48bd-b365-98e42510aa9a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f56b086-12a9-48bd-b365-98e42510aa9a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

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

.shg-image-content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.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;
  flex-direction: column;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-098f7df6-982a-4dbc-a84e-48673bf67fb1 {
  margin-left: auto;
margin-right: auto;
max-width: 4000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-098f7df6-982a-4dbc-a84e-48673bf67fb1 {
  margin: 0 !important;
  overflow: visible;
}

#s-098f7df6-982a-4dbc-a84e-48673bf67fb1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-098f7df6-982a-4dbc-a84e-48673bf67fb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-098f7df6-982a-4dbc-a84e-48673bf67fb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-098f7df6-982a-4dbc-a84e-48673bf67fb1 img.shogun-image {
  /* Add background color handling */
  
}

#s-098f7df6-982a-4dbc-a84e-48673bf67fb1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-098f7df6-982a-4dbc-a84e-48673bf67fb1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-098f7df6-982a-4dbc-a84e-48673bf67fb1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-098f7df6-982a-4dbc-a84e-48673bf67fb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-098f7df6-982a-4dbc-a84e-48673bf67fb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-098f7df6-982a-4dbc-a84e-48673bf67fb1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4000px;
  }



  img.s-098f7df6-982a-4dbc-a84e-48673bf67fb1.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-098f7df6-982a-4dbc-a84e-48673bf67fb1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-098f7df6-982a-4dbc-a84e-48673bf67fb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-098f7df6-982a-4dbc-a84e-48673bf67fb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-098f7df6-982a-4dbc-a84e-48673bf67fb1.shogun-image {
  box-sizing: border-box;
}



.s-098f7df6-982a-4dbc-a84e-48673bf67fb1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-098f7df6-982a-4dbc-a84e-48673bf67fb1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-098f7df6-982a-4dbc-a84e-48673bf67fb1.shogun-image-container {
      position: relative;
    }

    .s-098f7df6-982a-4dbc-a84e-48673bf67fb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-098f7df6-982a-4dbc-a84e-48673bf67fb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-098f7df6-982a-4dbc-a84e-48673bf67fb1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

@media (min-width: 1200px){#s-098f7df6-982a-4dbc-a84e-48673bf67fb1 {
  margin: 0 !important;
  overflow: visible;
}

#s-098f7df6-982a-4dbc-a84e-48673bf67fb1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-098f7df6-982a-4dbc-a84e-48673bf67fb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-098f7df6-982a-4dbc-a84e-48673bf67fb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-098f7df6-982a-4dbc-a84e-48673bf67fb1 img.shogun-image {
  /* Add background color handling */
  
}

#s-098f7df6-982a-4dbc-a84e-48673bf67fb1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-098f7df6-982a-4dbc-a84e-48673bf67fb1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-098f7df6-982a-4dbc-a84e-48673bf67fb1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-098f7df6-982a-4dbc-a84e-48673bf67fb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-098f7df6-982a-4dbc-a84e-48673bf67fb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-098f7df6-982a-4dbc-a84e-48673bf67fb1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4000px;
  }



  img.s-098f7df6-982a-4dbc-a84e-48673bf67fb1.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-098f7df6-982a-4dbc-a84e-48673bf67fb1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-098f7df6-982a-4dbc-a84e-48673bf67fb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-098f7df6-982a-4dbc-a84e-48673bf67fb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-098f7df6-982a-4dbc-a84e-48673bf67fb1.shogun-image {
  box-sizing: border-box;
}



.s-098f7df6-982a-4dbc-a84e-48673bf67fb1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-098f7df6-982a-4dbc-a84e-48673bf67fb1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-098f7df6-982a-4dbc-a84e-48673bf67fb1.shogun-image-container {
      position: relative;
    }

    .s-098f7df6-982a-4dbc-a84e-48673bf67fb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-098f7df6-982a-4dbc-a84e-48673bf67fb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-098f7df6-982a-4dbc-a84e-48673bf67fb1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-098f7df6-982a-4dbc-a84e-48673bf67fb1 {
  margin: 0 !important;
  overflow: visible;
}

#s-098f7df6-982a-4dbc-a84e-48673bf67fb1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-098f7df6-982a-4dbc-a84e-48673bf67fb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-098f7df6-982a-4dbc-a84e-48673bf67fb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-098f7df6-982a-4dbc-a84e-48673bf67fb1 img.shogun-image {
  /* Add background color handling */
  
}

#s-098f7df6-982a-4dbc-a84e-48673bf67fb1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-098f7df6-982a-4dbc-a84e-48673bf67fb1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-098f7df6-982a-4dbc-a84e-48673bf67fb1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-098f7df6-982a-4dbc-a84e-48673bf67fb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-098f7df6-982a-4dbc-a84e-48673bf67fb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-098f7df6-982a-4dbc-a84e-48673bf67fb1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4000px;
  }



  img.s-098f7df6-982a-4dbc-a84e-48673bf67fb1.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-098f7df6-982a-4dbc-a84e-48673bf67fb1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-098f7df6-982a-4dbc-a84e-48673bf67fb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-098f7df6-982a-4dbc-a84e-48673bf67fb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-098f7df6-982a-4dbc-a84e-48673bf67fb1.shogun-image {
  box-sizing: border-box;
}



.s-098f7df6-982a-4dbc-a84e-48673bf67fb1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-098f7df6-982a-4dbc-a84e-48673bf67fb1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-098f7df6-982a-4dbc-a84e-48673bf67fb1.shogun-image-container {
      position: relative;
    }

    .s-098f7df6-982a-4dbc-a84e-48673bf67fb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-098f7df6-982a-4dbc-a84e-48673bf67fb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-098f7df6-982a-4dbc-a84e-48673bf67fb1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-098f7df6-982a-4dbc-a84e-48673bf67fb1 {
  margin: 0 !important;
  overflow: visible;
}

#s-098f7df6-982a-4dbc-a84e-48673bf67fb1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-098f7df6-982a-4dbc-a84e-48673bf67fb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-098f7df6-982a-4dbc-a84e-48673bf67fb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-098f7df6-982a-4dbc-a84e-48673bf67fb1 img.shogun-image {
  /* Add background color handling */
  
}

#s-098f7df6-982a-4dbc-a84e-48673bf67fb1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-098f7df6-982a-4dbc-a84e-48673bf67fb1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-098f7df6-982a-4dbc-a84e-48673bf67fb1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-098f7df6-982a-4dbc-a84e-48673bf67fb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-098f7df6-982a-4dbc-a84e-48673bf67fb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-098f7df6-982a-4dbc-a84e-48673bf67fb1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4000px;
  }



  img.s-098f7df6-982a-4dbc-a84e-48673bf67fb1.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-098f7df6-982a-4dbc-a84e-48673bf67fb1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-098f7df6-982a-4dbc-a84e-48673bf67fb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-098f7df6-982a-4dbc-a84e-48673bf67fb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-098f7df6-982a-4dbc-a84e-48673bf67fb1.shogun-image {
  box-sizing: border-box;
}



.s-098f7df6-982a-4dbc-a84e-48673bf67fb1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-098f7df6-982a-4dbc-a84e-48673bf67fb1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-098f7df6-982a-4dbc-a84e-48673bf67fb1.shogun-image-container {
      position: relative;
    }

    .s-098f7df6-982a-4dbc-a84e-48673bf67fb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-098f7df6-982a-4dbc-a84e-48673bf67fb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-098f7df6-982a-4dbc-a84e-48673bf67fb1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

}@media (max-width: 767px){#s-098f7df6-982a-4dbc-a84e-48673bf67fb1 {
  margin: 0 !important;
  overflow: visible;
}

#s-098f7df6-982a-4dbc-a84e-48673bf67fb1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-098f7df6-982a-4dbc-a84e-48673bf67fb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-098f7df6-982a-4dbc-a84e-48673bf67fb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-098f7df6-982a-4dbc-a84e-48673bf67fb1 img.shogun-image {
  /* Add background color handling */
  
}

#s-098f7df6-982a-4dbc-a84e-48673bf67fb1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-098f7df6-982a-4dbc-a84e-48673bf67fb1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-098f7df6-982a-4dbc-a84e-48673bf67fb1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-098f7df6-982a-4dbc-a84e-48673bf67fb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-098f7df6-982a-4dbc-a84e-48673bf67fb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-098f7df6-982a-4dbc-a84e-48673bf67fb1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4000px;
  }



  img.s-098f7df6-982a-4dbc-a84e-48673bf67fb1.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-098f7df6-982a-4dbc-a84e-48673bf67fb1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-098f7df6-982a-4dbc-a84e-48673bf67fb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-098f7df6-982a-4dbc-a84e-48673bf67fb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-098f7df6-982a-4dbc-a84e-48673bf67fb1.shogun-image {
  box-sizing: border-box;
}



.s-098f7df6-982a-4dbc-a84e-48673bf67fb1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-098f7df6-982a-4dbc-a84e-48673bf67fb1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-098f7df6-982a-4dbc-a84e-48673bf67fb1.shogun-image-container {
      position: relative;
    }

    .s-098f7df6-982a-4dbc-a84e-48673bf67fb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-098f7df6-982a-4dbc-a84e-48673bf67fb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-098f7df6-982a-4dbc-a84e-48673bf67fb1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

}
#s-7e256435-41f8-4aac-b880-bb415da0527e {
  margin-left: auto;
margin-right: auto;
max-width: 4000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-7e256435-41f8-4aac-b880-bb415da0527e {
  margin: 0 !important;
  overflow: visible;
}

#s-7e256435-41f8-4aac-b880-bb415da0527e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e256435-41f8-4aac-b880-bb415da0527e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7e256435-41f8-4aac-b880-bb415da0527e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e256435-41f8-4aac-b880-bb415da0527e img.shogun-image {
  /* Add background color handling */
  
}

#s-7e256435-41f8-4aac-b880-bb415da0527e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e256435-41f8-4aac-b880-bb415da0527e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7e256435-41f8-4aac-b880-bb415da0527e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e256435-41f8-4aac-b880-bb415da0527e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e256435-41f8-4aac-b880-bb415da0527e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e256435-41f8-4aac-b880-bb415da0527e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4000px;
  }



  img.s-7e256435-41f8-4aac-b880-bb415da0527e.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-7e256435-41f8-4aac-b880-bb415da0527e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e256435-41f8-4aac-b880-bb415da0527e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e256435-41f8-4aac-b880-bb415da0527e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e256435-41f8-4aac-b880-bb415da0527e.shogun-image {
  box-sizing: border-box;
}



.s-7e256435-41f8-4aac-b880-bb415da0527e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7e256435-41f8-4aac-b880-bb415da0527e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7e256435-41f8-4aac-b880-bb415da0527e.shogun-image-container {
      position: relative;
    }

    .s-7e256435-41f8-4aac-b880-bb415da0527e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e256435-41f8-4aac-b880-bb415da0527e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e256435-41f8-4aac-b880-bb415da0527e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

@media (min-width: 1200px){#s-7e256435-41f8-4aac-b880-bb415da0527e {
  margin: 0 !important;
  overflow: visible;
}

#s-7e256435-41f8-4aac-b880-bb415da0527e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e256435-41f8-4aac-b880-bb415da0527e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7e256435-41f8-4aac-b880-bb415da0527e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e256435-41f8-4aac-b880-bb415da0527e img.shogun-image {
  /* Add background color handling */
  
}

#s-7e256435-41f8-4aac-b880-bb415da0527e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e256435-41f8-4aac-b880-bb415da0527e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7e256435-41f8-4aac-b880-bb415da0527e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e256435-41f8-4aac-b880-bb415da0527e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e256435-41f8-4aac-b880-bb415da0527e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e256435-41f8-4aac-b880-bb415da0527e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4000px;
  }



  img.s-7e256435-41f8-4aac-b880-bb415da0527e.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-7e256435-41f8-4aac-b880-bb415da0527e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e256435-41f8-4aac-b880-bb415da0527e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e256435-41f8-4aac-b880-bb415da0527e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e256435-41f8-4aac-b880-bb415da0527e.shogun-image {
  box-sizing: border-box;
}



.s-7e256435-41f8-4aac-b880-bb415da0527e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7e256435-41f8-4aac-b880-bb415da0527e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7e256435-41f8-4aac-b880-bb415da0527e.shogun-image-container {
      position: relative;
    }

    .s-7e256435-41f8-4aac-b880-bb415da0527e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e256435-41f8-4aac-b880-bb415da0527e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e256435-41f8-4aac-b880-bb415da0527e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7e256435-41f8-4aac-b880-bb415da0527e {
  margin: 0 !important;
  overflow: visible;
}

#s-7e256435-41f8-4aac-b880-bb415da0527e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e256435-41f8-4aac-b880-bb415da0527e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7e256435-41f8-4aac-b880-bb415da0527e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e256435-41f8-4aac-b880-bb415da0527e img.shogun-image {
  /* Add background color handling */
  
}

#s-7e256435-41f8-4aac-b880-bb415da0527e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e256435-41f8-4aac-b880-bb415da0527e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7e256435-41f8-4aac-b880-bb415da0527e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e256435-41f8-4aac-b880-bb415da0527e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e256435-41f8-4aac-b880-bb415da0527e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e256435-41f8-4aac-b880-bb415da0527e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4000px;
  }



  img.s-7e256435-41f8-4aac-b880-bb415da0527e.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-7e256435-41f8-4aac-b880-bb415da0527e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e256435-41f8-4aac-b880-bb415da0527e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e256435-41f8-4aac-b880-bb415da0527e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e256435-41f8-4aac-b880-bb415da0527e.shogun-image {
  box-sizing: border-box;
}



.s-7e256435-41f8-4aac-b880-bb415da0527e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7e256435-41f8-4aac-b880-bb415da0527e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7e256435-41f8-4aac-b880-bb415da0527e.shogun-image-container {
      position: relative;
    }

    .s-7e256435-41f8-4aac-b880-bb415da0527e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e256435-41f8-4aac-b880-bb415da0527e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e256435-41f8-4aac-b880-bb415da0527e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7e256435-41f8-4aac-b880-bb415da0527e {
  margin: 0 !important;
  overflow: visible;
}

#s-7e256435-41f8-4aac-b880-bb415da0527e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e256435-41f8-4aac-b880-bb415da0527e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7e256435-41f8-4aac-b880-bb415da0527e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e256435-41f8-4aac-b880-bb415da0527e img.shogun-image {
  /* Add background color handling */
  
}

#s-7e256435-41f8-4aac-b880-bb415da0527e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e256435-41f8-4aac-b880-bb415da0527e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7e256435-41f8-4aac-b880-bb415da0527e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e256435-41f8-4aac-b880-bb415da0527e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e256435-41f8-4aac-b880-bb415da0527e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e256435-41f8-4aac-b880-bb415da0527e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4000px;
  }



  img.s-7e256435-41f8-4aac-b880-bb415da0527e.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-7e256435-41f8-4aac-b880-bb415da0527e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e256435-41f8-4aac-b880-bb415da0527e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e256435-41f8-4aac-b880-bb415da0527e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e256435-41f8-4aac-b880-bb415da0527e.shogun-image {
  box-sizing: border-box;
}



.s-7e256435-41f8-4aac-b880-bb415da0527e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7e256435-41f8-4aac-b880-bb415da0527e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7e256435-41f8-4aac-b880-bb415da0527e.shogun-image-container {
      position: relative;
    }

    .s-7e256435-41f8-4aac-b880-bb415da0527e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e256435-41f8-4aac-b880-bb415da0527e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e256435-41f8-4aac-b880-bb415da0527e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

}@media (max-width: 767px){#s-7e256435-41f8-4aac-b880-bb415da0527e {
  margin: 0 !important;
  overflow: visible;
}

#s-7e256435-41f8-4aac-b880-bb415da0527e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e256435-41f8-4aac-b880-bb415da0527e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7e256435-41f8-4aac-b880-bb415da0527e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e256435-41f8-4aac-b880-bb415da0527e img.shogun-image {
  /* Add background color handling */
  
}

#s-7e256435-41f8-4aac-b880-bb415da0527e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e256435-41f8-4aac-b880-bb415da0527e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7e256435-41f8-4aac-b880-bb415da0527e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e256435-41f8-4aac-b880-bb415da0527e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e256435-41f8-4aac-b880-bb415da0527e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e256435-41f8-4aac-b880-bb415da0527e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4000px;
  }



  img.s-7e256435-41f8-4aac-b880-bb415da0527e.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-7e256435-41f8-4aac-b880-bb415da0527e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e256435-41f8-4aac-b880-bb415da0527e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e256435-41f8-4aac-b880-bb415da0527e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e256435-41f8-4aac-b880-bb415da0527e.shogun-image {
  box-sizing: border-box;
}



.s-7e256435-41f8-4aac-b880-bb415da0527e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7e256435-41f8-4aac-b880-bb415da0527e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7e256435-41f8-4aac-b880-bb415da0527e.shogun-image-container {
      position: relative;
    }

    .s-7e256435-41f8-4aac-b880-bb415da0527e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e256435-41f8-4aac-b880-bb415da0527e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e256435-41f8-4aac-b880-bb415da0527e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

}
#s-eccf0aac-7a69-4b1d-a1aa-8f5106ab212f {
  margin-top: -100px;
margin-bottom: -100px;
padding-top: 100px;
padding-bottom: 100px;
min-height: 50px;
}








#s-eccf0aac-7a69-4b1d-a1aa-8f5106ab212f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eccf0aac-7a69-4b1d-a1aa-8f5106ab212f.shg-box.shg-c {
  justify-content: center;
}

#s-4d5df054-6f70-4d79-934c-840628444775 {
  padding-top: 50px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-4d5df054-6f70-4d79-934c-840628444775 {
  display: none;
}
#s-4d5df054-6f70-4d79-934c-840628444775, #wrap-s-4d5df054-6f70-4d79-934c-840628444775, #wrap-content-s-4d5df054-6f70-4d79-934c-840628444775 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4d5df054-6f70-4d79-934c-840628444775 {
  display: none;
}
#s-4d5df054-6f70-4d79-934c-840628444775, #wrap-s-4d5df054-6f70-4d79-934c-840628444775, #wrap-content-s-4d5df054-6f70-4d79-934c-840628444775 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4d5df054-6f70-4d79-934c-840628444775 {
  display: none;
}
#s-4d5df054-6f70-4d79-934c-840628444775, #wrap-s-4d5df054-6f70-4d79-934c-840628444775, #wrap-content-s-4d5df054-6f70-4d79-934c-840628444775 { display: none !important; }}







#s-4d5df054-6f70-4d79-934c-840628444775 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4d5df054-6f70-4d79-934c-840628444775.shg-box.shg-c {
  justify-content: center;
}

#s-34aa2779-0da4-420d-9701-217596b3f85f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-34aa2779-0da4-420d-9701-217596b3f85f .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 31px;
  
  
  
}


@media (max-width: 767px){#s-34aa2779-0da4-420d-9701-217596b3f85f .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}
#s-eead3361-e115-43b5-a520-ca19a033b4db {
  margin-top: -18px;
margin-left: 36%;
margin-right: 36%;
}

#s-eead3361-e115-43b5-a520-ca19a033b4db hr {
  border-top: 3px solid #000;
}

#s-465739ae-8b92-4e80-8daa-27a4425f94fc {
  padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 0.55);
}
@media (min-width: 992px) and (max-width: 1199px){#s-465739ae-8b92-4e80-8daa-27a4425f94fc {
  padding-left: 30px;
padding-right: 30px;
}
}







#s-465739ae-8b92-4e80-8daa-27a4425f94fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-465739ae-8b92-4e80-8daa-27a4425f94fc.shg-box.shg-c {
  justify-content: center;
}

#s-75ff884c-63d2-4ae1-a83c-799488b06658 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 1400px;
background-color: rgba(203, 229, 252, 0);
}

@media (min-width: 0px) {
[id="s-75ff884c-63d2-4ae1-a83c-799488b06658"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75ff884c-63d2-4ae1-a83c-799488b06658"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-75ff884c-63d2-4ae1-a83c-799488b06658"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-75ff884c-63d2-4ae1-a83c-799488b06658"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-3f241317-4a93-4542-85a0-b332be906d16 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-3f241317-4a93-4542-85a0-b332be906d16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3f241317-4a93-4542-85a0-b332be906d16.shg-box.shg-c {
  justify-content: center;
}

#s-94514249-99f0-4d69-9f41-f78a7800e5c7 {
  text-align: left;
}

#s-94514249-99f0-4d69-9f41-f78a7800e5c7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-94514249-99f0-4d69-9f41-f78a7800e5c7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-94514249-99f0-4d69-9f41-f78a7800e5c7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}
#s-486dc737-c6dc-41fb-bfe1-7270483c77d4 {
  text-align: left;
}

#s-486dc737-c6dc-41fb-bfe1-7270483c77d4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-486dc737-c6dc-41fb-bfe1-7270483c77d4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-486dc737-c6dc-41fb-bfe1-7270483c77d4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}


}
#s-7cda3b53-bb89-4302-9b86-cb243df86a32 {
  background-attachment: scroll;
}








#s-7cda3b53-bb89-4302-9b86-cb243df86a32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7cda3b53-bb89-4302-9b86-cb243df86a32.shg-box.shg-c {
  justify-content: center;
}

#s-9f14e35c-bce1-4428-9487-5134d1b5fded {
  margin-left: 20%;
margin-right: 20%;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}

#s-9f14e35c-bce1-4428-9487-5134d1b5fded {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-9f14e35c-bce1-4428-9487-5134d1b5fded img.shogun-image,
  #s-9f14e35c-bce1-4428-9487-5134d1b5fded .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f14e35c-bce1-4428-9487-5134d1b5fded {
    width: 100%;
    height: auto;
  }



  #s-9f14e35c-bce1-4428-9487-5134d1b5fded img.shogun-image {
    

    
    
    
  }


#s-9f14e35c-bce1-4428-9487-5134d1b5fded .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-f513c822-c39f-4f1e-82cb-acc1644e06dd {
  min-height: 50px;
}
@media (max-width: 767px){#s-f513c822-c39f-4f1e-82cb-acc1644e06dd {
  margin-top: 20px;
}
}







#s-f513c822-c39f-4f1e-82cb-acc1644e06dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f513c822-c39f-4f1e-82cb-acc1644e06dd.shg-box.shg-c {
  justify-content: center;
}

#s-6854a79e-4dac-4278-abff-12d0ef9c4aee {
  text-align: left;
}

#s-6854a79e-4dac-4278-abff-12d0ef9c4aee .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-6854a79e-4dac-4278-abff-12d0ef9c4aee .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-6854a79e-4dac-4278-abff-12d0ef9c4aee .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}
#s-a3e9061e-43ee-4345-a922-4f319e18b2cc {
  text-align: left;
}

#s-a3e9061e-43ee-4345-a922-4f319e18b2cc .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-a3e9061e-43ee-4345-a922-4f319e18b2cc .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-a3e9061e-43ee-4345-a922-4f319e18b2cc .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}
#s-9150c1f4-d42a-45f1-843a-e0712f3d08a5 {
  padding-top: 50px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-9150c1f4-d42a-45f1-843a-e0712f3d08a5 {
  display: none;
}
#s-9150c1f4-d42a-45f1-843a-e0712f3d08a5, #wrap-s-9150c1f4-d42a-45f1-843a-e0712f3d08a5, #wrap-content-s-9150c1f4-d42a-45f1-843a-e0712f3d08a5 { display: none !important; }}







#s-9150c1f4-d42a-45f1-843a-e0712f3d08a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9150c1f4-d42a-45f1-843a-e0712f3d08a5.shg-box.shg-c {
  justify-content: center;
}

#s-175a84b7-09f5-4050-8622-1e5694819a74 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-175a84b7-09f5-4050-8622-1e5694819a74 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 31px;
  
  
  
}


@media (max-width: 767px){#s-175a84b7-09f5-4050-8622-1e5694819a74 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}
#s-528628e6-80fd-448e-a0fe-819a2125ed12 {
  margin-top: -18px;
margin-left: 36%;
margin-right: 36%;
}

#s-528628e6-80fd-448e-a0fe-819a2125ed12 hr {
  border-top: 3px solid #000;
}

#s-2dd4424a-d463-4832-9820-02646f7f2b9f {
  padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 0.55);
}
@media (min-width: 992px) and (max-width: 1199px){#s-2dd4424a-d463-4832-9820-02646f7f2b9f {
  padding-left: 30px;
padding-right: 30px;
}
}







#s-2dd4424a-d463-4832-9820-02646f7f2b9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2dd4424a-d463-4832-9820-02646f7f2b9f.shg-box.shg-c {
  justify-content: center;
}

#s-7c310b8a-7a7c-41e9-a87b-fc38350838e8 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 1400px;
background-color: rgba(203, 229, 252, 0);
}

@media (min-width: 0px) {
[id="s-7c310b8a-7a7c-41e9-a87b-fc38350838e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c310b8a-7a7c-41e9-a87b-fc38350838e8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7c310b8a-7a7c-41e9-a87b-fc38350838e8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c310b8a-7a7c-41e9-a87b-fc38350838e8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-f10a7179-849a-4ced-824d-166938895576 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-f10a7179-849a-4ced-824d-166938895576 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f10a7179-849a-4ced-824d-166938895576.shg-box.shg-c {
  justify-content: center;
}

#s-f302c7c9-d1ad-408f-b54d-eb402da9f33f {
  text-align: left;
}

#s-f302c7c9-d1ad-408f-b54d-eb402da9f33f .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-f302c7c9-d1ad-408f-b54d-eb402da9f33f .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-f302c7c9-d1ad-408f-b54d-eb402da9f33f .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}
#s-c7919e74-71a2-41a6-b4e8-22f0a9e0c951 {
  text-align: left;
}

#s-c7919e74-71a2-41a6-b4e8-22f0a9e0c951 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-c7919e74-71a2-41a6-b4e8-22f0a9e0c951 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-c7919e74-71a2-41a6-b4e8-22f0a9e0c951 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}


}
#s-410ae225-0e88-456a-8e23-36b1ecfeca3e {
  min-height: 50px;
}








#s-410ae225-0e88-456a-8e23-36b1ecfeca3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-410ae225-0e88-456a-8e23-36b1ecfeca3e.shg-box.shg-c {
  justify-content: center;
}

#s-aaf9ee96-e0b0-4864-9b25-8026f6b271c1 {
  margin-top: -200px;
margin-bottom: -200px;
text-align: center;
}
@media (max-width: 767px){#s-aaf9ee96-e0b0-4864-9b25-8026f6b271c1 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-aaf9ee96-e0b0-4864-9b25-8026f6b271c1 {
  overflow: hidden;
  
  
}







  #s-aaf9ee96-e0b0-4864-9b25-8026f6b271c1 img.shogun-image {
    

    
    
    
  }


#s-aaf9ee96-e0b0-4864-9b25-8026f6b271c1 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-5530a680-3f48-41fa-b9e3-f9b0b8a9b50f {
  min-height: 50px;
}
@media (max-width: 767px){#s-5530a680-3f48-41fa-b9e3-f9b0b8a9b50f {
  margin-top: 20px;
}
}







#s-5530a680-3f48-41fa-b9e3-f9b0b8a9b50f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5530a680-3f48-41fa-b9e3-f9b0b8a9b50f.shg-box.shg-c {
  justify-content: center;
}

#s-b77313ad-4dda-473f-adc0-4fb7a6ab888f {
  text-align: left;
}

#s-b77313ad-4dda-473f-adc0-4fb7a6ab888f .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-b77313ad-4dda-473f-adc0-4fb7a6ab888f .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-b77313ad-4dda-473f-adc0-4fb7a6ab888f .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}
#s-47d68bfd-e106-4737-b138-1b247c28b857 {
  text-align: left;
}

#s-47d68bfd-e106-4737-b138-1b247c28b857 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-47d68bfd-e106-4737-b138-1b247c28b857 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-47d68bfd-e106-4737-b138-1b247c28b857 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}
#s-bfc3b40e-59ee-4cd4-8190-6a1b4a6d8f0c {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bfc3b40e-59ee-4cd4-8190-6a1b4a6d8f0c {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-bfc3b40e-59ee-4cd4-8190-6a1b4a6d8f0c {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-bfc3b40e-59ee-4cd4-8190-6a1b4a6d8f0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bfc3b40e-59ee-4cd4-8190-6a1b4a6d8f0c.shg-box.shg-c {
  justify-content: center;
}

#s-bf2b71bc-f7d5-4c51-8885-0f007e47037b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-bf2b71bc-f7d5-4c51-8885-0f007e47037b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bf2b71bc-f7d5-4c51-8885-0f007e47037b.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ebc5ccba-cb63-481a-88af-bdb2192afd9d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ebc5ccba-cb63-481a-88af-bdb2192afd9d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-ebc5ccba-cb63-481a-88af-bdb2192afd9d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-ebc5ccba-cb63-481a-88af-bdb2192afd9d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-ca6f5db6-9b0b-44f9-bf0c-91b33a96541c {
  min-height: 50px;
}








#s-ca6f5db6-9b0b-44f9-bf0c-91b33a96541c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ca6f5db6-9b0b-44f9-bf0c-91b33a96541c.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-bf39c13d-97a8-4745-b04a-ac81838417d2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-bf39c13d-97a8-4745-b04a-ac81838417d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 0px;
}

#s-bf39c13d-97a8-4745-b04a-ac81838417d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(51, 51, 51, 1);
}

#s-bf39c13d-97a8-4745-b04a-ac81838417d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-bf39c13d-97a8-4745-b04a-ac81838417d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(51, 51, 51, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 500;
  
  font-size: 20px;
}

#s-bf39c13d-97a8-4745-b04a-ac81838417d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-5963ded6-dde4-42d2-9e48-5a9bd7f99968 {
  min-height: 50px;
}








#s-5963ded6-dde4-42d2-9e48-5a9bd7f99968 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5963ded6-dde4-42d2-9e48-5a9bd7f99968.shg-box.shg-c {
  justify-content: center;
}

#s-eac6081f-71c4-4f43-82db-8b7f5430a0e9 {
  min-height: 50px;
}








#s-eac6081f-71c4-4f43-82db-8b7f5430a0e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eac6081f-71c4-4f43-82db-8b7f5430a0e9.shg-box.shg-c {
  justify-content: center;
}

#s-3282eb5c-a9b0-4ad7-a3f7-96887fee5522 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-3282eb5c-a9b0-4ad7-a3f7-96887fee5522 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 0px;
}

#s-3282eb5c-a9b0-4ad7-a3f7-96887fee5522 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(51, 51, 51, 1);
}

#s-3282eb5c-a9b0-4ad7-a3f7-96887fee5522 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-3282eb5c-a9b0-4ad7-a3f7-96887fee5522 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(51, 51, 51, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 500;
  
  font-size: 20px;
}

#s-3282eb5c-a9b0-4ad7-a3f7-96887fee5522 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-b2115ef4-b6b7-45b1-b74c-2dbabbe35aba {
  min-height: 50px;
}








#s-b2115ef4-b6b7-45b1-b74c-2dbabbe35aba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b2115ef4-b6b7-45b1-b74c-2dbabbe35aba.shg-box.shg-c {
  justify-content: center;
}

#s-14acbd4e-28f2-4050-949f-ca2b0a4399d2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-14acbd4e-28f2-4050-949f-ca2b0a4399d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 0px;
}

#s-14acbd4e-28f2-4050-949f-ca2b0a4399d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(51, 51, 51, 1);
}

#s-14acbd4e-28f2-4050-949f-ca2b0a4399d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-14acbd4e-28f2-4050-949f-ca2b0a4399d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(51, 51, 51, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 500;
  
  font-size: 20px;
}

#s-14acbd4e-28f2-4050-949f-ca2b0a4399d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
@media (max-width: 767px){#s-fe0a086f-b4d4-4f22-8367-bfd724ce702b {
  display: none;
}
#s-fe0a086f-b4d4-4f22-8367-bfd724ce702b, #wrap-s-fe0a086f-b4d4-4f22-8367-bfd724ce702b, #wrap-content-s-fe0a086f-b4d4-4f22-8367-bfd724ce702b { display: none !important; }}
#s-fe0a086f-b4d4-4f22-8367-bfd724ce702b hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-5f7de3ab-6cf5-4544-bb77-f448949abf2b {
  min-height: 50px;
}








#s-5f7de3ab-6cf5-4544-bb77-f448949abf2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5f7de3ab-6cf5-4544-bb77-f448949abf2b.shg-box.shg-c {
  justify-content: center;
}

#s-6c51ab97-8a33-4c89-8a5f-46d75d61da3b {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 200px;
padding-left: 200px;
padding-bottom: 200px;
padding-right: 200px;
min-height: 50px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-6c51ab97-8a33-4c89-8a5f-46d75d61da3b {
  padding-top: 150px;
padding-left: 100px;
padding-bottom: 150px;
padding-right: 100px;
}
}@media (max-width: 767px){#s-6c51ab97-8a33-4c89-8a5f-46d75d61da3b {
  padding-top: 100px;
padding-left: 50px;
padding-bottom: 100px;
padding-right: 50px;
display: none;
}
#s-6c51ab97-8a33-4c89-8a5f-46d75d61da3b, #wrap-s-6c51ab97-8a33-4c89-8a5f-46d75d61da3b, #wrap-content-s-6c51ab97-8a33-4c89-8a5f-46d75d61da3b { display: none !important; }}







#s-6c51ab97-8a33-4c89-8a5f-46d75d61da3b > .shg-box-overlay {
  background-color: rgba(51, 51, 51, 1);
  opacity: 0.3;
  display: block;
}#s-6c51ab97-8a33-4c89-8a5f-46d75d61da3b.shg-box.shg-c {
  justify-content: center;
}

#s-0ed8d45f-bdf7-401b-9fc6-e5a58191f3b5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
background-attachment: scroll;
}

#s-0ed8d45f-bdf7-401b-9fc6-e5a58191f3b5 {
  background-image: url();
}








#s-0ed8d45f-bdf7-401b-9fc6-e5a58191f3b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0ed8d45f-bdf7-401b-9fc6-e5a58191f3b5.shg-box.shg-c {
  justify-content: center;
}

#s-902dc7ac-e070-4fc8-896f-2f479e3bbd2c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-902dc7ac-e070-4fc8-896f-2f479e3bbd2c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 37px;
  
  
  text-align: center;
}



#s-e5b58abc-6740-4057-886e-9289dc350339 {
  min-height: 50px;
background-color: #000;
}








#s-e5b58abc-6740-4057-886e-9289dc350339 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e5b58abc-6740-4057-886e-9289dc350339.shg-box.shg-c {
  justify-content: center;
}

#s-a7290d3c-2afa-482a-8ab1-6cd610766f6c {
  margin-left: auto;
margin-right: auto;
padding-left: 8%;
padding-right: 8%;
min-height: 50px;
}
@media (max-width: 767px){#s-a7290d3c-2afa-482a-8ab1-6cd610766f6c {
  display: none;
}
#s-a7290d3c-2afa-482a-8ab1-6cd610766f6c, #wrap-s-a7290d3c-2afa-482a-8ab1-6cd610766f6c, #wrap-content-s-a7290d3c-2afa-482a-8ab1-6cd610766f6c { display: none !important; }}







#s-a7290d3c-2afa-482a-8ab1-6cd610766f6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a7290d3c-2afa-482a-8ab1-6cd610766f6c.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-701d97d1-7b43-49e1-aae4-491fe403585b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-701d97d1-7b43-49e1-aae4-491fe403585b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-701d97d1-7b43-49e1-aae4-491fe403585b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-701d97d1-7b43-49e1-aae4-491fe403585b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-d7c6998a-b308-4457-876e-260d79459dab {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.05);
padding-top: 25px;
padding-left: 15px;
padding-bottom: 25px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-d7c6998a-b308-4457-876e-260d79459dab {
  margin-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
border-radius: 9px;
min-height: 4px;
}
}







#s-d7c6998a-b308-4457-876e-260d79459dab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d7c6998a-b308-4457-876e-260d79459dab.shg-box.shg-c {
  justify-content: center;
}

#s-1ec767be-8dc7-43de-b0eb-e077714a3e2c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1ec767be-8dc7-43de-b0eb-e077714a3e2c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  
}



#s-080b5f63-465b-4d08-8bc6-628b89767e15 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-080b5f63-465b-4d08-8bc6-628b89767e15 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


@media (max-width: 767px){#s-080b5f63-465b-4d08-8bc6-628b89767e15 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  
  
}


}
#s-5a06cc07-525e-47f5-9cff-578287bdf710 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5a06cc07-525e-47f5-9cff-578287bdf710 .shogun-heading-component h1 {
  color: rgba(9, 144, 172, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  
  
}



#s-f952c8c6-8822-4cd3-8476-6e2e55af62de {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.05);
padding-top: 25px;
padding-left: 15px;
padding-bottom: 25px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-f952c8c6-8822-4cd3-8476-6e2e55af62de {
  margin-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
border-radius: 9px;
min-height: 4px;
}
}







#s-f952c8c6-8822-4cd3-8476-6e2e55af62de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f952c8c6-8822-4cd3-8476-6e2e55af62de.shg-box.shg-c {
  justify-content: center;
}

#s-7ae39cfc-73a4-48c9-8229-8d42729aae12 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7ae39cfc-73a4-48c9-8229-8d42729aae12 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  
}



#s-0f76285b-4580-4cdc-8ac8-58920be3093d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0f76285b-4580-4cdc-8ac8-58920be3093d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


@media (max-width: 767px){#s-0f76285b-4580-4cdc-8ac8-58920be3093d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  
  
}


}
#s-098eeaf8-9a97-4063-94ea-b14c6b2a1340 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-098eeaf8-9a97-4063-94ea-b14c6b2a1340 .shogun-heading-component h1 {
  color: rgba(9, 144, 172, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  
  
}



#s-ab5f153b-6c60-4a07-ac2f-569b52a606f7 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.05);
padding-top: 25px;
padding-left: 15px;
padding-bottom: 25px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-ab5f153b-6c60-4a07-ac2f-569b52a606f7 {
  margin-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
border-radius: 9px;
min-height: 4px;
}
}







#s-ab5f153b-6c60-4a07-ac2f-569b52a606f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ab5f153b-6c60-4a07-ac2f-569b52a606f7.shg-box.shg-c {
  justify-content: center;
}

#s-10f1e17d-f98b-4b73-b63e-285f6eab8858 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-10f1e17d-f98b-4b73-b63e-285f6eab8858 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  
}



#s-876edb82-f3cd-4b0f-a18b-5eb234638e94 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-876edb82-f3cd-4b0f-a18b-5eb234638e94 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


@media (max-width: 767px){#s-876edb82-f3cd-4b0f-a18b-5eb234638e94 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  
  
}


}
#s-7f509d60-5886-42d9-8cdd-64f1f105bb88 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7f509d60-5886-42d9-8cdd-64f1f105bb88 .shogun-heading-component h1 {
  color: rgba(9, 144, 172, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  
  
}



#s-76489d65-8b60-4b51-ae6b-9a61b1f880c5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-76489d65-8b60-4b51-ae6b-9a61b1f880c5 {
  display: none;
}
#s-76489d65-8b60-4b51-ae6b-9a61b1f880c5, #wrap-s-76489d65-8b60-4b51-ae6b-9a61b1f880c5, #wrap-content-s-76489d65-8b60-4b51-ae6b-9a61b1f880c5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-76489d65-8b60-4b51-ae6b-9a61b1f880c5 {
  display: none;
}
#s-76489d65-8b60-4b51-ae6b-9a61b1f880c5, #wrap-s-76489d65-8b60-4b51-ae6b-9a61b1f880c5, #wrap-content-s-76489d65-8b60-4b51-ae6b-9a61b1f880c5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-76489d65-8b60-4b51-ae6b-9a61b1f880c5 {
  display: none;
}
#s-76489d65-8b60-4b51-ae6b-9a61b1f880c5, #wrap-s-76489d65-8b60-4b51-ae6b-9a61b1f880c5, #wrap-content-s-76489d65-8b60-4b51-ae6b-9a61b1f880c5 { display: none !important; }}







#s-76489d65-8b60-4b51-ae6b-9a61b1f880c5 > .shg-box-overlay {
  background-color: rgba(51, 51, 51, 1);
  opacity: 0.4;
  display: block;
}#s-76489d65-8b60-4b51-ae6b-9a61b1f880c5.shg-box.shg-c {
  justify-content: center;
}

#s-482c0e7e-d247-4583-b64a-e2308e42d891 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
background-attachment: scroll;
}

#s-482c0e7e-d247-4583-b64a-e2308e42d891 {
  background-image: url();
}








#s-482c0e7e-d247-4583-b64a-e2308e42d891 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-482c0e7e-d247-4583-b64a-e2308e42d891.shg-box.shg-c {
  justify-content: center;
}

#s-dd7840d4-ca74-431d-bbb3-cb17343c72ed {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-dd7840d4-ca74-431d-bbb3-cb17343c72ed .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}



#s-18d1ad26-35b5-4239-a0b8-fd140e5ece87 {
  padding-left: 0%;
padding-right: 0%;
}
@media (max-width: 767px){#s-18d1ad26-35b5-4239-a0b8-fd140e5ece87 {
  display: none;
}
#s-18d1ad26-35b5-4239-a0b8-fd140e5ece87, #wrap-s-18d1ad26-35b5-4239-a0b8-fd140e5ece87, #wrap-content-s-18d1ad26-35b5-4239-a0b8-fd140e5ece87 { display: none !important; }}
@media (min-width: 0px) {
[id="s-ca14aaa3-6bac-4e91-affa-b4b182cafd00"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-ca14aaa3-6bac-4e91-affa-b4b182cafd00"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ca14aaa3-6bac-4e91-affa-b4b182cafd00"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca14aaa3-6bac-4e91-affa-b4b182cafd00"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-e5eff08b-c471-4762-a655-ac21b2e8c223 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.05);
padding-top: 25px;
padding-left: 15px;
padding-bottom: 25px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-e5eff08b-c471-4762-a655-ac21b2e8c223 {
  margin-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
border-radius: 9px;
min-height: 4px;
}
}







#s-e5eff08b-c471-4762-a655-ac21b2e8c223 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e5eff08b-c471-4762-a655-ac21b2e8c223.shg-box.shg-c {
  justify-content: center;
}

#s-922051fc-ddf0-4f6d-9fed-c6822e753a30 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-922051fc-ddf0-4f6d-9fed-c6822e753a30 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}



#s-8b1999cd-23c5-4a95-bb24-c15f580f15b7 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8b1999cd-23c5-4a95-bb24-c15f580f15b7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


@media (max-width: 767px){#s-8b1999cd-23c5-4a95-bb24-c15f580f15b7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  
  
}


}
#s-8db7db0f-7ab3-4f60-8ee7-48bc717b034a {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8db7db0f-7ab3-4f60-8ee7-48bc717b034a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  
  
}



#s-16c5f812-a0db-4d9e-b4ae-2185bf71ac79 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.05);
padding-top: 25px;
padding-left: 15px;
padding-bottom: 25px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-16c5f812-a0db-4d9e-b4ae-2185bf71ac79 {
  margin-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
border-radius: 9px;
min-height: 4px;
}
}







#s-16c5f812-a0db-4d9e-b4ae-2185bf71ac79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-16c5f812-a0db-4d9e-b4ae-2185bf71ac79.shg-box.shg-c {
  justify-content: center;
}

#s-891a29ba-17bb-4e42-978c-e6877f60520a {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-891a29ba-17bb-4e42-978c-e6877f60520a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}



#s-5f2c26bd-4515-431d-922e-604e7ebb1f2d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5f2c26bd-4515-431d-922e-604e7ebb1f2d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


@media (max-width: 767px){#s-5f2c26bd-4515-431d-922e-604e7ebb1f2d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  
  
}


}
#s-078e772a-c5f5-4459-ae01-19318418ebe3 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-078e772a-c5f5-4459-ae01-19318418ebe3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  
  
}



#s-5b8b9b57-85f8-40b8-a848-6f7cc0c23d0b {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.05);
padding-top: 25px;
padding-left: 15px;
padding-bottom: 25px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-5b8b9b57-85f8-40b8-a848-6f7cc0c23d0b {
  margin-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
border-radius: 9px;
min-height: 4px;
}
}







#s-5b8b9b57-85f8-40b8-a848-6f7cc0c23d0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5b8b9b57-85f8-40b8-a848-6f7cc0c23d0b.shg-box.shg-c {
  justify-content: center;
}

#s-b9a9163e-79ef-4cd2-b8e0-160fb00323af {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b9a9163e-79ef-4cd2-b8e0-160fb00323af .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}



#s-1833608a-34b9-4de8-8da8-fbf424121759 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1833608a-34b9-4de8-8da8-fbf424121759 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


@media (max-width: 767px){#s-1833608a-34b9-4de8-8da8-fbf424121759 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  
  
}


}
#s-d25ba73a-d000-4f4a-9f98-66b5a5b62389 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d25ba73a-d000-4f4a-9f98-66b5a5b62389 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  
  
}



#s-5ccac835-ec95-4aea-aa89-4fba1d1d175a {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
max-width: 900px;
}
@media (max-width: 767px){#s-5ccac835-ec95-4aea-aa89-4fba1d1d175a {
  margin-top: 40px;
padding-left: 30px;
padding-right: 30px;
}
}







#s-5ccac835-ec95-4aea-aa89-4fba1d1d175a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5ccac835-ec95-4aea-aa89-4fba1d1d175a.shg-box.shg-c {
  justify-content: center;
}

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

@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 {
  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-39d341c1-a58e-477d-af00-84648f239874 {
  margin-top: 16px;
margin-left: 0%;
margin-bottom: 16px;
margin-right: 0%;
}


  #s-39d341c1-a58e-477d-af00-84648f239874 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 3px solid rgba(236, 230, 230, 0);
  }
  #s-39d341c1-a58e-477d-af00-84648f239874 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #000;
    border: 3px solid #000;
  }
#s-39d341c1-a58e-477d-af00-84648f239874 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: #000;
  font-family: Poppins;
  font-weight: 700;
  
  font-size: 27px;
}

#s-39d341c1-a58e-477d-af00-84648f239874 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-39d341c1-a58e-477d-af00-84648f239874 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 3px);
  left: 3px;
  bottom: -3px;
  height: 3px;
  background: #000;
}

#s-39d341c1-a58e-477d-af00-84648f239874 .shogun-tabs-body {
  margin-top: -3px;
  border-top: 3px solid #000;
}
@media (max-width: 767px){
  #s-39d341c1-a58e-477d-af00-84648f239874 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 3px solid rgba(236, 230, 230, 0);
  }
  #s-39d341c1-a58e-477d-af00-84648f239874 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #000;
    border: 3px solid #000;
  }
#s-39d341c1-a58e-477d-af00-84648f239874 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: #000;
  font-family: Poppins;
  font-weight: 600;
  
  font-size: 17px;
}

#s-39d341c1-a58e-477d-af00-84648f239874 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-39d341c1-a58e-477d-af00-84648f239874 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 3px);
  left: 3px;
  bottom: -3px;
  height: 3px;
  background: #000;
}

#s-39d341c1-a58e-477d-af00-84648f239874 .shogun-tabs-body {
  margin-top: -3px;
  border-top: 3px solid #000;
}
}
#s-49625640-fe48-4b4f-a68b-b5900e2056e5 {
  text-align: center;
}

#s-49625640-fe48-4b4f-a68b-b5900e2056e5 {
  overflow: hidden;
  
  
}







  #s-49625640-fe48-4b4f-a68b-b5900e2056e5 img.shogun-image {
    

    
    
    
  }


#s-49625640-fe48-4b4f-a68b-b5900e2056e5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c23878a5-8c4e-494d-a136-5231118e4d90 {
  text-align: center;
}

#s-c23878a5-8c4e-494d-a136-5231118e4d90 {
  overflow: hidden;
  
  
}







  #s-c23878a5-8c4e-494d-a136-5231118e4d90 img.shogun-image {
    

    
    
    
  }


#s-c23878a5-8c4e-494d-a136-5231118e4d90 .shogun-image-content {
  
    justify-content: center;
  
}

#s-90601396-23f7-4158-82f2-59ac7f9cbb15 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}








#s-90601396-23f7-4158-82f2-59ac7f9cbb15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-90601396-23f7-4158-82f2-59ac7f9cbb15.shg-box.shg-c {
  justify-content: center;
}

#s-1dbc4c27-360f-465e-8cc7-d1a32443fe43 {
  min-height: 50px;
}








#s-1dbc4c27-360f-465e-8cc7-d1a32443fe43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1dbc4c27-360f-465e-8cc7-d1a32443fe43.shg-box.shg-c {
  justify-content: center;
}

#s-f1f6dc0b-fce8-43b6-a487-d4b7795562bc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f1f6dc0b-fce8-43b6-a487-d4b7795562bc .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-f1f6dc0b-fce8-43b6-a487-d4b7795562bc .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}


}
@media (min-width: 0px) {
[id="s-60ef6499-db44-45d6-a42d-0c64a6c76036"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60ef6499-db44-45d6-a42d-0c64a6c76036"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-60ef6499-db44-45d6-a42d-0c64a6c76036"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-60ef6499-db44-45d6-a42d-0c64a6c76036"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 0px) {
[id="s-0472f023-55c3-4c9a-b41d-e776ca4ad86c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-0472f023-55c3-4c9a-b41d-e776ca4ad86c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0472f023-55c3-4c9a-b41d-e776ca4ad86c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0472f023-55c3-4c9a-b41d-e776ca4ad86c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e4e58eff-06a4-4f83-8ab9-915dab1e472f {
  text-align: center;
}

#s-e4e58eff-06a4-4f83-8ab9-915dab1e472f {
  overflow: hidden;
  
  
}







  #s-e4e58eff-06a4-4f83-8ab9-915dab1e472f img.shogun-image {
    

    
    
    
  }


#s-e4e58eff-06a4-4f83-8ab9-915dab1e472f .shogun-image-content {
  
    justify-content: center;
  
}

#s-b754f1e2-b058-46c2-a1a3-aaf84c2cb8ba {
  padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b754f1e2-b058-46c2-a1a3-aaf84c2cb8ba {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-b754f1e2-b058-46c2-a1a3-aaf84c2cb8ba {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-b754f1e2-b058-46c2-a1a3-aaf84c2cb8ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b754f1e2-b058-46c2-a1a3-aaf84c2cb8ba.shg-box.shg-c {
  justify-content: center;
}

#s-4b1426ff-9e35-475a-9a5a-f108d1f19576 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4b1426ff-9e35-475a-9a5a-f108d1f19576 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-4b1426ff-9e35-475a-9a5a-f108d1f19576 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-4b1426ff-9e35-475a-9a5a-f108d1f19576 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: center;
}


}
#s-717ad4bb-e07f-48b8-ae0c-710ac2a37b0a {
  text-align: center;
}

#s-717ad4bb-e07f-48b8-ae0c-710ac2a37b0a {
  overflow: hidden;
  
  
}







  #s-717ad4bb-e07f-48b8-ae0c-710ac2a37b0a img.shogun-image {
    

    
    
    
  }


#s-717ad4bb-e07f-48b8-ae0c-710ac2a37b0a .shogun-image-content {
  
    justify-content: center;
  
}

#s-2b3ef357-c1de-4f02-bd90-de23c6a06684 {
  padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2b3ef357-c1de-4f02-bd90-de23c6a06684 {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-2b3ef357-c1de-4f02-bd90-de23c6a06684 {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-2b3ef357-c1de-4f02-bd90-de23c6a06684 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2b3ef357-c1de-4f02-bd90-de23c6a06684.shg-box.shg-c {
  justify-content: center;
}

#s-5b790d2a-8017-4fc2-b170-106aed39a271 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5b790d2a-8017-4fc2-b170-106aed39a271 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-5b790d2a-8017-4fc2-b170-106aed39a271 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-5b790d2a-8017-4fc2-b170-106aed39a271 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: center;
}


}
@media (min-width: 0px) {
[id="s-0009b184-d4ef-47f8-95f4-d3e69d6ea262"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-0009b184-d4ef-47f8-95f4-d3e69d6ea262"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0009b184-d4ef-47f8-95f4-d3e69d6ea262"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0009b184-d4ef-47f8-95f4-d3e69d6ea262"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e17e8461-7aa8-4f3b-b472-fc97facf961b {
  text-align: center;
}

#s-e17e8461-7aa8-4f3b-b472-fc97facf961b {
  overflow: hidden;
  
  
}







  #s-e17e8461-7aa8-4f3b-b472-fc97facf961b img.shogun-image {
    

    
    
    
  }


#s-e17e8461-7aa8-4f3b-b472-fc97facf961b .shogun-image-content {
  
    justify-content: center;
  
}

#s-63fe4013-e26a-4f91-8a50-b8f988b064cc {
  padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-63fe4013-e26a-4f91-8a50-b8f988b064cc {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-63fe4013-e26a-4f91-8a50-b8f988b064cc {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-63fe4013-e26a-4f91-8a50-b8f988b064cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-63fe4013-e26a-4f91-8a50-b8f988b064cc.shg-box.shg-c {
  justify-content: center;
}

#s-5c9f0105-eeb4-4d8b-98cc-6782fdc22705 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5c9f0105-eeb4-4d8b-98cc-6782fdc22705 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-5c9f0105-eeb4-4d8b-98cc-6782fdc22705 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-5c9f0105-eeb4-4d8b-98cc-6782fdc22705 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: center;
}


}
#s-bf3ef051-cafd-4d9e-b047-32fe8c8b2c23 {
  text-align: center;
}

#s-bf3ef051-cafd-4d9e-b047-32fe8c8b2c23 {
  overflow: hidden;
  
  
}







  #s-bf3ef051-cafd-4d9e-b047-32fe8c8b2c23 img.shogun-image {
    

    
    
    
  }


#s-bf3ef051-cafd-4d9e-b047-32fe8c8b2c23 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8956b301-2542-449f-90f5-39e755aa344f {
  padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8956b301-2542-449f-90f5-39e755aa344f {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-8956b301-2542-449f-90f5-39e755aa344f {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-8956b301-2542-449f-90f5-39e755aa344f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8956b301-2542-449f-90f5-39e755aa344f.shg-box.shg-c {
  justify-content: center;
}

#s-41e78aa5-93dc-47be-85f9-803065f5a272 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-41e78aa5-93dc-47be-85f9-803065f5a272 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-41e78aa5-93dc-47be-85f9-803065f5a272 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-41e78aa5-93dc-47be-85f9-803065f5a272 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: center;
}


}
#s-6b99941c-f98a-4c22-ad4e-54fda4098fa4 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-6b99941c-f98a-4c22-ad4e-54fda4098fa4 {
  display: none;
}
#s-6b99941c-f98a-4c22-ad4e-54fda4098fa4, #wrap-s-6b99941c-f98a-4c22-ad4e-54fda4098fa4, #wrap-content-s-6b99941c-f98a-4c22-ad4e-54fda4098fa4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6b99941c-f98a-4c22-ad4e-54fda4098fa4 {
  display: none;
}
#s-6b99941c-f98a-4c22-ad4e-54fda4098fa4, #wrap-s-6b99941c-f98a-4c22-ad4e-54fda4098fa4, #wrap-content-s-6b99941c-f98a-4c22-ad4e-54fda4098fa4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6b99941c-f98a-4c22-ad4e-54fda4098fa4 {
  padding-left: 30px;
padding-right: 30px;
display: none;
}
#s-6b99941c-f98a-4c22-ad4e-54fda4098fa4, #wrap-s-6b99941c-f98a-4c22-ad4e-54fda4098fa4, #wrap-content-s-6b99941c-f98a-4c22-ad4e-54fda4098fa4 { display: none !important; }}@media (max-width: 767px){#s-6b99941c-f98a-4c22-ad4e-54fda4098fa4 {
  padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-6b99941c-f98a-4c22-ad4e-54fda4098fa4, #wrap-s-6b99941c-f98a-4c22-ad4e-54fda4098fa4, #wrap-content-s-6b99941c-f98a-4c22-ad4e-54fda4098fa4 { display: none !important; }}







#s-6b99941c-f98a-4c22-ad4e-54fda4098fa4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6b99941c-f98a-4c22-ad4e-54fda4098fa4.shg-box.shg-c {
  justify-content: center;
}

#s-86abe06b-e37d-4f91-a474-40984ae2774f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-86abe06b-e37d-4f91-a474-40984ae2774f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-86abe06b-e37d-4f91-a474-40984ae2774f.shg-box.shg-c {
  justify-content: center;
}

#s-0376c05b-2eb1-4e03-ba2d-926031dc1884 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0376c05b-2eb1-4e03-ba2d-926031dc1884 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-7c2c1ea6-9261-469c-a7b5-d73ac4d10dbd > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0.08);
}

#s-7c2c1ea6-9261-469c-a7b5-d73ac4d10dbd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-7c2c1ea6-9261-469c-a7b5-d73ac4d10dbd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(51, 51, 51, 1);
}

#s-7c2c1ea6-9261-469c-a7b5-d73ac4d10dbd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0.08);
}

#s-7c2c1ea6-9261-469c-a7b5-d73ac4d10dbd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(51, 51, 51, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 500;
  
  font-size: 14px;
}

#s-7c2c1ea6-9261-469c-a7b5-d73ac4d10dbd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-ee56f721-1dfb-4f72-9d62-c07bc6d9ccf3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 50px;
}








#s-ee56f721-1dfb-4f72-9d62-c07bc6d9ccf3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ee56f721-1dfb-4f72-9d62-c07bc6d9ccf3.shg-box.shg-c {
  justify-content: center;
}

#s-d170740e-211a-4c7e-8772-c21098bdae11 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 50px;
}








#s-d170740e-211a-4c7e-8772-c21098bdae11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d170740e-211a-4c7e-8772-c21098bdae11.shg-box.shg-c {
  justify-content: center;
}

#s-672b8db8-0aae-4888-8e4b-bddebf88b5a4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 50px;
}








#s-672b8db8-0aae-4888-8e4b-bddebf88b5a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-672b8db8-0aae-4888-8e4b-bddebf88b5a4.shg-box.shg-c {
  justify-content: center;
}

#s-7f1f8f08-d1d7-4b80-98c0-0f6d7f72dd47 {
  margin-left: auto;
margin-right: auto;
}

#s-7f1f8f08-d1d7-4b80-98c0-0f6d7f72dd47 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

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

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

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

/* <-- User Content Animations */

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

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

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

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}