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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
  font-weight: normal;
}

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

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

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

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

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

.shg-default-text-content p {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
  font-weight: normal;
}

.shg-theme-text-content p {
  color: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
  font-weight: normal;
}

.shg-product-description {
  overflow-wrap: break-word;
}

.shg-product-description img {
  margin: 0 20px;
}

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

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

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

.shg-default-product-description-content p,
.shg-default-product-description-content h1,
.shg-default-product-description-content h2,
.shg-default-product-description-content h3,
.shg-default-product-description-content h4,
.shg-default-product-description-content h5,
.shg-default-product-description-content h6,
.shg-default-product-description-content address,
.shg-default-product-description-content pre,
.shg-default-product-description-content div,
.shg-default-product-description-content ol,
.shg-default-product-description-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-product-description-content h1,
.shg-default-product-description-content h2,
.shg-default-product-description-content h3,
.shg-default-product-description-content h4,
.shg-default-product-description-content h5,
.shg-default-product-description-content h6 {
  color: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
  font-weight: normal;
}

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

.shg-default-product-description-content strong,
.shg-default-product-description-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-product-description-content em {
  font-weight: inherit;
}

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

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

.shg-default-product-description-content p {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
}

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

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

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

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

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

.shg-default-product-description-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-product-description-content ul {
  list-style: disc;
}

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

.shg-default-product-description-content ul,
.shg-default-product-description-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-product-description-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-product-description-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-product-description-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-6e862513-d2b7-45bc-a7b1-a4d23c1b8747 {
  margin-top: 1%;
margin-left: 3%;
margin-bottom: 1%;
margin-right: 3%;
min-height: 50px;
}








#s-6e862513-d2b7-45bc-a7b1-a4d23c1b8747 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e862513-d2b7-45bc-a7b1-a4d23c1b8747.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-ae4ebc7d-5b37-4367-bc57-563710458ac4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ae4ebc7d-5b37-4367-bc57-563710458ac4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



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

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

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

