.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-e2fdfbc1-bd90-47db-9e56-b5ba1bfc92a7 {
  margin-left: auto;
margin-right: auto;
}

.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-858340bb-0d17-4d39-a870-df7eed7ec938 {
  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-858340bb-0d17-4d39-a870-df7eed7ec938 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-858340bb-0d17-4d39-a870-df7eed7ec938.shg-box.shg-c {
  justify-content: center;
}

.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-0d16ad61-9c93-49b2-8981-53948e733bd4 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-0d16ad61-9c93-49b2-8981-53948e733bd4"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 5.6px);
}

}

@media (min-width: 768px) {
[id="s-0d16ad61-9c93-49b2-8981-53948e733bd4"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 5.6px);
}

}

@media (min-width: 992px) {
[id="s-0d16ad61-9c93-49b2-8981-53948e733bd4"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 5.6px);
}

}

@media (min-width: 1200px) {
[id="s-0d16ad61-9c93-49b2-8981-53948e733bd4"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 5.6px);
}

}

#s-9b3fc6af-bf8e-4117-a81b-7d708e5b6231 {
  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-3bba4598-959d-4277-96a7-cad27bd63e00 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 {
  max-width:  100%;
}

.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 .shg-image-zoom,
.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 img.shogun-image {
  max-width: 1874px !important;
  
}

.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 img.shogun-image,
.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 .shg-image-zoom,
.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 {
  max-width:  100%;
}

.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 .shg-image-zoom,
.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 img.shogun-image {
  max-width: 1874px !important;
  
}

.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 img.shogun-image,
.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 .shg-image-zoom,
.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 {
  max-width:  100%;
}

.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 .shg-image-zoom,
.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 img.shogun-image {
  max-width: 1874px !important;
  
}

.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 img.shogun-image,
.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 .shg-image-zoom,
.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 {
  max-width:  100%;
}

.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 .shg-image-zoom,
.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 img.shogun-image {
  max-width: 1874px !important;
  
}

.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 img.shogun-image,
.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 .shg-image-zoom,
.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 {
  max-width:  100%;
}

.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 .shg-image-zoom,
.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 img.shogun-image {
  max-width: 1874px !important;
  
}

.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 img.shogun-image,
.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 .shg-image-zoom,
.shg-c#s-3bba4598-959d-4277-96a7-cad27bd63e00 img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-057aa5e5-bd35-4c05-a342-b25f0f408b0e {
  margin-left: auto;
margin-right: auto;
}

#s-712e8984-dea3-47d8-904b-29c0ae68db6d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d {
  max-width:  100%;
}

.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d .shg-image-zoom,
.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d img.shogun-image {
  max-width: 1874px !important;
  
}

.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d img.shogun-image,
.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d .shg-image-zoom,
.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d {
  max-width:  100%;
}

.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d .shg-image-zoom,
.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d img.shogun-image {
  max-width: 1874px !important;
  
}

.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d img.shogun-image,
.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d .shg-image-zoom,
.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d {
  max-width:  100%;
}

.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d .shg-image-zoom,
.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d img.shogun-image {
  max-width: 1874px !important;
  
}

.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d img.shogun-image,
.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d .shg-image-zoom,
.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d {
  max-width:  100%;
}

.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d .shg-image-zoom,
.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d img.shogun-image {
  max-width: 1874px !important;
  
}

.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d img.shogun-image,
.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d .shg-image-zoom,
.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d {
  max-width:  100%;
}

.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d .shg-image-zoom,
.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d img.shogun-image {
  max-width: 1874px !important;
  
}

.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d img.shogun-image,
.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d .shg-image-zoom,
.shg-c#s-712e8984-dea3-47d8-904b-29c0ae68db6d img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3d6c26c6-06ed-417d-95f1-aba6373a54fc {
  margin-left: auto;
margin-right: auto;
}

#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c {
  max-width:  100%;
}

.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c .shg-image-zoom,
.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c img.shogun-image {
  max-width: 3748px !important;
  
}

.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c img.shogun-image,
.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c .shg-image-zoom,
.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c {
  max-width:  100%;
}

.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c .shg-image-zoom,
.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c img.shogun-image {
  max-width: 3748px !important;
  
}

.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c img.shogun-image,
.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c .shg-image-zoom,
.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c {
  max-width:  100%;
}

.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c .shg-image-zoom,
.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c img.shogun-image {
  max-width: 3748px !important;
  
}

.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c img.shogun-image,
.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c .shg-image-zoom,
.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c {
  max-width:  100%;
}

.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c .shg-image-zoom,
.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c img.shogun-image {
  max-width: 3748px !important;
  
}

.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c img.shogun-image,
.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c .shg-image-zoom,
.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c {
  max-width:  100%;
}

.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c .shg-image-zoom,
.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c img.shogun-image {
  max-width: 3748px !important;
  
}

.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c img.shogun-image,
.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c .shg-image-zoom,
.shg-c#s-7f7a25c7-4c2b-4403-ad34-0071573e7f6c img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b7a2554f-d231-444c-93ad-03c83ed49d98 {
  margin-left: auto;
margin-right: auto;
}

#s-ea7ff494-031a-4b72-a535-4307308b11be {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be {
  max-width:  100%;
}

.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be .shg-image-zoom,
.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be img.shogun-image {
  max-width: 2500px !important;
  
}

.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be img.shogun-image,
.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be .shg-image-zoom,
.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be {
  max-width:  100%;
}

.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be .shg-image-zoom,
.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be img.shogun-image {
  max-width: 2500px !important;
  
}

.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be img.shogun-image,
.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be .shg-image-zoom,
.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be {
  max-width:  100%;
}

.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be .shg-image-zoom,
.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be img.shogun-image {
  max-width: 2500px !important;
  
}

.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be img.shogun-image,
.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be .shg-image-zoom,
.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be {
  max-width:  100%;
}

.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be .shg-image-zoom,
.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be img.shogun-image {
  max-width: 2500px !important;
  
}

.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be img.shogun-image,
.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be .shg-image-zoom,
.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be {
  max-width:  100%;
}

.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be .shg-image-zoom,
.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be img.shogun-image {
  max-width: 2500px !important;
  
}

.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be img.shogun-image,
.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be .shg-image-zoom,
.shg-c#s-ea7ff494-031a-4b72-a535-4307308b11be img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3a52abb2-e70e-42d9-a29e-bc2e9022a227 {
  margin-left: auto;
margin-right: auto;
}

#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 {
  max-width:  100%;
}

.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 .shg-image-zoom,
.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 img.shogun-image {
  max-width: 1874px !important;
  
}

.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 img.shogun-image,
.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 .shg-image-zoom,
.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 {
  max-width:  100%;
}

.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 .shg-image-zoom,
.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 img.shogun-image {
  max-width: 1874px !important;
  
}

.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 img.shogun-image,
.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 .shg-image-zoom,
.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 {
  max-width:  100%;
}

.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 .shg-image-zoom,
.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 img.shogun-image {
  max-width: 1874px !important;
  
}

.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 img.shogun-image,
.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 .shg-image-zoom,
.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 {
  max-width:  100%;
}

.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 .shg-image-zoom,
.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 img.shogun-image {
  max-width: 1874px !important;
  
}

.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 img.shogun-image,
.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 .shg-image-zoom,
.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 {
  max-width:  100%;
}

.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 .shg-image-zoom,
.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 img.shogun-image {
  max-width: 1874px !important;
  
}

.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 img.shogun-image,
.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 .shg-image-zoom,
.shg-c#s-d27eed3c-9c7c-4d3d-8658-cfb80035a6b4 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-e1e1161b-68e5-4863-9b16-2e11dc42299a {
  margin-left: auto;
margin-right: auto;
}

#s-e1e1161b-68e5-4863-9b16-2e11dc42299a 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-7b9a3b6c-8661-43e6-8d4c-734544edb4cf {
  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: none;
border-radius: 11px;
text-align: center;
background-color: rgba(247, 247, 247, 1);
}

#s-7b9a3b6c-8661-43e6-8d4c-734544edb4cf .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-41c473c6-8316-4b30-bbcd-9a78780e9001 {
  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-41c473c6-8316-4b30-bbcd-9a78780e9001: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-41c473c6-8316-4b30-bbcd-9a78780e9001:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWEyOTUwODEtZmVjYS00MmZjLWI0YWMtODc0YTc5NTBhODBmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1YTI5NTA4MS1mZWNhLTQyZmMtYjRhYy04NzRhNzk1MGE4MGYpIi8+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-41c473c6-8316-4b30-bbcd-9a78780e9001-root {
    text-align: center;
  }


