.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-6df31f8a-faea-4b45-826f-b6799d553347 {
  background-size: cover;
margin-top: -50px;
margin-left: auto;
margin-bottom: -50px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(130, 130, 130, 1);
border-style: solid;
max-width: 1920px;
background-position: center center;
}
@media (min-width: 1200px){#s-6df31f8a-faea-4b45-826f-b6799d553347 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6df31f8a-faea-4b45-826f-b6799d553347 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6df31f8a-faea-4b45-826f-b6799d553347 {
  display: none;
}
#s-6df31f8a-faea-4b45-826f-b6799d553347, #wrap-s-6df31f8a-faea-4b45-826f-b6799d553347, #wrap-content-s-6df31f8a-faea-4b45-826f-b6799d553347 { display: none !important; }}@media (max-width: 767px){#s-6df31f8a-faea-4b45-826f-b6799d553347 {
  display: none;
}
#s-6df31f8a-faea-4b45-826f-b6799d553347, #wrap-s-6df31f8a-faea-4b45-826f-b6799d553347, #wrap-content-s-6df31f8a-faea-4b45-826f-b6799d553347 { display: none !important; }}







#s-6df31f8a-faea-4b45-826f-b6799d553347 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-6df31f8a-faea-4b45-826f-b6799d553347.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-eaf94599-ab21-45c0-a2ea-b1baff9795ec {
  max-width: 1920px;
}

#s-eaf94599-ab21-45c0-a2ea-b1baff9795ec .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-eaf94599-ab21-45c0-a2ea-b1baff9795ec .shg-sld-nav-button.shg-sld-left,
#s-eaf94599-ab21-45c0-a2ea-b1baff9795ec .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.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-6609b83e-5530-4847-9846-8eab79a3fa7a {
  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;
text-align: center;
opacity: 1;
}

#s-6609b83e-5530-4847-9846-8eab79a3fa7a {
  overflow: hidden;
  
  
}







  #s-6609b83e-5530-4847-9846-8eab79a3fa7a img.shogun-image {
    

    
    
    
  }


#s-6609b83e-5530-4847-9846-8eab79a3fa7a .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-cf5d7840-20f8-41a7-9297-fcafb369218a {
  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;
text-align: center;
}

#s-cf5d7840-20f8-41a7-9297-fcafb369218a {
  overflow: hidden;
  
  
}







  #s-cf5d7840-20f8-41a7-9297-fcafb369218a img.shogun-image {
    

    
    
    
  }


#s-cf5d7840-20f8-41a7-9297-fcafb369218a .shogun-image-content {
  
    justify-content: center;
  
}

#s-5e645d9e-3467-4359-87d2-08f0397d9ad1 {
  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;
max-width: 1920px;
aspect-ratio: 1920/800;
text-align: center;
}

#s-5e645d9e-3467-4359-87d2-08f0397d9ad1 {
  overflow: hidden;
  
  
      max-width: 1920px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-5e645d9e-3467-4359-87d2-08f0397d9ad1 img.shogun-image,
  #s-5e645d9e-3467-4359-87d2-08f0397d9ad1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5e645d9e-3467-4359-87d2-08f0397d9ad1 {
    width: 100%;
    height: auto;
  }



  #s-5e645d9e-3467-4359-87d2-08f0397d9ad1 img.shogun-image {
    

    
    
    
  }


#s-5e645d9e-3467-4359-87d2-08f0397d9ad1 .shogun-image-content {
  
    justify-content: center;
  
}

#s-50d5c7eb-9b51-4b33-8def-2cba14f6cacd {
  background-size: cover;
margin-top: -32px;
margin-left: auto;
margin-bottom: -30px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(130, 130, 130, 1);
border-style: solid;
max-width: 767px;
background-position: center center;
}
@media (min-width: 1200px){#s-50d5c7eb-9b51-4b33-8def-2cba14f6cacd {
  display: none;
}
#s-50d5c7eb-9b51-4b33-8def-2cba14f6cacd, #wrap-s-50d5c7eb-9b51-4b33-8def-2cba14f6cacd, #wrap-content-s-50d5c7eb-9b51-4b33-8def-2cba14f6cacd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-50d5c7eb-9b51-4b33-8def-2cba14f6cacd {
  display: none;
}
#s-50d5c7eb-9b51-4b33-8def-2cba14f6cacd, #wrap-s-50d5c7eb-9b51-4b33-8def-2cba14f6cacd, #wrap-content-s-50d5c7eb-9b51-4b33-8def-2cba14f6cacd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-50d5c7eb-9b51-4b33-8def-2cba14f6cacd {
  display: none;
}
#s-50d5c7eb-9b51-4b33-8def-2cba14f6cacd, #wrap-s-50d5c7eb-9b51-4b33-8def-2cba14f6cacd, #wrap-content-s-50d5c7eb-9b51-4b33-8def-2cba14f6cacd { display: none !important; }}@media (max-width: 767px){#s-50d5c7eb-9b51-4b33-8def-2cba14f6cacd {
  
}
}







#s-50d5c7eb-9b51-4b33-8def-2cba14f6cacd > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-50d5c7eb-9b51-4b33-8def-2cba14f6cacd.shg-box.shg-c {
  justify-content: center;
}

#s-eec41b6f-0dfa-4d7e-ad20-94993e69583c {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-eec41b6f-0dfa-4d7e-ad20-94993e69583c .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-eec41b6f-0dfa-4d7e-ad20-94993e69583c .shg-sld-nav-button.shg-sld-left,
#s-eec41b6f-0dfa-4d7e-ad20-94993e69583c .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-e09218d8-4989-4b2a-b309-aecba7e559e6 {
  margin-left: 10px;
margin-right: 10px;
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;
text-align: center;
}

#s-e09218d8-4989-4b2a-b309-aecba7e559e6 {
  overflow: hidden;
  
  
}







  #s-e09218d8-4989-4b2a-b309-aecba7e559e6 img.shogun-image {
    

    
    
    
  }


#s-e09218d8-4989-4b2a-b309-aecba7e559e6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-77cb8b41-5a2c-4f86-8023-564404180989 {
  margin-left: 10px;
margin-right: 10px;
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;
max-width: 1200px;
aspect-ratio: 1200/1600;
text-align: center;
}

#s-77cb8b41-5a2c-4f86-8023-564404180989 {
  overflow: hidden;
  
  
      max-width: 1200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-77cb8b41-5a2c-4f86-8023-564404180989 img.shogun-image,
  #s-77cb8b41-5a2c-4f86-8023-564404180989 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-77cb8b41-5a2c-4f86-8023-564404180989 {
    width: 100%;
    height: auto;
  }



  #s-77cb8b41-5a2c-4f86-8023-564404180989 img.shogun-image {
    

    
    
    
  }


#s-77cb8b41-5a2c-4f86-8023-564404180989 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

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

@media (min-width: 1200px){#s-a8297587-1a39-4d4d-90ff-c9ef14c2c417 {
  display: none;
}
#s-a8297587-1a39-4d4d-90ff-c9ef14c2c417, #wrap-s-a8297587-1a39-4d4d-90ff-c9ef14c2c417, #wrap-content-s-a8297587-1a39-4d4d-90ff-c9ef14c2c417 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a8297587-1a39-4d4d-90ff-c9ef14c2c417 {
  display: none;
}
#s-a8297587-1a39-4d4d-90ff-c9ef14c2c417, #wrap-s-a8297587-1a39-4d4d-90ff-c9ef14c2c417, #wrap-content-s-a8297587-1a39-4d4d-90ff-c9ef14c2c417 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a8297587-1a39-4d4d-90ff-c9ef14c2c417 {
  display: none;
}
#s-a8297587-1a39-4d4d-90ff-c9ef14c2c417, #wrap-s-a8297587-1a39-4d4d-90ff-c9ef14c2c417, #wrap-content-s-a8297587-1a39-4d4d-90ff-c9ef14c2c417 { display: none !important; }}@media (max-width: 767px){#s-a8297587-1a39-4d4d-90ff-c9ef14c2c417 {
  display: none;
}
#s-a8297587-1a39-4d4d-90ff-c9ef14c2c417, #wrap-s-a8297587-1a39-4d4d-90ff-c9ef14c2c417, #wrap-content-s-a8297587-1a39-4d4d-90ff-c9ef14c2c417 { display: none !important; }}
#s-b3ad9e6e-5545-4e8b-b3ad-795a86951fec {
  margin-left: 10px;
margin-right: 10px;
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;
text-align: center;
}

#s-b3ad9e6e-5545-4e8b-b3ad-795a86951fec {
  overflow: hidden;
  
  
}







  #s-b3ad9e6e-5545-4e8b-b3ad-795a86951fec img.shogun-image {
    

    
    
    
  }