@media (min-width: 0px) {
[id="s-36e97fc6-e1cc-402d-b76d-921f4a76b73a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36e97fc6-e1cc-402d-b76d-921f4a76b73a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-36e97fc6-e1cc-402d-b76d-921f4a76b73a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-36e97fc6-e1cc-402d-b76d-921f4a76b73a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

.shg-btn-text {
  font-weight: normal;
  font-family: Assistant, sans-serif;
}

.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-c530cdf8-f9d6-41cd-b63b-4d0c6f10e8fe {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(194, 218, 235, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(37, 37, 37, 1);
}
#s-c530cdf8-f9d6-41cd-b63b-4d0c6f10e8fe:hover {background-color: rgba(194, 218, 235, 0.85) !important;
text-decoration: none !important;
color: rgba(37, 37, 37, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c530cdf8-f9d6-41cd-b63b-4d0c6f10e8fe:active {background-color: rgba(194, 218, 235, 1) !important;
text-decoration: none !important;
color: rgba(37, 37, 37, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-c530cdf8-f9d6-41cd-b63b-4d0c6f10e8fe-root {
    text-align: center;
  }


#s-c530cdf8-f9d6-41cd-b63b-4d0c6f10e8fe.shg-btn {
  color: rgba(37, 37, 37, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c530cdf8-f9d6-41cd-b63b-4d0c6f10e8fe-root {
    text-align: center;
  }


#s-c530cdf8-f9d6-41cd-b63b-4d0c6f10e8fe.shg-btn {
  color: rgba(37, 37, 37, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c530cdf8-f9d6-41cd-b63b-4d0c6f10e8fe-root {
    text-align: center;
  }


#s-c530cdf8-f9d6-41cd-b63b-4d0c6f10e8fe.shg-btn {
  color: rgba(37, 37, 37, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c530cdf8-f9d6-41cd-b63b-4d0c6f10e8fe-root {
    text-align: center;
  }


#s-c530cdf8-f9d6-41cd-b63b-4d0c6f10e8fe.shg-btn {
  color: rgba(37, 37, 37, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c530cdf8-f9d6-41cd-b63b-4d0c6f10e8fe-root {
    text-align: center;
  }


#s-c530cdf8-f9d6-41cd-b63b-4d0c6f10e8fe.shg-btn {
  color: rgba(37, 37, 37, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}
#s-3f730877-cf6b-478a-a1fc-c6fd2b129aeb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(194, 218, 235, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(37, 37, 37, 1);
}
#s-3f730877-cf6b-478a-a1fc-c6fd2b129aeb:hover {background-color: rgba(194, 218, 235, 0.85) !important;
text-decoration: none !important;
color: rgba(37, 37, 37, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3f730877-cf6b-478a-a1fc-c6fd2b129aeb:active {background-color: rgba(194, 218, 235, 1) !important;
text-decoration: none !important;
color: rgba(37, 37, 37, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-3f730877-cf6b-478a-a1fc-c6fd2b129aeb-root {
    text-align: center;
  }


#s-3f730877-cf6b-478a-a1fc-c6fd2b129aeb.shg-btn {
  color: rgba(37, 37, 37, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-3f730877-cf6b-478a-a1fc-c6fd2b129aeb-root {
    text-align: center;
  }


#s-3f730877-cf6b-478a-a1fc-c6fd2b129aeb.shg-btn {
  color: rgba(37, 37, 37, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3f730877-cf6b-478a-a1fc-c6fd2b129aeb-root {
    text-align: center;
  }


#s-3f730877-cf6b-478a-a1fc-c6fd2b129aeb.shg-btn {
  color: rgba(37, 37, 37, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3f730877-cf6b-478a-a1fc-c6fd2b129aeb-root {
    text-align: center;
  }


#s-3f730877-cf6b-478a-a1fc-c6fd2b129aeb.shg-btn {
  color: rgba(37, 37, 37, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-3f730877-cf6b-478a-a1fc-c6fd2b129aeb-root {
    text-align: center;
  }


#s-3f730877-cf6b-478a-a1fc-c6fd2b129aeb.shg-btn {
  color: rgba(37, 37, 37, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}
#s-72b5ac43-b091-473a-854b-95b771acb33d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(194, 218, 235, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(37, 37, 37, 1);
}
#s-72b5ac43-b091-473a-854b-95b771acb33d:hover {background-color: rgba(194, 218, 235, 0.85) !important;
text-decoration: none !important;
color: rgba(37, 37, 37, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-72b5ac43-b091-473a-854b-95b771acb33d:active {background-color: rgba(194, 218, 235, 1) !important;
text-decoration: none !important;
color: rgba(37, 37, 37, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-72b5ac43-b091-473a-854b-95b771acb33d-root {
    text-align: center;
  }


#s-72b5ac43-b091-473a-854b-95b771acb33d.shg-btn {
  color: rgba(37, 37, 37, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-72b5ac43-b091-473a-854b-95b771acb33d-root {
    text-align: center;
  }


#s-72b5ac43-b091-473a-854b-95b771acb33d.shg-btn {
  color: rgba(37, 37, 37, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-72b5ac43-b091-473a-854b-95b771acb33d-root {
    text-align: center;
  }


#s-72b5ac43-b091-473a-854b-95b771acb33d.shg-btn {
  color: rgba(37, 37, 37, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-72b5ac43-b091-473a-854b-95b771acb33d-root {
    text-align: center;
  }


#s-72b5ac43-b091-473a-854b-95b771acb33d.shg-btn {
  color: rgba(37, 37, 37, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-72b5ac43-b091-473a-854b-95b771acb33d-root {
    text-align: center;
  }


#s-72b5ac43-b091-473a-854b-95b771acb33d.shg-btn {
  color: rgba(37, 37, 37, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}
.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

#s-0d03a537-2d85-45d1-b93c-b05955d878b3 {
  margin-left: 3%;
margin-right: 3%;
text-align: left;
}
@media (max-width: 767px){#s-0d03a537-2d85-45d1-b93c-b05955d878b3 {
  display: none;
}
#s-0d03a537-2d85-45d1-b93c-b05955d878b3, #wrap-s-0d03a537-2d85-45d1-b93c-b05955d878b3 { display: none !important; }}

  #s-0d03a537-2d85-45d1-b93c-b05955d878b3 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 2px solid rgba(66, 65, 65, 1);
  }
  #s-0d03a537-2d85-45d1-b93c-b05955d878b3 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(66, 65, 65, 1);
    border: 2px solid rgba(66, 65, 65, 1);
  }
#s-0d03a537-2d85-45d1-b93c-b05955d878b3 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(66, 65, 65, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-0d03a537-2d85-45d1-b93c-b05955d878b3 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-0d03a537-2d85-45d1-b93c-b05955d878b3 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 2px);
  left: 2px;
  bottom: -2px;
  height: 2px;
  background: rgba(66, 65, 65, 1);
}

#s-0d03a537-2d85-45d1-b93c-b05955d878b3 .shogun-tabs-body {
  margin-top: -2px;
  border-top: 2px solid rgba(66, 65, 65, 1);
}

#s-72ba497f-f375-4e74-8c23-e307afe07e23 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-72ba497f-f375-4e74-8c23-e307afe07e23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72ba497f-f375-4e74-8c23-e307afe07e23.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a11e6efc-d591-4b51-b113-14d48613a8b6 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a11e6efc-d591-4b51-b113-14d48613a8b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a11e6efc-d591-4b51-b113-14d48613a8b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd2871a3-dc11-4dab-bde4-0349259b7009 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dd2871a3-dc11-4dab-bde4-0349259b7009 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-9fc294b2-650a-451a-b54f-a7bc7aab102e {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-9fc294b2-650a-451a-b54f-a7bc7aab102e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9fc294b2-650a-451a-b54f-a7bc7aab102e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9fc294b2-650a-451a-b54f-a7bc7aab102e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9fc294b2-650a-451a-b54f-a7bc7aab102e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9fc294b2-650a-451a-b54f-a7bc7aab102e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9fc294b2-650a-451a-b54f-a7bc7aab102e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9fc294b2-650a-451a-b54f-a7bc7aab102e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-4837bb90-6a89-4134-ae0f-a155a44d7c93 {
  padding-left: 5%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-4837bb90-6a89-4134-ae0f-a155a44d7c93"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4837bb90-6a89-4134-ae0f-a155a44d7c93"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4837bb90-6a89-4134-ae0f-a155a44d7c93"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4837bb90-6a89-4134-ae0f-a155a44d7c93"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4837bb90-6a89-4134-ae0f-a155a44d7c93"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4837bb90-6a89-4134-ae0f-a155a44d7c93"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4837bb90-6a89-4134-ae0f-a155a44d7c93"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-4c911a36-47b3-40fa-b56f-1969eda35b6f {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-4c911a36-47b3-40fa-b56f-1969eda35b6f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4c911a36-47b3-40fa-b56f-1969eda35b6f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4c911a36-47b3-40fa-b56f-1969eda35b6f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4c911a36-47b3-40fa-b56f-1969eda35b6f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4c911a36-47b3-40fa-b56f-1969eda35b6f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c911a36-47b3-40fa-b56f-1969eda35b6f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4c911a36-47b3-40fa-b56f-1969eda35b6f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-4bdea085-67a7-4d65-8a8e-aa16dec1bd3a {
  padding-left: 5%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-4bdea085-67a7-4d65-8a8e-aa16dec1bd3a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4bdea085-67a7-4d65-8a8e-aa16dec1bd3a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4bdea085-67a7-4d65-8a8e-aa16dec1bd3a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4bdea085-67a7-4d65-8a8e-aa16dec1bd3a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4bdea085-67a7-4d65-8a8e-aa16dec1bd3a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4bdea085-67a7-4d65-8a8e-aa16dec1bd3a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4bdea085-67a7-4d65-8a8e-aa16dec1bd3a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-e8ccebba-93e9-4cbb-bbf4-0444d217523f {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-e8ccebba-93e9-4cbb-bbf4-0444d217523f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e8ccebba-93e9-4cbb-bbf4-0444d217523f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e8ccebba-93e9-4cbb-bbf4-0444d217523f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e8ccebba-93e9-4cbb-bbf4-0444d217523f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e8ccebba-93e9-4cbb-bbf4-0444d217523f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e8ccebba-93e9-4cbb-bbf4-0444d217523f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e8ccebba-93e9-4cbb-bbf4-0444d217523f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-37ebf36f-6832-440b-85e1-916bfc8fc58e {
  padding-left: 5%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-37ebf36f-6832-440b-85e1-916bfc8fc58e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-37ebf36f-6832-440b-85e1-916bfc8fc58e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-37ebf36f-6832-440b-85e1-916bfc8fc58e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-37ebf36f-6832-440b-85e1-916bfc8fc58e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-37ebf36f-6832-440b-85e1-916bfc8fc58e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-37ebf36f-6832-440b-85e1-916bfc8fc58e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-37ebf36f-6832-440b-85e1-916bfc8fc58e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-aa624c45-cfbe-41c7-965d-f579b2f65b4f {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-aa624c45-cfbe-41c7-965d-f579b2f65b4f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa624c45-cfbe-41c7-965d-f579b2f65b4f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-aa624c45-cfbe-41c7-965d-f579b2f65b4f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-aa624c45-cfbe-41c7-965d-f579b2f65b4f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-aa624c45-cfbe-41c7-965d-f579b2f65b4f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa624c45-cfbe-41c7-965d-f579b2f65b4f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-aa624c45-cfbe-41c7-965d-f579b2f65b4f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-51608278-dec8-4ea2-8b77-9cf1714de17a {
  padding-left: 5%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-51608278-dec8-4ea2-8b77-9cf1714de17a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-51608278-dec8-4ea2-8b77-9cf1714de17a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-51608278-dec8-4ea2-8b77-9cf1714de17a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-51608278-dec8-4ea2-8b77-9cf1714de17a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-51608278-dec8-4ea2-8b77-9cf1714de17a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-51608278-dec8-4ea2-8b77-9cf1714de17a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-51608278-dec8-4ea2-8b77-9cf1714de17a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-29d1dfdd-2d1b-4abf-a545-3a625c9754e1 {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-29d1dfdd-2d1b-4abf-a545-3a625c9754e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-29d1dfdd-2d1b-4abf-a545-3a625c9754e1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-29d1dfdd-2d1b-4abf-a545-3a625c9754e1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-29d1dfdd-2d1b-4abf-a545-3a625c9754e1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-29d1dfdd-2d1b-4abf-a545-3a625c9754e1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-29d1dfdd-2d1b-4abf-a545-3a625c9754e1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-29d1dfdd-2d1b-4abf-a545-3a625c9754e1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-79167421-5b4a-4a4c-90ef-72d5824de868 {
  padding-left: 5%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-79167421-5b4a-4a4c-90ef-72d5824de868"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-79167421-5b4a-4a4c-90ef-72d5824de868"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-79167421-5b4a-4a4c-90ef-72d5824de868"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-79167421-5b4a-4a4c-90ef-72d5824de868"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-79167421-5b4a-4a4c-90ef-72d5824de868"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-79167421-5b4a-4a4c-90ef-72d5824de868"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-79167421-5b4a-4a4c-90ef-72d5824de868"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-86eaffd9-55b5-4773-b550-42d4f9468072 {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-86eaffd9-55b5-4773-b550-42d4f9468072"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-86eaffd9-55b5-4773-b550-42d4f9468072"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-86eaffd9-55b5-4773-b550-42d4f9468072"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-86eaffd9-55b5-4773-b550-42d4f9468072"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-86eaffd9-55b5-4773-b550-42d4f9468072"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-86eaffd9-55b5-4773-b550-42d4f9468072"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-86eaffd9-55b5-4773-b550-42d4f9468072"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-fa3c97a7-910d-413f-a86d-e1eebddce69f hr {
  border-top: 2px solid #ddd;
}

#s-2b5e3cfc-1d44-44f1-96ff-37fcd5b2f654 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2b5e3cfc-1d44-44f1-96ff-37fcd5b2f654 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 33px;
  
  
  
}



#s-dc9331d4-98ed-488a-804c-0967631eadcd {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-dc9331d4-98ed-488a-804c-0967631eadcd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc9331d4-98ed-488a-804c-0967631eadcd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dc9331d4-98ed-488a-804c-0967631eadcd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dc9331d4-98ed-488a-804c-0967631eadcd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dc9331d4-98ed-488a-804c-0967631eadcd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc9331d4-98ed-488a-804c-0967631eadcd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dc9331d4-98ed-488a-804c-0967631eadcd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-7824466c-00b4-4d99-a0c2-d332cbc33c1b {
  padding-left: 5%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-7824466c-00b4-4d99-a0c2-d332cbc33c1b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7824466c-00b4-4d99-a0c2-d332cbc33c1b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7824466c-00b4-4d99-a0c2-d332cbc33c1b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7824466c-00b4-4d99-a0c2-d332cbc33c1b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7824466c-00b4-4d99-a0c2-d332cbc33c1b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7824466c-00b4-4d99-a0c2-d332cbc33c1b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7824466c-00b4-4d99-a0c2-d332cbc33c1b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-deeb64fb-5498-424f-9dd5-cc47ed716d2e {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-deeb64fb-5498-424f-9dd5-cc47ed716d2e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-deeb64fb-5498-424f-9dd5-cc47ed716d2e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-deeb64fb-5498-424f-9dd5-cc47ed716d2e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-deeb64fb-5498-424f-9dd5-cc47ed716d2e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-deeb64fb-5498-424f-9dd5-cc47ed716d2e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-deeb64fb-5498-424f-9dd5-cc47ed716d2e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-deeb64fb-5498-424f-9dd5-cc47ed716d2e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-575ca58f-40ea-493c-acea-1d33e6c15c55 {
  padding-left: 5%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-575ca58f-40ea-493c-acea-1d33e6c15c55"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-575ca58f-40ea-493c-acea-1d33e6c15c55"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-575ca58f-40ea-493c-acea-1d33e6c15c55"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-575ca58f-40ea-493c-acea-1d33e6c15c55"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-575ca58f-40ea-493c-acea-1d33e6c15c55"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-575ca58f-40ea-493c-acea-1d33e6c15c55"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-575ca58f-40ea-493c-acea-1d33e6c15c55"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-d3826cf9-8591-439c-b90c-27280ac4b834 {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-d3826cf9-8591-439c-b90c-27280ac4b834"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d3826cf9-8591-439c-b90c-27280ac4b834"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d3826cf9-8591-439c-b90c-27280ac4b834"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d3826cf9-8591-439c-b90c-27280ac4b834"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d3826cf9-8591-439c-b90c-27280ac4b834"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3826cf9-8591-439c-b90c-27280ac4b834"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d3826cf9-8591-439c-b90c-27280ac4b834"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-85fa6e82-c899-416d-85ff-68c64ac42197 {
  padding-left: 5%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-85fa6e82-c899-416d-85ff-68c64ac42197"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-85fa6e82-c899-416d-85ff-68c64ac42197"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-85fa6e82-c899-416d-85ff-68c64ac42197"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-85fa6e82-c899-416d-85ff-68c64ac42197"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-85fa6e82-c899-416d-85ff-68c64ac42197"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-85fa6e82-c899-416d-85ff-68c64ac42197"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-85fa6e82-c899-416d-85ff-68c64ac42197"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-542a707c-622d-4d8c-a49d-66b80a03d394 {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-542a707c-622d-4d8c-a49d-66b80a03d394"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-542a707c-622d-4d8c-a49d-66b80a03d394"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-542a707c-622d-4d8c-a49d-66b80a03d394"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-542a707c-622d-4d8c-a49d-66b80a03d394"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-542a707c-622d-4d8c-a49d-66b80a03d394"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-542a707c-622d-4d8c-a49d-66b80a03d394"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-542a707c-622d-4d8c-a49d-66b80a03d394"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-07d74b9a-5761-4798-9e8a-421eb3d64e3f {
  padding-left: 5%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-07d74b9a-5761-4798-9e8a-421eb3d64e3f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07d74b9a-5761-4798-9e8a-421eb3d64e3f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-07d74b9a-5761-4798-9e8a-421eb3d64e3f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-07d74b9a-5761-4798-9e8a-421eb3d64e3f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-07d74b9a-5761-4798-9e8a-421eb3d64e3f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-07d74b9a-5761-4798-9e8a-421eb3d64e3f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-07d74b9a-5761-4798-9e8a-421eb3d64e3f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-5dc332bc-2287-44f5-bdf3-a53dc1db2758 {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-5dc332bc-2287-44f5-bdf3-a53dc1db2758"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5dc332bc-2287-44f5-bdf3-a53dc1db2758"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5dc332bc-2287-44f5-bdf3-a53dc1db2758"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5dc332bc-2287-44f5-bdf3-a53dc1db2758"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5dc332bc-2287-44f5-bdf3-a53dc1db2758"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5dc332bc-2287-44f5-bdf3-a53dc1db2758"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5dc332bc-2287-44f5-bdf3-a53dc1db2758"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-ed13a163-5310-4da1-a79d-255b599cf365 {
  padding-left: 5%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-ed13a163-5310-4da1-a79d-255b599cf365"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed13a163-5310-4da1-a79d-255b599cf365"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ed13a163-5310-4da1-a79d-255b599cf365"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ed13a163-5310-4da1-a79d-255b599cf365"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ed13a163-5310-4da1-a79d-255b599cf365"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed13a163-5310-4da1-a79d-255b599cf365"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ed13a163-5310-4da1-a79d-255b599cf365"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-59d16208-06f2-4dd6-a3f0-fedf7cd91a90 {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-59d16208-06f2-4dd6-a3f0-fedf7cd91a90"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59d16208-06f2-4dd6-a3f0-fedf7cd91a90"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-59d16208-06f2-4dd6-a3f0-fedf7cd91a90"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-59d16208-06f2-4dd6-a3f0-fedf7cd91a90"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-59d16208-06f2-4dd6-a3f0-fedf7cd91a90"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-59d16208-06f2-4dd6-a3f0-fedf7cd91a90"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-59d16208-06f2-4dd6-a3f0-fedf7cd91a90"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-41d5565d-36f1-40a4-b30e-96d560ba2afa {
  padding-left: 5%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-41d5565d-36f1-40a4-b30e-96d560ba2afa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-41d5565d-36f1-40a4-b30e-96d560ba2afa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-41d5565d-36f1-40a4-b30e-96d560ba2afa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-41d5565d-36f1-40a4-b30e-96d560ba2afa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-41d5565d-36f1-40a4-b30e-96d560ba2afa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-41d5565d-36f1-40a4-b30e-96d560ba2afa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-41d5565d-36f1-40a4-b30e-96d560ba2afa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-e5bf70d1-92a4-408d-944b-ccfefc56a840 {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-e5bf70d1-92a4-408d-944b-ccfefc56a840"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e5bf70d1-92a4-408d-944b-ccfefc56a840"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e5bf70d1-92a4-408d-944b-ccfefc56a840"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e5bf70d1-92a4-408d-944b-ccfefc56a840"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e5bf70d1-92a4-408d-944b-ccfefc56a840"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e5bf70d1-92a4-408d-944b-ccfefc56a840"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e5bf70d1-92a4-408d-944b-ccfefc56a840"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-282b7671-8fa7-4aca-83d5-3ce6d28580e4 {
  padding-left: 5%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-282b7671-8fa7-4aca-83d5-3ce6d28580e4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-282b7671-8fa7-4aca-83d5-3ce6d28580e4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-282b7671-8fa7-4aca-83d5-3ce6d28580e4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-282b7671-8fa7-4aca-83d5-3ce6d28580e4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-282b7671-8fa7-4aca-83d5-3ce6d28580e4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-282b7671-8fa7-4aca-83d5-3ce6d28580e4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-282b7671-8fa7-4aca-83d5-3ce6d28580e4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-e9f98b92-bdbc-4b5c-9f64-1a11b2c085fe {
  background-color: rgba(255, 255, 255, 1);
}

#s-135da510-831e-45e4-8993-723859c43a1f {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-135da510-831e-45e4-8993-723859c43a1f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-135da510-831e-45e4-8993-723859c43a1f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-135da510-831e-45e4-8993-723859c43a1f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-135da510-831e-45e4-8993-723859c43a1f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-135da510-831e-45e4-8993-723859c43a1f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-135da510-831e-45e4-8993-723859c43a1f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-135da510-831e-45e4-8993-723859c43a1f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-c2e40770-de96-4700-bd11-f054238d8a38 {
  margin-top: 20px;
padding-left: 1%;
padding-right: 1%;
}

#s-012cbd67-c4dd-4698-9f11-88ba3907b049 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-012cbd67-c4dd-4698-9f11-88ba3907b049 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-012cbd67-c4dd-4698-9f11-88ba3907b049.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-363a0129-3985-45e3-9950-c0bd68533e3d {
  text-align: center;
}







  #s-363a0129-3985-45e3-9950-c0bd68533e3d img.shogun-image {
    

    
    
    
  }


#s-363a0129-3985-45e3-9950-c0bd68533e3d .shogun-image-content {
  
    align-items: center;
  
}

#s-4fadc567-e897-4fc5-a6f3-2e738bc8894e {
  padding-left: 2%;
padding-right: 2%;
max-width: 2112px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-4fadc567-e897-4fc5-a6f3-2e738bc8894e img.shogun-image,
  #s-4fadc567-e897-4fc5-a6f3-2e738bc8894e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4fadc567-e897-4fc5-a6f3-2e738bc8894e {
    width: 100%;
    height: auto;
  }



  #s-4fadc567-e897-4fc5-a6f3-2e738bc8894e img.shogun-image {
    

    
    
    
  }


#s-4fadc567-e897-4fc5-a6f3-2e738bc8894e .shogun-image-content {
  
    align-items: center;
  
}

#s-758be103-1be2-436c-8c8c-955e43a15b67 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-758be103-1be2-436c-8c8c-955e43a15b67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-758be103-1be2-436c-8c8c-955e43a15b67.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c8bee24d-8093-4091-8dba-9089ab024e6c {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-c8bee24d-8093-4091-8dba-9089ab024e6c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8bee24d-8093-4091-8dba-9089ab024e6c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c8bee24d-8093-4091-8dba-9089ab024e6c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8bee24d-8093-4091-8dba-9089ab024e6c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4a0a98c5-ebcb-483c-8a5f-6d04e1535b29 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4a0a98c5-ebcb-483c-8a5f-6d04e1535b29 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-b6c7ec5a-4ee1-4afa-8fea-37609cff181d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b6c7ec5a-4ee1-4afa-8fea-37609cff181d .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-1264b226-1b7f-43d2-bafc-79ee0036c4f9 {
  padding-left: 5%;
padding-right: 5%;
}

#s-83cab2c6-887f-4a3a-ae9d-9fbdf4c6ab19 {
  margin-left: 5%;
margin-right: 5%;
text-align: center;
}







  #s-83cab2c6-887f-4a3a-ae9d-9fbdf4c6ab19 img.shogun-image {
    

    
    
    
  }


#s-83cab2c6-887f-4a3a-ae9d-9fbdf4c6ab19 .shogun-image-content {
  
    align-items: center;
  
}

#s-a5bd896d-7c5d-4ce8-9e02-3b23902b0c3d {
  margin-top: 3%;
padding-left: 5%;
padding-right: 5%;
}

#s-54f27274-e6cd-4eb7-a4ac-e3750479b89d {
  padding-left: 1%;
padding-right: 1%;
text-align: center;
}







  #s-54f27274-e6cd-4eb7-a4ac-e3750479b89d img.shogun-image {
    

    
    
    
  }


#s-54f27274-e6cd-4eb7-a4ac-e3750479b89d .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-a373dada-fb16-4a2a-95d1-b21dca766428 {
  margin-top: 3%;
margin-bottom: 3%;
}

@media (min-width: 0px) {
[id="s-a373dada-fb16-4a2a-95d1-b21dca766428"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a373dada-fb16-4a2a-95d1-b21dca766428"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a373dada-fb16-4a2a-95d1-b21dca766428"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a373dada-fb16-4a2a-95d1-b21dca766428"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8c136405-206f-4451-9933-585e12fa5c91 {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 40px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
}

#s-ce5e2a77-66e8-4106-8d4d-4d19260855eb {
  padding-left: 1%;
padding-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(250, 249, 249, 1);
border-style: solid;
border-radius: 20px;
text-align: center;
}







  #s-ce5e2a77-66e8-4106-8d4d-4d19260855eb img.shogun-image {
    

    
    
    
  }


#s-ce5e2a77-66e8-4106-8d4d-4d19260855eb .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-bca0c9b5-af02-4a55-96c6-abbde4c4fb50 {
  padding-left: 5%;
padding-right: 5%;
}

#s-9da7ec7e-47c2-47c7-9d9c-f8770308ffee {
  padding-left: 1%;
padding-right: 1%;
text-align: center;
}







  #s-9da7ec7e-47c2-47c7-9d9c-f8770308ffee img.shogun-image {
    

    
    
    
  }


#s-9da7ec7e-47c2-47c7-9d9c-f8770308ffee .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-0f3b244c-9039-420b-b0db-a886c0806e25 {
  padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-e493a868-7597-4d78-85e8-818b3e3aa391"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e493a868-7597-4d78-85e8-818b3e3aa391"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e493a868-7597-4d78-85e8-818b3e3aa391"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e493a868-7597-4d78-85e8-818b3e3aa391"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-1f40c9b7-6386-4d46-b8fe-eb92eb0c0d1c {
  padding-left: 1%;
padding-right: 1%;
text-align: center;
}







  #s-1f40c9b7-6386-4d46-b8fe-eb92eb0c0d1c img.shogun-image {
    

    
    
    
  }


#s-1f40c9b7-6386-4d46-b8fe-eb92eb0c0d1c .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-0011c564-138f-4fb1-b57e-10e72a42622c {
  padding-left: 5%;
padding-right: 5%;
}

#s-26c02508-694c-468c-8892-c3e770c4a5f6 {
  padding-left: 1%;
padding-right: 1%;
text-align: center;
}







  #s-26c02508-694c-468c-8892-c3e770c4a5f6 img.shogun-image {
    

    
    
    
  }


#s-26c02508-694c-468c-8892-c3e770c4a5f6 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-c5b6f0ac-d7b1-4b91-9ffb-071deb061fa1 {
  padding-left: 5%;
padding-right: 5%;
}

#s-38c02853-f0c8-4283-ac3d-f740b4e22ff6 {
  padding-left: 1%;
padding-right: 1%;
text-align: center;
}







  #s-38c02853-f0c8-4283-ac3d-f740b4e22ff6 img.shogun-image {
    

    
    
    
  }


#s-38c02853-f0c8-4283-ac3d-f740b4e22ff6 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-0c667a22-9cfb-47c0-9180-c9648a0575a5 {
  padding-left: 5%;
padding-right: 5%;
}

#s-48355795-dd0d-4fca-9340-e46515d2e316 {
  margin-top: 3%;
padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-3097fe21-3fb4-4ff4-8c88-d5ccca62e6fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3097fe21-3fb4-4ff4-8c88-d5ccca62e6fc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3097fe21-3fb4-4ff4-8c88-d5ccca62e6fc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3097fe21-3fb4-4ff4-8c88-d5ccca62e6fc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a618b850-5762-4bcb-8969-b92dd2f1ebd6 {
  padding-left: 1%;
padding-right: 1%;
text-align: center;
}







  #s-a618b850-5762-4bcb-8969-b92dd2f1ebd6 img.shogun-image {
    

    
    
    
  }


#s-a618b850-5762-4bcb-8969-b92dd2f1ebd6 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-4ae45d0c-e72c-42e2-afcf-68db734c60c7 {
  padding-left: 1%;
padding-right: 1%;
text-align: center;
}







  #s-4ae45d0c-e72c-42e2-afcf-68db734c60c7 img.shogun-image {
    

    
    
    
  }