#s-41c473c6-8316-4b30-bbcd-9a78780e9001.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Ponjoung;
  display:  block ;
}
@media (min-width: 1200px){
  #s-41c473c6-8316-4b30-bbcd-9a78780e9001-root {
    text-align: center;
  }


#s-41c473c6-8316-4b30-bbcd-9a78780e9001.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-41c473c6-8316-4b30-bbcd-9a78780e9001-root {
    text-align: center;
  }


#s-41c473c6-8316-4b30-bbcd-9a78780e9001.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-41c473c6-8316-4b30-bbcd-9a78780e9001-root {
    text-align: center;
  }


#s-41c473c6-8316-4b30-bbcd-9a78780e9001.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Ponjoung;
  display:  block ;
}
}@media (max-width: 767px){
  #s-41c473c6-8316-4b30-bbcd-9a78780e9001-root {
    text-align: center;
  }


#s-41c473c6-8316-4b30-bbcd-9a78780e9001.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Ponjoung;
  display:  block ;
}
}
#s-0149a9f3-97b6-491d-b5ed-282dcaabff38 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(233, 232, 226, 1);
}








#s-0149a9f3-97b6-491d-b5ed-282dcaabff38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0149a9f3-97b6-491d-b5ed-282dcaabff38.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-dccc2fc9-4bbc-4785-8e04-6baf39a0ad2c {
  padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-dccc2fc9-4bbc-4785-8e04-6baf39a0ad2c {
  display: none;
}
#s-dccc2fc9-4bbc-4785-8e04-6baf39a0ad2c, #wrap-s-dccc2fc9-4bbc-4785-8e04-6baf39a0ad2c, #wrap-content-s-dccc2fc9-4bbc-4785-8e04-6baf39a0ad2c { display: none !important; }}
#s-dccc2fc9-4bbc-4785-8e04-6baf39a0ad2c .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-dccc2fc9-4bbc-4785-8e04-6baf39a0ad2c .shg-sld-nav-button.shg-sld-left,
#s-dccc2fc9-4bbc-4785-8e04-6baf39a0ad2c .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-9c025d35-a19d-4935-acc1-6ac5a23f80d6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9c025d35-a19d-4935-acc1-6ac5a23f80d6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9c025d35-a19d-4935-acc1-6ac5a23f80d6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c025d35-a19d-4935-acc1-6ac5a23f80d6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-4630a70f-14aa-46c5-b86d-b2f7c29adc79 {
  background-repeat: no-repeat;
background-size: cover;
padding-left: 40px;
padding-right: 0px;
min-height: 550px;
background-position: center center;
}








#s-4630a70f-14aa-46c5-b86d-b2f7c29adc79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4630a70f-14aa-46c5-b86d-b2f7c29adc79.shg-box.shg-c {
  justify-content: center;
}

#s-74f268ec-ad45-4df6-a921-cca6394bfb8d {
  padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}








#s-74f268ec-ad45-4df6-a921-cca6394bfb8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-74f268ec-ad45-4df6-a921-cca6394bfb8d {
  cursor: pointer;
}#s-74f268ec-ad45-4df6-a921-cca6394bfb8d.shg-box.shg-c {
  justify-content: center;
}

#s-81c7649d-7297-476e-a476-b0df511a28f4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-81c7649d-7297-476e-a476-b0df511a28f4 {
  display: none;
}
#s-81c7649d-7297-476e-a476-b0df511a28f4, #wrap-s-81c7649d-7297-476e-a476-b0df511a28f4, #wrap-content-s-81c7649d-7297-476e-a476-b0df511a28f4 { display: none !important; }}
#s-81c7649d-7297-476e-a476-b0df511a28f4 .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-7e0908ee-fca7-4c7f-9929-afb7e0fa8c82 {
  margin-top: 20px;
margin-bottom: 30px;
}

#s-80241358-4440-4e97-ac60-52e68e4cb9c4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-80241358-4440-4e97-ac60-52e68e4cb9c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-80241358-4440-4e97-ac60-52e68e4cb9c4.shg-box.shg-c {
  justify-content: center;
}

#s-e14b381f-4e48-4f28-8839-cf03b0742322 {
  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-e14b381f-4e48-4f28-8839-cf03b0742322:hover {background-color: rgba(9, 37, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e14b381f-4e48-4f28-8839-cf03b0742322:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e14b381f-4e48-4f28-8839-cf03b0742322-root {
    text-align: center;
  }


#s-e14b381f-4e48-4f28-8839-cf03b0742322.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e14b381f-4e48-4f28-8839-cf03b0742322-root {
    text-align: center;
  }


#s-e14b381f-4e48-4f28-8839-cf03b0742322.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e14b381f-4e48-4f28-8839-cf03b0742322-root {
    text-align: center;
  }


#s-e14b381f-4e48-4f28-8839-cf03b0742322.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e14b381f-4e48-4f28-8839-cf03b0742322-root {
    text-align: center;
  }


#s-e14b381f-4e48-4f28-8839-cf03b0742322.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e14b381f-4e48-4f28-8839-cf03b0742322-root {
    text-align: center;
  }


#s-e14b381f-4e48-4f28-8839-cf03b0742322.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f264f2a6-61ba-4f35-b989-da48444dc3a2 {
  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-f264f2a6-61ba-4f35-b989-da48444dc3a2 {
  display: none;
}
#s-f264f2a6-61ba-4f35-b989-da48444dc3a2, #wrap-s-f264f2a6-61ba-4f35-b989-da48444dc3a2, #wrap-content-s-f264f2a6-61ba-4f35-b989-da48444dc3a2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f264f2a6-61ba-4f35-b989-da48444dc3a2 {
  display: none;
}
#s-f264f2a6-61ba-4f35-b989-da48444dc3a2, #wrap-s-f264f2a6-61ba-4f35-b989-da48444dc3a2, #wrap-content-s-f264f2a6-61ba-4f35-b989-da48444dc3a2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f264f2a6-61ba-4f35-b989-da48444dc3a2 {
  display: none;
}
#s-f264f2a6-61ba-4f35-b989-da48444dc3a2, #wrap-s-f264f2a6-61ba-4f35-b989-da48444dc3a2, #wrap-content-s-f264f2a6-61ba-4f35-b989-da48444dc3a2 { display: none !important; }}
#s-f264f2a6-61ba-4f35-b989-da48444dc3a2 .shg-sld-dot {
  background-color: rgba(255, 151, 0, 1);
}

#s-f264f2a6-61ba-4f35-b989-da48444dc3a2 .shg-sld-nav-button.shg-sld-left,
#s-f264f2a6-61ba-4f35-b989-da48444dc3a2 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 151, 0, 1);
}

#s-4a28fbd9-8ce8-4d77-8e21-38082eb9b8c8 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(247, 247, 247, 1);
}

@media (min-width: 0px) {
[id="s-4a28fbd9-8ce8-4d77-8e21-38082eb9b8c8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4a28fbd9-8ce8-4d77-8e21-38082eb9b8c8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4a28fbd9-8ce8-4d77-8e21-38082eb9b8c8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a28fbd9-8ce8-4d77-8e21-38082eb9b8c8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f2ab2615-c1e0-4007-a211-d4fda4d2f65c {
  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-f2ab2615-c1e0-4007-a211-d4fda4d2f65c {
  display: none;
}
#s-f2ab2615-c1e0-4007-a211-d4fda4d2f65c, #wrap-s-f2ab2615-c1e0-4007-a211-d4fda4d2f65c, #wrap-content-s-f2ab2615-c1e0-4007-a211-d4fda4d2f65c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f2ab2615-c1e0-4007-a211-d4fda4d2f65c {
  display: none;
}
#s-f2ab2615-c1e0-4007-a211-d4fda4d2f65c, #wrap-s-f2ab2615-c1e0-4007-a211-d4fda4d2f65c, #wrap-content-s-f2ab2615-c1e0-4007-a211-d4fda4d2f65c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f2ab2615-c1e0-4007-a211-d4fda4d2f65c {
  display: none;
}
#s-f2ab2615-c1e0-4007-a211-d4fda4d2f65c, #wrap-s-f2ab2615-c1e0-4007-a211-d4fda4d2f65c, #wrap-content-s-f2ab2615-c1e0-4007-a211-d4fda4d2f65c { display: none !important; }}