#s-b3ad9e6e-5545-4e8b-b3ad-795a86951fec .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-90e522ba-9dce-4265-b570-2022a467f0f3 {
  margin-top: 100px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (min-width: 1200px){#s-90e522ba-9dce-4265-b570-2022a467f0f3 {
  display: none;
}
#s-90e522ba-9dce-4265-b570-2022a467f0f3, #wrap-s-90e522ba-9dce-4265-b570-2022a467f0f3, #wrap-content-s-90e522ba-9dce-4265-b570-2022a467f0f3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-90e522ba-9dce-4265-b570-2022a467f0f3 {
  display: none;
}
#s-90e522ba-9dce-4265-b570-2022a467f0f3, #wrap-s-90e522ba-9dce-4265-b570-2022a467f0f3, #wrap-content-s-90e522ba-9dce-4265-b570-2022a467f0f3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-90e522ba-9dce-4265-b570-2022a467f0f3 {
  display: none;
}
#s-90e522ba-9dce-4265-b570-2022a467f0f3, #wrap-s-90e522ba-9dce-4265-b570-2022a467f0f3, #wrap-content-s-90e522ba-9dce-4265-b570-2022a467f0f3 { display: none !important; }}@media (max-width: 767px){#s-90e522ba-9dce-4265-b570-2022a467f0f3 {
  display: none;
}
#s-90e522ba-9dce-4265-b570-2022a467f0f3, #wrap-s-90e522ba-9dce-4265-b570-2022a467f0f3, #wrap-content-s-90e522ba-9dce-4265-b570-2022a467f0f3 { display: none !important; }}
.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-856e4cca-111d-4e1c-80f8-091c29f90d88 {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 8px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
opacity: 1;
}
#s-856e4cca-111d-4e1c-80f8-091c29f90d88:hover {background-color: rgba(113, 113, 113, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-856e4cca-111d-4e1c-80f8-091c29f90d88:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjgzZTdlYTctMTcxNS00OTJjLWJjMDUtNzBhMWU2NTJiZWZmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMTkxOTE5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2ODNlN2VhNy0xNzE1LTQ5MmMtYmMwNS03MGExZTY1MmJlZmYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(154, 150, 153, 1) !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#191919"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}@media (min-width: 1200px){#s-856e4cca-111d-4e1c-80f8-091c29f90d88 {
  display: none;
}
#s-856e4cca-111d-4e1c-80f8-091c29f90d88, #wrap-s-856e4cca-111d-4e1c-80f8-091c29f90d88, #wrap-content-s-856e4cca-111d-4e1c-80f8-091c29f90d88 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-856e4cca-111d-4e1c-80f8-091c29f90d88 {
  display: none;
}
#s-856e4cca-111d-4e1c-80f8-091c29f90d88, #wrap-s-856e4cca-111d-4e1c-80f8-091c29f90d88, #wrap-content-s-856e4cca-111d-4e1c-80f8-091c29f90d88 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-856e4cca-111d-4e1c-80f8-091c29f90d88 {
  display: none;
}
#s-856e4cca-111d-4e1c-80f8-091c29f90d88, #wrap-s-856e4cca-111d-4e1c-80f8-091c29f90d88, #wrap-content-s-856e4cca-111d-4e1c-80f8-091c29f90d88 { display: none !important; }}@media (max-width: 767px){#s-856e4cca-111d-4e1c-80f8-091c29f90d88 {
  display: none;
}
#s-856e4cca-111d-4e1c-80f8-091c29f90d88, #wrap-s-856e4cca-111d-4e1c-80f8-091c29f90d88, #wrap-content-s-856e4cca-111d-4e1c-80f8-091c29f90d88 { display: none !important; }}

  #s-856e4cca-111d-4e1c-80f8-091c29f90d88-root {
    text-align: center;
  }


#s-856e4cca-111d-4e1c-80f8-091c29f90d88.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-856e4cca-111d-4e1c-80f8-091c29f90d88-root {
    text-align: center;
  }


#s-856e4cca-111d-4e1c-80f8-091c29f90d88.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-856e4cca-111d-4e1c-80f8-091c29f90d88-root {
    text-align: center;
  }


#s-856e4cca-111d-4e1c-80f8-091c29f90d88.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-856e4cca-111d-4e1c-80f8-091c29f90d88-root {
    text-align: center;
  }


#s-856e4cca-111d-4e1c-80f8-091c29f90d88.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-856e4cca-111d-4e1c-80f8-091c29f90d88-root {
    text-align: center;
  }


#s-856e4cca-111d-4e1c-80f8-091c29f90d88.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  
  display:  inline-block ;
}
}
#s-92895ee6-ebd7-418f-b044-85714f50a516 {
  background-size: cover;
margin-top: -60px;
margin-left: auto;
margin-bottom: -60px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(130, 130, 130, 1);
border-style: solid;
min-height: 500px;
max-width: 991px;
background-position: center center;
}
@media (min-width: 1200px){#s-92895ee6-ebd7-418f-b044-85714f50a516 {
  display: none;
}
#s-92895ee6-ebd7-418f-b044-85714f50a516, #wrap-s-92895ee6-ebd7-418f-b044-85714f50a516, #wrap-content-s-92895ee6-ebd7-418f-b044-85714f50a516 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-92895ee6-ebd7-418f-b044-85714f50a516 {
  display: none;
}
#s-92895ee6-ebd7-418f-b044-85714f50a516, #wrap-s-92895ee6-ebd7-418f-b044-85714f50a516, #wrap-content-s-92895ee6-ebd7-418f-b044-85714f50a516 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-92895ee6-ebd7-418f-b044-85714f50a516 {
  
}
}@media (max-width: 767px){#s-92895ee6-ebd7-418f-b044-85714f50a516 {
  display: none;
}
#s-92895ee6-ebd7-418f-b044-85714f50a516, #wrap-s-92895ee6-ebd7-418f-b044-85714f50a516, #wrap-content-s-92895ee6-ebd7-418f-b044-85714f50a516 { display: none !important; }}







#s-92895ee6-ebd7-418f-b044-85714f50a516 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-92895ee6-ebd7-418f-b044-85714f50a516.shg-box.shg-c {
  justify-content: center;
}

#s-711a1e5c-9f86-4afe-bf1f-d6d8384fdb2f {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-711a1e5c-9f86-4afe-bf1f-d6d8384fdb2f .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-711a1e5c-9f86-4afe-bf1f-d6d8384fdb2f .shg-sld-nav-button.shg-sld-left,
#s-711a1e5c-9f86-4afe-bf1f-d6d8384fdb2f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-b9895dab-ab07-4c7e-a9df-9da6ff0590ca {
  text-align: center;
}

#s-b9895dab-ab07-4c7e-a9df-9da6ff0590ca {
  overflow: hidden;
  
  
}







  #s-b9895dab-ab07-4c7e-a9df-9da6ff0590ca img.shogun-image {
    

    
    
    
  }


#s-b9895dab-ab07-4c7e-a9df-9da6ff0590ca .shogun-image-content {
  
    justify-content: center;
  
}

#s-61c3a6aa-6c63-42d8-848c-b34586f1c68d {
  text-align: center;
}

#s-61c3a6aa-6c63-42d8-848c-b34586f1c68d {
  overflow: hidden;
  
  
}







  #s-61c3a6aa-6c63-42d8-848c-b34586f1c68d img.shogun-image {
    

    
    
    
  }


#s-61c3a6aa-6c63-42d8-848c-b34586f1c68d .shogun-image-content {
  
    justify-content: center;
  
}

#s-c30abcdb-5775-4eed-ab78-e09c75eebc56 {
  max-width: 3840px;
aspect-ratio: 3840/1600;
text-align: center;
}

#s-c30abcdb-5775-4eed-ab78-e09c75eebc56 {
  overflow: hidden;
  
  
      max-width: 3840px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-c30abcdb-5775-4eed-ab78-e09c75eebc56 img.shogun-image,
  #s-c30abcdb-5775-4eed-ab78-e09c75eebc56 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c30abcdb-5775-4eed-ab78-e09c75eebc56 {
    width: 100%;
    height: auto;
  }



  #s-c30abcdb-5775-4eed-ab78-e09c75eebc56 img.shogun-image {
    

    
    
    
  }


#s-c30abcdb-5775-4eed-ab78-e09c75eebc56 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-3592c0c5-06e6-40f8-8c1f-34ddca2a5ca6 {
  margin-top: 65px;
margin-left: auto;
margin-bottom: 10px;
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;
border-radius: 10px;
max-width: 1920px;
background-color: rgba(244, 244, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-3592c0c5-06e6-40f8-8c1f-34ddca2a5ca6 {
  display: none;
}
#s-3592c0c5-06e6-40f8-8c1f-34ddca2a5ca6, #wrap-s-3592c0c5-06e6-40f8-8c1f-34ddca2a5ca6, #wrap-content-s-3592c0c5-06e6-40f8-8c1f-34ddca2a5ca6 { display: none !important; }}@media (max-width: 767px){#s-3592c0c5-06e6-40f8-8c1f-34ddca2a5ca6 {
  display: none;
}
#s-3592c0c5-06e6-40f8-8c1f-34ddca2a5ca6, #wrap-s-3592c0c5-06e6-40f8-8c1f-34ddca2a5ca6, #wrap-content-s-3592c0c5-06e6-40f8-8c1f-34ddca2a5ca6 { display: none !important; }}







#s-3592c0c5-06e6-40f8-8c1f-34ddca2a5ca6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3592c0c5-06e6-40f8-8c1f-34ddca2a5ca6.shg-box.shg-c {
  justify-content: center;
}

#s-28a51635-b57e-4f68-9582-284137d6aeec {
  margin-top: 20px;
margin-bottom: 20px;
}

.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-588e8cbc-74cb-4b74-ba4c-b8a3c84dbd40 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-588e8cbc-74cb-4b74-ba4c-b8a3c84dbd40"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-588e8cbc-74cb-4b74-ba4c-b8a3c84dbd40"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-588e8cbc-74cb-4b74-ba4c-b8a3c84dbd40"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-588e8cbc-74cb-4b74-ba4c-b8a3c84dbd40"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a72e615a-ab16-43a8-9c90-3ae42fe81435 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

#s-221d81c9-e187-48af-8a73-22dc5a88a911 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-221d81c9-e187-48af-8a73-22dc5a88a911"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-221d81c9-e187-48af-8a73-22dc5a88a911"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-221d81c9-e187-48af-8a73-22dc5a88a911"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-221d81c9-e187-48af-8a73-22dc5a88a911"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e2b73c36-0dd4-400b-98e8-d0b573441c5f {
  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;
max-width: 1600px;
aspect-ratio: 1/1;
text-align: center;
}

#s-e2b73c36-0dd4-400b-98e8-d0b573441c5f {
  overflow: hidden;
  
  
      max-width: 1600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-e2b73c36-0dd4-400b-98e8-d0b573441c5f img.shogun-image,
  #s-e2b73c36-0dd4-400b-98e8-d0b573441c5f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e2b73c36-0dd4-400b-98e8-d0b573441c5f {
    width: 100%;
    height: auto;
  }



  #s-e2b73c36-0dd4-400b-98e8-d0b573441c5f img.shogun-image {
    

    
    
    
  }


#s-e2b73c36-0dd4-400b-98e8-d0b573441c5f .shogun-image-content {
  
    justify-content: center;
  
}

#s-1daafe20-afd2-4403-aad7-54746b917893 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-17ba3458-69d6-4d4a-a261-d7b558c26468 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-b1d41c96-59f4-445f-bf96-25a76144db91 {
  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;
text-align: center;
}

#s-b1d41c96-59f4-445f-bf96-25a76144db91 {
  overflow: hidden;
  
  
}







  #s-b1d41c96-59f4-445f-bf96-25a76144db91 img.shogun-image {
    

    
    
    
  }