#s-4ae45d0c-e72c-42e2-afcf-68db734c60c7 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-4f078cc7-07d1-4fed-87a7-7e4d120c9e35 {
  margin-top: 3%;
padding-left: 5%;
padding-right: 5%;
}

#s-db80fe84-07ed-4acc-a369-5894f5e02a01 {
  text-align: center;
}







  #s-db80fe84-07ed-4acc-a369-5894f5e02a01 img.shogun-image {
    

    
    
    
  }


#s-db80fe84-07ed-4acc-a369-5894f5e02a01 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-3a8215a6-1b7d-40cb-8066-4f4114d8eb8e {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3a8215a6-1b7d-40cb-8066-4f4114d8eb8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a8215a6-1b7d-40cb-8066-4f4114d8eb8e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a9cf1de-bb9f-4bce-a615-b0475025e9e3 {
  text-align: center;
}







  #s-6a9cf1de-bb9f-4bce-a615-b0475025e9e3 img.shogun-image {
    

    
    
    
  }


#s-6a9cf1de-bb9f-4bce-a615-b0475025e9e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-d6b9266d-5579-4494-bf95-3cd88211f15a {
  padding-left: 2%;
padding-right: 2%;
text-align: center;
}







  #s-d6b9266d-5579-4494-bf95-3cd88211f15a img.shogun-image {
    

    
    
    
  }


#s-d6b9266d-5579-4494-bf95-3cd88211f15a .shogun-image-content {
  
    align-items: center;
  
}

#s-20ea2528-f703-47b7-9061-fd66f7e052df {
  padding-left: 5%;
padding-right: 5%;
}

#s-3c1e0d78-d1c8-4d79-b503-1f951f6600b7 {
  text-align: center;
}







  #s-3c1e0d78-d1c8-4d79-b503-1f951f6600b7 img.shogun-image {
    

    
    
    
  }


#s-3c1e0d78-d1c8-4d79-b503-1f951f6600b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-9293302b-9aa8-44af-90dc-a0b7ad9df196 {
  text-align: center;
}







  #s-9293302b-9aa8-44af-90dc-a0b7ad9df196 img.shogun-image {
    

    
    
    
  }


#s-9293302b-9aa8-44af-90dc-a0b7ad9df196 .shogun-image-content {
  
    align-items: center;
  
}

#s-e064a9eb-994d-476a-aa7d-41ff89919c86 {
  padding-left: 5%;
padding-right: 5%;
}

#s-95fa4b6b-c322-469f-8dcc-ec212f9ec6aa {
  padding-left: 1%;
padding-right: 1%;
text-align: center;
}







  #s-95fa4b6b-c322-469f-8dcc-ec212f9ec6aa img.shogun-image {
    

    
    
    
  }


#s-95fa4b6b-c322-469f-8dcc-ec212f9ec6aa .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-4a81d20e-5ad2-4633-8b08-0c05e71d58c6 {
  margin-top: 3%;
margin-bottom: 3%;
}