#s-f2ab2615-c1e0-4007-a211-d4fda4d2f65c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f2ab2615-c1e0-4007-a211-d4fda4d2f65c.shg-box.shg-c {
  justify-content: center;
}

#s-a6ccfe7c-d467-468f-89e8-9093bc459c7e {
  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-a6ccfe7c-d467-468f-89e8-9093bc459c7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a6ccfe7c-d467-468f-89e8-9093bc459c7e.shg-box.shg-c {
  justify-content: center;
}

#s-cc580af8-8398-407d-840e-b293c2f8fb66 {
  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-cc580af8-8398-407d-840e-b293c2f8fb66 {
  display: none;
}
#s-cc580af8-8398-407d-840e-b293c2f8fb66, #wrap-s-cc580af8-8398-407d-840e-b293c2f8fb66, #wrap-content-s-cc580af8-8398-407d-840e-b293c2f8fb66 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cc580af8-8398-407d-840e-b293c2f8fb66 {
  display: none;
}
#s-cc580af8-8398-407d-840e-b293c2f8fb66, #wrap-s-cc580af8-8398-407d-840e-b293c2f8fb66, #wrap-content-s-cc580af8-8398-407d-840e-b293c2f8fb66 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cc580af8-8398-407d-840e-b293c2f8fb66 {
  display: none;
}
#s-cc580af8-8398-407d-840e-b293c2f8fb66, #wrap-s-cc580af8-8398-407d-840e-b293c2f8fb66, #wrap-content-s-cc580af8-8398-407d-840e-b293c2f8fb66 { display: none !important; }}
#s-cc580af8-8398-407d-840e-b293c2f8fb66 .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-fe5fc044-2cb4-441b-94c4-f262597c2476 {
  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-fe5fc044-2cb4-441b-94c4-f262597c2476 {
  display: none;
}
#s-fe5fc044-2cb4-441b-94c4-f262597c2476, #wrap-s-fe5fc044-2cb4-441b-94c4-f262597c2476, #wrap-content-s-fe5fc044-2cb4-441b-94c4-f262597c2476 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fe5fc044-2cb4-441b-94c4-f262597c2476 {
  display: none;
}
#s-fe5fc044-2cb4-441b-94c4-f262597c2476, #wrap-s-fe5fc044-2cb4-441b-94c4-f262597c2476, #wrap-content-s-fe5fc044-2cb4-441b-94c4-f262597c2476 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fe5fc044-2cb4-441b-94c4-f262597c2476 {
  display: none;
}
#s-fe5fc044-2cb4-441b-94c4-f262597c2476, #wrap-s-fe5fc044-2cb4-441b-94c4-f262597c2476, #wrap-content-s-fe5fc044-2cb4-441b-94c4-f262597c2476 { display: none !important; }}
#s-9532ca69-242b-4cbc-96fb-7b8a36e3de4f {
  background-color: rgba(233, 232, 226, 1);
}

@media (min-width: 0px) {
[id="s-9532ca69-242b-4cbc-96fb-7b8a36e3de4f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9532ca69-242b-4cbc-96fb-7b8a36e3de4f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9532ca69-242b-4cbc-96fb-7b8a36e3de4f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9532ca69-242b-4cbc-96fb-7b8a36e3de4f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-121faa12-0f6d-49e4-ae28-d02c72680347 {
  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-121faa12-0f6d-49e4-ae28-d02c72680347 {
  display: none;
}
#s-121faa12-0f6d-49e4-ae28-d02c72680347, #wrap-s-121faa12-0f6d-49e4-ae28-d02c72680347, #wrap-content-s-121faa12-0f6d-49e4-ae28-d02c72680347 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-121faa12-0f6d-49e4-ae28-d02c72680347 {
  display: none;
}
#s-121faa12-0f6d-49e4-ae28-d02c72680347, #wrap-s-121faa12-0f6d-49e4-ae28-d02c72680347, #wrap-content-s-121faa12-0f6d-49e4-ae28-d02c72680347 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-121faa12-0f6d-49e4-ae28-d02c72680347 {
  display: none;
}
#s-121faa12-0f6d-49e4-ae28-d02c72680347, #wrap-s-121faa12-0f6d-49e4-ae28-d02c72680347, #wrap-content-s-121faa12-0f6d-49e4-ae28-d02c72680347 { display: none !important; }}







#s-121faa12-0f6d-49e4-ae28-d02c72680347 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-121faa12-0f6d-49e4-ae28-d02c72680347.shg-box.shg-c {
  justify-content: center;
}

#s-e3d944d1-350e-415e-85fe-43d256f8d345 {
  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-e3d944d1-350e-415e-85fe-43d256f8d345 {
  display: none;
}
#s-e3d944d1-350e-415e-85fe-43d256f8d345, #wrap-s-e3d944d1-350e-415e-85fe-43d256f8d345, #wrap-content-s-e3d944d1-350e-415e-85fe-43d256f8d345 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e3d944d1-350e-415e-85fe-43d256f8d345 {
  display: none;
}
#s-e3d944d1-350e-415e-85fe-43d256f8d345, #wrap-s-e3d944d1-350e-415e-85fe-43d256f8d345, #wrap-content-s-e3d944d1-350e-415e-85fe-43d256f8d345 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e3d944d1-350e-415e-85fe-43d256f8d345 {
  display: none;
}
#s-e3d944d1-350e-415e-85fe-43d256f8d345, #wrap-s-e3d944d1-350e-415e-85fe-43d256f8d345, #wrap-content-s-e3d944d1-350e-415e-85fe-43d256f8d345 { display: none !important; }}







#s-e3d944d1-350e-415e-85fe-43d256f8d345 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e3d944d1-350e-415e-85fe-43d256f8d345.shg-box.shg-c {
  justify-content: center;
}

#s-98e3fe9f-4b12-4208-89ec-e6d606612b17 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-98e3fe9f-4b12-4208-89ec-e6d606612b17 .shogun-heading-component h1 {
  color: rgba(24, 86, 211, 1);
  font-weight:  normal ;
  font-family: "chantal";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-bf52fc32-db66-4c20-b7f4-04a974cc5bf8 {
  margin-top: 20px;
margin-bottom: 30px;
}
@media (min-width: 1200px){#s-bf52fc32-db66-4c20-b7f4-04a974cc5bf8 {
  display: none;
}
#s-bf52fc32-db66-4c20-b7f4-04a974cc5bf8, #wrap-s-bf52fc32-db66-4c20-b7f4-04a974cc5bf8, #wrap-content-s-bf52fc32-db66-4c20-b7f4-04a974cc5bf8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bf52fc32-db66-4c20-b7f4-04a974cc5bf8 {
  display: none;
}
#s-bf52fc32-db66-4c20-b7f4-04a974cc5bf8, #wrap-s-bf52fc32-db66-4c20-b7f4-04a974cc5bf8, #wrap-content-s-bf52fc32-db66-4c20-b7f4-04a974cc5bf8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bf52fc32-db66-4c20-b7f4-04a974cc5bf8 {
  display: none;
}
#s-bf52fc32-db66-4c20-b7f4-04a974cc5bf8, #wrap-s-bf52fc32-db66-4c20-b7f4-04a974cc5bf8, #wrap-content-s-bf52fc32-db66-4c20-b7f4-04a974cc5bf8 { display: none !important; }}
@media (min-width: 0px) {
[id="s-e78e5e88-8c5d-4d9c-9d6f-edce6cd32e7e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e78e5e88-8c5d-4d9c-9d6f-edce6cd32e7e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e78e5e88-8c5d-4d9c-9d6f-edce6cd32e7e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e78e5e88-8c5d-4d9c-9d6f-edce6cd32e7e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-56d20f77-3509-4775-8319-e3e3c376fb1b {
  background-repeat: no-repeat;
background-size: cover;
padding-left: 40px;
padding-right: 0px;
min-height: 300px;
background-position: center center;
}








#s-56d20f77-3509-4775-8319-e3e3c376fb1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-56d20f77-3509-4775-8319-e3e3c376fb1b.shg-box.shg-c {
  justify-content: center;
}