#s-b1d41c96-59f4-445f-bf96-25a76144db91 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8ad18b48-9275-4edf-be57-2dc3dea64a03 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-73d458de-a69d-442c-bbfa-38d71fd10941 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-5502f2f7-8b7a-4483-b41a-1845b09a379b {
  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;
max-width: 1438px;
aspect-ratio: 1/1;
text-align: center;
}

#s-5502f2f7-8b7a-4483-b41a-1845b09a379b {
  overflow: hidden;
  
  
      max-width: 1438px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-5502f2f7-8b7a-4483-b41a-1845b09a379b img.shogun-image,
  #s-5502f2f7-8b7a-4483-b41a-1845b09a379b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5502f2f7-8b7a-4483-b41a-1845b09a379b {
    width: 100%;
    height: auto;
  }



  #s-5502f2f7-8b7a-4483-b41a-1845b09a379b img.shogun-image {
    

    
    
    
  }


#s-5502f2f7-8b7a-4483-b41a-1845b09a379b .shogun-image-content {
  
    justify-content: center;
  
}

#s-d003a793-f999-4ca1-95da-39c528c9e303 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-fca35eb1-248a-4733-baa5-b63430a8d831 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-58f1cf4d-061c-4fd9-928d-66d282134392 {
  margin-top: 65px;
margin-left: auto;
margin-bottom: 65px;
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;
border-radius: 10px;
max-width: 900px;
background-color: rgba(244, 244, 245, 1);
}
@media (min-width: 1200px){#s-58f1cf4d-061c-4fd9-928d-66d282134392 {
  display: none;
}
#s-58f1cf4d-061c-4fd9-928d-66d282134392, #wrap-s-58f1cf4d-061c-4fd9-928d-66d282134392, #wrap-content-s-58f1cf4d-061c-4fd9-928d-66d282134392 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-58f1cf4d-061c-4fd9-928d-66d282134392 {
  display: none;
}
#s-58f1cf4d-061c-4fd9-928d-66d282134392, #wrap-s-58f1cf4d-061c-4fd9-928d-66d282134392, #wrap-content-s-58f1cf4d-061c-4fd9-928d-66d282134392 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-58f1cf4d-061c-4fd9-928d-66d282134392 {
  
}
}@media (max-width: 767px){#s-58f1cf4d-061c-4fd9-928d-66d282134392 {
  display: none;
}
#s-58f1cf4d-061c-4fd9-928d-66d282134392, #wrap-s-58f1cf4d-061c-4fd9-928d-66d282134392, #wrap-content-s-58f1cf4d-061c-4fd9-928d-66d282134392 { display: none !important; }}







#s-58f1cf4d-061c-4fd9-928d-66d282134392 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-58f1cf4d-061c-4fd9-928d-66d282134392.shg-box.shg-c {
  justify-content: center;
}

#s-fea0b157-5952-4db0-8d92-d20ac663745f {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-ed667d10-8658-4e93-a1e1-76becfd43c09 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-ed667d10-8658-4e93-a1e1-76becfd43c09"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ed667d10-8658-4e93-a1e1-76becfd43c09"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ed667d10-8658-4e93-a1e1-76becfd43c09"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed667d10-8658-4e93-a1e1-76becfd43c09"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c33fd39d-250c-4c6e-89e5-9356eaafb675 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

#s-72228242-45e1-493e-842f-9a1715b89772 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-72228242-45e1-493e-842f-9a1715b89772"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-72228242-45e1-493e-842f-9a1715b89772"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-72228242-45e1-493e-842f-9a1715b89772"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-72228242-45e1-493e-842f-9a1715b89772"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-8232eb0b-a89b-4d4a-a434-738dd7c7d057 {
  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;
max-width: 1600px;
aspect-ratio: 1/1;
text-align: center;
}

#s-8232eb0b-a89b-4d4a-a434-738dd7c7d057 {
  overflow: hidden;
  
  
      max-width: 1600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-8232eb0b-a89b-4d4a-a434-738dd7c7d057 img.shogun-image,
  #s-8232eb0b-a89b-4d4a-a434-738dd7c7d057 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8232eb0b-a89b-4d4a-a434-738dd7c7d057 {
    width: 100%;
    height: auto;
  }



  #s-8232eb0b-a89b-4d4a-a434-738dd7c7d057 img.shogun-image {
    

    
    
    
  }


#s-8232eb0b-a89b-4d4a-a434-738dd7c7d057 .shogun-image-content {
  
    justify-content: center;
  
}

#s-463008b9-0a7a-4566-b2a4-5cbe4be61011 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-8e68a647-3343-4710-89ff-7179623e8b68 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-3187248a-9682-49ce-a14c-663ce2d7ce76 {
  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;
text-align: center;
}

#s-3187248a-9682-49ce-a14c-663ce2d7ce76 {
  overflow: hidden;
  
  
}







  #s-3187248a-9682-49ce-a14c-663ce2d7ce76 img.shogun-image {
    

    
    
    
  }


#s-3187248a-9682-49ce-a14c-663ce2d7ce76 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b4978357-c68d-4d3a-a19a-2089d5fd0531 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-2494d013-3011-42e9-9f6a-5188d0aba2c1 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-7fbea145-16f2-4a48-9e59-e86d2364a02f {
  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;
max-width: 1438px;
aspect-ratio: 1/1;
text-align: center;
}

#s-7fbea145-16f2-4a48-9e59-e86d2364a02f {
  overflow: hidden;
  
  
      max-width: 1438px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-7fbea145-16f2-4a48-9e59-e86d2364a02f img.shogun-image,
  #s-7fbea145-16f2-4a48-9e59-e86d2364a02f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7fbea145-16f2-4a48-9e59-e86d2364a02f {
    width: 100%;
    height: auto;
  }



  #s-7fbea145-16f2-4a48-9e59-e86d2364a02f img.shogun-image {
    

    
    
    
  }


#s-7fbea145-16f2-4a48-9e59-e86d2364a02f .shogun-image-content {
  
    justify-content: center;
  
}

#s-68050c29-79a5-467c-a184-81a8c219411f {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-841fe9e9-4191-489e-b81b-561b6c8a4d5f {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-93199531-a7a0-480f-806b-071d644be498 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1960px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-93199531-a7a0-480f-806b-071d644be498 {
  
}
}@media (max-width: 767px){#s-93199531-a7a0-480f-806b-071d644be498 {
  
}
}







#s-93199531-a7a0-480f-806b-071d644be498 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-93199531-a7a0-480f-806b-071d644be498.shg-box.shg-c {
  justify-content: center;
}

#s-7df1c550-98e9-45ae-a829-283c2dc02ea2 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-c1238764-2d6b-4a6f-a07a-3f9be0c8d97d {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-c1238764-2d6b-4a6f-a07a-3f9be0c8d97d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c1238764-2d6b-4a6f-a07a-3f9be0c8d97d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c1238764-2d6b-4a6f-a07a-3f9be0c8d97d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c1238764-2d6b-4a6f-a07a-3f9be0c8d97d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-76affdf3-d633-4a63-ba38-3f6ca337e901 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 10px;
text-align: center;
opacity: 1;
}

#s-76affdf3-d633-4a63-ba38-3f6ca337e901 {
  overflow: hidden;
  
  
}







  #s-76affdf3-d633-4a63-ba38-3f6ca337e901 img.shogun-image {
    

    
    
    
  }


#s-76affdf3-d633-4a63-ba38-3f6ca337e901 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8e3851eb-dcc2-4472-b8d3-02c1ff9289a7 {
  border-style: solid;
border-color: rgba(255, 255, 255, 1);
border-radius: 10px;
text-align: center;
}

#s-8e3851eb-dcc2-4472-b8d3-02c1ff9289a7 {
  overflow: hidden;
  
  
}







  #s-8e3851eb-dcc2-4472-b8d3-02c1ff9289a7 img.shogun-image {
    

    
    
    
  }


#s-8e3851eb-dcc2-4472-b8d3-02c1ff9289a7 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b10bb2b7-d967-4916-adfd-52eef640dbfd {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5e57d436-67bf-42db-a828-bb7511e03ab6 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-color: rgba(255, 255, 255, 1);
border-radius: 10px;
text-align: center;
}

#s-5e57d436-67bf-42db-a828-bb7511e03ab6 {
  overflow: hidden;
  
  
}







  #s-5e57d436-67bf-42db-a828-bb7511e03ab6 img.shogun-image {
    

    
    
    
  }


#s-5e57d436-67bf-42db-a828-bb7511e03ab6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-779315d6-18bc-4897-a154-59b7be508aaa {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 10px;
text-align: center;
}

#s-779315d6-18bc-4897-a154-59b7be508aaa {
  overflow: hidden;
  
  
}







  #s-779315d6-18bc-4897-a154-59b7be508aaa img.shogun-image {
    

    
    
    
  }


#s-779315d6-18bc-4897-a154-59b7be508aaa .shogun-image-content {
  
    justify-content: center;
  
}

#s-546e748f-3fe6-475b-9b19-019e362f8cfc {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-acb587a2-27a4-4c75-8fea-4466d38b16d8 {
  margin-top: 36px;
margin-left: 10px;
margin-bottom: 40px;
margin-right: 10px;
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;
max-width: 766px;
background-color: rgba(244, 244, 245, 1);
}
@media (min-width: 1200px){#s-acb587a2-27a4-4c75-8fea-4466d38b16d8 {
  display: none;
}
#s-acb587a2-27a4-4c75-8fea-4466d38b16d8, #wrap-s-acb587a2-27a4-4c75-8fea-4466d38b16d8, #wrap-content-s-acb587a2-27a4-4c75-8fea-4466d38b16d8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-acb587a2-27a4-4c75-8fea-4466d38b16d8 {
  display: none;
}
#s-acb587a2-27a4-4c75-8fea-4466d38b16d8, #wrap-s-acb587a2-27a4-4c75-8fea-4466d38b16d8, #wrap-content-s-acb587a2-27a4-4c75-8fea-4466d38b16d8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-acb587a2-27a4-4c75-8fea-4466d38b16d8 {
  display: none;
}
#s-acb587a2-27a4-4c75-8fea-4466d38b16d8, #wrap-s-acb587a2-27a4-4c75-8fea-4466d38b16d8, #wrap-content-s-acb587a2-27a4-4c75-8fea-4466d38b16d8 { display: none !important; }}@media (max-width: 767px){#s-acb587a2-27a4-4c75-8fea-4466d38b16d8 {
  
}
}