@media (min-width: 0px) {
[id="s-4a81d20e-5ad2-4633-8b08-0c05e71d58c6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4a81d20e-5ad2-4633-8b08-0c05e71d58c6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4a81d20e-5ad2-4633-8b08-0c05e71d58c6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a81d20e-5ad2-4633-8b08-0c05e71d58c6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d30d1225-6102-4bc6-beab-4d1069fb6888 {
  padding-top: 40px;
padding-left: 5%;
padding-right: 5%;
}

#s-b575fca4-0b32-4bef-9b40-40819da1ec75 {
  padding-left: 1%;
padding-right: 1%;
text-align: center;
}







  #s-b575fca4-0b32-4bef-9b40-40819da1ec75 img.shogun-image {
    

    
    
    
  }


#s-b575fca4-0b32-4bef-9b40-40819da1ec75 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-1883eb26-ae0a-456e-b419-823a4a6e8eab {
  margin-top: 3%;
margin-bottom: 3%;
}

@media (min-width: 0px) {
[id="s-1883eb26-ae0a-456e-b419-823a4a6e8eab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1883eb26-ae0a-456e-b419-823a4a6e8eab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1883eb26-ae0a-456e-b419-823a4a6e8eab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1883eb26-ae0a-456e-b419-823a4a6e8eab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a07c7291-9e23-4355-8fa1-8ca7bc290a4e {
  padding-left: 1%;
padding-right: 1%;
text-align: center;
}







  #s-a07c7291-9e23-4355-8fa1-8ca7bc290a4e img.shogun-image {
    

    
    
    
  }


#s-a07c7291-9e23-4355-8fa1-8ca7bc290a4e .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-c61eec5d-3917-4463-8778-d58785a6c27f {
  padding-top: 40px;
padding-left: 5%;
padding-right: 5%;
}

#s-f52ed213-f93b-4c7a-ab83-b4a5e69710b2 {
  padding-left: 5%;
padding-right: 5%;
}

#s-31a03e8b-ee20-4373-b20e-2f9e00115225 {
  padding-left: 1%;
padding-right: 1%;
text-align: center;
}







  #s-31a03e8b-ee20-4373-b20e-2f9e00115225 img.shogun-image {
    

    
    
    
  }


#s-31a03e8b-ee20-4373-b20e-2f9e00115225 .shogun-image-content {
  
    align-items:  flex-start;
  
}

@media (min-width: 0px) {
[id="s-1f87f865-1029-4614-a3fb-b8bd7c8706d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1f87f865-1029-4614-a3fb-b8bd7c8706d5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1f87f865-1029-4614-a3fb-b8bd7c8706d5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1f87f865-1029-4614-a3fb-b8bd7c8706d5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-adb1190f-2e00-4db2-81b0-07d2b166e4e0 {
  padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
}

#s-1571b394-471d-42ba-9df6-0d5a07f01231 {
  padding-left: 1%;
padding-right: 1%;
text-align: center;
}







  #s-1571b394-471d-42ba-9df6-0d5a07f01231 img.shogun-image {
    

    
    
    
  }


#s-1571b394-471d-42ba-9df6-0d5a07f01231 .shogun-image-content {
  
    align-items:  flex-start;
  
}

@media (min-width: 0px) {
[id="s-5644eb43-4bc1-440e-bf3e-d889edbfe5b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5644eb43-4bc1-440e-bf3e-d889edbfe5b7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5644eb43-4bc1-440e-bf3e-d889edbfe5b7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5644eb43-4bc1-440e-bf3e-d889edbfe5b7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-40baf9ce-b3f3-4673-9da4-68169c255216 {
  padding-left: 1%;
padding-right: 1%;
text-align: center;
}







  #s-40baf9ce-b3f3-4673-9da4-68169c255216 img.shogun-image {
    

    
    
    
  }


#s-40baf9ce-b3f3-4673-9da4-68169c255216 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-20824a60-604c-4ede-8035-ae71ca3ca14f {
  padding-left: 5%;
padding-right: 5%;
}

#s-73b17b93-d025-4721-b5f0-1472dffc3efb {
  padding-left: 1%;
padding-right: 1%;
text-align: center;
}







  #s-73b17b93-d025-4721-b5f0-1472dffc3efb img.shogun-image {
    

    
    
    
  }


#s-73b17b93-d025-4721-b5f0-1472dffc3efb .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-3c52d8fe-39f5-4da9-9457-ef1b407058cc {
  padding-left: 5%;
padding-right: 5%;
}

#s-b62d4023-b75a-45b9-8ace-e373a14ed264 {
  padding-left: 1%;
padding-right: 1%;
text-align: center;
}







  #s-b62d4023-b75a-45b9-8ace-e373a14ed264 img.shogun-image {
    

    
    
    
  }


#s-b62d4023-b75a-45b9-8ace-e373a14ed264 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-f4cada41-c3af-4b5b-8284-6a6e1b97ee18 {
  padding-left: 5%;
padding-right: 5%;
}

#s-7c53405b-d933-4f3e-8f05-558085e776f1 {
  margin-top: 3%;
padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-991eb388-c242-432f-a180-5b2d3e17b380"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-991eb388-c242-432f-a180-5b2d3e17b380"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-991eb388-c242-432f-a180-5b2d3e17b380"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-991eb388-c242-432f-a180-5b2d3e17b380"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bdcbed4e-fc49-4108-af2a-97958c8b8330 {
  padding-left: 1%;
padding-right: 1%;
text-align: center;
}







  #s-bdcbed4e-fc49-4108-af2a-97958c8b8330 img.shogun-image {
    

    
    
    
  }


#s-bdcbed4e-fc49-4108-af2a-97958c8b8330 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-f6c6c343-258e-4b5e-bed4-877e91f13db5 {
  padding-left: 1%;
padding-right: 1%;
text-align: center;
}







  #s-f6c6c343-258e-4b5e-bed4-877e91f13db5 img.shogun-image {
    

    
    
    
  }


#s-f6c6c343-258e-4b5e-bed4-877e91f13db5 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-9508e10d-91b4-463e-a845-a504ef2b6b2a {
  margin-top: 3%;
padding-left: 5%;
padding-right: 5%;
}

#s-90b801b9-a969-4a6d-b7ef-c4124de53b25 {
  text-align: center;
}







  #s-90b801b9-a969-4a6d-b7ef-c4124de53b25 img.shogun-image {
    

    
    
    
  }


#s-90b801b9-a969-4a6d-b7ef-c4124de53b25 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-1f5660e6-792d-4fb2-a4b5-76de96acb39b {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-1f5660e6-792d-4fb2-a4b5-76de96acb39b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f5660e6-792d-4fb2-a4b5-76de96acb39b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-43ff3ca7-e164-410d-85a5-2c99ba953eaf hr {
  border-top: 2px solid #ddd;
}

#s-5132755d-004e-4415-905a-b508c70026d6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5132755d-004e-4415-905a-b508c70026d6 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-4cd90b4e-9a63-4f6c-90f7-801efd3e6151 {
  margin-bottom: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: dashed;
min-height: 50px;
}








#s-4cd90b4e-9a63-4f6c-90f7-801efd3e6151 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4cd90b4e-9a63-4f6c-90f7-801efd3e6151.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d659e7ce-44b1-439c-9d05-873f31f69ed2 {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-d659e7ce-44b1-439c-9d05-873f31f69ed2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d659e7ce-44b1-439c-9d05-873f31f69ed2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d659e7ce-44b1-439c-9d05-873f31f69ed2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d659e7ce-44b1-439c-9d05-873f31f69ed2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d659e7ce-44b1-439c-9d05-873f31f69ed2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d659e7ce-44b1-439c-9d05-873f31f69ed2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d659e7ce-44b1-439c-9d05-873f31f69ed2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-40d3c274-c703-45ab-828e-d9428c786f23 {
  padding-left: 5%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-40d3c274-c703-45ab-828e-d9428c786f23"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-40d3c274-c703-45ab-828e-d9428c786f23"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-40d3c274-c703-45ab-828e-d9428c786f23"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-40d3c274-c703-45ab-828e-d9428c786f23"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-40d3c274-c703-45ab-828e-d9428c786f23"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-40d3c274-c703-45ab-828e-d9428c786f23"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-40d3c274-c703-45ab-828e-d9428c786f23"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-596a6078-c64b-4e7e-8eeb-a971149211ff {
  margin-bottom: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: dashed;
min-height: 50px;
}