#s-5865d917-2a6b-4cd4-9a3e-0a92b4c559b0 {
  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-5865d917-2a6b-4cd4-9a3e-0a92b4c559b0 {
  display: none;
}
#s-5865d917-2a6b-4cd4-9a3e-0a92b4c559b0, #wrap-s-5865d917-2a6b-4cd4-9a3e-0a92b4c559b0, #wrap-content-s-5865d917-2a6b-4cd4-9a3e-0a92b4c559b0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5865d917-2a6b-4cd4-9a3e-0a92b4c559b0 {
  display: none;
}
#s-5865d917-2a6b-4cd4-9a3e-0a92b4c559b0, #wrap-s-5865d917-2a6b-4cd4-9a3e-0a92b4c559b0, #wrap-content-s-5865d917-2a6b-4cd4-9a3e-0a92b4c559b0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5865d917-2a6b-4cd4-9a3e-0a92b4c559b0 {
  display: none;
}
#s-5865d917-2a6b-4cd4-9a3e-0a92b4c559b0, #wrap-s-5865d917-2a6b-4cd4-9a3e-0a92b4c559b0, #wrap-content-s-5865d917-2a6b-4cd4-9a3e-0a92b4c559b0 { display: none !important; }}







#s-5865d917-2a6b-4cd4-9a3e-0a92b4c559b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5865d917-2a6b-4cd4-9a3e-0a92b4c559b0.shg-box.shg-c {
  justify-content: center;
}

#s-71edc821-a8f1-4154-9c47-566de0e52df3 {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}

#s-71edc821-a8f1-4154-9c47-566de0e52df3 .shogun-heading-component h1 {
  color: rgba(24, 86, 211, 1);
  font-weight:  900 ;
  font-family: "Nunito";
  font-style:  normal ;
  
  
  
  
}



#s-9feb3c07-53ed-40ee-9fa4-57842898e367 {
  margin-top: 20px;
margin-bottom: 30px;
}

#s-c7d6ddaa-973c-4978-b9e8-2052501374a4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c7d6ddaa-973c-4978-b9e8-2052501374a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c7d6ddaa-973c-4978-b9e8-2052501374a4.shg-box.shg-c {
  justify-content: center;
}

#s-f26f61b1-6da4-4d33-b96d-4d645970bed0 {
  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-f26f61b1-6da4-4d33-b96d-4d645970bed0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f26f61b1-6da4-4d33-b96d-4d645970bed0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f26f61b1-6da4-4d33-b96d-4d645970bed0-root {
    text-align: center;
  }


#s-f26f61b1-6da4-4d33-b96d-4d645970bed0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f26f61b1-6da4-4d33-b96d-4d645970bed0-root {
    text-align: center;
  }


#s-f26f61b1-6da4-4d33-b96d-4d645970bed0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f26f61b1-6da4-4d33-b96d-4d645970bed0-root {
    text-align: center;
  }


#s-f26f61b1-6da4-4d33-b96d-4d645970bed0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f26f61b1-6da4-4d33-b96d-4d645970bed0-root {
    text-align: center;
  }


#s-f26f61b1-6da4-4d33-b96d-4d645970bed0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f26f61b1-6da4-4d33-b96d-4d645970bed0-root {
    text-align: center;
  }


#s-f26f61b1-6da4-4d33-b96d-4d645970bed0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-8855efb4-0046-4f6d-9c0a-5290bc1a89b8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8855efb4-0046-4f6d-9c0a-5290bc1a89b8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8855efb4-0046-4f6d-9c0a-5290bc1a89b8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8855efb4-0046-4f6d-9c0a-5290bc1a89b8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-86a3d83e-ba04-4e8a-9488-0a436faf6938 {
  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-86a3d83e-ba04-4e8a-9488-0a436faf6938 {
  display: none;
}
#s-86a3d83e-ba04-4e8a-9488-0a436faf6938, #wrap-s-86a3d83e-ba04-4e8a-9488-0a436faf6938, #wrap-content-s-86a3d83e-ba04-4e8a-9488-0a436faf6938 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-86a3d83e-ba04-4e8a-9488-0a436faf6938 {
  display: none;
}
#s-86a3d83e-ba04-4e8a-9488-0a436faf6938, #wrap-s-86a3d83e-ba04-4e8a-9488-0a436faf6938, #wrap-content-s-86a3d83e-ba04-4e8a-9488-0a436faf6938 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-86a3d83e-ba04-4e8a-9488-0a436faf6938 {
  display: none;
}
#s-86a3d83e-ba04-4e8a-9488-0a436faf6938, #wrap-s-86a3d83e-ba04-4e8a-9488-0a436faf6938, #wrap-content-s-86a3d83e-ba04-4e8a-9488-0a436faf6938 { display: none !important; }}







#s-86a3d83e-ba04-4e8a-9488-0a436faf6938 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-86a3d83e-ba04-4e8a-9488-0a436faf6938.shg-box.shg-c {
  justify-content: center;
}

#s-71c8242d-d56e-4986-bc4b-ae7e096e6370 {
  padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}








#s-71c8242d-d56e-4986-bc4b-ae7e096e6370 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-71c8242d-d56e-4986-bc4b-ae7e096e6370.shg-box.shg-c {
  justify-content: center;
}

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



#s-3ae8dd85-5072-430d-af8c-02bb53a10c1d {
  margin-top: 20px;
margin-bottom: 30px;
}
@media (min-width: 1200px){#s-3ae8dd85-5072-430d-af8c-02bb53a10c1d {
  display: none;
}
#s-3ae8dd85-5072-430d-af8c-02bb53a10c1d, #wrap-s-3ae8dd85-5072-430d-af8c-02bb53a10c1d, #wrap-content-s-3ae8dd85-5072-430d-af8c-02bb53a10c1d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3ae8dd85-5072-430d-af8c-02bb53a10c1d {
  display: none;
}
#s-3ae8dd85-5072-430d-af8c-02bb53a10c1d, #wrap-s-3ae8dd85-5072-430d-af8c-02bb53a10c1d, #wrap-content-s-3ae8dd85-5072-430d-af8c-02bb53a10c1d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3ae8dd85-5072-430d-af8c-02bb53a10c1d {
  display: none;
}
#s-3ae8dd85-5072-430d-af8c-02bb53a10c1d, #wrap-s-3ae8dd85-5072-430d-af8c-02bb53a10c1d, #wrap-content-s-3ae8dd85-5072-430d-af8c-02bb53a10c1d { display: none !important; }}
@media (min-width: 0px) {
[id="s-9905b58f-c876-49b1-b55a-c2f8265cd66f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-9905b58f-c876-49b1-b55a-c2f8265cd66f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-9905b58f-c876-49b1-b55a-c2f8265cd66f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-9905b58f-c876-49b1-b55a-c2f8265cd66f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-0a1b6414-b538-4374-b4ad-f671f2ca95da {
  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-0a1b6414-b538-4374-b4ad-f671f2ca95da {
  margin-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
border-radius: 9px;
min-height: 4px;
}
}







#s-0a1b6414-b538-4374-b4ad-f671f2ca95da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0a1b6414-b538-4374-b4ad-f671f2ca95da {
  cursor: pointer;
}#s-0a1b6414-b538-4374-b4ad-f671f2ca95da.shg-box.shg-c {
  justify-content: center;
}

#s-0f5c7c50-d34d-4fb8-9853-e851b5763109 {
  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-0f5c7c50-d34d-4fb8-9853-e851b5763109 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0f5c7c50-d34d-4fb8-9853-e851b5763109.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-30ca1934-6a7b-4dec-9791-f97db5f2a9fb {
  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-30ca1934-6a7b-4dec-9791-f97db5f2a9fb {
  overflow: hidden;
  
  
      max-width: 1024px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-30ca1934-6a7b-4dec-9791-f97db5f2a9fb img.shogun-image,
  #s-30ca1934-6a7b-4dec-9791-f97db5f2a9fb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-30ca1934-6a7b-4dec-9791-f97db5f2a9fb {
    width: 100%;
    height: auto;
  }



  #s-30ca1934-6a7b-4dec-9791-f97db5f2a9fb img.shogun-image {
    

    
    
    
  }


#s-30ca1934-6a7b-4dec-9791-f97db5f2a9fb .shogun-image-content {
  
    justify-content: center;
  
}