#s-acb587a2-27a4-4c75-8fea-4466d38b16d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-acb587a2-27a4-4c75-8fea-4466d38b16d8.shg-box.shg-c {
  justify-content: center;
}

#s-abc4d8ec-50e3-4326-8ab3-ff8930bd1bde {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-4d5b11da-81c8-4142-94db-d819a09e068d {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-4d5b11da-81c8-4142-94db-d819a09e068d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4d5b11da-81c8-4142-94db-d819a09e068d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4d5b11da-81c8-4142-94db-d819a09e068d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4d5b11da-81c8-4142-94db-d819a09e068d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a4495701-434a-4235-a637-51afba78bc87 {
  margin-left: 10px;
margin-bottom: 40px;
margin-right: 10px;
max-width: 1200px;
}

#s-bb2f8eba-901f-4991-97bf-04083548c596 {
  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;
text-align: center;
}

#s-bb2f8eba-901f-4991-97bf-04083548c596 {
  overflow: hidden;
  
  
}







  #s-bb2f8eba-901f-4991-97bf-04083548c596 img.shogun-image {
    

    
    
    
  }


#s-bb2f8eba-901f-4991-97bf-04083548c596 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-0952e762-be38-462d-a9a3-8db881e81686 {
  margin-top: 0px;
margin-bottom: 0px;
opacity: 0.78;
}

#s-88ba99a4-6824-45c7-a1a7-613575cb240a {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 766px;
}

@media (min-width: 0px) {
[id="s-88ba99a4-6824-45c7-a1a7-613575cb240a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-88ba99a4-6824-45c7-a1a7-613575cb240a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-88ba99a4-6824-45c7-a1a7-613575cb240a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-88ba99a4-6824-45c7-a1a7-613575cb240a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-49357241-8ba8-4c81-96ed-755edce07436 {
  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;
max-width: 1600px;
aspect-ratio: 1/1;
text-align: center;
}

#s-49357241-8ba8-4c81-96ed-755edce07436 {
  overflow: hidden;
  
  
      max-width: 1600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-49357241-8ba8-4c81-96ed-755edce07436 img.shogun-image,
  #s-49357241-8ba8-4c81-96ed-755edce07436 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-49357241-8ba8-4c81-96ed-755edce07436 {
    width: 100%;
    height: auto;
  }



  #s-49357241-8ba8-4c81-96ed-755edce07436 img.shogun-image {
    

    
    
    
  }


#s-49357241-8ba8-4c81-96ed-755edce07436 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-03a7e912-c0c1-4155-8c1f-79d152b519fc {
  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;
max-width: 1438px;
aspect-ratio: 1/1;
text-align: center;
}

#s-03a7e912-c0c1-4155-8c1f-79d152b519fc {
  overflow: hidden;
  
  
      max-width: 1438px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-03a7e912-c0c1-4155-8c1f-79d152b519fc img.shogun-image,
  #s-03a7e912-c0c1-4155-8c1f-79d152b519fc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-03a7e912-c0c1-4155-8c1f-79d152b519fc {
    width: 100%;
    height: auto;
  }



  #s-03a7e912-c0c1-4155-8c1f-79d152b519fc img.shogun-image {
    

    
    
    
  }


#s-03a7e912-c0c1-4155-8c1f-79d152b519fc .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-c19fb38b-79d1-460b-9de3-fdfa2683a31b {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-b8a6a4ba-5bac-4699-9b8f-c03b1cd941c8 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
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;
border-radius: 10px;
max-width: 1920px;
background-color: rgba(244, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b8a6a4ba-5bac-4699-9b8f-c03b1cd941c8 {
  display: none;
}
#s-b8a6a4ba-5bac-4699-9b8f-c03b1cd941c8, #wrap-s-b8a6a4ba-5bac-4699-9b8f-c03b1cd941c8, #wrap-content-s-b8a6a4ba-5bac-4699-9b8f-c03b1cd941c8 { display: none !important; }}@media (max-width: 767px){#s-b8a6a4ba-5bac-4699-9b8f-c03b1cd941c8 {
  display: none;
}
#s-b8a6a4ba-5bac-4699-9b8f-c03b1cd941c8, #wrap-s-b8a6a4ba-5bac-4699-9b8f-c03b1cd941c8, #wrap-content-s-b8a6a4ba-5bac-4699-9b8f-c03b1cd941c8 { display: none !important; }}







#s-b8a6a4ba-5bac-4699-9b8f-c03b1cd941c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b8a6a4ba-5bac-4699-9b8f-c03b1cd941c8.shg-box.shg-c {
  justify-content: center;
}

#s-7daa3b2d-e4d4-4e6e-a939-9a1e48d44c07 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7daa3b2d-e4d4-4e6e-a939-9a1e48d44c07 {
  display: none;
}
#s-7daa3b2d-e4d4-4e6e-a939-9a1e48d44c07, #wrap-s-7daa3b2d-e4d4-4e6e-a939-9a1e48d44c07, #wrap-content-s-7daa3b2d-e4d4-4e6e-a939-9a1e48d44c07 { display: none !important; }}
@media (min-width: 0px) {
[id="s-7daa3b2d-e4d4-4e6e-a939-9a1e48d44c07"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7daa3b2d-e4d4-4e6e-a939-9a1e48d44c07"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7daa3b2d-e4d4-4e6e-a939-9a1e48d44c07"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7daa3b2d-e4d4-4e6e-a939-9a1e48d44c07"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f91d7f6e-3c97-4a06-a8aa-f13c2539278c {
  margin-top: 20%;
margin-bottom: 20%;
}

#s-e121ad86-75cb-4aca-bf38-8e310c87e9ec {
  text-align: center;
}

#s-325a6329-dde1-4008-8d28-58ffe0e4f671 {
  margin-top: -5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-325a6329-dde1-4008-8d28-58ffe0e4f671"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-325a6329-dde1-4008-8d28-58ffe0e4f671"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-325a6329-dde1-4008-8d28-58ffe0e4f671"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-325a6329-dde1-4008-8d28-58ffe0e4f671"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-15e84bb3-2dd6-441c-a4a0-b96555bf7320 {
  text-align: left;
}

#s-c864e256-b8d9-4afb-95d2-e5a9ed97912e {
  margin-top: 20%;
margin-bottom: 20%;
}

#s-34022c16-f3db-4b25-9155-2881a1155c30 {
  margin-top: 40px;
margin-left: 10px;
margin-bottom: 40px;
margin-right: 10px;
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;
max-width: 767px;
background-color: rgba(244, 244, 245, 1);
}
@media (min-width: 1200px){#s-34022c16-f3db-4b25-9155-2881a1155c30 {
  display: none;
}
#s-34022c16-f3db-4b25-9155-2881a1155c30, #wrap-s-34022c16-f3db-4b25-9155-2881a1155c30, #wrap-content-s-34022c16-f3db-4b25-9155-2881a1155c30 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-34022c16-f3db-4b25-9155-2881a1155c30 {
  display: none;
}
#s-34022c16-f3db-4b25-9155-2881a1155c30, #wrap-s-34022c16-f3db-4b25-9155-2881a1155c30, #wrap-content-s-34022c16-f3db-4b25-9155-2881a1155c30 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-34022c16-f3db-4b25-9155-2881a1155c30 {
  display: none;
}
#s-34022c16-f3db-4b25-9155-2881a1155c30, #wrap-s-34022c16-f3db-4b25-9155-2881a1155c30, #wrap-content-s-34022c16-f3db-4b25-9155-2881a1155c30 { display: none !important; }}







#s-34022c16-f3db-4b25-9155-2881a1155c30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-34022c16-f3db-4b25-9155-2881a1155c30.shg-box.shg-c {
  justify-content: center;
}

#s-6051c374-2fed-4d02-a77b-753ad9e7e461 {
  text-align: left;
}

#s-a8e600ff-b0ba-49a1-b202-bfc42a180dbc {
  text-align: left;
}

#s-d933bf8d-4c4d-4750-bb8b-69331feff69d {
  margin-top: -60px;
margin-left: auto;
margin-bottom: -60px;
margin-right: auto;
max-width: 990px;
}
@media (min-width: 1200px){#s-d933bf8d-4c4d-4750-bb8b-69331feff69d {
  display: none;
}
#s-d933bf8d-4c4d-4750-bb8b-69331feff69d, #wrap-s-d933bf8d-4c4d-4750-bb8b-69331feff69d, #wrap-content-s-d933bf8d-4c4d-4750-bb8b-69331feff69d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d933bf8d-4c4d-4750-bb8b-69331feff69d {
  display: none;
}
#s-d933bf8d-4c4d-4750-bb8b-69331feff69d, #wrap-s-d933bf8d-4c4d-4750-bb8b-69331feff69d, #wrap-content-s-d933bf8d-4c4d-4750-bb8b-69331feff69d { display: none !important; }}@media (max-width: 767px){#s-d933bf8d-4c4d-4750-bb8b-69331feff69d {
  display: none;
}
#s-d933bf8d-4c4d-4750-bb8b-69331feff69d, #wrap-s-d933bf8d-4c4d-4750-bb8b-69331feff69d, #wrap-content-s-d933bf8d-4c4d-4750-bb8b-69331feff69d { display: none !important; }}







#s-d933bf8d-4c4d-4750-bb8b-69331feff69d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d933bf8d-4c4d-4750-bb8b-69331feff69d.shg-box.shg-c {
  justify-content: center;
}

#s-debd52ba-1dcc-450e-8742-c9978f5d8056 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1960px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-debd52ba-1dcc-450e-8742-c9978f5d8056 {
  display: none;
}
#s-debd52ba-1dcc-450e-8742-c9978f5d8056, #wrap-s-debd52ba-1dcc-450e-8742-c9978f5d8056, #wrap-content-s-debd52ba-1dcc-450e-8742-c9978f5d8056 { display: none !important; }}@media (max-width: 767px){#s-debd52ba-1dcc-450e-8742-c9978f5d8056 {
  display: none;
}
#s-debd52ba-1dcc-450e-8742-c9978f5d8056, #wrap-s-debd52ba-1dcc-450e-8742-c9978f5d8056, #wrap-content-s-debd52ba-1dcc-450e-8742-c9978f5d8056 { display: none !important; }}