#s-596a6078-c64b-4e7e-8eeb-a971149211ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-596a6078-c64b-4e7e-8eeb-a971149211ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-353127ec-60c3-4bc6-bcb9-188b7fcf3c3f {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-353127ec-60c3-4bc6-bcb9-188b7fcf3c3f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-353127ec-60c3-4bc6-bcb9-188b7fcf3c3f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-353127ec-60c3-4bc6-bcb9-188b7fcf3c3f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-353127ec-60c3-4bc6-bcb9-188b7fcf3c3f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-353127ec-60c3-4bc6-bcb9-188b7fcf3c3f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-353127ec-60c3-4bc6-bcb9-188b7fcf3c3f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-353127ec-60c3-4bc6-bcb9-188b7fcf3c3f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-c49a5025-3913-4b1c-adec-35f29d90d190 {
  padding-left: 5%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-c49a5025-3913-4b1c-adec-35f29d90d190"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c49a5025-3913-4b1c-adec-35f29d90d190"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c49a5025-3913-4b1c-adec-35f29d90d190"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c49a5025-3913-4b1c-adec-35f29d90d190"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c49a5025-3913-4b1c-adec-35f29d90d190"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c49a5025-3913-4b1c-adec-35f29d90d190"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c49a5025-3913-4b1c-adec-35f29d90d190"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-7996c050-6e11-4eaf-ad38-7c65bd53fed9 {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-7996c050-6e11-4eaf-ad38-7c65bd53fed9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7996c050-6e11-4eaf-ad38-7c65bd53fed9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7996c050-6e11-4eaf-ad38-7c65bd53fed9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7996c050-6e11-4eaf-ad38-7c65bd53fed9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7996c050-6e11-4eaf-ad38-7c65bd53fed9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7996c050-6e11-4eaf-ad38-7c65bd53fed9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7996c050-6e11-4eaf-ad38-7c65bd53fed9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-2313f0de-e750-4ce9-babb-0550b9857c91 {
  padding-left: 5%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-2313f0de-e750-4ce9-babb-0550b9857c91"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2313f0de-e750-4ce9-babb-0550b9857c91"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2313f0de-e750-4ce9-babb-0550b9857c91"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2313f0de-e750-4ce9-babb-0550b9857c91"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2313f0de-e750-4ce9-babb-0550b9857c91"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2313f0de-e750-4ce9-babb-0550b9857c91"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2313f0de-e750-4ce9-babb-0550b9857c91"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-2758873f-c6ff-4e03-aa01-9cb2995a53ff {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-2758873f-c6ff-4e03-aa01-9cb2995a53ff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2758873f-c6ff-4e03-aa01-9cb2995a53ff"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2758873f-c6ff-4e03-aa01-9cb2995a53ff"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2758873f-c6ff-4e03-aa01-9cb2995a53ff"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2758873f-c6ff-4e03-aa01-9cb2995a53ff"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2758873f-c6ff-4e03-aa01-9cb2995a53ff"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2758873f-c6ff-4e03-aa01-9cb2995a53ff"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-774755c2-bd24-4810-afa0-37fd8f7fc0d0 {
  padding-left: 5%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-774755c2-bd24-4810-afa0-37fd8f7fc0d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-774755c2-bd24-4810-afa0-37fd8f7fc0d0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-774755c2-bd24-4810-afa0-37fd8f7fc0d0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-774755c2-bd24-4810-afa0-37fd8f7fc0d0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-774755c2-bd24-4810-afa0-37fd8f7fc0d0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-774755c2-bd24-4810-afa0-37fd8f7fc0d0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-774755c2-bd24-4810-afa0-37fd8f7fc0d0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-fbeea6cb-7233-466d-bb14-a419b00a3751 {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-fbeea6cb-7233-466d-bb14-a419b00a3751"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fbeea6cb-7233-466d-bb14-a419b00a3751"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fbeea6cb-7233-466d-bb14-a419b00a3751"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fbeea6cb-7233-466d-bb14-a419b00a3751"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fbeea6cb-7233-466d-bb14-a419b00a3751"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fbeea6cb-7233-466d-bb14-a419b00a3751"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fbeea6cb-7233-466d-bb14-a419b00a3751"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-691e2ed5-d5f1-498e-9a5a-f56574333bab {
  padding-left: 5%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-691e2ed5-d5f1-498e-9a5a-f56574333bab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-691e2ed5-d5f1-498e-9a5a-f56574333bab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-691e2ed5-d5f1-498e-9a5a-f56574333bab"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-691e2ed5-d5f1-498e-9a5a-f56574333bab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-691e2ed5-d5f1-498e-9a5a-f56574333bab"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-691e2ed5-d5f1-498e-9a5a-f56574333bab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-691e2ed5-d5f1-498e-9a5a-f56574333bab"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-abea8fee-ccc5-4c74-8753-9b0b9fbd6e91 {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-abea8fee-ccc5-4c74-8753-9b0b9fbd6e91"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-abea8fee-ccc5-4c74-8753-9b0b9fbd6e91"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-abea8fee-ccc5-4c74-8753-9b0b9fbd6e91"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-abea8fee-ccc5-4c74-8753-9b0b9fbd6e91"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-abea8fee-ccc5-4c74-8753-9b0b9fbd6e91"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-abea8fee-ccc5-4c74-8753-9b0b9fbd6e91"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-abea8fee-ccc5-4c74-8753-9b0b9fbd6e91"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-44510b57-6cb8-4f69-b224-278f62315df9 {
  padding-left: 5%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-44510b57-6cb8-4f69-b224-278f62315df9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-44510b57-6cb8-4f69-b224-278f62315df9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-44510b57-6cb8-4f69-b224-278f62315df9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-44510b57-6cb8-4f69-b224-278f62315df9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-44510b57-6cb8-4f69-b224-278f62315df9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-44510b57-6cb8-4f69-b224-278f62315df9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-44510b57-6cb8-4f69-b224-278f62315df9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-48bd76a5-0cf1-4376-9e14-ba8761376a06 {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-48bd76a5-0cf1-4376-9e14-ba8761376a06"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-48bd76a5-0cf1-4376-9e14-ba8761376a06"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-48bd76a5-0cf1-4376-9e14-ba8761376a06"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-48bd76a5-0cf1-4376-9e14-ba8761376a06"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-48bd76a5-0cf1-4376-9e14-ba8761376a06"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-48bd76a5-0cf1-4376-9e14-ba8761376a06"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-48bd76a5-0cf1-4376-9e14-ba8761376a06"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-8cac71c2-ee63-4dfa-ad4c-67167ea04e7a {
  margin-left: 3%;
margin-right: 3%;
text-align: left;
}
@media (min-width: 1200px){#s-8cac71c2-ee63-4dfa-ad4c-67167ea04e7a {
  display: none;
}
#s-8cac71c2-ee63-4dfa-ad4c-67167ea04e7a, #wrap-s-8cac71c2-ee63-4dfa-ad4c-67167ea04e7a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8cac71c2-ee63-4dfa-ad4c-67167ea04e7a {
  display: none;
}
#s-8cac71c2-ee63-4dfa-ad4c-67167ea04e7a, #wrap-s-8cac71c2-ee63-4dfa-ad4c-67167ea04e7a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8cac71c2-ee63-4dfa-ad4c-67167ea04e7a {
  display: none;
}
#s-8cac71c2-ee63-4dfa-ad4c-67167ea04e7a, #wrap-s-8cac71c2-ee63-4dfa-ad4c-67167ea04e7a { display: none !important; }}@media (max-width: 767px){#s-8cac71c2-ee63-4dfa-ad4c-67167ea04e7a {
  
}
}

  #s-8cac71c2-ee63-4dfa-ad4c-67167ea04e7a .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 2px solid rgba(66, 65, 65, 1);
  }
  #s-8cac71c2-ee63-4dfa-ad4c-67167ea04e7a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(66, 65, 65, 1);
    border: 2px solid rgba(66, 65, 65, 1);
  }
#s-8cac71c2-ee63-4dfa-ad4c-67167ea04e7a .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(66, 65, 65, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-8cac71c2-ee63-4dfa-ad4c-67167ea04e7a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-8cac71c2-ee63-4dfa-ad4c-67167ea04e7a .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 2px);
  left: 2px;
  bottom: -2px;
  height: 2px;
  background: rgba(66, 65, 65, 1);
}

#s-8cac71c2-ee63-4dfa-ad4c-67167ea04e7a .shogun-tabs-body {
  margin-top: -2px;
  border-top: 2px solid rgba(66, 65, 65, 1);
}

#s-09a988a2-697d-406d-b20a-839e07f86f9d {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-09a988a2-697d-406d-b20a-839e07f86f9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09a988a2-697d-406d-b20a-839e07f86f9d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4a3b2f4-55f1-47a1-86b3-c75cebb8961e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f4a3b2f4-55f1-47a1-86b3-c75cebb8961e .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-d7c1f1e3-b8b7-4cc8-9a0b-a2911b11df71 {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-d7c1f1e3-b8b7-4cc8-9a0b-a2911b11df71"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d7c1f1e3-b8b7-4cc8-9a0b-a2911b11df71"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d7c1f1e3-b8b7-4cc8-9a0b-a2911b11df71"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d7c1f1e3-b8b7-4cc8-9a0b-a2911b11df71"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d7c1f1e3-b8b7-4cc8-9a0b-a2911b11df71"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7c1f1e3-b8b7-4cc8-9a0b-a2911b11df71"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d7c1f1e3-b8b7-4cc8-9a0b-a2911b11df71"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-2a6e61d1-2b29-45f5-aeee-365d5e8ea551 {
  padding-left: 5%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-2a6e61d1-2b29-45f5-aeee-365d5e8ea551"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a6e61d1-2b29-45f5-aeee-365d5e8ea551"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2a6e61d1-2b29-45f5-aeee-365d5e8ea551"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2a6e61d1-2b29-45f5-aeee-365d5e8ea551"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2a6e61d1-2b29-45f5-aeee-365d5e8ea551"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a6e61d1-2b29-45f5-aeee-365d5e8ea551"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2a6e61d1-2b29-45f5-aeee-365d5e8ea551"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-8cefa76e-26c3-4dca-bab3-7f157026ef39 {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-8cefa76e-26c3-4dca-bab3-7f157026ef39"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8cefa76e-26c3-4dca-bab3-7f157026ef39"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8cefa76e-26c3-4dca-bab3-7f157026ef39"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8cefa76e-26c3-4dca-bab3-7f157026ef39"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8cefa76e-26c3-4dca-bab3-7f157026ef39"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8cefa76e-26c3-4dca-bab3-7f157026ef39"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8cefa76e-26c3-4dca-bab3-7f157026ef39"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-72c8012c-59e9-4faf-b307-8898ab9c7c69 {
  padding-left: 5%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-72c8012c-59e9-4faf-b307-8898ab9c7c69"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-72c8012c-59e9-4faf-b307-8898ab9c7c69"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-72c8012c-59e9-4faf-b307-8898ab9c7c69"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-72c8012c-59e9-4faf-b307-8898ab9c7c69"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-72c8012c-59e9-4faf-b307-8898ab9c7c69"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-72c8012c-59e9-4faf-b307-8898ab9c7c69"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-72c8012c-59e9-4faf-b307-8898ab9c7c69"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-5e29f9b6-4273-471a-b6ef-fd133c00ec2a {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-5e29f9b6-4273-471a-b6ef-fd133c00ec2a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e29f9b6-4273-471a-b6ef-fd133c00ec2a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5e29f9b6-4273-471a-b6ef-fd133c00ec2a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5e29f9b6-4273-471a-b6ef-fd133c00ec2a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5e29f9b6-4273-471a-b6ef-fd133c00ec2a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e29f9b6-4273-471a-b6ef-fd133c00ec2a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5e29f9b6-4273-471a-b6ef-fd133c00ec2a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-7cad1078-5af7-4e47-8a33-1d529041b5ee {
  padding-left: 5%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-7cad1078-5af7-4e47-8a33-1d529041b5ee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7cad1078-5af7-4e47-8a33-1d529041b5ee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7cad1078-5af7-4e47-8a33-1d529041b5ee"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7cad1078-5af7-4e47-8a33-1d529041b5ee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7cad1078-5af7-4e47-8a33-1d529041b5ee"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7cad1078-5af7-4e47-8a33-1d529041b5ee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7cad1078-5af7-4e47-8a33-1d529041b5ee"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-1345906c-a375-418c-9e66-f085a017c86a {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-1345906c-a375-418c-9e66-f085a017c86a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1345906c-a375-418c-9e66-f085a017c86a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1345906c-a375-418c-9e66-f085a017c86a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1345906c-a375-418c-9e66-f085a017c86a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1345906c-a375-418c-9e66-f085a017c86a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1345906c-a375-418c-9e66-f085a017c86a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1345906c-a375-418c-9e66-f085a017c86a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-7a590a68-120c-49e8-a6bd-a0e26feb92e4 {
  padding-left: 5%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-7a590a68-120c-49e8-a6bd-a0e26feb92e4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a590a68-120c-49e8-a6bd-a0e26feb92e4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7a590a68-120c-49e8-a6bd-a0e26feb92e4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7a590a68-120c-49e8-a6bd-a0e26feb92e4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7a590a68-120c-49e8-a6bd-a0e26feb92e4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a590a68-120c-49e8-a6bd-a0e26feb92e4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7a590a68-120c-49e8-a6bd-a0e26feb92e4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-f3d50713-c56c-418f-984a-d1fe28489ba3 {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-f3d50713-c56c-418f-984a-d1fe28489ba3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f3d50713-c56c-418f-984a-d1fe28489ba3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f3d50713-c56c-418f-984a-d1fe28489ba3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f3d50713-c56c-418f-984a-d1fe28489ba3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f3d50713-c56c-418f-984a-d1fe28489ba3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f3d50713-c56c-418f-984a-d1fe28489ba3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f3d50713-c56c-418f-984a-d1fe28489ba3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-a975aa0d-5d52-4157-95d3-380b29932424 {
  padding-left: 5%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-a975aa0d-5d52-4157-95d3-380b29932424"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a975aa0d-5d52-4157-95d3-380b29932424"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a975aa0d-5d52-4157-95d3-380b29932424"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a975aa0d-5d52-4157-95d3-380b29932424"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a975aa0d-5d52-4157-95d3-380b29932424"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a975aa0d-5d52-4157-95d3-380b29932424"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a975aa0d-5d52-4157-95d3-380b29932424"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-239c3fbc-cbd5-4bd1-919a-aa1baa926799 {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-239c3fbc-cbd5-4bd1-919a-aa1baa926799"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-239c3fbc-cbd5-4bd1-919a-aa1baa926799"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-239c3fbc-cbd5-4bd1-919a-aa1baa926799"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-239c3fbc-cbd5-4bd1-919a-aa1baa926799"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-239c3fbc-cbd5-4bd1-919a-aa1baa926799"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-239c3fbc-cbd5-4bd1-919a-aa1baa926799"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-239c3fbc-cbd5-4bd1-919a-aa1baa926799"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-2e4053d6-4a7d-4ee2-9d1f-135070d02d2d hr {
  border-top: 2px solid #ddd;
}

#s-a9ca861d-fbf8-4098-ac7d-c9c05d782ed5 {
  margin-top: 20px;
padding-left: 1%;
padding-right: 1%;
}

#s-6ec5d43f-3712-461e-ab92-7425b6db0a3a {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-6ec5d43f-3712-461e-ab92-7425b6db0a3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ec5d43f-3712-461e-ab92-7425b6db0a3a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae2fab0a-4b9f-47c7-a0c6-30245acb7fa4 {
  text-align: center;
}







  #s-ae2fab0a-4b9f-47c7-a0c6-30245acb7fa4 img.shogun-image {
    

    
    
    
  }