#s-832d1451-8fa6-4278-9811-7dcb3ac98d1b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-832d1451-8fa6-4278-9811-7dcb3ac98d1b .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-3a259874-c43f-4bb9-970d-212aadba1bcb {
  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-3a259874-c43f-4bb9-970d-212aadba1bcb {
  margin-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
border-radius: 9px;
min-height: 4px;
}
}







#s-3a259874-c43f-4bb9-970d-212aadba1bcb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3a259874-c43f-4bb9-970d-212aadba1bcb {
  cursor: pointer;
}#s-3a259874-c43f-4bb9-970d-212aadba1bcb.shg-box.shg-c {
  justify-content: center;
}

#s-e9b251eb-2481-4e48-a39d-523ea62c299f {
  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-e9b251eb-2481-4e48-a39d-523ea62c299f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e9b251eb-2481-4e48-a39d-523ea62c299f.shg-box.shg-c {
  justify-content: center;
}

#s-9ceea239-dbb6-4ba8-9c8f-15e4b5681a5e {
  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-9ceea239-dbb6-4ba8-9c8f-15e4b5681a5e:hover {border-style: solid !important;
border-color: rgba(44, 42, 52, 1) !important;}
#s-9ceea239-dbb6-4ba8-9c8f-15e4b5681a5e {
  overflow: hidden;
  
  
      max-width: 2560px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-9ceea239-dbb6-4ba8-9c8f-15e4b5681a5e img.shogun-image,
  #s-9ceea239-dbb6-4ba8-9c8f-15e4b5681a5e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9ceea239-dbb6-4ba8-9c8f-15e4b5681a5e {
    width: 100%;
    height: auto;
  }



  #s-9ceea239-dbb6-4ba8-9c8f-15e4b5681a5e img.shogun-image {
    

    
    
    
  }


#s-9ceea239-dbb6-4ba8-9c8f-15e4b5681a5e .shogun-image-content {
  
    justify-content: center;
  
}

#s-d33c8795-14d8-4a23-8c1e-024b51379b94 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d33c8795-14d8-4a23-8c1e-024b51379b94 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-20a9cbe9-5dad-4475-8df0-cef4789f6c5d {
  min-height: 50px;
}








#s-20a9cbe9-5dad-4475-8df0-cef4789f6c5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-20a9cbe9-5dad-4475-8df0-cef4789f6c5d.shg-box.shg-c {
  justify-content: center;
}

#s-5337979b-e762-4313-9d6a-61caeb9fe76c {
  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-5337979b-e762-4313-9d6a-61caeb9fe76c {
  margin-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
border-radius: 9px;
min-height: 4px;
}
}







#s-5337979b-e762-4313-9d6a-61caeb9fe76c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5337979b-e762-4313-9d6a-61caeb9fe76c.shg-box.shg-c {
  justify-content: center;
}

#s-a3db221c-90e1-4bcb-a013-fa940fc8b733 {
  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-a3db221c-90e1-4bcb-a013-fa940fc8b733 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a3db221c-90e1-4bcb-a013-fa940fc8b733.shg-box.shg-c {
  justify-content: center;
}

#s-9df1e285-fc27-411e-9d04-d346c7bf1925 {
  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-9df1e285-fc27-411e-9d04-d346c7bf1925:hover {border-style: solid !important;
border-color: rgba(44, 42, 52, 1) !important;}
#s-9df1e285-fc27-411e-9d04-d346c7bf1925 {
  overflow: hidden;
  
  
      max-width: 2048px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-9df1e285-fc27-411e-9d04-d346c7bf1925 img.shogun-image,
  #s-9df1e285-fc27-411e-9d04-d346c7bf1925 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9df1e285-fc27-411e-9d04-d346c7bf1925 {
    width: 100%;
    height: auto;
  }



  #s-9df1e285-fc27-411e-9d04-d346c7bf1925 img.shogun-image {
    

    
    
    
  }


#s-9df1e285-fc27-411e-9d04-d346c7bf1925 .shogun-image-content {
  
    justify-content: center;
  
}

#s-edc16b45-d3e0-47e7-a330-e0f6eb14e945 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-edc16b45-d3e0-47e7-a330-e0f6eb14e945 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-71c3760f-9475-41cc-86cd-a0ebf008298e {
  margin-top: -100px;
margin-bottom: -100px;
padding-top: 100px;
padding-bottom: 100px;
min-height: 50px;
}








#s-71c3760f-9475-41cc-86cd-a0ebf008298e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-71c3760f-9475-41cc-86cd-a0ebf008298e.shg-box.shg-c {
  justify-content: center;
}

#s-4376cc6d-31d8-46da-ab6a-2a6982ced26a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-4376cc6d-31d8-46da-ab6a-2a6982ced26a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4376cc6d-31d8-46da-ab6a-2a6982ced26a.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-df4b7d56-2159-4984-b3d4-d4fb22034a49"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df4b7d56-2159-4984-b3d4-d4fb22034a49"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-df4b7d56-2159-4984-b3d4-d4fb22034a49"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-df4b7d56-2159-4984-b3d4-d4fb22034a49"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-11514d53-ac41-46fe-bdc1-0001a0e34b25 {
  min-height: 50px;
}








#s-11514d53-ac41-46fe-bdc1-0001a0e34b25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-11514d53-ac41-46fe-bdc1-0001a0e34b25.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-68f4ed8d-6dde-4437-94d9-4ea6c5aad0a6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-68f4ed8d-6dde-4437-94d9-4ea6c5aad0a6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 0px;
}

#s-68f4ed8d-6dde-4437-94d9-4ea6c5aad0a6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(51, 51, 51, 1);
}

#s-68f4ed8d-6dde-4437-94d9-4ea6c5aad0a6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-68f4ed8d-6dde-4437-94d9-4ea6c5aad0a6 > .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-68f4ed8d-6dde-4437-94d9-4ea6c5aad0a6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-8b49a68e-118c-4c31-858a-f863d48f005e {
  min-height: 50px;
}








#s-8b49a68e-118c-4c31-858a-f863d48f005e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8b49a68e-118c-4c31-858a-f863d48f005e.shg-box.shg-c {
  justify-content: center;
}

#s-4f0e0028-27ca-4748-83db-3faf56ee7744 {
  min-height: 50px;
}








#s-4f0e0028-27ca-4748-83db-3faf56ee7744 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4f0e0028-27ca-4748-83db-3faf56ee7744.shg-box.shg-c {
  justify-content: center;
}

#s-bf1a942a-3eb9-4ad4-bdd2-f311918718fa > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-bf1a942a-3eb9-4ad4-bdd2-f311918718fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 0px;
}

#s-bf1a942a-3eb9-4ad4-bdd2-f311918718fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(51, 51, 51, 1);
}

#s-bf1a942a-3eb9-4ad4-bdd2-f311918718fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-bf1a942a-3eb9-4ad4-bdd2-f311918718fa > .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-bf1a942a-3eb9-4ad4-bdd2-f311918718fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-79dd7d7c-9878-4af2-acd5-665553bcb82c {
  min-height: 50px;
}








#s-79dd7d7c-9878-4af2-acd5-665553bcb82c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-79dd7d7c-9878-4af2-acd5-665553bcb82c.shg-box.shg-c {
  justify-content: center;
}

#s-1f5ebbc3-a22a-4f2b-8aa4-cec5e5b0d2e6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-1f5ebbc3-a22a-4f2b-8aa4-cec5e5b0d2e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 0px;
}

#s-1f5ebbc3-a22a-4f2b-8aa4-cec5e5b0d2e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(51, 51, 51, 1);
}

#s-1f5ebbc3-a22a-4f2b-8aa4-cec5e5b0d2e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-1f5ebbc3-a22a-4f2b-8aa4-cec5e5b0d2e6 > .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-1f5ebbc3-a22a-4f2b-8aa4-cec5e5b0d2e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
@media (max-width: 767px){#s-82596431-d060-49a5-b12f-16997c21f890 {
  display: none;
}
#s-82596431-d060-49a5-b12f-16997c21f890, #wrap-s-82596431-d060-49a5-b12f-16997c21f890, #wrap-content-s-82596431-d060-49a5-b12f-16997c21f890 { display: none !important; }}
#s-82596431-d060-49a5-b12f-16997c21f890 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-1c6fb216-bcd6-4037-9773-3deed11a0551 {
  min-height: 50px;
}