#s-debd52ba-1dcc-450e-8742-c9978f5d8056 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-debd52ba-1dcc-450e-8742-c9978f5d8056.shg-box.shg-c {
  justify-content: center;
}

#s-bb007fd7-3471-497e-929f-2e6a6809079d {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-2e94d607-f374-4ac0-aa23-8dd279806aac {
  margin-left: 30px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-2e94d607-f374-4ac0-aa23-8dd279806aac"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2e94d607-f374-4ac0-aa23-8dd279806aac"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2e94d607-f374-4ac0-aa23-8dd279806aac"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2e94d607-f374-4ac0-aa23-8dd279806aac"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-dabbaa2d-491c-4944-a75d-707caf32fc06 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 10px;
text-align: center;
opacity: 1;
}

#s-dabbaa2d-491c-4944-a75d-707caf32fc06 {
  overflow: hidden;
  
  
}







  #s-dabbaa2d-491c-4944-a75d-707caf32fc06 img.shogun-image {
    

    
    
    
  }


#s-dabbaa2d-491c-4944-a75d-707caf32fc06 .shogun-image-content {
  
    justify-content: center;
  
}

#s-330199f8-4d2e-4969-8df9-2aa688fff15c {
  border-style: solid;
border-color: rgba(255, 255, 255, 1);
border-radius: 10px;
text-align: center;
}

#s-330199f8-4d2e-4969-8df9-2aa688fff15c {
  overflow: hidden;
  
  
}







  #s-330199f8-4d2e-4969-8df9-2aa688fff15c img.shogun-image {
    

    
    
    
  }


#s-330199f8-4d2e-4969-8df9-2aa688fff15c .shogun-image-content {
  
    justify-content: center;
  
}

#s-1e1125b4-da39-4b27-baed-87868810e095 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-fd4139f3-493b-492c-804c-60aac65add2a {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-color: rgba(255, 255, 255, 1);
border-radius: 10px;
text-align: center;
}

#s-fd4139f3-493b-492c-804c-60aac65add2a {
  overflow: hidden;
  
  
}







  #s-fd4139f3-493b-492c-804c-60aac65add2a img.shogun-image {
    

    
    
    
  }


#s-fd4139f3-493b-492c-804c-60aac65add2a .shogun-image-content {
  
    justify-content: center;
  
}

#s-ea85792e-0b70-44e3-af94-e7681baed428 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 10px;
text-align: center;
}

#s-ea85792e-0b70-44e3-af94-e7681baed428 {
  overflow: hidden;
  
  
}







  #s-ea85792e-0b70-44e3-af94-e7681baed428 img.shogun-image {
    

    
    
    
  }


#s-ea85792e-0b70-44e3-af94-e7681baed428 .shogun-image-content {
  
    justify-content: center;
  
}

#s-7edd6e19-84bf-42b7-95fd-6f09adf2605c {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-2a7f1678-4337-47d0-958d-19c1ea6b3eec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a7f1678-4337-47d0-958d-19c1ea6b3eec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2a7f1678-4337-47d0-958d-19c1ea6b3eec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a7f1678-4337-47d0-958d-19c1ea6b3eec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d9a5dce4-4a12-41c2-880f-b616ccc991f6 {
  margin-top: 15%;
margin-bottom: 15%;
}

#s-866725e4-5b00-470b-8332-d863b1264505 {
  text-align: left;
}

@media (min-width: 0px) {
[id="s-26d28480-3139-48df-a2f5-e28f0163469c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-26d28480-3139-48df-a2f5-e28f0163469c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-26d28480-3139-48df-a2f5-e28f0163469c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-26d28480-3139-48df-a2f5-e28f0163469c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-745f7ac2-b7e7-4623-97d5-df0b91cabb41 {
  text-align: left;
}

#s-bc3228bf-189b-4697-98ca-5504303c17d8 {
  margin-top: 15%;
margin-bottom: 15%;
}

#s-ac4fbc60-b436-4904-ac34-a16afe2aeae5 {
  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;
border-radius: 10px;
min-height: 600px;
max-width: 1920px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-ac4fbc60-b436-4904-ac34-a16afe2aeae5 {
  display: none;
}
#s-ac4fbc60-b436-4904-ac34-a16afe2aeae5, #wrap-s-ac4fbc60-b436-4904-ac34-a16afe2aeae5, #wrap-content-s-ac4fbc60-b436-4904-ac34-a16afe2aeae5 { display: none !important; }}@media (max-width: 767px){#s-ac4fbc60-b436-4904-ac34-a16afe2aeae5 {
  display: none;
}
#s-ac4fbc60-b436-4904-ac34-a16afe2aeae5, #wrap-s-ac4fbc60-b436-4904-ac34-a16afe2aeae5, #wrap-content-s-ac4fbc60-b436-4904-ac34-a16afe2aeae5 { display: none !important; }}







#s-ac4fbc60-b436-4904-ac34-a16afe2aeae5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ac4fbc60-b436-4904-ac34-a16afe2aeae5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2c99cbb9-9092-4e63-abba-26681d3a1a63 {
  margin-top: 30px;
margin-bottom: 30px;
}
@media (min-width: 1200px){#s-2c99cbb9-9092-4e63-abba-26681d3a1a63 {
  display: none;
}
#s-2c99cbb9-9092-4e63-abba-26681d3a1a63, #wrap-s-2c99cbb9-9092-4e63-abba-26681d3a1a63, #wrap-content-s-2c99cbb9-9092-4e63-abba-26681d3a1a63 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2c99cbb9-9092-4e63-abba-26681d3a1a63 {
  display: none;
}
#s-2c99cbb9-9092-4e63-abba-26681d3a1a63, #wrap-s-2c99cbb9-9092-4e63-abba-26681d3a1a63, #wrap-content-s-2c99cbb9-9092-4e63-abba-26681d3a1a63 { display: none !important; }}
#s-e2e10e3e-7e04-410a-b489-244397958532 {
  margin-top: 40px;
margin-bottom: 40px;
}

#s-2ddcc933-108c-4fda-b2c4-86d1e02518a4 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-2ddcc933-108c-4fda-b2c4-86d1e02518a4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2ddcc933-108c-4fda-b2c4-86d1e02518a4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2ddcc933-108c-4fda-b2c4-86d1e02518a4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ddcc933-108c-4fda-b2c4-86d1e02518a4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4519212c-95d7-490e-86e8-bcf20abb3d46 {
  margin-top: 20px;
margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-305e4bed-4ba6-4235-ab52-cb939921a433 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-305e4bed-4ba6-4235-ab52-cb939921a433 .shogun-countdown span, #s-305e4bed-4ba6-4235-ab52-cb939921a433 .shogun-countdown label {
  color: rgba(243, 28, 28, 1);
}
#s-66c8867d-e977-4f35-a82f-b653c8965231 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-66c8867d-e977-4f35-a82f-b653c8965231"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-66c8867d-e977-4f35-a82f-b653c8965231"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-66c8867d-e977-4f35-a82f-b653c8965231"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-66c8867d-e977-4f35-a82f-b653c8965231"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ef6fc7ff-c4ea-40a5-b8b2-2fe315ed3256 {
  text-align: center;
}

#s-ef6fc7ff-c4ea-40a5-b8b2-2fe315ed3256 {
  overflow: hidden;
  
  
}







  #s-ef6fc7ff-c4ea-40a5-b8b2-2fe315ed3256 img.shogun-image {
    

    
    
    
  }


#s-ef6fc7ff-c4ea-40a5-b8b2-2fe315ed3256 .shogun-image-content {
  
    justify-content: center;
  
}

#s-752db8bf-0e7a-4d61-9410-e2a54d2d5e75 {
  margin-left: 0%;
margin-right: 0%;
text-align: left;
}

#s-691d099f-1ef1-4b1d-ab30-e39ffe562176 {
  background-size: cover;
margin-top: 60px;
margin-left: auto;
margin-bottom: 60px;
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;
border-radius: 10px;
min-height: 400px;
max-width: 1920px;
background-color: rgba(0, 0, 0, 1);
background-position: center center;
background-repeat: no-repeat;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-691d099f-1ef1-4b1d-ab30-e39ffe562176 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-691d099f-1ef1-4b1d-ab30-e39ffe562176 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-691d099f-1ef1-4b1d-ab30-e39ffe562176 {
  
}
}@media (max-width: 767px){#s-691d099f-1ef1-4b1d-ab30-e39ffe562176 {
  
}
}







#s-691d099f-1ef1-4b1d-ab30-e39ffe562176 > .shg-box-overlay {
  background-color: rgba(154, 146, 146, 1);
  opacity: 0;
  display: block;
}#s-691d099f-1ef1-4b1d-ab30-e39ffe562176.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1018afd2-0b55-4156-b4b1-ee669fd55704 {
  margin-top: 40px;
margin-bottom: 40px;
}

#s-ec9dcb29-1ec1-4933-8366-259733d93f9f {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-ec9dcb29-1ec1-4933-8366-259733d93f9f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ec9dcb29-1ec1-4933-8366-259733d93f9f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ec9dcb29-1ec1-4933-8366-259733d93f9f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec9dcb29-1ec1-4933-8366-259733d93f9f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8416e2b1-9682-4ba6-80ca-606539f41668 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 1200px){#s-c07e25a1-5ad7-441d-a01b-5e882e8a35dd {
  display: none;
}
#s-c07e25a1-5ad7-441d-a01b-5e882e8a35dd, #wrap-s-c07e25a1-5ad7-441d-a01b-5e882e8a35dd, #wrap-content-s-c07e25a1-5ad7-441d-a01b-5e882e8a35dd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c07e25a1-5ad7-441d-a01b-5e882e8a35dd {
  display: none;
}
#s-c07e25a1-5ad7-441d-a01b-5e882e8a35dd, #wrap-s-c07e25a1-5ad7-441d-a01b-5e882e8a35dd, #wrap-content-s-c07e25a1-5ad7-441d-a01b-5e882e8a35dd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c07e25a1-5ad7-441d-a01b-5e882e8a35dd {
  display: none;
}
#s-c07e25a1-5ad7-441d-a01b-5e882e8a35dd, #wrap-s-c07e25a1-5ad7-441d-a01b-5e882e8a35dd, #wrap-content-s-c07e25a1-5ad7-441d-a01b-5e882e8a35dd { display: none !important; }}
#s-1f1c71d1-71df-4616-8dcc-c616941e4424 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-1f1c71d1-71df-4616-8dcc-c616941e4424"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1f1c71d1-71df-4616-8dcc-c616941e4424"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1f1c71d1-71df-4616-8dcc-c616941e4424"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1f1c71d1-71df-4616-8dcc-c616941e4424"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5f5c91fc-7543-40e3-af2c-928452ffce5f {
  text-align: center;
}