#s-ae2fab0a-4b9f-47c7-a0c6-30245acb7fa4 .shogun-image-content {
  
    align-items: center;
  
}

#s-cfccb7aa-eda5-49ea-a1ea-c59dad5fdc93 {
  padding-left: 2%;
padding-right: 2%;
text-align: center;
}







  #s-cfccb7aa-eda5-49ea-a1ea-c59dad5fdc93 img.shogun-image {
    

    
    
    
  }


#s-cfccb7aa-eda5-49ea-a1ea-c59dad5fdc93 .shogun-image-content {
  
    align-items: center;
  
}

#s-39d4acf7-a5c8-49f3-bb26-ea281b005a20 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-39d4acf7-a5c8-49f3-bb26-ea281b005a20"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39d4acf7-a5c8-49f3-bb26-ea281b005a20"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-39d4acf7-a5c8-49f3-bb26-ea281b005a20"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-39d4acf7-a5c8-49f3-bb26-ea281b005a20"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-71734a3c-ebf4-4e55-96c1-b30d5da1b1b0 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-71734a3c-ebf4-4e55-96c1-b30d5da1b1b0 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-884bea6f-9a71-472e-bf42-48637c35f26a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-884bea6f-9a71-472e-bf42-48637c35f26a .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-f469ebf0-6ad0-4db5-b04d-59a967284424 {
  padding-left: 5%;
padding-right: 5%;
}

#s-2f91a57d-9c24-4155-8f20-b6cb4e83d71e {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}







  #s-2f91a57d-9c24-4155-8f20-b6cb4e83d71e img.shogun-image {
    

    
    
    
  }


#s-2f91a57d-9c24-4155-8f20-b6cb4e83d71e .shogun-image-content {
  
    align-items: center;
  
}

#s-93352cd2-5d24-48e1-96bc-838bc47d30dd {
  margin-top: 3%;
padding-left: 5%;
padding-right: 5%;
}

#s-b795da39-c013-4ab9-8d48-cd57805e06c2 {
  padding-left: 1%;
padding-right: 1%;
text-align: center;
}







  #s-b795da39-c013-4ab9-8d48-cd57805e06c2 img.shogun-image {
    

    
    
    
  }


#s-b795da39-c013-4ab9-8d48-cd57805e06c2 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-5b5a5b81-6c8d-49cc-85d6-488880613bb6 {
  margin-top: 3%;
margin-bottom: 3%;
}

@media (min-width: 0px) {
[id="s-5b5a5b81-6c8d-49cc-85d6-488880613bb6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b5a5b81-6c8d-49cc-85d6-488880613bb6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5b5a5b81-6c8d-49cc-85d6-488880613bb6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b5a5b81-6c8d-49cc-85d6-488880613bb6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7d09dc4c-2521-42bd-a4cb-3d9d0895f105 {
  padding-top: 0px;
padding-left: 5%;
padding-right: 5%;
}

#s-9fbc370a-585b-4180-9d53-7913f0d22154 {
  padding-left: 1%;
padding-right: 1%;
text-align: center;
}







  #s-9fbc370a-585b-4180-9d53-7913f0d22154 img.shogun-image {
    

    
    
    
  }


#s-9fbc370a-585b-4180-9d53-7913f0d22154 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-bbf98b0c-0693-4c76-87a9-85b80cc5cb8e {
  padding-left: 5%;
padding-right: 5%;
}

#s-80a133b1-85bf-457d-a38a-4cd9203f10e3 {
  padding-left: 1%;
padding-right: 1%;
text-align: center;
}







  #s-80a133b1-85bf-457d-a38a-4cd9203f10e3 img.shogun-image {
    

    
    
    
  }


#s-80a133b1-85bf-457d-a38a-4cd9203f10e3 .shogun-image-content {
  
    align-items:  flex-start;
  
}

@media (min-width: 0px) {
[id="s-5e39a8aa-603c-4670-8284-9b46e4ee27be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e39a8aa-603c-4670-8284-9b46e4ee27be"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5e39a8aa-603c-4670-8284-9b46e4ee27be"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e39a8aa-603c-4670-8284-9b46e4ee27be"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-47ea8b3d-27c8-4a7b-afa2-8bcd7c0aa333 {
  margin-top: 10px;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}

#s-9d7dcd0d-4213-4c77-95ad-b51bcdbba918 {
  padding-left: 1%;
padding-right: 1%;
text-align: center;
}







  #s-9d7dcd0d-4213-4c77-95ad-b51bcdbba918 img.shogun-image {
    

    
    
    
  }


#s-9d7dcd0d-4213-4c77-95ad-b51bcdbba918 .shogun-image-content {
  
    align-items:  flex-start;
  
}

@media (min-width: 0px) {
[id="s-9fd261ea-fa2d-4482-b633-91b95b118bee"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9fd261ea-fa2d-4482-b633-91b95b118bee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9fd261ea-fa2d-4482-b633-91b95b118bee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9fd261ea-fa2d-4482-b633-91b95b118bee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d2e3125f-e07a-49e1-8b4e-4403b8bdaf38 {
  padding-left: 1%;
padding-right: 1%;
text-align: center;
}







  #s-d2e3125f-e07a-49e1-8b4e-4403b8bdaf38 img.shogun-image {
    

    
    
    
  }


#s-d2e3125f-e07a-49e1-8b4e-4403b8bdaf38 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-62750c69-56ff-4252-a8a2-0284007424d7 {
  padding-left: 5%;
padding-right: 5%;
}

#s-924ba08a-ad67-4729-b627-0ab4271df7a7 {
  padding-left: 1%;
padding-right: 1%;
text-align: center;
}







  #s-924ba08a-ad67-4729-b627-0ab4271df7a7 img.shogun-image {
    

    
    
    
  }


#s-924ba08a-ad67-4729-b627-0ab4271df7a7 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-07db94da-1380-4a06-89c9-a4e1f0bfda44 {
  padding-left: 5%;
padding-right: 5%;
}

#s-fb36efee-5775-45a1-be66-64a4313b1107 {
  margin-top: 3%;
padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-738c8501-0d97-4d4e-ba73-ca08b864a2a6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-738c8501-0d97-4d4e-ba73-ca08b864a2a6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-738c8501-0d97-4d4e-ba73-ca08b864a2a6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-738c8501-0d97-4d4e-ba73-ca08b864a2a6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6a4fd272-17a1-4316-8937-548ac34d0eff {
  padding-left: 1%;
padding-right: 1%;
text-align: center;
}







  #s-6a4fd272-17a1-4316-8937-548ac34d0eff img.shogun-image {
    

    
    
    
  }


#s-6a4fd272-17a1-4316-8937-548ac34d0eff .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-ecdac0a4-2770-4d78-9951-f365ffeda527 {
  padding-left: 1%;
padding-right: 1%;
text-align: center;
}







  #s-ecdac0a4-2770-4d78-9951-f365ffeda527 img.shogun-image {
    

    
    
    
  }


#s-ecdac0a4-2770-4d78-9951-f365ffeda527 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-f5dfd058-0957-4a7a-b1ac-e1191b850a6b {
  margin-top: 3%;
padding-left: 5%;
padding-right: 5%;
}

#s-87d8cf60-a181-49ba-8d1a-950f74a4f82d {
  text-align: center;
}







  #s-87d8cf60-a181-49ba-8d1a-950f74a4f82d img.shogun-image {
    

    
    
    
  }


#s-87d8cf60-a181-49ba-8d1a-950f74a4f82d .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-4fdf553b-684b-49bc-93ce-c7253d681e70 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-4fdf553b-684b-49bc-93ce-c7253d681e70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4fdf553b-684b-49bc-93ce-c7253d681e70.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4d44df4-336b-4fcc-847c-7234cb4b1e2f {
  text-align: center;
}







  #s-a4d44df4-336b-4fcc-847c-7234cb4b1e2f img.shogun-image {
    

    
    
    
  }


#s-a4d44df4-336b-4fcc-847c-7234cb4b1e2f .shogun-image-content {
  
    align-items: center;
  
}

#s-66dbf7e9-15df-4d9e-9515-5537bfb1b7a4 {
  padding-left: 2%;
padding-right: 2%;
max-width: 1920px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-66dbf7e9-15df-4d9e-9515-5537bfb1b7a4 img.shogun-image,
  #s-66dbf7e9-15df-4d9e-9515-5537bfb1b7a4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-66dbf7e9-15df-4d9e-9515-5537bfb1b7a4 {
    width: 100%;
    height: auto;
  }



  #s-66dbf7e9-15df-4d9e-9515-5537bfb1b7a4 img.shogun-image {
    

    
    
    
  }


#s-66dbf7e9-15df-4d9e-9515-5537bfb1b7a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-d3d0fcb6-d4bf-440b-b2ed-b76ce3cc3752 {
  padding-left: 5%;
padding-right: 5%;
}

#s-3687ba29-97da-40dd-a506-eb2001719fb3 {
  text-align: center;
}







  #s-3687ba29-97da-40dd-a506-eb2001719fb3 img.shogun-image {
    

    
    
    
  }


#s-3687ba29-97da-40dd-a506-eb2001719fb3 .shogun-image-content {
  
    align-items: center;
  
}

#s-7657f2ce-60e0-4fed-a351-423c6c07525e {
  text-align: center;
}







  #s-7657f2ce-60e0-4fed-a351-423c6c07525e img.shogun-image {
    

    
    
    
  }


#s-7657f2ce-60e0-4fed-a351-423c6c07525e .shogun-image-content {
  
    align-items: center;
  
}

#s-35e0da73-2887-48a2-86ce-e1888f5d5d94 {
  padding-left: 5%;
padding-right: 5%;
}

#s-5fb98658-2142-4604-b602-2b3fca5f0ff7 {
  padding-left: 1%;
padding-right: 1%;
text-align: center;
}







  #s-5fb98658-2142-4604-b602-2b3fca5f0ff7 img.shogun-image {
    

    
    
    
  }


#s-5fb98658-2142-4604-b602-2b3fca5f0ff7 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-da75c51b-9cba-4fd7-bcc4-7fffc1dd2754 {
  margin-top: 3%;
margin-bottom: 3%;
}

@media (min-width: 0px) {
[id="s-da75c51b-9cba-4fd7-bcc4-7fffc1dd2754"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da75c51b-9cba-4fd7-bcc4-7fffc1dd2754"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-da75c51b-9cba-4fd7-bcc4-7fffc1dd2754"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-da75c51b-9cba-4fd7-bcc4-7fffc1dd2754"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-995bd0ab-6ddc-46b5-bfb9-4fcad40516c6 {
  padding-left: 5%;
padding-right: 5%;
}

#s-4b6e7b30-df30-4673-b262-428abb1fe542 {
  padding-left: 1%;
padding-right: 1%;
text-align: center;
}







  #s-4b6e7b30-df30-4673-b262-428abb1fe542 img.shogun-image {
    

    
    
    
  }