#s-1c6fb216-bcd6-4037-9773-3deed11a0551 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1c6fb216-bcd6-4037-9773-3deed11a0551.shg-box.shg-c {
  justify-content: center;
}

#s-d0907b0f-b4f5-4e3e-9f60-a3b89786f333 {
  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-d0907b0f-b4f5-4e3e-9f60-a3b89786f333 {
  padding-top: 150px;
padding-left: 100px;
padding-bottom: 150px;
padding-right: 100px;
}
}@media (max-width: 767px){#s-d0907b0f-b4f5-4e3e-9f60-a3b89786f333 {
  padding-top: 100px;
padding-left: 50px;
padding-bottom: 100px;
padding-right: 50px;
display: none;
}
#s-d0907b0f-b4f5-4e3e-9f60-a3b89786f333, #wrap-s-d0907b0f-b4f5-4e3e-9f60-a3b89786f333, #wrap-content-s-d0907b0f-b4f5-4e3e-9f60-a3b89786f333 { display: none !important; }}







#s-d0907b0f-b4f5-4e3e-9f60-a3b89786f333 > .shg-box-overlay {
  background-color: rgba(51, 51, 51, 1);
  opacity: 0.3;
  display: block;
}#s-d0907b0f-b4f5-4e3e-9f60-a3b89786f333.shg-box.shg-c {
  justify-content: center;
}

#s-34c35109-acd8-4738-889e-bc4df04c29c3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
background-attachment: scroll;
}

#s-34c35109-acd8-4738-889e-bc4df04c29c3 {
  background-image: url();
}








#s-34c35109-acd8-4738-889e-bc4df04c29c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-34c35109-acd8-4738-889e-bc4df04c29c3.shg-box.shg-c {
  justify-content: center;
}

#s-564169c4-8abf-48e3-88e6-2a591c4672e2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-564169c4-8abf-48e3-88e6-2a591c4672e2 .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-bb60c484-9bdb-4bb8-af68-774a351e7943 {
  min-height: 50px;
background-color: #000;
}








#s-bb60c484-9bdb-4bb8-af68-774a351e7943 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bb60c484-9bdb-4bb8-af68-774a351e7943.shg-box.shg-c {
  justify-content: center;
}

#s-d0669cbb-e9b2-4e34-a5ad-07776bc7bb2d {
  margin-left: auto;
margin-right: auto;
padding-left: 8%;
padding-right: 8%;
min-height: 50px;
}
@media (max-width: 767px){#s-d0669cbb-e9b2-4e34-a5ad-07776bc7bb2d {
  display: none;
}
#s-d0669cbb-e9b2-4e34-a5ad-07776bc7bb2d, #wrap-s-d0669cbb-e9b2-4e34-a5ad-07776bc7bb2d, #wrap-content-s-d0669cbb-e9b2-4e34-a5ad-07776bc7bb2d { display: none !important; }}







#s-d0669cbb-e9b2-4e34-a5ad-07776bc7bb2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d0669cbb-e9b2-4e34-a5ad-07776bc7bb2d.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-3d99adc1-963c-42c8-bea5-57918694100f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d99adc1-963c-42c8-bea5-57918694100f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-3d99adc1-963c-42c8-bea5-57918694100f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-3d99adc1-963c-42c8-bea5-57918694100f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-e202ec6a-8076-4af8-b8cd-5add75133ebc {
  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-e202ec6a-8076-4af8-b8cd-5add75133ebc {
  margin-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
border-radius: 9px;
min-height: 4px;
}
}







#s-e202ec6a-8076-4af8-b8cd-5add75133ebc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e202ec6a-8076-4af8-b8cd-5add75133ebc.shg-box.shg-c {
  justify-content: center;
}

#s-23022189-6539-4dbb-8746-2df267b68196 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-23022189-6539-4dbb-8746-2df267b68196 .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-f071f31f-8ca4-4dce-845b-4636c71d7af6 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f071f31f-8ca4-4dce-845b-4636c71d7af6 .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-f071f31f-8ca4-4dce-845b-4636c71d7af6 .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-c6bd20bf-50d0-4bb9-a07b-182b77745945 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c6bd20bf-50d0-4bb9-a07b-182b77745945 .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-75fd9660-6c2b-45a3-92d5-dfed54136424 {
  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-75fd9660-6c2b-45a3-92d5-dfed54136424 {
  margin-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
border-radius: 9px;
min-height: 4px;
}
}







#s-75fd9660-6c2b-45a3-92d5-dfed54136424 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-75fd9660-6c2b-45a3-92d5-dfed54136424.shg-box.shg-c {
  justify-content: center;
}

#s-24550c08-ed79-4eea-960c-371c27c748bd {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-24550c08-ed79-4eea-960c-371c27c748bd .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-1ca22681-5945-44d8-94ec-9a89c79d3e38 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1ca22681-5945-44d8-94ec-9a89c79d3e38 .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-1ca22681-5945-44d8-94ec-9a89c79d3e38 .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-e22e394e-1979-49d3-95ec-a44b23fee1ee {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e22e394e-1979-49d3-95ec-a44b23fee1ee .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-d468f4df-a7da-4c51-856a-a9ff8f8c034b {
  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-d468f4df-a7da-4c51-856a-a9ff8f8c034b {
  margin-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
border-radius: 9px;
min-height: 4px;
}
}







#s-d468f4df-a7da-4c51-856a-a9ff8f8c034b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d468f4df-a7da-4c51-856a-a9ff8f8c034b.shg-box.shg-c {
  justify-content: center;
}

#s-ddc51b66-f165-40c8-b012-8f10e2b93229 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ddc51b66-f165-40c8-b012-8f10e2b93229 .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-27fc7e7c-94bc-4f0d-a48f-f078ba7b0e29 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-27fc7e7c-94bc-4f0d-a48f-f078ba7b0e29 .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-27fc7e7c-94bc-4f0d-a48f-f078ba7b0e29 .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-5f9159d0-18df-4fbe-82c1-9c1063aef226 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5f9159d0-18df-4fbe-82c1-9c1063aef226 .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-c7482a83-fbe5-4fb8-b40a-c80fc6738b5c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-c7482a83-fbe5-4fb8-b40a-c80fc6738b5c {
  display: none;
}
#s-c7482a83-fbe5-4fb8-b40a-c80fc6738b5c, #wrap-s-c7482a83-fbe5-4fb8-b40a-c80fc6738b5c, #wrap-content-s-c7482a83-fbe5-4fb8-b40a-c80fc6738b5c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c7482a83-fbe5-4fb8-b40a-c80fc6738b5c {
  display: none;
}
#s-c7482a83-fbe5-4fb8-b40a-c80fc6738b5c, #wrap-s-c7482a83-fbe5-4fb8-b40a-c80fc6738b5c, #wrap-content-s-c7482a83-fbe5-4fb8-b40a-c80fc6738b5c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c7482a83-fbe5-4fb8-b40a-c80fc6738b5c {
  display: none;
}
#s-c7482a83-fbe5-4fb8-b40a-c80fc6738b5c, #wrap-s-c7482a83-fbe5-4fb8-b40a-c80fc6738b5c, #wrap-content-s-c7482a83-fbe5-4fb8-b40a-c80fc6738b5c { display: none !important; }}







#s-c7482a83-fbe5-4fb8-b40a-c80fc6738b5c > .shg-box-overlay {
  background-color: rgba(51, 51, 51, 1);
  opacity: 0.4;
  display: block;
}#s-c7482a83-fbe5-4fb8-b40a-c80fc6738b5c.shg-box.shg-c {
  justify-content: center;
}

#s-41646330-f68a-4616-9097-16cc1761fdfe {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
background-attachment: scroll;
}

#s-41646330-f68a-4616-9097-16cc1761fdfe {
  background-image: url();
}








#s-41646330-f68a-4616-9097-16cc1761fdfe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-41646330-f68a-4616-9097-16cc1761fdfe.shg-box.shg-c {
  justify-content: center;
}

#s-f52cc827-c221-46be-b3ba-1835f8b81895 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f52cc827-c221-46be-b3ba-1835f8b81895 .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-d649c1b1-a107-4721-9a9d-b2813cd3471d {
  padding-left: 0%;