#s-5f5c91fc-7543-40e3-af2c-928452ffce5f {
  overflow: hidden;
  
  
}







  #s-5f5c91fc-7543-40e3-af2c-928452ffce5f img.shogun-image {
    

    
    
    
  }


#s-5f5c91fc-7543-40e3-af2c-928452ffce5f .shogun-image-content {
  
    justify-content: center;
  
}

#s-2c5ac0a4-6b91-483b-a5ff-00055af3fbc9 {
  margin-left: 0%;
margin-right: 0%;
text-align: left;
}

#s-9c097e04-f71d-43dd-aaf9-6c448b72a4ce {
  margin-top: -30px;
margin-left: 10px;
margin-bottom: -30px;
margin-right: 10px;
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;
max-width: 776px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-9c097e04-f71d-43dd-aaf9-6c448b72a4ce {
  display: none;
}
#s-9c097e04-f71d-43dd-aaf9-6c448b72a4ce, #wrap-s-9c097e04-f71d-43dd-aaf9-6c448b72a4ce, #wrap-content-s-9c097e04-f71d-43dd-aaf9-6c448b72a4ce { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9c097e04-f71d-43dd-aaf9-6c448b72a4ce {
  display: none;
}
#s-9c097e04-f71d-43dd-aaf9-6c448b72a4ce, #wrap-s-9c097e04-f71d-43dd-aaf9-6c448b72a4ce, #wrap-content-s-9c097e04-f71d-43dd-aaf9-6c448b72a4ce { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9c097e04-f71d-43dd-aaf9-6c448b72a4ce {
  display: none;
}
#s-9c097e04-f71d-43dd-aaf9-6c448b72a4ce, #wrap-s-9c097e04-f71d-43dd-aaf9-6c448b72a4ce, #wrap-content-s-9c097e04-f71d-43dd-aaf9-6c448b72a4ce { display: none !important; }}@media (max-width: 767px){#s-9c097e04-f71d-43dd-aaf9-6c448b72a4ce {
  display: none;
}
#s-9c097e04-f71d-43dd-aaf9-6c448b72a4ce, #wrap-s-9c097e04-f71d-43dd-aaf9-6c448b72a4ce, #wrap-content-s-9c097e04-f71d-43dd-aaf9-6c448b72a4ce { display: none !important; }}







#s-9c097e04-f71d-43dd-aaf9-6c448b72a4ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9c097e04-f71d-43dd-aaf9-6c448b72a4ce.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c6b6094d-187f-4775-a695-bde20e02836d {
  margin-top: 40px;
margin-bottom: 4px;
}

#s-8c4dc885-3af0-4114-a071-0297113ecbd8 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-8c4dc885-3af0-4114-a071-0297113ecbd8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c4dc885-3af0-4114-a071-0297113ecbd8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8c4dc885-3af0-4114-a071-0297113ecbd8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c4dc885-3af0-4114-a071-0297113ecbd8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-69981db9-f4bb-4ad9-92fd-8fdf9662e1fa {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-8d65a3d5-f42b-4382-9352-ba0d25884029 .shogun-countdown span, #s-8d65a3d5-f42b-4382-9352-ba0d25884029 .shogun-countdown label {
  color: rgba(243, 28, 28, 1);
}
#s-b3c236e9-f651-497e-aa77-8b902dfc6889 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-b3c236e9-f651-497e-aa77-8b902dfc6889"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-b3c236e9-f651-497e-aa77-8b902dfc6889"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b3c236e9-f651-497e-aa77-8b902dfc6889"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b3c236e9-f651-497e-aa77-8b902dfc6889"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-7c209727-5b5a-42e6-82c4-6bba1398e79e {
  text-align: center;
}

#s-7c209727-5b5a-42e6-82c4-6bba1398e79e {
  overflow: hidden;
  
  
}







  #s-7c209727-5b5a-42e6-82c4-6bba1398e79e img.shogun-image {
    

    
    
    
  }


#s-7c209727-5b5a-42e6-82c4-6bba1398e79e .shogun-image-content {
  
    justify-content: center;
  
}

#s-8526bb26-8516-41cf-92b5-c0e0f33df7a8 {
  margin-top: 40px;
margin-left: 0%;
margin-bottom: 40px;
margin-right: 0%;
text-align: left;
}

#s-18b0aa1e-644e-4fa3-a28b-e821c2f502cc {
  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;
border-radius: 10px;
min-height: 600px;
max-width: 1920px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-18b0aa1e-644e-4fa3-a28b-e821c2f502cc {
  display: none;
}
#s-18b0aa1e-644e-4fa3-a28b-e821c2f502cc, #wrap-s-18b0aa1e-644e-4fa3-a28b-e821c2f502cc, #wrap-content-s-18b0aa1e-644e-4fa3-a28b-e821c2f502cc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-18b0aa1e-644e-4fa3-a28b-e821c2f502cc {
  display: none;
}
#s-18b0aa1e-644e-4fa3-a28b-e821c2f502cc, #wrap-s-18b0aa1e-644e-4fa3-a28b-e821c2f502cc, #wrap-content-s-18b0aa1e-644e-4fa3-a28b-e821c2f502cc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-18b0aa1e-644e-4fa3-a28b-e821c2f502cc {
  display: none;
}
#s-18b0aa1e-644e-4fa3-a28b-e821c2f502cc, #wrap-s-18b0aa1e-644e-4fa3-a28b-e821c2f502cc, #wrap-content-s-18b0aa1e-644e-4fa3-a28b-e821c2f502cc { display: none !important; }}@media (max-width: 767px){#s-18b0aa1e-644e-4fa3-a28b-e821c2f502cc {
  display: none;
}
#s-18b0aa1e-644e-4fa3-a28b-e821c2f502cc, #wrap-s-18b0aa1e-644e-4fa3-a28b-e821c2f502cc, #wrap-content-s-18b0aa1e-644e-4fa3-a28b-e821c2f502cc { display: none !important; }}







#s-18b0aa1e-644e-4fa3-a28b-e821c2f502cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-18b0aa1e-644e-4fa3-a28b-e821c2f502cc.shg-box.shg-c {
  justify-content: center;
}

#s-76a003d7-dc92-4ce7-8413-8169cc0f2c07 {
  margin-top: 30px;
margin-bottom: 30px;
}
@media (min-width: 1200px){#s-76a003d7-dc92-4ce7-8413-8169cc0f2c07 {
  display: none;
}
#s-76a003d7-dc92-4ce7-8413-8169cc0f2c07, #wrap-s-76a003d7-dc92-4ce7-8413-8169cc0f2c07, #wrap-content-s-76a003d7-dc92-4ce7-8413-8169cc0f2c07 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-76a003d7-dc92-4ce7-8413-8169cc0f2c07 {
  display: none;
}
#s-76a003d7-dc92-4ce7-8413-8169cc0f2c07, #wrap-s-76a003d7-dc92-4ce7-8413-8169cc0f2c07, #wrap-content-s-76a003d7-dc92-4ce7-8413-8169cc0f2c07 { display: none !important; }}
#s-b2c9b8d9-9e1b-406e-a377-dea1131674f9 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-b2c9b8d9-9e1b-406e-a377-dea1131674f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b2c9b8d9-9e1b-406e-a377-dea1131674f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b2c9b8d9-9e1b-406e-a377-dea1131674f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2c9b8d9-9e1b-406e-a377-dea1131674f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a0c4d027-8dcf-48a9-9179-11c8002dea9c {
  margin-top: 40px;
margin-bottom: 40px;
}

#s-04a34033-0700-404a-b8fa-2339db50a43a {
  margin-top: 40px;
margin-bottom: 40px;
}

#s-baf7addb-f487-49cc-ad31-efa74d933a6c .shogun-countdown span, #s-baf7addb-f487-49cc-ad31-efa74d933a6c .shogun-countdown label {
  color: rgba(243, 28, 28, 1);
}
@media (min-width: 0px) {
[id="s-49910b36-1eff-4b46-b198-6f70470afbf8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-49910b36-1eff-4b46-b198-6f70470afbf8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-49910b36-1eff-4b46-b198-6f70470afbf8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-49910b36-1eff-4b46-b198-6f70470afbf8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-df3ae3db-6a86-4661-85e9-e3f13a2a96ee {
  text-align: center;
}

#s-df3ae3db-6a86-4661-85e9-e3f13a2a96ee {
  overflow: hidden;
  
  
}







  #s-df3ae3db-6a86-4661-85e9-e3f13a2a96ee img.shogun-image {
    

    
    
    
  }


#s-df3ae3db-6a86-4661-85e9-e3f13a2a96ee .shogun-image-content {
  
    justify-content: center;
  
}

#s-98f5748d-ea4a-42d8-83e0-0da31b4e1585 {
  margin-left: 0%;
margin-right: 0%;
text-align: left;
}

#s-f36d3730-8974-43f8-b07b-23c4a00f525f {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1960px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f36d3730-8974-43f8-b07b-23c4a00f525f {
  display: none;
}
#s-f36d3730-8974-43f8-b07b-23c4a00f525f, #wrap-s-f36d3730-8974-43f8-b07b-23c4a00f525f, #wrap-content-s-f36d3730-8974-43f8-b07b-23c4a00f525f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f36d3730-8974-43f8-b07b-23c4a00f525f {
  display: none;
}
#s-f36d3730-8974-43f8-b07b-23c4a00f525f, #wrap-s-f36d3730-8974-43f8-b07b-23c4a00f525f, #wrap-content-s-f36d3730-8974-43f8-b07b-23c4a00f525f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f36d3730-8974-43f8-b07b-23c4a00f525f {
  display: none;
}
#s-f36d3730-8974-43f8-b07b-23c4a00f525f, #wrap-s-f36d3730-8974-43f8-b07b-23c4a00f525f, #wrap-content-s-f36d3730-8974-43f8-b07b-23c4a00f525f { display: none !important; }}@media (max-width: 767px){#s-f36d3730-8974-43f8-b07b-23c4a00f525f {
  display: none;
}
#s-f36d3730-8974-43f8-b07b-23c4a00f525f, #wrap-s-f36d3730-8974-43f8-b07b-23c4a00f525f, #wrap-content-s-f36d3730-8974-43f8-b07b-23c4a00f525f { display: none !important; }}