#s-4b6e7b30-df30-4673-b262-428abb1fe542 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-39c80889-2a2c-4713-942f-9b14e1e53917 {
  margin-top: 3%;
margin-bottom: 3%;
}

@media (min-width: 0px) {
[id="s-39c80889-2a2c-4713-942f-9b14e1e53917"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39c80889-2a2c-4713-942f-9b14e1e53917"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-39c80889-2a2c-4713-942f-9b14e1e53917"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-39c80889-2a2c-4713-942f-9b14e1e53917"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-39c80889-2a2c-4713-942f-9b14e1e53917"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-9cbf9026-fc32-4bb4-85f3-4e5f2759fd14 {
  padding-left: 1%;
padding-right: 1%;
text-align: center;
}







  #s-9cbf9026-fc32-4bb4-85f3-4e5f2759fd14 img.shogun-image {
    

    
    
    
  }


#s-9cbf9026-fc32-4bb4-85f3-4e5f2759fd14 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-9ad2814b-70de-4f5b-8bab-c7c2694dc36d {
  padding-left: 5%;
padding-right: 5%;
}

#s-e454d1bb-41d7-4f53-b5e0-12d0f365d068 {
  padding-left: 5%;
padding-right: 5%;
}

#s-b249ce3a-6033-417f-b4b4-93b66f0783ef {
  padding-left: 1%;
padding-right: 1%;
text-align: center;
}







  #s-b249ce3a-6033-417f-b4b4-93b66f0783ef img.shogun-image {
    

    
    
    
  }


#s-b249ce3a-6033-417f-b4b4-93b66f0783ef .shogun-image-content {
  
    align-items:  flex-start;
  
}

@media (min-width: 0px) {
[id="s-ded79abb-fc91-47bb-ad88-84dfcf5a9ffb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ded79abb-fc91-47bb-ad88-84dfcf5a9ffb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ded79abb-fc91-47bb-ad88-84dfcf5a9ffb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ded79abb-fc91-47bb-ad88-84dfcf5a9ffb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-475fb9ba-3a14-4d98-873f-05132ab9e985 {
  padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
}

#s-6c43f7be-d0b2-4e7f-a27f-abf539295bde {
  padding-left: 1%;
padding-right: 1%;
text-align: center;
}







  #s-6c43f7be-d0b2-4e7f-a27f-abf539295bde img.shogun-image {
    

    
    
    
  }


#s-6c43f7be-d0b2-4e7f-a27f-abf539295bde .shogun-image-content {
  
    align-items:  flex-start;
  
}

@media (min-width: 0px) {
[id="s-96fe7a19-1b57-4d04-8b06-67faec9809b8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-96fe7a19-1b57-4d04-8b06-67faec9809b8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-96fe7a19-1b57-4d04-8b06-67faec9809b8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-96fe7a19-1b57-4d04-8b06-67faec9809b8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3afe468f-d48d-4238-b31a-196dcf8c56ba {
  padding-left: 1%;
padding-right: 1%;
text-align: center;
}







  #s-3afe468f-d48d-4238-b31a-196dcf8c56ba img.shogun-image {
    

    
    
    
  }


#s-3afe468f-d48d-4238-b31a-196dcf8c56ba .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-cdc375d8-e0c3-44d8-af4e-cc11be10d7a5 {
  padding-left: 5%;
padding-right: 5%;
}

#s-44442b8f-b16e-491c-b119-33c1de79b51a {
  padding-left: 1%;
padding-right: 1%;
text-align: center;
}







  #s-44442b8f-b16e-491c-b119-33c1de79b51a img.shogun-image {
    

    
    
    
  }


#s-44442b8f-b16e-491c-b119-33c1de79b51a .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-8ef8af1f-0ec1-4d27-aac9-87253f8e2b6a {
  padding-left: 5%;
padding-right: 5%;
}

#s-893d3177-3e89-4c29-b6d7-494d0feb3ae8 {
  padding-left: 1%;
padding-right: 1%;
text-align: center;
}







  #s-893d3177-3e89-4c29-b6d7-494d0feb3ae8 img.shogun-image {
    

    
    
    
  }


#s-893d3177-3e89-4c29-b6d7-494d0feb3ae8 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-5396e165-dded-4df5-8332-de2b5908f352 {
  padding-left: 5%;
padding-right: 5%;
}

#s-48466931-2cd1-48d2-9975-bbdd64ac8811 {
  margin-top: 3%;
padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-f72ed2ce-562a-419c-aec6-8563155ad0fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f72ed2ce-562a-419c-aec6-8563155ad0fb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f72ed2ce-562a-419c-aec6-8563155ad0fb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f72ed2ce-562a-419c-aec6-8563155ad0fb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cfa1525a-223a-4778-82c8-d34b8eab2076 {
  padding-left: 1%;
padding-right: 1%;
text-align: center;
}







  #s-cfa1525a-223a-4778-82c8-d34b8eab2076 img.shogun-image {
    

    
    
    
  }


#s-cfa1525a-223a-4778-82c8-d34b8eab2076 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-d876fbeb-0fb9-4d2f-9a61-8d846d590949 {
  padding-left: 1%;
padding-right: 1%;
text-align: center;
}







  #s-d876fbeb-0fb9-4d2f-9a61-8d846d590949 img.shogun-image {
    

    
    
    
  }


#s-d876fbeb-0fb9-4d2f-9a61-8d846d590949 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-90b8e7ca-980a-4886-8ef4-700cc9c96795 {
  margin-top: 3%;
padding-left: 5%;
padding-right: 5%;
}

#s-535a33f3-0d68-4a73-8f11-32011916ba7c {
  text-align: center;
}







  #s-535a33f3-0d68-4a73-8f11-32011916ba7c img.shogun-image {
    

    
    
    
  }