padding-right: 0%;
}
@media (max-width: 767px){#s-d649c1b1-a107-4721-9a9d-b2813cd3471d {
  display: none;
}
#s-d649c1b1-a107-4721-9a9d-b2813cd3471d, #wrap-s-d649c1b1-a107-4721-9a9d-b2813cd3471d, #wrap-content-s-d649c1b1-a107-4721-9a9d-b2813cd3471d { display: none !important; }}
@media (min-width: 0px) {
[id="s-15ca50eb-64d0-42ba-baf4-ef979cf6ada6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-15ca50eb-64d0-42ba-baf4-ef979cf6ada6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-15ca50eb-64d0-42ba-baf4-ef979cf6ada6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-15ca50eb-64d0-42ba-baf4-ef979cf6ada6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-417f0440-3355-4b41-b1c4-a5cd9afb5510 {
  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-417f0440-3355-4b41-b1c4-a5cd9afb5510 {
  margin-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
border-radius: 9px;
min-height: 4px;
}
}







#s-417f0440-3355-4b41-b1c4-a5cd9afb5510 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-417f0440-3355-4b41-b1c4-a5cd9afb5510.shg-box.shg-c {
  justify-content: center;
}

#s-7edf534f-e706-49fe-8ae1-2d0bb291095b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7edf534f-e706-49fe-8ae1-2d0bb291095b .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-496a66ea-d892-4360-b343-204ae5bc2aa2 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-496a66ea-d892-4360-b343-204ae5bc2aa2 .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-496a66ea-d892-4360-b343-204ae5bc2aa2 .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-8fd7e938-792d-43d0-9be0-523bcd72e074 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8fd7e938-792d-43d0-9be0-523bcd72e074 .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-2ae56ed4-d4b8-42ba-b205-1a3a0be3ea64 {
  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-2ae56ed4-d4b8-42ba-b205-1a3a0be3ea64 {
  margin-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
border-radius: 9px;
min-height: 4px;
}
}







#s-2ae56ed4-d4b8-42ba-b205-1a3a0be3ea64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2ae56ed4-d4b8-42ba-b205-1a3a0be3ea64.shg-box.shg-c {
  justify-content: center;
}

#s-949f5a84-1fbb-40e1-9d7b-229135873ea2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-949f5a84-1fbb-40e1-9d7b-229135873ea2 .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-278b2957-dca7-4265-8480-c442a6ab6aef {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-278b2957-dca7-4265-8480-c442a6ab6aef .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-278b2957-dca7-4265-8480-c442a6ab6aef .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-62d19ece-ecb4-409f-b8fb-7fbb697333ca {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-62d19ece-ecb4-409f-b8fb-7fbb697333ca .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-0140bc73-d0f5-4de7-b348-b9be2cca5b18 {
  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-0140bc73-d0f5-4de7-b348-b9be2cca5b18 {
  margin-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
border-radius: 9px;
min-height: 4px;
}
}







#s-0140bc73-d0f5-4de7-b348-b9be2cca5b18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0140bc73-d0f5-4de7-b348-b9be2cca5b18.shg-box.shg-c {
  justify-content: center;
}

#s-2e3e71fa-10b7-4ee3-8aee-e88472ccdde2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2e3e71fa-10b7-4ee3-8aee-e88472ccdde2 .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-0b413035-dbe7-427c-b889-a63fe22089d6 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0b413035-dbe7-427c-b889-a63fe22089d6 .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-0b413035-dbe7-427c-b889-a63fe22089d6 .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-cb74b733-fa88-495f-9ea5-ea9fc0f2cf34 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-cb74b733-fa88-495f-9ea5-ea9fc0f2cf34 .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-69427f17-5c2c-4797-9a08-b7adfc7c2712 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
max-width: 900px;
}
@media (max-width: 767px){#s-69427f17-5c2c-4797-9a08-b7adfc7c2712 {
  margin-top: 40px;
padding-left: 30px;
padding-right: 30px;
}
}







#s-69427f17-5c2c-4797-9a08-b7adfc7c2712 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-69427f17-5c2c-4797-9a08-b7adfc7c2712.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-62deb21e-9590-426a-9f8e-ac2027b9fa7f {
  margin-top: 16px;
margin-left: 0%;
margin-bottom: 16px;
margin-right: 0%;
}


  #s-62deb21e-9590-426a-9f8e-ac2027b9fa7f .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 3px solid rgba(236, 230, 230, 0);
  }
  #s-62deb21e-9590-426a-9f8e-ac2027b9fa7f .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #000;
    border: 3px solid #000;
  }
#s-62deb21e-9590-426a-9f8e-ac2027b9fa7f .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: #000;
  font-family: Poppins;
  font-weight: 700;
  
  font-size: 27px;
}

#s-62deb21e-9590-426a-9f8e-ac2027b9fa7f .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-62deb21e-9590-426a-9f8e-ac2027b9fa7f .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 3px);
  left: 3px;
  bottom: -3px;
  height: 3px;
  background: #000;
}

#s-62deb21e-9590-426a-9f8e-ac2027b9fa7f .shogun-tabs-body {
  margin-top: -3px;
  border-top: 3px solid #000;
}
@media (max-width: 767px){
  #s-62deb21e-9590-426a-9f8e-ac2027b9fa7f .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 3px solid rgba(236, 230, 230, 0);
  }
  #s-62deb21e-9590-426a-9f8e-ac2027b9fa7f .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #000;
    border: 3px solid #000;
  }
#s-62deb21e-9590-426a-9f8e-ac2027b9fa7f .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: #000;
  font-family: Poppins;
  font-weight: 600;
  
  font-size: 17px;
}

#s-62deb21e-9590-426a-9f8e-ac2027b9fa7f .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-62deb21e-9590-426a-9f8e-ac2027b9fa7f .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 3px);
  left: 3px;
  bottom: -3px;
  height: 3px;
  background: #000;
}

#s-62deb21e-9590-426a-9f8e-ac2027b9fa7f .shogun-tabs-body {
  margin-top: -3px;
  border-top: 3px solid #000;
}
}
#s-bd77ad8c-7429-4844-b1f1-711b9f38b7dd {
  text-align: center;
}

#s-bd77ad8c-7429-4844-b1f1-711b9f38b7dd {
  overflow: hidden;
  
  
}







  #s-bd77ad8c-7429-4844-b1f1-711b9f38b7dd img.shogun-image {
    

    
    
    
  }


#s-bd77ad8c-7429-4844-b1f1-711b9f38b7dd .shogun-image-content {
  
    justify-content: center;
  
}

#s-e6b59325-4f2f-4b58-8d44-348ef151421c {
  text-align: center;
}

#s-e6b59325-4f2f-4b58-8d44-348ef151421c {
  overflow: hidden;
  
  
}







  #s-e6b59325-4f2f-4b58-8d44-348ef151421c img.shogun-image {
    

    
    
    
  }


#s-e6b59325-4f2f-4b58-8d44-348ef151421c .shogun-image-content {
  
    justify-content: center;
  
}

#s-04261b74-6e54-4fae-96b3-ae9288325857 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}








#s-04261b74-6e54-4fae-96b3-ae9288325857 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-04261b74-6e54-4fae-96b3-ae9288325857.shg-box.shg-c {
  justify-content: center;
}

#s-158a20ff-0a5f-43dd-b5d6-360be59c1efb {
  min-height: 50px;
}








#s-158a20ff-0a5f-43dd-b5d6-360be59c1efb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-158a20ff-0a5f-43dd-b5d6-360be59c1efb.shg-box.shg-c {
  justify-content: center;
}

#s-4e66c22b-87fd-48c4-9ec2-89481127232d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4e66c22b-87fd-48c4-9ec2-89481127232d .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-4e66c22b-87fd-48c4-9ec2-89481127232d .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-e2269ca8-d9fa-4637-8a19-98e476e71bf7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e2269ca8-d9fa-4637-8a19-98e476e71bf7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e2269ca8-d9fa-4637-8a19-98e476e71bf7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2269ca8-d9fa-4637-8a19-98e476e71bf7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 0px) {
[id="s-3e0429d3-1532-4d7f-9f43-230b8fa6db79"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-3e0429d3-1532-4d7f-9f43-230b8fa6db79"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3e0429d3-1532-4d7f-9f43-230b8fa6db79"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3e0429d3-1532-4d7f-9f43-230b8fa6db79"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ed648087-f64f-46bb-be16-414c09f947f9 {
  text-align: center;
}