#s-f36d3730-8974-43f8-b07b-23c4a00f525f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f36d3730-8974-43f8-b07b-23c4a00f525f.shg-box.shg-c {
  justify-content: center;
}

#s-ca6f1eff-5f89-47c6-b528-8f44d0648885 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-f2690062-eb36-4daa-89ba-4b86d9bd8096 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-f2690062-eb36-4daa-89ba-4b86d9bd8096"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f2690062-eb36-4daa-89ba-4b86d9bd8096"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f2690062-eb36-4daa-89ba-4b86d9bd8096"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f2690062-eb36-4daa-89ba-4b86d9bd8096"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-beb74e4e-194a-4506-bf79-fce91fe73ece {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 10px;
text-align: center;
opacity: 1;
}

#s-beb74e4e-194a-4506-bf79-fce91fe73ece {
  overflow: hidden;
  
  
}







  #s-beb74e4e-194a-4506-bf79-fce91fe73ece img.shogun-image {
    

    
    
    
  }


#s-beb74e4e-194a-4506-bf79-fce91fe73ece .shogun-image-content {
  
    justify-content: center;
  
}

#s-7996d62c-5431-476d-9e07-c88d34b70757 {
  border-style: solid;
border-color: rgba(255, 255, 255, 1);
border-radius: 10px;
text-align: center;
}

#s-7996d62c-5431-476d-9e07-c88d34b70757 {
  overflow: hidden;
  
  
}







  #s-7996d62c-5431-476d-9e07-c88d34b70757 img.shogun-image {
    

    
    
    
  }


#s-7996d62c-5431-476d-9e07-c88d34b70757 .shogun-image-content {
  
    justify-content: center;
  
}

#s-47bbbeed-d026-4f3f-970f-47e87f759105 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f6a61b3e-b0ba-4b81-9170-e85c6737f08e {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-color: rgba(255, 255, 255, 1);
border-radius: 10px;
text-align: center;
}

#s-f6a61b3e-b0ba-4b81-9170-e85c6737f08e {
  overflow: hidden;
  
  
}







  #s-f6a61b3e-b0ba-4b81-9170-e85c6737f08e img.shogun-image {
    

    
    
    
  }


#s-f6a61b3e-b0ba-4b81-9170-e85c6737f08e .shogun-image-content {
  
    justify-content: center;
  
}

#s-d461bdfa-8137-4fd9-8ba6-7f04224a4078 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 10px;
text-align: center;
}

#s-d461bdfa-8137-4fd9-8ba6-7f04224a4078 {
  overflow: hidden;
  
  
}







  #s-d461bdfa-8137-4fd9-8ba6-7f04224a4078 img.shogun-image {
    

    
    
    
  }


#s-d461bdfa-8137-4fd9-8ba6-7f04224a4078 .shogun-image-content {
  
    justify-content: center;
  
}

#s-da1412fa-1c32-4e0b-bb56-70114ec191e6 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-fe3849c0-7db9-49eb-becf-c351bc9ca7c7 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
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;
border-radius: 10px;
max-width: 1920px;
background-color: rgba(244, 244, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-fe3849c0-7db9-49eb-becf-c351bc9ca7c7 {
  display: none;
}
#s-fe3849c0-7db9-49eb-becf-c351bc9ca7c7, #wrap-s-fe3849c0-7db9-49eb-becf-c351bc9ca7c7, #wrap-content-s-fe3849c0-7db9-49eb-becf-c351bc9ca7c7 { display: none !important; }}@media (max-width: 767px){#s-fe3849c0-7db9-49eb-becf-c351bc9ca7c7 {
  display: none;
}
#s-fe3849c0-7db9-49eb-becf-c351bc9ca7c7, #wrap-s-fe3849c0-7db9-49eb-becf-c351bc9ca7c7, #wrap-content-s-fe3849c0-7db9-49eb-becf-c351bc9ca7c7 { display: none !important; }}







#s-fe3849c0-7db9-49eb-becf-c351bc9ca7c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fe3849c0-7db9-49eb-becf-c351bc9ca7c7.shg-box.shg-c {
  justify-content: center;
}

#s-125efa91-0db6-444b-a7ed-28e03ba6800f {
  margin-top: 100px;
margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-125efa91-0db6-444b-a7ed-28e03ba6800f {
  
}
}@media (max-width: 767px){#s-125efa91-0db6-444b-a7ed-28e03ba6800f {
  
}
}
@media (min-width: 0px) {
[id="s-125efa91-0db6-444b-a7ed-28e03ba6800f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-125efa91-0db6-444b-a7ed-28e03ba6800f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-125efa91-0db6-444b-a7ed-28e03ba6800f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-125efa91-0db6-444b-a7ed-28e03ba6800f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 0px) {
[id="s-d65ffd27-f3bf-41b7-9467-a51360fccdc3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d65ffd27-f3bf-41b7-9467-a51360fccdc3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d65ffd27-f3bf-41b7-9467-a51360fccdc3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d65ffd27-f3bf-41b7-9467-a51360fccdc3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 0px) {
[id="s-256ba6cb-9976-4313-bce8-7f128033db3b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-256ba6cb-9976-4313-bce8-7f128033db3b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-256ba6cb-9976-4313-bce8-7f128033db3b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-256ba6cb-9976-4313-bce8-7f128033db3b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-f814377b-a9a8-4713-aef8-662f43776f94 {
  text-align: center;
}

#s-f814377b-a9a8-4713-aef8-662f43776f94 {
  overflow: hidden;
  
  
}







  #s-f814377b-a9a8-4713-aef8-662f43776f94 img.shogun-image {
    

    
    
    
  }


#s-f814377b-a9a8-4713-aef8-662f43776f94 .shogun-image-content {
  
    justify-content: center;
  
}

#s-66235b86-843a-4cf9-ba8d-018099ec1e25 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-8589e140-c573-4fc6-aa4f-848ed02533e4 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-a17c9d8f-e22a-4612-859e-74a436d0013f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a17c9d8f-e22a-4612-859e-74a436d0013f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a17c9d8f-e22a-4612-859e-74a436d0013f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a17c9d8f-e22a-4612-859e-74a436d0013f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 0px) {
[id="s-f32e66cd-b45d-4cad-8ca8-fbf084bf12f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f32e66cd-b45d-4cad-8ca8-fbf084bf12f9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f32e66cd-b45d-4cad-8ca8-fbf084bf12f9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f32e66cd-b45d-4cad-8ca8-fbf084bf12f9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-0514e039-2428-4452-98b7-7e87d4b9a562 {
  text-align: center;
}

#s-0514e039-2428-4452-98b7-7e87d4b9a562 {
  overflow: hidden;
  
  
}







  #s-0514e039-2428-4452-98b7-7e87d4b9a562 img.shogun-image {
    

    
    
    
  }


#s-0514e039-2428-4452-98b7-7e87d4b9a562 .shogun-image-content {
  
    justify-content: center;
  
}

#s-49f1666d-a422-450a-933c-8aedffb34bab {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-7e16bcb3-aee5-4361-97d3-607c9f8e6716 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-a032fb1c-1a64-4383-96bd-b13b463ad081"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a032fb1c-1a64-4383-96bd-b13b463ad081"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a032fb1c-1a64-4383-96bd-b13b463ad081"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a032fb1c-1a64-4383-96bd-b13b463ad081"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 0px) {
[id="s-1f88198a-f391-4dd5-b2b9-fd3a68be239e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1f88198a-f391-4dd5-b2b9-fd3a68be239e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1f88198a-f391-4dd5-b2b9-fd3a68be239e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1f88198a-f391-4dd5-b2b9-fd3a68be239e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-2e7a3fe5-1a88-4c34-aff4-f68f50e756fb {
  text-align: center;
}

#s-2e7a3fe5-1a88-4c34-aff4-f68f50e756fb {
  overflow: hidden;
  
  
}







  #s-2e7a3fe5-1a88-4c34-aff4-f68f50e756fb img.shogun-image {
    

    
    
    
  }


#s-2e7a3fe5-1a88-4c34-aff4-f68f50e756fb .shogun-image-content {
  
    justify-content: center;
  
}

#s-39a621d0-a732-4854-9aa3-a8ace20bd14d {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-c4013127-1368-40b0-aac6-6c503ee7caf1 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-ab3703b3-37ae-4257-bf43-6f609bfca995"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ab3703b3-37ae-4257-bf43-6f609bfca995"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ab3703b3-37ae-4257-bf43-6f609bfca995"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ab3703b3-37ae-4257-bf43-6f609bfca995"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 0px) {
[id="s-b80a94e2-db1c-4e1f-868e-59a189f02b1e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b80a94e2-db1c-4e1f-868e-59a189f02b1e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b80a94e2-db1c-4e1f-868e-59a189f02b1e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b80a94e2-db1c-4e1f-868e-59a189f02b1e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-332c6169-cd68-4181-a749-cb30bfc5fd8b {
  text-align: center;
}

#s-332c6169-cd68-4181-a749-cb30bfc5fd8b {
  overflow: hidden;
  
  
}







  #s-332c6169-cd68-4181-a749-cb30bfc5fd8b img.shogun-image {
    

    
    
    
  }


#s-332c6169-cd68-4181-a749-cb30bfc5fd8b .shogun-image-content {
  
    justify-content: center;
  
}

#s-b91098ea-7a70-485a-b544-e5231c676a52 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-39732b60-57ec-4fb5-bf7b-a3fe778c7c50 {
  margin-left: 20px;
margin-right: 20px;
}