#s-535a33f3-0d68-4a73-8f11-32011916ba7c .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-acdfe622-1613-4408-a7f4-d0e445bbbb09 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-acdfe622-1613-4408-a7f4-d0e445bbbb09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-acdfe622-1613-4408-a7f4-d0e445bbbb09.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f1f1e9d4-3f8f-4fa4-9a7b-59ff4fb65d7f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f1f1e9d4-3f8f-4fa4-9a7b-59ff4fb65d7f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-51d9e90d-9e80-4448-9a49-6e47e6c14891 {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-51d9e90d-9e80-4448-9a49-6e47e6c14891"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-51d9e90d-9e80-4448-9a49-6e47e6c14891"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-51d9e90d-9e80-4448-9a49-6e47e6c14891"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-51d9e90d-9e80-4448-9a49-6e47e6c14891"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-51d9e90d-9e80-4448-9a49-6e47e6c14891"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-51d9e90d-9e80-4448-9a49-6e47e6c14891"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-51d9e90d-9e80-4448-9a49-6e47e6c14891"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-48f268ed-21ad-4e17-b08e-9b65c1db23b1 {
  padding-left: 5%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-48f268ed-21ad-4e17-b08e-9b65c1db23b1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-48f268ed-21ad-4e17-b08e-9b65c1db23b1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-48f268ed-21ad-4e17-b08e-9b65c1db23b1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-48f268ed-21ad-4e17-b08e-9b65c1db23b1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-48f268ed-21ad-4e17-b08e-9b65c1db23b1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-48f268ed-21ad-4e17-b08e-9b65c1db23b1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-48f268ed-21ad-4e17-b08e-9b65c1db23b1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-b7858dcf-4172-4af7-93d2-a6622561d6ad {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-b7858dcf-4172-4af7-93d2-a6622561d6ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b7858dcf-4172-4af7-93d2-a6622561d6ad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b7858dcf-4172-4af7-93d2-a6622561d6ad"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b7858dcf-4172-4af7-93d2-a6622561d6ad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b7858dcf-4172-4af7-93d2-a6622561d6ad"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7858dcf-4172-4af7-93d2-a6622561d6ad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b7858dcf-4172-4af7-93d2-a6622561d6ad"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-94da2a70-c601-49ab-9b11-cd7d6b3c0dd5 {
  padding-left: 5%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-94da2a70-c601-49ab-9b11-cd7d6b3c0dd5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-94da2a70-c601-49ab-9b11-cd7d6b3c0dd5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-94da2a70-c601-49ab-9b11-cd7d6b3c0dd5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-94da2a70-c601-49ab-9b11-cd7d6b3c0dd5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-94da2a70-c601-49ab-9b11-cd7d6b3c0dd5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-94da2a70-c601-49ab-9b11-cd7d6b3c0dd5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-94da2a70-c601-49ab-9b11-cd7d6b3c0dd5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-d4c4e8bb-20b4-4410-82cf-7c7d4b61ad4e {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-d4c4e8bb-20b4-4410-82cf-7c7d4b61ad4e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4c4e8bb-20b4-4410-82cf-7c7d4b61ad4e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d4c4e8bb-20b4-4410-82cf-7c7d4b61ad4e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d4c4e8bb-20b4-4410-82cf-7c7d4b61ad4e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d4c4e8bb-20b4-4410-82cf-7c7d4b61ad4e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4c4e8bb-20b4-4410-82cf-7c7d4b61ad4e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d4c4e8bb-20b4-4410-82cf-7c7d4b61ad4e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-84684175-d83e-4666-b492-3572d65c5349 {
  padding-left: 5%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-84684175-d83e-4666-b492-3572d65c5349"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-84684175-d83e-4666-b492-3572d65c5349"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-84684175-d83e-4666-b492-3572d65c5349"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-84684175-d83e-4666-b492-3572d65c5349"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-84684175-d83e-4666-b492-3572d65c5349"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-84684175-d83e-4666-b492-3572d65c5349"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-84684175-d83e-4666-b492-3572d65c5349"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-920c05a8-c233-452a-a030-d41333de6f0c {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-920c05a8-c233-452a-a030-d41333de6f0c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-920c05a8-c233-452a-a030-d41333de6f0c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-920c05a8-c233-452a-a030-d41333de6f0c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-920c05a8-c233-452a-a030-d41333de6f0c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-920c05a8-c233-452a-a030-d41333de6f0c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-920c05a8-c233-452a-a030-d41333de6f0c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-920c05a8-c233-452a-a030-d41333de6f0c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-dea74b9a-6eb2-45a4-a9f9-de7a2cf2b6ab {
  padding-left: 5%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-dea74b9a-6eb2-45a4-a9f9-de7a2cf2b6ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dea74b9a-6eb2-45a4-a9f9-de7a2cf2b6ab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dea74b9a-6eb2-45a4-a9f9-de7a2cf2b6ab"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dea74b9a-6eb2-45a4-a9f9-de7a2cf2b6ab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dea74b9a-6eb2-45a4-a9f9-de7a2cf2b6ab"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dea74b9a-6eb2-45a4-a9f9-de7a2cf2b6ab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dea74b9a-6eb2-45a4-a9f9-de7a2cf2b6ab"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-307eaa6b-22c3-4fcf-b9d3-c006c29da96f {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-307eaa6b-22c3-4fcf-b9d3-c006c29da96f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-307eaa6b-22c3-4fcf-b9d3-c006c29da96f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-307eaa6b-22c3-4fcf-b9d3-c006c29da96f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-307eaa6b-22c3-4fcf-b9d3-c006c29da96f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-307eaa6b-22c3-4fcf-b9d3-c006c29da96f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-307eaa6b-22c3-4fcf-b9d3-c006c29da96f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-307eaa6b-22c3-4fcf-b9d3-c006c29da96f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-c1ca0ae8-d41d-4aef-9515-64ecdc0545ca {
  padding-left: 5%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-c1ca0ae8-d41d-4aef-9515-64ecdc0545ca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c1ca0ae8-d41d-4aef-9515-64ecdc0545ca"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c1ca0ae8-d41d-4aef-9515-64ecdc0545ca"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c1ca0ae8-d41d-4aef-9515-64ecdc0545ca"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c1ca0ae8-d41d-4aef-9515-64ecdc0545ca"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1ca0ae8-d41d-4aef-9515-64ecdc0545ca"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c1ca0ae8-d41d-4aef-9515-64ecdc0545ca"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-b223c1a2-dfb2-47ad-834e-4f9352e83ea9 {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-b223c1a2-dfb2-47ad-834e-4f9352e83ea9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b223c1a2-dfb2-47ad-834e-4f9352e83ea9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b223c1a2-dfb2-47ad-834e-4f9352e83ea9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b223c1a2-dfb2-47ad-834e-4f9352e83ea9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b223c1a2-dfb2-47ad-834e-4f9352e83ea9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b223c1a2-dfb2-47ad-834e-4f9352e83ea9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b223c1a2-dfb2-47ad-834e-4f9352e83ea9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-86b57160-acd1-44db-92b8-0ff9ca92c222 {
  padding-left: 5%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-86b57160-acd1-44db-92b8-0ff9ca92c222"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-86b57160-acd1-44db-92b8-0ff9ca92c222"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-86b57160-acd1-44db-92b8-0ff9ca92c222"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-86b57160-acd1-44db-92b8-0ff9ca92c222"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-86b57160-acd1-44db-92b8-0ff9ca92c222"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-86b57160-acd1-44db-92b8-0ff9ca92c222"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-86b57160-acd1-44db-92b8-0ff9ca92c222"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-2705c499-3cf0-476e-a818-b0ec393c5f97 {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-2705c499-3cf0-476e-a818-b0ec393c5f97"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2705c499-3cf0-476e-a818-b0ec393c5f97"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2705c499-3cf0-476e-a818-b0ec393c5f97"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2705c499-3cf0-476e-a818-b0ec393c5f97"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2705c499-3cf0-476e-a818-b0ec393c5f97"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2705c499-3cf0-476e-a818-b0ec393c5f97"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2705c499-3cf0-476e-a818-b0ec393c5f97"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-36d0ea64-7e6b-4f91-9c92-bf8184d8842e {
  padding-left: 5%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-36d0ea64-7e6b-4f91-9c92-bf8184d8842e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36d0ea64-7e6b-4f91-9c92-bf8184d8842e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-36d0ea64-7e6b-4f91-9c92-bf8184d8842e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-36d0ea64-7e6b-4f91-9c92-bf8184d8842e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-36d0ea64-7e6b-4f91-9c92-bf8184d8842e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-36d0ea64-7e6b-4f91-9c92-bf8184d8842e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-36d0ea64-7e6b-4f91-9c92-bf8184d8842e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-16b397ae-0deb-4409-a4cb-a478c3bc14b8 {
  background-color: rgba(255, 255, 255, 1);
}

#s-797e2470-eab5-466b-88d6-adf38eeb2f1d {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-797e2470-eab5-466b-88d6-adf38eeb2f1d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-797e2470-eab5-466b-88d6-adf38eeb2f1d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-797e2470-eab5-466b-88d6-adf38eeb2f1d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-797e2470-eab5-466b-88d6-adf38eeb2f1d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-797e2470-eab5-466b-88d6-adf38eeb2f1d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-797e2470-eab5-466b-88d6-adf38eeb2f1d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-797e2470-eab5-466b-88d6-adf38eeb2f1d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-18d7e378-facd-4c90-8cd4-51e51273b15f hr {
  border-top: 2px solid #ddd;
}

#s-70cc8e37-f552-4182-af21-86cd3b339092 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-70cc8e37-f552-4182-af21-86cd3b339092 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70cc8e37-f552-4182-af21-86cd3b339092.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f1fe14da-c392-494a-9b6c-8bb0b0a23287 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f1fe14da-c392-494a-9b6c-8bb0b0a23287 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-e4598c2d-add7-4fd7-92b7-0303684498b8 {
  margin-bottom: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: dashed;
min-height: 50px;
}








#s-e4598c2d-add7-4fd7-92b7-0303684498b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4598c2d-add7-4fd7-92b7-0303684498b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3ec30140-e312-4523-b070-1c57b69930a9 {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-3ec30140-e312-4523-b070-1c57b69930a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ec30140-e312-4523-b070-1c57b69930a9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ec30140-e312-4523-b070-1c57b69930a9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3ec30140-e312-4523-b070-1c57b69930a9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ec30140-e312-4523-b070-1c57b69930a9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ec30140-e312-4523-b070-1c57b69930a9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ec30140-e312-4523-b070-1c57b69930a9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-9263f66d-6f99-4880-a13d-98e6b6de4c5c {
  padding-left: 5%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-9263f66d-6f99-4880-a13d-98e6b6de4c5c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9263f66d-6f99-4880-a13d-98e6b6de4c5c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9263f66d-6f99-4880-a13d-98e6b6de4c5c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9263f66d-6f99-4880-a13d-98e6b6de4c5c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9263f66d-6f99-4880-a13d-98e6b6de4c5c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9263f66d-6f99-4880-a13d-98e6b6de4c5c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9263f66d-6f99-4880-a13d-98e6b6de4c5c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-64a9992d-8a55-486f-a327-abc034036193 {
  margin-bottom: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: dashed;
min-height: 50px;
}








#s-64a9992d-8a55-486f-a327-abc034036193 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64a9992d-8a55-486f-a327-abc034036193.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18c9cbfc-340c-4570-ae10-e73eee60274e {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-18c9cbfc-340c-4570-ae10-e73eee60274e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-18c9cbfc-340c-4570-ae10-e73eee60274e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-18c9cbfc-340c-4570-ae10-e73eee60274e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-18c9cbfc-340c-4570-ae10-e73eee60274e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-18c9cbfc-340c-4570-ae10-e73eee60274e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-18c9cbfc-340c-4570-ae10-e73eee60274e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-18c9cbfc-340c-4570-ae10-e73eee60274e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-e0c2bd89-595f-4648-8bda-b626f27c5943 {
  padding-left: 5%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-e0c2bd89-595f-4648-8bda-b626f27c5943"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e0c2bd89-595f-4648-8bda-b626f27c5943"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e0c2bd89-595f-4648-8bda-b626f27c5943"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e0c2bd89-595f-4648-8bda-b626f27c5943"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e0c2bd89-595f-4648-8bda-b626f27c5943"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e0c2bd89-595f-4648-8bda-b626f27c5943"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e0c2bd89-595f-4648-8bda-b626f27c5943"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-1a9a365c-2271-49d2-8cf2-be4cdf994205 {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-1a9a365c-2271-49d2-8cf2-be4cdf994205"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1a9a365c-2271-49d2-8cf2-be4cdf994205"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1a9a365c-2271-49d2-8cf2-be4cdf994205"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1a9a365c-2271-49d2-8cf2-be4cdf994205"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1a9a365c-2271-49d2-8cf2-be4cdf994205"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1a9a365c-2271-49d2-8cf2-be4cdf994205"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1a9a365c-2271-49d2-8cf2-be4cdf994205"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-6b9e5e8a-8b4b-42e4-9162-0b3ba097352c {
  padding-left: 5%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-6b9e5e8a-8b4b-42e4-9162-0b3ba097352c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6b9e5e8a-8b4b-42e4-9162-0b3ba097352c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6b9e5e8a-8b4b-42e4-9162-0b3ba097352c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6b9e5e8a-8b4b-42e4-9162-0b3ba097352c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6b9e5e8a-8b4b-42e4-9162-0b3ba097352c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6b9e5e8a-8b4b-42e4-9162-0b3ba097352c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6b9e5e8a-8b4b-42e4-9162-0b3ba097352c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-6b2a68e0-ac08-4b2d-b715-b703f0e17d0a {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-6b2a68e0-ac08-4b2d-b715-b703f0e17d0a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6b2a68e0-ac08-4b2d-b715-b703f0e17d0a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6b2a68e0-ac08-4b2d-b715-b703f0e17d0a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6b2a68e0-ac08-4b2d-b715-b703f0e17d0a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6b2a68e0-ac08-4b2d-b715-b703f0e17d0a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6b2a68e0-ac08-4b2d-b715-b703f0e17d0a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6b2a68e0-ac08-4b2d-b715-b703f0e17d0a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-b48c1530-4275-4a65-9d29-03ecad11f3ae {
  padding-left: 5%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-b48c1530-4275-4a65-9d29-03ecad11f3ae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b48c1530-4275-4a65-9d29-03ecad11f3ae"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b48c1530-4275-4a65-9d29-03ecad11f3ae"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b48c1530-4275-4a65-9d29-03ecad11f3ae"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b48c1530-4275-4a65-9d29-03ecad11f3ae"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b48c1530-4275-4a65-9d29-03ecad11f3ae"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b48c1530-4275-4a65-9d29-03ecad11f3ae"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-11a02030-f792-4c5b-937a-315b8a8e90f8 {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-11a02030-f792-4c5b-937a-315b8a8e90f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-11a02030-f792-4c5b-937a-315b8a8e90f8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-11a02030-f792-4c5b-937a-315b8a8e90f8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-11a02030-f792-4c5b-937a-315b8a8e90f8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-11a02030-f792-4c5b-937a-315b8a8e90f8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-11a02030-f792-4c5b-937a-315b8a8e90f8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-11a02030-f792-4c5b-937a-315b8a8e90f8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-c9eccde7-46b3-470f-8e06-b5fc3ac34f35 {
  padding-left: 5%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-c9eccde7-46b3-470f-8e06-b5fc3ac34f35"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c9eccde7-46b3-470f-8e06-b5fc3ac34f35"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c9eccde7-46b3-470f-8e06-b5fc3ac34f35"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c9eccde7-46b3-470f-8e06-b5fc3ac34f35"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c9eccde7-46b3-470f-8e06-b5fc3ac34f35"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c9eccde7-46b3-470f-8e06-b5fc3ac34f35"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c9eccde7-46b3-470f-8e06-b5fc3ac34f35"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-ca6263d6-4a00-484b-afcb-6097216f9187 {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-ca6263d6-4a00-484b-afcb-6097216f9187"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ca6263d6-4a00-484b-afcb-6097216f9187"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ca6263d6-4a00-484b-afcb-6097216f9187"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ca6263d6-4a00-484b-afcb-6097216f9187"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ca6263d6-4a00-484b-afcb-6097216f9187"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca6263d6-4a00-484b-afcb-6097216f9187"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ca6263d6-4a00-484b-afcb-6097216f9187"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-2e19bebf-4e04-490e-bab5-b84e45611dd4 {
  padding-left: 5%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-2e19bebf-4e04-490e-bab5-b84e45611dd4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2e19bebf-4e04-490e-bab5-b84e45611dd4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2e19bebf-4e04-490e-bab5-b84e45611dd4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2e19bebf-4e04-490e-bab5-b84e45611dd4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2e19bebf-4e04-490e-bab5-b84e45611dd4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e19bebf-4e04-490e-bab5-b84e45611dd4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2e19bebf-4e04-490e-bab5-b84e45611dd4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-ae36f580-1682-4045-aa5e-c5c5662ceabb {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-ae36f580-1682-4045-aa5e-c5c5662ceabb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ae36f580-1682-4045-aa5e-c5c5662ceabb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ae36f580-1682-4045-aa5e-c5c5662ceabb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ae36f580-1682-4045-aa5e-c5c5662ceabb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ae36f580-1682-4045-aa5e-c5c5662ceabb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae36f580-1682-4045-aa5e-c5c5662ceabb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ae36f580-1682-4045-aa5e-c5c5662ceabb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

@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{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

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

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