#s-ed648087-f64f-46bb-be16-414c09f947f9 {
  overflow: hidden;
  
  
}







  #s-ed648087-f64f-46bb-be16-414c09f947f9 img.shogun-image {
    

    
    
    
  }


#s-ed648087-f64f-46bb-be16-414c09f947f9 .shogun-image-content {
  
    justify-content: center;
  
}

#s-26c1021d-d050-44a7-bb2e-fed530ac87ec {
  padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-26c1021d-d050-44a7-bb2e-fed530ac87ec {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-26c1021d-d050-44a7-bb2e-fed530ac87ec {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-26c1021d-d050-44a7-bb2e-fed530ac87ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-26c1021d-d050-44a7-bb2e-fed530ac87ec.shg-box.shg-c {
  justify-content: center;
}

#s-6cf2e56b-f376-45ba-921a-4827d38c8f35 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6cf2e56b-f376-45ba-921a-4827d38c8f35 .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-6cf2e56b-f376-45ba-921a-4827d38c8f35 .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-6cf2e56b-f376-45ba-921a-4827d38c8f35 .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-86da34c1-c8f5-4dd2-bcc5-3020f091cd96 {
  text-align: center;
}

#s-86da34c1-c8f5-4dd2-bcc5-3020f091cd96 {
  overflow: hidden;
  
  
}







  #s-86da34c1-c8f5-4dd2-bcc5-3020f091cd96 img.shogun-image {
    

    
    
    
  }


#s-86da34c1-c8f5-4dd2-bcc5-3020f091cd96 .shogun-image-content {
  
    justify-content: center;
  
}

#s-9bedd597-385a-47a9-9c32-012edf5c94d4 {
  padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9bedd597-385a-47a9-9c32-012edf5c94d4 {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-9bedd597-385a-47a9-9c32-012edf5c94d4 {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-9bedd597-385a-47a9-9c32-012edf5c94d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9bedd597-385a-47a9-9c32-012edf5c94d4.shg-box.shg-c {
  justify-content: center;
}

#s-3b0da906-7201-4f80-a131-9c9e207cbd21 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3b0da906-7201-4f80-a131-9c9e207cbd21 .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-3b0da906-7201-4f80-a131-9c9e207cbd21 .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-3b0da906-7201-4f80-a131-9c9e207cbd21 .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-b4c23870-65cc-4150-88ef-b2e82ff7fb84"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b4c23870-65cc-4150-88ef-b2e82ff7fb84"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b4c23870-65cc-4150-88ef-b2e82ff7fb84"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b4c23870-65cc-4150-88ef-b2e82ff7fb84"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ab340b9e-3bf6-4b82-b064-344d231fa2cd {
  text-align: center;
}

#s-ab340b9e-3bf6-4b82-b064-344d231fa2cd {
  overflow: hidden;
  
  
}







  #s-ab340b9e-3bf6-4b82-b064-344d231fa2cd img.shogun-image {
    

    
    
    
  }


#s-ab340b9e-3bf6-4b82-b064-344d231fa2cd .shogun-image-content {
  
    justify-content: center;
  
}

#s-7b042efc-591d-4375-8dca-2aa8a900b472 {
  padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7b042efc-591d-4375-8dca-2aa8a900b472 {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-7b042efc-591d-4375-8dca-2aa8a900b472 {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-7b042efc-591d-4375-8dca-2aa8a900b472 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7b042efc-591d-4375-8dca-2aa8a900b472.shg-box.shg-c {
  justify-content: center;
}

#s-d7f61a72-ca0a-4638-8b3f-b9b64abea807 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d7f61a72-ca0a-4638-8b3f-b9b64abea807 .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-d7f61a72-ca0a-4638-8b3f-b9b64abea807 .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-d7f61a72-ca0a-4638-8b3f-b9b64abea807 .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-36817098-fa4c-4847-a7c1-8a83aad4c5ab {
  text-align: center;
}

#s-36817098-fa4c-4847-a7c1-8a83aad4c5ab {
  overflow: hidden;
  
  
}







  #s-36817098-fa4c-4847-a7c1-8a83aad4c5ab img.shogun-image {
    

    
    
    
  }


#s-36817098-fa4c-4847-a7c1-8a83aad4c5ab .shogun-image-content {
  
    justify-content: center;
  
}

#s-610aee31-e1e1-442c-9f5e-33bb5df59180 {
  padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-610aee31-e1e1-442c-9f5e-33bb5df59180 {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-610aee31-e1e1-442c-9f5e-33bb5df59180 {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-610aee31-e1e1-442c-9f5e-33bb5df59180 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-610aee31-e1e1-442c-9f5e-33bb5df59180.shg-box.shg-c {
  justify-content: center;
}

#s-49b0f30a-7dca-4b92-b16c-be928377a275 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-49b0f30a-7dca-4b92-b16c-be928377a275 .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-49b0f30a-7dca-4b92-b16c-be928377a275 .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-49b0f30a-7dca-4b92-b16c-be928377a275 .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-7c38db73-546b-433e-b468-deb7507e4d01 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-7c38db73-546b-433e-b468-deb7507e4d01 {
  display: none;
}
#s-7c38db73-546b-433e-b468-deb7507e4d01, #wrap-s-7c38db73-546b-433e-b468-deb7507e4d01, #wrap-content-s-7c38db73-546b-433e-b468-deb7507e4d01 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7c38db73-546b-433e-b468-deb7507e4d01 {
  display: none;
}
#s-7c38db73-546b-433e-b468-deb7507e4d01, #wrap-s-7c38db73-546b-433e-b468-deb7507e4d01, #wrap-content-s-7c38db73-546b-433e-b468-deb7507e4d01 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7c38db73-546b-433e-b468-deb7507e4d01 {
  padding-left: 30px;
padding-right: 30px;
display: none;
}
#s-7c38db73-546b-433e-b468-deb7507e4d01, #wrap-s-7c38db73-546b-433e-b468-deb7507e4d01, #wrap-content-s-7c38db73-546b-433e-b468-deb7507e4d01 { display: none !important; }}@media (max-width: 767px){#s-7c38db73-546b-433e-b468-deb7507e4d01 {
  padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-7c38db73-546b-433e-b468-deb7507e4d01, #wrap-s-7c38db73-546b-433e-b468-deb7507e4d01, #wrap-content-s-7c38db73-546b-433e-b468-deb7507e4d01 { display: none !important; }}







#s-7c38db73-546b-433e-b468-deb7507e4d01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7c38db73-546b-433e-b468-deb7507e4d01.shg-box.shg-c {
  justify-content: center;
}

#s-102ecf37-7b29-4987-8a6d-a4fbc910f6b7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-102ecf37-7b29-4987-8a6d-a4fbc910f6b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-102ecf37-7b29-4987-8a6d-a4fbc910f6b7.shg-box.shg-c {
  justify-content: center;
}

#s-304179a6-666a-447c-8a4c-b92cff1a0682 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-304179a6-666a-447c-8a4c-b92cff1a0682 .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-5eba79a8-2f9c-42be-abd1-bfd6602c3f25 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0.08);
}

#s-5eba79a8-2f9c-42be-abd1-bfd6602c3f25 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-5eba79a8-2f9c-42be-abd1-bfd6602c3f25 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(51, 51, 51, 1);
}

#s-5eba79a8-2f9c-42be-abd1-bfd6602c3f25 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0.08);
}

#s-5eba79a8-2f9c-42be-abd1-bfd6602c3f25 > .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-5eba79a8-2f9c-42be-abd1-bfd6602c3f25 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-8cf7fa28-7d51-43dc-96f8-71454f0ad7c0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 50px;
}








#s-8cf7fa28-7d51-43dc-96f8-71454f0ad7c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8cf7fa28-7d51-43dc-96f8-71454f0ad7c0.shg-box.shg-c {
  justify-content: center;
}

#s-07d6fa00-852d-40b2-9c28-5e29da634e7c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 50px;
}








#s-07d6fa00-852d-40b2-9c28-5e29da634e7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-07d6fa00-852d-40b2-9c28-5e29da634e7c.shg-box.shg-c {
  justify-content: center;
}

#s-992de189-9ea2-4039-a29c-79275f4e6f6f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 50px;
}








#s-992de189-9ea2-4039-a29c-79275f4e6f6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-992de189-9ea2-4039-a29c-79275f4e6f6f.shg-box.shg-c {
  justify-content: center;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

#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}