#s-aab23368-c142-4713-88b5-c259ceb8a11b {
  margin-top: 40px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
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;
max-width: 766px;
background-color: rgba(244, 244, 245, 1);
}
@media (min-width: 1200px){#s-aab23368-c142-4713-88b5-c259ceb8a11b {
  display: none;
}
#s-aab23368-c142-4713-88b5-c259ceb8a11b, #wrap-s-aab23368-c142-4713-88b5-c259ceb8a11b, #wrap-content-s-aab23368-c142-4713-88b5-c259ceb8a11b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aab23368-c142-4713-88b5-c259ceb8a11b {
  display: none;
}
#s-aab23368-c142-4713-88b5-c259ceb8a11b, #wrap-s-aab23368-c142-4713-88b5-c259ceb8a11b, #wrap-content-s-aab23368-c142-4713-88b5-c259ceb8a11b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aab23368-c142-4713-88b5-c259ceb8a11b {
  display: none;
}
#s-aab23368-c142-4713-88b5-c259ceb8a11b, #wrap-s-aab23368-c142-4713-88b5-c259ceb8a11b, #wrap-content-s-aab23368-c142-4713-88b5-c259ceb8a11b { display: none !important; }}@media (max-width: 767px){#s-aab23368-c142-4713-88b5-c259ceb8a11b {
  
}
}







#s-aab23368-c142-4713-88b5-c259ceb8a11b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aab23368-c142-4713-88b5-c259ceb8a11b.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-fb8ec880-f254-4019-b2b6-d13a24bb486c {
  
}
}@media (max-width: 767px){#s-fb8ec880-f254-4019-b2b6-d13a24bb486c {
  
}
}
@media (min-width: 0px) {
[id="s-fb8ec880-f254-4019-b2b6-d13a24bb486c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-fb8ec880-f254-4019-b2b6-d13a24bb486c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-fb8ec880-f254-4019-b2b6-d13a24bb486c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-fb8ec880-f254-4019-b2b6-d13a24bb486c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 0px) {
[id="s-9805a30e-355b-44c3-acc7-0c697e5a537b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9805a30e-355b-44c3-acc7-0c697e5a537b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9805a30e-355b-44c3-acc7-0c697e5a537b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9805a30e-355b-44c3-acc7-0c697e5a537b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-f06c7465-a604-45e2-83ca-4723f490e87d {
  text-align: center;
}

#s-f06c7465-a604-45e2-83ca-4723f490e87d {
  overflow: hidden;
  
  
}







  #s-f06c7465-a604-45e2-83ca-4723f490e87d img.shogun-image {
    

    
    
    
  }


#s-f06c7465-a604-45e2-83ca-4723f490e87d .shogun-image-content {
  
    justify-content: center;
  
}

#s-aaa39135-0ec8-4dc4-b82a-b6c8fd498261 {
  margin-top: 20px;
margin-bottom: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-00867cd2-a77b-4e44-ac56-ca36f2ac3abb"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-00867cd2-a77b-4e44-ac56-ca36f2ac3abb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-00867cd2-a77b-4e44-ac56-ca36f2ac3abb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-00867cd2-a77b-4e44-ac56-ca36f2ac3abb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-516111b8-e642-4e13-96bb-704f7f45857f {
  text-align: center;
}

#s-516111b8-e642-4e13-96bb-704f7f45857f {
  overflow: hidden;
  
  
}







  #s-516111b8-e642-4e13-96bb-704f7f45857f img.shogun-image {
    

    
    
    
  }


#s-516111b8-e642-4e13-96bb-704f7f45857f .shogun-image-content {
  
    justify-content: center;
  
}

#s-23b554bc-b07c-44db-97fd-d3449bf6e2c9 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-a428d859-8de2-4588-8594-593e4968e38c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-a428d859-8de2-4588-8594-593e4968e38c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a428d859-8de2-4588-8594-593e4968e38c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a428d859-8de2-4588-8594-593e4968e38c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-fa83dec2-2d60-4633-bb9d-2a76414f2d2e {
  text-align: center;
}

#s-fa83dec2-2d60-4633-bb9d-2a76414f2d2e {
  overflow: hidden;
  
  
}







  #s-fa83dec2-2d60-4633-bb9d-2a76414f2d2e img.shogun-image {
    

    
    
    
  }


#s-fa83dec2-2d60-4633-bb9d-2a76414f2d2e .shogun-image-content {
  
    justify-content: center;
  
}

#s-a0443c3d-27ea-4371-855f-abfbc7ad69fc {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-85f2a7b0-1267-4aef-be94-8269d76b3766 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-59e00f1a-06d3-4376-94db-c166715d125b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-59e00f1a-06d3-4376-94db-c166715d125b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-59e00f1a-06d3-4376-94db-c166715d125b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-59e00f1a-06d3-4376-94db-c166715d125b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-18660c72-b741-4912-b474-ef765e8ac25d {
  text-align: center;
}

#s-18660c72-b741-4912-b474-ef765e8ac25d {
  overflow: hidden;
  
  
}







  #s-18660c72-b741-4912-b474-ef765e8ac25d img.shogun-image {
    

    
    
    
  }


#s-18660c72-b741-4912-b474-ef765e8ac25d .shogun-image-content {
  
    justify-content: center;
  
}

#s-556af61d-ff3b-44fd-abce-cb7a1fc1e68a {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-a8ffdf6d-f65c-4b42-8fd0-92903fbad8a9 {
  margin-left: 0px;
margin-right: 0px;
}

#s-a1e38c36-3f43-47c0-9327-019abd104e47 {
  margin-top: -60px;
margin-left: auto;
margin-bottom: -60px;
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;
border-radius: 10px;
max-width: 990px;
background-color: rgba(244, 244, 245, 1);
}
@media (min-width: 1200px){#s-a1e38c36-3f43-47c0-9327-019abd104e47 {
  display: none;
}
#s-a1e38c36-3f43-47c0-9327-019abd104e47, #wrap-s-a1e38c36-3f43-47c0-9327-019abd104e47, #wrap-content-s-a1e38c36-3f43-47c0-9327-019abd104e47 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a1e38c36-3f43-47c0-9327-019abd104e47 {
  display: none;
}
#s-a1e38c36-3f43-47c0-9327-019abd104e47, #wrap-s-a1e38c36-3f43-47c0-9327-019abd104e47, #wrap-content-s-a1e38c36-3f43-47c0-9327-019abd104e47 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a1e38c36-3f43-47c0-9327-019abd104e47 {
  
}
}@media (max-width: 767px){#s-a1e38c36-3f43-47c0-9327-019abd104e47 {
  display: none;
}
#s-a1e38c36-3f43-47c0-9327-019abd104e47, #wrap-s-a1e38c36-3f43-47c0-9327-019abd104e47, #wrap-content-s-a1e38c36-3f43-47c0-9327-019abd104e47 { display: none !important; }}







#s-a1e38c36-3f43-47c0-9327-019abd104e47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a1e38c36-3f43-47c0-9327-019abd104e47.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-5a5afddb-3e2a-4187-bc32-32c2ba929af4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5a5afddb-3e2a-4187-bc32-32c2ba929af4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5a5afddb-3e2a-4187-bc32-32c2ba929af4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5a5afddb-3e2a-4187-bc32-32c2ba929af4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-e8821649-a809-4d93-8692-c9fb97b3873c {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-e8821649-a809-4d93-8692-c9fb97b3873c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e8821649-a809-4d93-8692-c9fb97b3873c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e8821649-a809-4d93-8692-c9fb97b3873c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e8821649-a809-4d93-8692-c9fb97b3873c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-325f01b1-84fa-4b40-a674-bb8a67e4d71f {
  text-align: center;
}

#s-325f01b1-84fa-4b40-a674-bb8a67e4d71f {
  overflow: hidden;
  
  
}







  #s-325f01b1-84fa-4b40-a674-bb8a67e4d71f img.shogun-image {
    

    
    
    
  }


#s-325f01b1-84fa-4b40-a674-bb8a67e4d71f .shogun-image-content {
  
    justify-content: center;
  
}

#s-354d2810-fcc1-45b8-9e90-bbb44b9ab842 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-354d2810-fcc1-45b8-9e90-bbb44b9ab842"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-354d2810-fcc1-45b8-9e90-bbb44b9ab842"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-354d2810-fcc1-45b8-9e90-bbb44b9ab842"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-354d2810-fcc1-45b8-9e90-bbb44b9ab842"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-c329c01b-e425-4111-86b4-876d5ee0311a {
  text-align: center;
}

#s-c329c01b-e425-4111-86b4-876d5ee0311a {
  overflow: hidden;
  
  
}







  #s-c329c01b-e425-4111-86b4-876d5ee0311a img.shogun-image {
    

    
    
    
  }


#s-c329c01b-e425-4111-86b4-876d5ee0311a .shogun-image-content {
  
    justify-content: center;
  
}

#s-b22c82f4-e084-41bb-b43d-4bc630573ce0 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-b22c82f4-e084-41bb-b43d-4bc630573ce0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b22c82f4-e084-41bb-b43d-4bc630573ce0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b22c82f4-e084-41bb-b43d-4bc630573ce0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b22c82f4-e084-41bb-b43d-4bc630573ce0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-8d111610-2fab-49f8-a490-99401c1ea461 {
  text-align: center;
}

#s-8d111610-2fab-49f8-a490-99401c1ea461 {
  overflow: hidden;
  
  
}







  #s-8d111610-2fab-49f8-a490-99401c1ea461 img.shogun-image {
    

    
    
    
  }


#s-8d111610-2fab-49f8-a490-99401c1ea461 .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-1d25477d-30a8-4e78-8565-e59e0dfb9b90"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d25477d-30a8-4e78-8565-e59e0dfb9b90"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1d25477d-30a8-4e78-8565-e59e0dfb9b90"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d25477d-30a8-4e78-8565-e59e0dfb9b90"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-b245756b-2bee-4172-9785-e9f6919fff90 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}

#s-b245756b-2bee-4172-9785-e9f6919fff90 {
  overflow: hidden;
  
  
}







  #s-b245756b-2bee-4172-9785-e9f6919fff90 img.shogun-image {
    

    
    
    
  }


#s-b245756b-2bee-4172-9785-e9f6919fff90 .shogun-image-content {
  
    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}
@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
       and (min-width: 1024px)
       and (max-height: 1366px)
       and (-webkit-min-device-pixel-ratio: 1.5)
       and (hover: none)
       and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}
