.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-d224b9e3-64af-49fa-83ae-a793a9496590 {
  min-height: 50px;
}








#s-d224b9e3-64af-49fa-83ae-a793a9496590 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d224b9e3-64af-49fa-83ae-a793a9496590.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: #121212;
  font-family: BRIXTON_WOOD_PERSONAL_USE_ONLY-VECTOR;
  text-transform: none;
  font-weight: 400;
  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-9942d6ac-f1d2-4722-9e45-7048060d4d1e {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 6px;
border-left-width: 6px;
border-bottom-width: 6px;
border-right-width: 6px;
border-color: rgba(245, 213, 0, 1);
border-style: solid;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-9942d6ac-f1d2-4722-9e45-7048060d4d1e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Familjen Grotesk";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  min-height: 50px;
background-color: rgba(253, 253, 253, 1);
}
@media (min-width: 1200px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  display: none;
}
#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143, #wrap-s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  display: none;
}
#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143, #wrap-s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (max-width: 767px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}







#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 550px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  display: none;
}
#s-a92d74ae-118a-47c8-b2dc-0104a67a8591, #wrap-s-a92d74ae-118a-47c8-b2dc-0104a67a8591 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  display: none;
}
#s-a92d74ae-118a-47c8-b2dc-0104a67a8591, #wrap-s-a92d74ae-118a-47c8-b2dc-0104a67a8591 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (max-width: 767px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}
#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  background-image: url(https://i.shgcdn.com/ed034eb1-d1fe-4e04-befc-8d150cca48d6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-a92d74ae-118a-47c8-b2dc-0104a67a8591.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9b5fc19-5720-472f-8b81-67f75f1a30de {
  min-height: 50px;
}








#s-c9b5fc19-5720-472f-8b81-67f75f1a30de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9b5fc19-5720-472f-8b81-67f75f1a30de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b056d5b4-2999-44a5-92fd-fb88639db4ec {
  margin-left: 11%;
margin-right: 11%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b056d5b4-2999-44a5-92fd-fb88639db4ec .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Anton";
  font-style:  normal ;
  font-size: 49px;
  line-height: 1em;
  
  
}



#s-4cee590b-0d09-413d-a2e7-c6d997a2bb66 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-4cee590b-0d09-413d-a2e7-c6d997a2bb66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4cee590b-0d09-413d-a2e7-c6d997a2bb66.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: #121212;
  font-family: BRIXTON_WOOD_PERSONAL_USE_ONLY-VECTOR;
  font-weight: 400;
}

.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: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #121212;
  font-family: Assistant;
}

.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: #121212;
  font-family: BRIXTON_WOOD_PERSONAL_USE_ONLY-VECTOR;
  font-weight: 400;
}

.shg-theme-text-content p {
  color: #121212;
  font-family: Assistant;
  font-weight: 400;
}

#s-b7e959ca-dcdb-46bb-85d1-d1de6bbab565 {
  margin-left: 9%;
margin-right: 9%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 213, 0, 1);
border-style: solid;
}

#s-25025f83-3394-4791-8b90-889cedf57263 {
  min-height: 50px;
}








#s-25025f83-3394-4791-8b90-889cedf57263 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25025f83-3394-4791-8b90-889cedf57263.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f5b492e-fbb5-49ac-9838-33ed1f551760 {
  min-height: 50px;
}








#s-0f5b492e-fbb5-49ac-9838-33ed1f551760 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f5b492e-fbb5-49ac-9838-33ed1f551760.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d34f530a-2dba-4682-9967-efa9ecf9c5eb {
  min-height: 50px;
}








#s-d34f530a-2dba-4682-9967-efa9ecf9c5eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d34f530a-2dba-4682-9967-efa9ecf9c5eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8894203e-9ea6-4a1e-b954-be295b4424ec {
  min-height: 50px;
}








#s-8894203e-9ea6-4a1e-b954-be295b4424ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8894203e-9ea6-4a1e-b954-be295b4424ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8d430dd4-f08f-401a-a342-4400a2f27770 {
  min-height: 50px;
}








#s-8d430dd4-f08f-401a-a342-4400a2f27770 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d430dd4-f08f-401a-a342-4400a2f27770.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-196b3b3f-64b1-4762-a79d-04591c9caf29 {
  min-height: 50px;
}








#s-196b3b3f-64b1-4762-a79d-04591c9caf29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-196b3b3f-64b1-4762-a79d-04591c9caf29.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a17dcbd7-d057-4dad-b192-128ef9067161 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: #000;
}
@media (min-width: 1200px){#s-a17dcbd7-d057-4dad-b192-128ef9067161 {
  display: none;
}
#s-a17dcbd7-d057-4dad-b192-128ef9067161, #wrap-s-a17dcbd7-d057-4dad-b192-128ef9067161 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a17dcbd7-d057-4dad-b192-128ef9067161 {
  display: none;
}
#s-a17dcbd7-d057-4dad-b192-128ef9067161, #wrap-s-a17dcbd7-d057-4dad-b192-128ef9067161 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a17dcbd7-d057-4dad-b192-128ef9067161 {
  display: none;
}
#s-a17dcbd7-d057-4dad-b192-128ef9067161, #wrap-s-a17dcbd7-d057-4dad-b192-128ef9067161 { display: none !important; }}@media (max-width: 767px){#s-a17dcbd7-d057-4dad-b192-128ef9067161 {
  
}
}







#s-a17dcbd7-d057-4dad-b192-128ef9067161 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a17dcbd7-d057-4dad-b192-128ef9067161.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

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

#s-3f477e0b-d21e-40b2-ae92-82ea2047f895 {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
background-color: #000;
}
@media (min-width: 1200px){#s-3f477e0b-d21e-40b2-ae92-82ea2047f895 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3f477e0b-d21e-40b2-ae92-82ea2047f895 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3f477e0b-d21e-40b2-ae92-82ea2047f895 {
  
}
}@media (max-width: 767px){#s-3f477e0b-d21e-40b2-ae92-82ea2047f895 {
  
}
}
@media (min-width: 0px) {
[id="s-3f477e0b-d21e-40b2-ae92-82ea2047f895"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-3f477e0b-d21e-40b2-ae92-82ea2047f895"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-3f477e0b-d21e-40b2-ae92-82ea2047f895"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-3f477e0b-d21e-40b2-ae92-82ea2047f895"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

}

#s-e57a0952-8732-4569-8634-269207f1a057 {
  background-color: #000;
}

@media (min-width: 0px) {
[id="s-e57a0952-8732-4569-8634-269207f1a057"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e57a0952-8732-4569-8634-269207f1a057"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e57a0952-8732-4569-8634-269207f1a057"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-e57a0952-8732-4569-8634-269207f1a057"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e57a0952-8732-4569-8634-269207f1a057"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-e57a0952-8732-4569-8634-269207f1a057"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e57a0952-8732-4569-8634-269207f1a057"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

#s-202dd284-408b-4511-884d-1c4efda69784 {
  min-height: 50px;
}








#s-202dd284-408b-4511-884d-1c4efda69784 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-202dd284-408b-4511-884d-1c4efda69784.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.shg-image-content-wrapper {
  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;
  height: inherit;
  position: relative;
}

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

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

.shogun-image-content {
  display: flex;
  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;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60 {
  max-width: 75px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60 {
    width: 100%;
    height: auto;
  }

  #s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60.shogun-image {
    
    
  }


.s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60 .shogun-image-content {
  
    align-items: center;
  
}

.s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60.shogun-image-container {
      position: relative;
    }

    .s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60 {
    width: 100%;
    height: auto;
  }

  #s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60.shogun-image {
    
    
  }


.s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60 .shogun-image-content {
  
    align-items: center;
  
}

.s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60.shogun-image-container {
      position: relative;
    }

    .s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60 {
    width: 100%;
    height: auto;
  }

  #s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60.shogun-image {
    
    
  }


.s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60 .shogun-image-content {
  
    align-items: center;
  
}

.s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60.shogun-image-container {
      position: relative;
    }

    .s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60 {
    width: 100%;
    height: auto;
  }

  #s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60.shogun-image {
    
    
  }


.s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60 .shogun-image-content {
  
    align-items: center;
  
}

.s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60.shogun-image-container {
      position: relative;
    }

    .s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60 {
    width: 100%;
    height: auto;
  }

  #s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60.shogun-image {
    
    
  }


.s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60 .shogun-image-content {
  
    align-items: center;
  
}

.s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60.shogun-image-container {
      position: relative;
    }

    .s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88a49cbc-5b80-4051-bfb6-ad6dc8dd4c60 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c898873f-084f-42c8-950d-ad530ae2dd5f {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-5091dc55-8a33-4b30-b482-c61daced86bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5091dc55-8a33-4b30-b482-c61daced86bf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5091dc55-8a33-4b30-b482-c61daced86bf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-5091dc55-8a33-4b30-b482-c61daced86bf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5091dc55-8a33-4b30-b482-c61daced86bf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-5091dc55-8a33-4b30-b482-c61daced86bf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5091dc55-8a33-4b30-b482-c61daced86bf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

#s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e {
  max-width: 75px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e {
    width: 100%;
    height: auto;
  }

  #s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e.shogun-image {
    
    
  }


.s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e .shogun-image-content {
  
    align-items: center;
  
}

.s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e.shogun-image-container {
      position: relative;
    }

    .s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e {
    width: 100%;
    height: auto;
  }

  #s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e.shogun-image {
    
    
  }


.s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e .shogun-image-content {
  
    align-items: center;
  
}

.s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e.shogun-image-container {
      position: relative;
    }

    .s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e {
    width: 100%;
    height: auto;
  }

  #s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e.shogun-image {
    
    
  }


.s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e .shogun-image-content {
  
    align-items: center;
  
}

.s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e.shogun-image-container {
      position: relative;
    }

    .s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e {
    width: 100%;
    height: auto;
  }

  #s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e.shogun-image {
    
    
  }


.s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e .shogun-image-content {
  
    align-items: center;
  
}

.s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e.shogun-image-container {
      position: relative;
    }

    .s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e {
    width: 100%;
    height: auto;
  }

  #s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e.shogun-image {
    
    
  }


.s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e .shogun-image-content {
  
    align-items: center;
  
}

.s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e.shogun-image-container {
      position: relative;
    }

    .s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b4a6e8f-6866-4726-a7ff-906f4a4ba66e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-36c7cde2-7740-4251-9393-3d91cfcb7077 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-d9d0b078-4a7d-4ef4-aacc-63e94efb5fcf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9d0b078-4a7d-4ef4-aacc-63e94efb5fcf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-d9d0b078-4a7d-4ef4-aacc-63e94efb5fcf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-d9d0b078-4a7d-4ef4-aacc-63e94efb5fcf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-d9d0b078-4a7d-4ef4-aacc-63e94efb5fcf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9d0b078-4a7d-4ef4-aacc-63e94efb5fcf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-d9d0b078-4a7d-4ef4-aacc-63e94efb5fcf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

#s-95d1be74-0497-42aa-bee9-877a7751ad79 {
  min-height: 50px;
}








#s-95d1be74-0497-42aa-bee9-877a7751ad79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95d1be74-0497-42aa-bee9-877a7751ad79.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f {
  max-width: 75px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f {
    width: 100%;
    height: auto;
  }

  #s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f.shogun-image {
    
    
  }


.s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f .shogun-image-content {
  
    align-items: center;
  
}

.s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f.shogun-image-container {
      position: relative;
    }

    .s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f {
    width: 100%;
    height: auto;
  }

  #s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f.shogun-image {
    
    
  }


.s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f .shogun-image-content {
  
    align-items: center;
  
}

.s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f.shogun-image-container {
      position: relative;
    }

    .s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f {
    width: 100%;
    height: auto;
  }

  #s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f.shogun-image {
    
    
  }


.s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f .shogun-image-content {
  
    align-items: center;
  
}

.s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f.shogun-image-container {
      position: relative;
    }

    .s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f {
    width: 100%;
    height: auto;
  }

  #s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f.shogun-image {
    
    
  }


.s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f .shogun-image-content {
  
    align-items: center;
  
}

.s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f.shogun-image-container {
      position: relative;
    }

    .s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f {
    width: 100%;
    height: auto;
  }

  #s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f.shogun-image {
    
    
  }


.s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f .shogun-image-content {
  
    align-items: center;
  
}

.s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f.shogun-image-container {
      position: relative;
    }

    .s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a6efccd-1f19-4c9a-8cd3-56d8a207f58f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-3a84d9e1-9f56-411d-bb89-8ed0f21f3b0c {
  margin-top: 10px;
margin-bottom: 10px;
margin-right: 0px;
}

#s-c483f24e-25be-46e0-be09-364a79ec8977 {
  margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-c483f24e-25be-46e0-be09-364a79ec8977"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c483f24e-25be-46e0-be09-364a79ec8977"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c483f24e-25be-46e0-be09-364a79ec8977"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-c483f24e-25be-46e0-be09-364a79ec8977"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c483f24e-25be-46e0-be09-364a79ec8977"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-c483f24e-25be-46e0-be09-364a79ec8977"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c483f24e-25be-46e0-be09-364a79ec8977"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

#s-c1cff9e8-9a27-419e-97c9-cad8ea065871 {
  max-width: 75px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-c1cff9e8-9a27-419e-97c9-cad8ea065871 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c1cff9e8-9a27-419e-97c9-cad8ea065871 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1cff9e8-9a27-419e-97c9-cad8ea065871 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c1cff9e8-9a27-419e-97c9-cad8ea065871 {
    width: 100%;
    height: auto;
  }

  #s-c1cff9e8-9a27-419e-97c9-cad8ea065871 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c1cff9e8-9a27-419e-97c9-cad8ea065871.shogun-image {
    
    
  }


.s-c1cff9e8-9a27-419e-97c9-cad8ea065871 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1cff9e8-9a27-419e-97c9-cad8ea065871.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1cff9e8-9a27-419e-97c9-cad8ea065871.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1cff9e8-9a27-419e-97c9-cad8ea065871.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1cff9e8-9a27-419e-97c9-cad8ea065871 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c1cff9e8-9a27-419e-97c9-cad8ea065871.shogun-image-container {
      position: relative;
    }

    .s-c1cff9e8-9a27-419e-97c9-cad8ea065871.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1cff9e8-9a27-419e-97c9-cad8ea065871.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1cff9e8-9a27-419e-97c9-cad8ea065871 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1cff9e8-9a27-419e-97c9-cad8ea065871 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c1cff9e8-9a27-419e-97c9-cad8ea065871 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1cff9e8-9a27-419e-97c9-cad8ea065871 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c1cff9e8-9a27-419e-97c9-cad8ea065871 {
    width: 100%;
    height: auto;
  }

  #s-c1cff9e8-9a27-419e-97c9-cad8ea065871 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c1cff9e8-9a27-419e-97c9-cad8ea065871.shogun-image {
    
    
  }


.s-c1cff9e8-9a27-419e-97c9-cad8ea065871 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1cff9e8-9a27-419e-97c9-cad8ea065871.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1cff9e8-9a27-419e-97c9-cad8ea065871.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1cff9e8-9a27-419e-97c9-cad8ea065871.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1cff9e8-9a27-419e-97c9-cad8ea065871 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c1cff9e8-9a27-419e-97c9-cad8ea065871.shogun-image-container {
      position: relative;
    }

    .s-c1cff9e8-9a27-419e-97c9-cad8ea065871.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1cff9e8-9a27-419e-97c9-cad8ea065871.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1cff9e8-9a27-419e-97c9-cad8ea065871 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1cff9e8-9a27-419e-97c9-cad8ea065871 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c1cff9e8-9a27-419e-97c9-cad8ea065871 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1cff9e8-9a27-419e-97c9-cad8ea065871 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c1cff9e8-9a27-419e-97c9-cad8ea065871 {
    width: 100%;
    height: auto;
  }

  #s-c1cff9e8-9a27-419e-97c9-cad8ea065871 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c1cff9e8-9a27-419e-97c9-cad8ea065871.shogun-image {
    
    
  }


.s-c1cff9e8-9a27-419e-97c9-cad8ea065871 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1cff9e8-9a27-419e-97c9-cad8ea065871.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1cff9e8-9a27-419e-97c9-cad8ea065871.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1cff9e8-9a27-419e-97c9-cad8ea065871.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1cff9e8-9a27-419e-97c9-cad8ea065871 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c1cff9e8-9a27-419e-97c9-cad8ea065871.shogun-image-container {
      position: relative;
    }

    .s-c1cff9e8-9a27-419e-97c9-cad8ea065871.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1cff9e8-9a27-419e-97c9-cad8ea065871.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1cff9e8-9a27-419e-97c9-cad8ea065871 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1cff9e8-9a27-419e-97c9-cad8ea065871 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c1cff9e8-9a27-419e-97c9-cad8ea065871 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1cff9e8-9a27-419e-97c9-cad8ea065871 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c1cff9e8-9a27-419e-97c9-cad8ea065871 {
    width: 100%;
    height: auto;
  }

  #s-c1cff9e8-9a27-419e-97c9-cad8ea065871 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c1cff9e8-9a27-419e-97c9-cad8ea065871.shogun-image {
    
    
  }


.s-c1cff9e8-9a27-419e-97c9-cad8ea065871 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1cff9e8-9a27-419e-97c9-cad8ea065871.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1cff9e8-9a27-419e-97c9-cad8ea065871.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1cff9e8-9a27-419e-97c9-cad8ea065871.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1cff9e8-9a27-419e-97c9-cad8ea065871 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c1cff9e8-9a27-419e-97c9-cad8ea065871.shogun-image-container {
      position: relative;
    }

    .s-c1cff9e8-9a27-419e-97c9-cad8ea065871.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1cff9e8-9a27-419e-97c9-cad8ea065871.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1cff9e8-9a27-419e-97c9-cad8ea065871 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1cff9e8-9a27-419e-97c9-cad8ea065871 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c1cff9e8-9a27-419e-97c9-cad8ea065871 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1cff9e8-9a27-419e-97c9-cad8ea065871 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c1cff9e8-9a27-419e-97c9-cad8ea065871 {
    width: 100%;
    height: auto;
  }

  #s-c1cff9e8-9a27-419e-97c9-cad8ea065871 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c1cff9e8-9a27-419e-97c9-cad8ea065871.shogun-image {
    
    
  }


.s-c1cff9e8-9a27-419e-97c9-cad8ea065871 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1cff9e8-9a27-419e-97c9-cad8ea065871.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1cff9e8-9a27-419e-97c9-cad8ea065871.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1cff9e8-9a27-419e-97c9-cad8ea065871.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1cff9e8-9a27-419e-97c9-cad8ea065871 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c1cff9e8-9a27-419e-97c9-cad8ea065871.shogun-image-container {
      position: relative;
    }

    .s-c1cff9e8-9a27-419e-97c9-cad8ea065871.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1cff9e8-9a27-419e-97c9-cad8ea065871.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1cff9e8-9a27-419e-97c9-cad8ea065871 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-71c395b7-d42c-48ed-92c3-c558c8c285bd {
  margin-top: 10px;
margin-bottom: 10px;
margin-right: 0px;
}

#s-ff4d0678-f2fb-45aa-8280-877e30913a7f {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-ff4d0678-f2fb-45aa-8280-877e30913a7f {
  display: none;
}
#s-ff4d0678-f2fb-45aa-8280-877e30913a7f, #wrap-s-ff4d0678-f2fb-45aa-8280-877e30913a7f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ff4d0678-f2fb-45aa-8280-877e30913a7f {
  display: none;
}
#s-ff4d0678-f2fb-45aa-8280-877e30913a7f, #wrap-s-ff4d0678-f2fb-45aa-8280-877e30913a7f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ff4d0678-f2fb-45aa-8280-877e30913a7f {
  display: none;
}
#s-ff4d0678-f2fb-45aa-8280-877e30913a7f, #wrap-s-ff4d0678-f2fb-45aa-8280-877e30913a7f { display: none !important; }}







#s-ff4d0678-f2fb-45aa-8280-877e30913a7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff4d0678-f2fb-45aa-8280-877e30913a7f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0ae0f993-d133-4e55-83a9-d5d4eea6e10b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0ae0f993-d133-4e55-83a9-d5d4eea6e10b {
  display: none;
}
#s-0ae0f993-d133-4e55-83a9-d5d4eea6e10b, #wrap-s-0ae0f993-d133-4e55-83a9-d5d4eea6e10b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0ae0f993-d133-4e55-83a9-d5d4eea6e10b {
  display: none;
}
#s-0ae0f993-d133-4e55-83a9-d5d4eea6e10b, #wrap-s-0ae0f993-d133-4e55-83a9-d5d4eea6e10b { display: none !important; }}







#s-0ae0f993-d133-4e55-83a9-d5d4eea6e10b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ae0f993-d133-4e55-83a9-d5d4eea6e10b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f9eb62f8-8fdc-4c29-a111-1d75eeb0cb64 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-f9eb62f8-8fdc-4c29-a111-1d75eeb0cb64 {
  display: none;
}
#s-f9eb62f8-8fdc-4c29-a111-1d75eeb0cb64, #wrap-s-f9eb62f8-8fdc-4c29-a111-1d75eeb0cb64 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f9eb62f8-8fdc-4c29-a111-1d75eeb0cb64 {
  display: none;
}
#s-f9eb62f8-8fdc-4c29-a111-1d75eeb0cb64, #wrap-s-f9eb62f8-8fdc-4c29-a111-1d75eeb0cb64 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f9eb62f8-8fdc-4c29-a111-1d75eeb0cb64 {
  display: none;
}
#s-f9eb62f8-8fdc-4c29-a111-1d75eeb0cb64, #wrap-s-f9eb62f8-8fdc-4c29-a111-1d75eeb0cb64 { display: none !important; }}
#s-f9eb62f8-8fdc-4c29-a111-1d75eeb0cb64 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Anton";
  font-style:  normal ;
  
  
  
  
}



.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-288a0ad2-431b-4b70-a962-7321cfa31b64 {
  padding-left: 2%;
padding-right: 2%;
text-align: left;
}
@media (min-width: 1200px){#s-288a0ad2-431b-4b70-a962-7321cfa31b64 {
  display: none;
}
#s-288a0ad2-431b-4b70-a962-7321cfa31b64, #wrap-s-288a0ad2-431b-4b70-a962-7321cfa31b64 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-288a0ad2-431b-4b70-a962-7321cfa31b64 {
  display: none;
}
#s-288a0ad2-431b-4b70-a962-7321cfa31b64, #wrap-s-288a0ad2-431b-4b70-a962-7321cfa31b64 { display: none !important; }}

  #s-288a0ad2-431b-4b70-a962-7321cfa31b64 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(241, 241, 241, 1);
    border: 1px solid rgba(241, 241, 241, 1);
  }
  #s-288a0ad2-431b-4b70-a962-7321cfa31b64 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-288a0ad2-431b-4b70-a962-7321cfa31b64 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: #495056;
  font-family: Anton;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-288a0ad2-431b-4b70-a962-7321cfa31b64 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-288a0ad2-431b-4b70-a962-7321cfa31b64 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-288a0ad2-431b-4b70-a962-7321cfa31b64 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-2538966a-cbd6-434f-94ff-95573776891c {
  min-height: 50px;
}








#s-2538966a-cbd6-434f-94ff-95573776891c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2538966a-cbd6-434f-94ff-95573776891c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

#s-fa72ab80-da10-4534-a7a6-71784e71120e {
  margin-left: 20%;
margin-right: 20%;
text-align: left;
}



.shg-c#s-fa72ab80-da10-4534-a7a6-71784e71120e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa72ab80-da10-4534-a7a6-71784e71120e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-fa72ab80-da10-4534-a7a6-71784e71120e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa72ab80-da10-4534-a7a6-71784e71120e img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-fa72ab80-da10-4534-a7a6-71784e71120e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa72ab80-da10-4534-a7a6-71784e71120e img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-fa72ab80-da10-4534-a7a6-71784e71120e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa72ab80-da10-4534-a7a6-71784e71120e img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-fa72ab80-da10-4534-a7a6-71784e71120e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa72ab80-da10-4534-a7a6-71784e71120e img.shogun-image {
  width: 100%;
}



}
#s-55312a4c-7930-45ce-8356-6768319482cb {
  margin-left: 6%;
margin-right: 6%;
min-height: 50px;
}








#s-55312a4c-7930-45ce-8356-6768319482cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55312a4c-7930-45ce-8356-6768319482cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bb793701-2e7b-429c-b5f2-d13455aae282 {
  padding-left: 20%;
padding-right: 20%;
text-align: left;
}



.shg-c#s-bb793701-2e7b-429c-b5f2-d13455aae282 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb793701-2e7b-429c-b5f2-d13455aae282 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-bb793701-2e7b-429c-b5f2-d13455aae282 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb793701-2e7b-429c-b5f2-d13455aae282 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-bb793701-2e7b-429c-b5f2-d13455aae282 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb793701-2e7b-429c-b5f2-d13455aae282 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-bb793701-2e7b-429c-b5f2-d13455aae282 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb793701-2e7b-429c-b5f2-d13455aae282 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-bb793701-2e7b-429c-b5f2-d13455aae282 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb793701-2e7b-429c-b5f2-d13455aae282 img.shogun-image {
  width: 100%;
}



}
#s-cfcaf2c7-733c-42c5-a0b9-bb36bc99b9c6 {
  min-height: 50px;
}








#s-cfcaf2c7-733c-42c5-a0b9-bb36bc99b9c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cfcaf2c7-733c-42c5-a0b9-bb36bc99b9c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-11bfe81b-d1dd-4c95-8249-4f0a21d9b927 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-11bfe81b-d1dd-4c95-8249-4f0a21d9b927 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Anton";
  font-style:  normal ;
  
  
  
  
}



.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: 400;
  font-family: Assistant;
}

.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-e608fa05-b493-4ac8-a1ab-c84716df7efb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-e608fa05-b493-4ac8-a1ab-c84716df7efb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e608fa05-b493-4ac8-a1ab-c84716df7efb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e608fa05-b493-4ac8-a1ab-c84716df7efb-root {
    text-align: center;
  }


#s-e608fa05-b493-4ac8-a1ab-c84716df7efb.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Anton;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e608fa05-b493-4ac8-a1ab-c84716df7efb-root {
    text-align: center;
  }


#s-e608fa05-b493-4ac8-a1ab-c84716df7efb.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Anton;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e608fa05-b493-4ac8-a1ab-c84716df7efb-root {
    text-align: center;
  }


#s-e608fa05-b493-4ac8-a1ab-c84716df7efb.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Anton;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e608fa05-b493-4ac8-a1ab-c84716df7efb-root {
    text-align: center;
  }


#s-e608fa05-b493-4ac8-a1ab-c84716df7efb.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Anton;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e608fa05-b493-4ac8-a1ab-c84716df7efb-root {
    text-align: center;
  }


#s-e608fa05-b493-4ac8-a1ab-c84716df7efb.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Anton;
  display:  block ;
}
}
#s-a4c3ffa2-b299-4b9c-81a3-709bf4f91391 {
  min-height: 50px;
}








#s-a4c3ffa2-b299-4b9c-81a3-709bf4f91391 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4c3ffa2-b299-4b9c-81a3-709bf4f91391.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc7cb9a8-b426-439f-8a57-70232c427a35 {
  margin-left: 20%;
margin-right: 20%;
text-align: left;
}



.shg-c#s-cc7cb9a8-b426-439f-8a57-70232c427a35 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc7cb9a8-b426-439f-8a57-70232c427a35 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cc7cb9a8-b426-439f-8a57-70232c427a35 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc7cb9a8-b426-439f-8a57-70232c427a35 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-cc7cb9a8-b426-439f-8a57-70232c427a35 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc7cb9a8-b426-439f-8a57-70232c427a35 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-cc7cb9a8-b426-439f-8a57-70232c427a35 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc7cb9a8-b426-439f-8a57-70232c427a35 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-cc7cb9a8-b426-439f-8a57-70232c427a35 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc7cb9a8-b426-439f-8a57-70232c427a35 img.shogun-image {
  width: 100%;
}



}
#s-1937ddea-8a1f-4a8f-9d73-19eaaea443f9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1937ddea-8a1f-4a8f-9d73-19eaaea443f9 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Anton";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-3df97760-85c6-49d5-aab0-02b42c37a782 {
  margin-left: 6%;
margin-right: 6%;
min-height: 50px;
}








#s-3df97760-85c6-49d5-aab0-02b42c37a782 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3df97760-85c6-49d5-aab0-02b42c37a782.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-72f9d662-4841-464d-8015-02099c617b9e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-72f9d662-4841-464d-8015-02099c617b9e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-72f9d662-4841-464d-8015-02099c617b9e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-72f9d662-4841-464d-8015-02099c617b9e-root {
    text-align: center;
  }


#s-72f9d662-4841-464d-8015-02099c617b9e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Anton;
  display:  block ;
}
@media (min-width: 1200px){
  #s-72f9d662-4841-464d-8015-02099c617b9e-root {
    text-align: center;
  }


#s-72f9d662-4841-464d-8015-02099c617b9e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Anton;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-72f9d662-4841-464d-8015-02099c617b9e-root {
    text-align: center;
  }


#s-72f9d662-4841-464d-8015-02099c617b9e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Anton;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-72f9d662-4841-464d-8015-02099c617b9e-root {
    text-align: center;
  }


#s-72f9d662-4841-464d-8015-02099c617b9e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Anton;
  display:  block ;
}
}@media (max-width: 767px){
  #s-72f9d662-4841-464d-8015-02099c617b9e-root {
    text-align: center;
  }


#s-72f9d662-4841-464d-8015-02099c617b9e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Anton;
  display:  block ;
}
}
#s-d70b4543-3768-4a6b-8171-9c762d1cd993 {
  min-height: 50px;
}








#s-d70b4543-3768-4a6b-8171-9c762d1cd993 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d70b4543-3768-4a6b-8171-9c762d1cd993.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b5fdf8e2-940e-47a2-8ec6-a06b80323e42 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b5fdf8e2-940e-47a2-8ec6-a06b80323e42 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Anton";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-ce359a06-2068-4ab4-ba02-adc8dc20db7b {
  margin-left: 6%;
margin-right: 6%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-ce359a06-2068-4ab4-ba02-adc8dc20db7b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ce359a06-2068-4ab4-ba02-adc8dc20db7b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ce359a06-2068-4ab4-ba02-adc8dc20db7b-root {
    text-align: center;
  }


#s-ce359a06-2068-4ab4-ba02-adc8dc20db7b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Anton;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ce359a06-2068-4ab4-ba02-adc8dc20db7b-root {
    text-align: center;
  }


#s-ce359a06-2068-4ab4-ba02-adc8dc20db7b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Anton;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ce359a06-2068-4ab4-ba02-adc8dc20db7b-root {
    text-align: center;
  }


#s-ce359a06-2068-4ab4-ba02-adc8dc20db7b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Anton;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ce359a06-2068-4ab4-ba02-adc8dc20db7b-root {
    text-align: center;
  }


#s-ce359a06-2068-4ab4-ba02-adc8dc20db7b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Anton;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ce359a06-2068-4ab4-ba02-adc8dc20db7b-root {
    text-align: center;
  }


#s-ce359a06-2068-4ab4-ba02-adc8dc20db7b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Anton;
  display:  block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

@media (min-width: 1200px){#s-423b3bce-d809-4e11-b2b9-62fba43c7b42 {
  display: none;
}
#s-423b3bce-d809-4e11-b2b9-62fba43c7b42, #wrap-s-423b3bce-d809-4e11-b2b9-62fba43c7b42 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-423b3bce-d809-4e11-b2b9-62fba43c7b42 {
  display: none;
}
#s-423b3bce-d809-4e11-b2b9-62fba43c7b42, #wrap-s-423b3bce-d809-4e11-b2b9-62fba43c7b42 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-423b3bce-d809-4e11-b2b9-62fba43c7b42 {
  display: none;
}
#s-423b3bce-d809-4e11-b2b9-62fba43c7b42, #wrap-s-423b3bce-d809-4e11-b2b9-62fba43c7b42 { display: none !important; }}
#s-423b3bce-d809-4e11-b2b9-62fba43c7b42 hr {
  border-top: 1px solid #ddd;
}

#s-2bce6190-0810-439a-9873-6b47f63bc0d3 {
  background-size: cover;
min-height: 50px;
background-color: rgba(51, 51, 51, 1);
background-position: center center;
background-repeat: no-repeat;
}
@media (min-width: 1200px){#s-2bce6190-0810-439a-9873-6b47f63bc0d3 {
  display: none;
}
#s-2bce6190-0810-439a-9873-6b47f63bc0d3, #wrap-s-2bce6190-0810-439a-9873-6b47f63bc0d3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2bce6190-0810-439a-9873-6b47f63bc0d3 {
  display: none;
}
#s-2bce6190-0810-439a-9873-6b47f63bc0d3, #wrap-s-2bce6190-0810-439a-9873-6b47f63bc0d3 { display: none !important; }}







#s-2bce6190-0810-439a-9873-6b47f63bc0d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2bce6190-0810-439a-9873-6b47f63bc0d3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-14839b62-6d3b-47d0-9558-ab70f9d4c81d {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-14839b62-6d3b-47d0-9558-ab70f9d4c81d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Anton";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-e7ade0a4-afa0-4331-969d-67938fa4ddf8 {
  padding-top: 6px;
padding-bottom: 6px;
min-height: 50px;
}








#s-e7ade0a4-afa0-4331-969d-67938fa4ddf8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7ade0a4-afa0-4331-969d-67938fa4ddf8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-abb5fd68-cf2f-4590-9699-a4a9833b0b90 {
  margin-left: 7%;
margin-right: 7%;
}

#s-abb5fd68-cf2f-4590-9699-a4a9833b0b90 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-abb5fd68-cf2f-4590-9699-a4a9833b0b90 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-abb5fd68-cf2f-4590-9699-a4a9833b0b90 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #000;
}

#s-abb5fd68-cf2f-4590-9699-a4a9833b0b90 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-abb5fd68-cf2f-4590-9699-a4a9833b0b90 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #000;
  text-align: center;
  font-family: Anton;
  font-weight: ;
  font-style: ;
  font-size: 26px;
}

#s-abb5fd68-cf2f-4590-9699-a4a9833b0b90 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 26px;
}
#s-e2a1ab58-e35f-4324-88dd-59edad4dc5a4 {
  min-height: 50px;
}








#s-e2a1ab58-e35f-4324-88dd-59edad4dc5a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2a1ab58-e35f-4324-88dd-59edad4dc5a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b2993960-af0d-46e5-a949-704c91d1bfbe {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-b2993960-af0d-46e5-a949-704c91d1bfbe .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b2993960-af0d-46e5-a949-704c91d1bfbe .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2993960-af0d-46e5-a949-704c91d1bfbe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b2993960-af0d-46e5-a949-704c91d1bfbe {
    width: 100%;
    height: auto;
  }

  #s-b2993960-af0d-46e5-a949-704c91d1bfbe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b2993960-af0d-46e5-a949-704c91d1bfbe.shogun-image {
    
    
  }


.s-b2993960-af0d-46e5-a949-704c91d1bfbe .shogun-image-content {
  
    align-items: center;
  
}

.s-b2993960-af0d-46e5-a949-704c91d1bfbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2993960-af0d-46e5-a949-704c91d1bfbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2993960-af0d-46e5-a949-704c91d1bfbe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b2993960-af0d-46e5-a949-704c91d1bfbe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b2993960-af0d-46e5-a949-704c91d1bfbe.shogun-image-container {
      position: relative;
    }

    .s-b2993960-af0d-46e5-a949-704c91d1bfbe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2993960-af0d-46e5-a949-704c91d1bfbe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2993960-af0d-46e5-a949-704c91d1bfbe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2993960-af0d-46e5-a949-704c91d1bfbe .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b2993960-af0d-46e5-a949-704c91d1bfbe .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2993960-af0d-46e5-a949-704c91d1bfbe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b2993960-af0d-46e5-a949-704c91d1bfbe {
    width: 100%;
    height: auto;
  }

  #s-b2993960-af0d-46e5-a949-704c91d1bfbe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b2993960-af0d-46e5-a949-704c91d1bfbe.shogun-image {
    
    
  }


.s-b2993960-af0d-46e5-a949-704c91d1bfbe .shogun-image-content {
  
    align-items: center;
  
}

.s-b2993960-af0d-46e5-a949-704c91d1bfbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2993960-af0d-46e5-a949-704c91d1bfbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2993960-af0d-46e5-a949-704c91d1bfbe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b2993960-af0d-46e5-a949-704c91d1bfbe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b2993960-af0d-46e5-a949-704c91d1bfbe.shogun-image-container {
      position: relative;
    }

    .s-b2993960-af0d-46e5-a949-704c91d1bfbe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2993960-af0d-46e5-a949-704c91d1bfbe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2993960-af0d-46e5-a949-704c91d1bfbe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2993960-af0d-46e5-a949-704c91d1bfbe .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b2993960-af0d-46e5-a949-704c91d1bfbe .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2993960-af0d-46e5-a949-704c91d1bfbe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b2993960-af0d-46e5-a949-704c91d1bfbe {
    width: 100%;
    height: auto;
  }

  #s-b2993960-af0d-46e5-a949-704c91d1bfbe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b2993960-af0d-46e5-a949-704c91d1bfbe.shogun-image {
    
    
  }


.s-b2993960-af0d-46e5-a949-704c91d1bfbe .shogun-image-content {
  
    align-items: center;
  
}

.s-b2993960-af0d-46e5-a949-704c91d1bfbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2993960-af0d-46e5-a949-704c91d1bfbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2993960-af0d-46e5-a949-704c91d1bfbe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b2993960-af0d-46e5-a949-704c91d1bfbe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b2993960-af0d-46e5-a949-704c91d1bfbe.shogun-image-container {
      position: relative;
    }

    .s-b2993960-af0d-46e5-a949-704c91d1bfbe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2993960-af0d-46e5-a949-704c91d1bfbe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2993960-af0d-46e5-a949-704c91d1bfbe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2993960-af0d-46e5-a949-704c91d1bfbe .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b2993960-af0d-46e5-a949-704c91d1bfbe .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2993960-af0d-46e5-a949-704c91d1bfbe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b2993960-af0d-46e5-a949-704c91d1bfbe {
    width: 100%;
    height: auto;
  }

  #s-b2993960-af0d-46e5-a949-704c91d1bfbe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b2993960-af0d-46e5-a949-704c91d1bfbe.shogun-image {
    
    
  }


.s-b2993960-af0d-46e5-a949-704c91d1bfbe .shogun-image-content {
  
    align-items: center;
  
}

.s-b2993960-af0d-46e5-a949-704c91d1bfbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2993960-af0d-46e5-a949-704c91d1bfbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2993960-af0d-46e5-a949-704c91d1bfbe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b2993960-af0d-46e5-a949-704c91d1bfbe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b2993960-af0d-46e5-a949-704c91d1bfbe.shogun-image-container {
      position: relative;
    }

    .s-b2993960-af0d-46e5-a949-704c91d1bfbe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2993960-af0d-46e5-a949-704c91d1bfbe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2993960-af0d-46e5-a949-704c91d1bfbe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2993960-af0d-46e5-a949-704c91d1bfbe .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b2993960-af0d-46e5-a949-704c91d1bfbe .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2993960-af0d-46e5-a949-704c91d1bfbe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b2993960-af0d-46e5-a949-704c91d1bfbe {
    width: 100%;
    height: auto;
  }

  #s-b2993960-af0d-46e5-a949-704c91d1bfbe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b2993960-af0d-46e5-a949-704c91d1bfbe.shogun-image {
    
    
  }


.s-b2993960-af0d-46e5-a949-704c91d1bfbe .shogun-image-content {
  
    align-items: center;
  
}

.s-b2993960-af0d-46e5-a949-704c91d1bfbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2993960-af0d-46e5-a949-704c91d1bfbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2993960-af0d-46e5-a949-704c91d1bfbe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b2993960-af0d-46e5-a949-704c91d1bfbe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b2993960-af0d-46e5-a949-704c91d1bfbe.shogun-image-container {
      position: relative;
    }

    .s-b2993960-af0d-46e5-a949-704c91d1bfbe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2993960-af0d-46e5-a949-704c91d1bfbe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2993960-af0d-46e5-a949-704c91d1bfbe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-b7bf361a-121d-480f-8ab0-f0a3f8aedf72 {
  min-height: 50px;
}








#s-b7bf361a-121d-480f-8ab0-f0a3f8aedf72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7bf361a-121d-480f-8ab0-f0a3f8aedf72.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-428cd81c-89b5-48ae-ad4b-7d2748243ea0 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-428cd81c-89b5-48ae-ad4b-7d2748243ea0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-428cd81c-89b5-48ae-ad4b-7d2748243ea0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-428cd81c-89b5-48ae-ad4b-7d2748243ea0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-428cd81c-89b5-48ae-ad4b-7d2748243ea0 {
    width: 100%;
    height: auto;
  }

  #s-428cd81c-89b5-48ae-ad4b-7d2748243ea0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-428cd81c-89b5-48ae-ad4b-7d2748243ea0.shogun-image {
    
    
  }


.s-428cd81c-89b5-48ae-ad4b-7d2748243ea0 .shogun-image-content {
  
    align-items: center;
  
}

.s-428cd81c-89b5-48ae-ad4b-7d2748243ea0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-428cd81c-89b5-48ae-ad4b-7d2748243ea0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-428cd81c-89b5-48ae-ad4b-7d2748243ea0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-428cd81c-89b5-48ae-ad4b-7d2748243ea0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-428cd81c-89b5-48ae-ad4b-7d2748243ea0.shogun-image-container {
      position: relative;
    }

    .s-428cd81c-89b5-48ae-ad4b-7d2748243ea0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-428cd81c-89b5-48ae-ad4b-7d2748243ea0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-428cd81c-89b5-48ae-ad4b-7d2748243ea0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-428cd81c-89b5-48ae-ad4b-7d2748243ea0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-428cd81c-89b5-48ae-ad4b-7d2748243ea0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-428cd81c-89b5-48ae-ad4b-7d2748243ea0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-428cd81c-89b5-48ae-ad4b-7d2748243ea0 {
    width: 100%;
    height: auto;
  }

  #s-428cd81c-89b5-48ae-ad4b-7d2748243ea0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-428cd81c-89b5-48ae-ad4b-7d2748243ea0.shogun-image {
    
    
  }


.s-428cd81c-89b5-48ae-ad4b-7d2748243ea0 .shogun-image-content {
  
    align-items: center;
  
}

.s-428cd81c-89b5-48ae-ad4b-7d2748243ea0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-428cd81c-89b5-48ae-ad4b-7d2748243ea0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-428cd81c-89b5-48ae-ad4b-7d2748243ea0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-428cd81c-89b5-48ae-ad4b-7d2748243ea0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-428cd81c-89b5-48ae-ad4b-7d2748243ea0.shogun-image-container {
      position: relative;
    }

    .s-428cd81c-89b5-48ae-ad4b-7d2748243ea0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-428cd81c-89b5-48ae-ad4b-7d2748243ea0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-428cd81c-89b5-48ae-ad4b-7d2748243ea0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-428cd81c-89b5-48ae-ad4b-7d2748243ea0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-428cd81c-89b5-48ae-ad4b-7d2748243ea0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-428cd81c-89b5-48ae-ad4b-7d2748243ea0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-428cd81c-89b5-48ae-ad4b-7d2748243ea0 {
    width: 100%;
    height: auto;
  }

  #s-428cd81c-89b5-48ae-ad4b-7d2748243ea0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-428cd81c-89b5-48ae-ad4b-7d2748243ea0.shogun-image {
    
    
  }


.s-428cd81c-89b5-48ae-ad4b-7d2748243ea0 .shogun-image-content {
  
    align-items: center;
  
}

.s-428cd81c-89b5-48ae-ad4b-7d2748243ea0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-428cd81c-89b5-48ae-ad4b-7d2748243ea0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-428cd81c-89b5-48ae-ad4b-7d2748243ea0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-428cd81c-89b5-48ae-ad4b-7d2748243ea0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-428cd81c-89b5-48ae-ad4b-7d2748243ea0.shogun-image-container {
      position: relative;
    }

    .s-428cd81c-89b5-48ae-ad4b-7d2748243ea0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-428cd81c-89b5-48ae-ad4b-7d2748243ea0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-428cd81c-89b5-48ae-ad4b-7d2748243ea0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-428cd81c-89b5-48ae-ad4b-7d2748243ea0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-428cd81c-89b5-48ae-ad4b-7d2748243ea0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-428cd81c-89b5-48ae-ad4b-7d2748243ea0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-428cd81c-89b5-48ae-ad4b-7d2748243ea0 {
    width: 100%;
    height: auto;
  }

  #s-428cd81c-89b5-48ae-ad4b-7d2748243ea0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-428cd81c-89b5-48ae-ad4b-7d2748243ea0.shogun-image {
    
    
  }


.s-428cd81c-89b5-48ae-ad4b-7d2748243ea0 .shogun-image-content {
  
    align-items: center;
  
}

.s-428cd81c-89b5-48ae-ad4b-7d2748243ea0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-428cd81c-89b5-48ae-ad4b-7d2748243ea0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-428cd81c-89b5-48ae-ad4b-7d2748243ea0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-428cd81c-89b5-48ae-ad4b-7d2748243ea0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-428cd81c-89b5-48ae-ad4b-7d2748243ea0.shogun-image-container {
      position: relative;
    }

    .s-428cd81c-89b5-48ae-ad4b-7d2748243ea0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-428cd81c-89b5-48ae-ad4b-7d2748243ea0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-428cd81c-89b5-48ae-ad4b-7d2748243ea0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-428cd81c-89b5-48ae-ad4b-7d2748243ea0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-428cd81c-89b5-48ae-ad4b-7d2748243ea0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-428cd81c-89b5-48ae-ad4b-7d2748243ea0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-428cd81c-89b5-48ae-ad4b-7d2748243ea0 {
    width: 100%;
    height: auto;
  }

  #s-428cd81c-89b5-48ae-ad4b-7d2748243ea0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-428cd81c-89b5-48ae-ad4b-7d2748243ea0.shogun-image {
    
    
  }


.s-428cd81c-89b5-48ae-ad4b-7d2748243ea0 .shogun-image-content {
  
    align-items: center;
  
}

.s-428cd81c-89b5-48ae-ad4b-7d2748243ea0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-428cd81c-89b5-48ae-ad4b-7d2748243ea0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-428cd81c-89b5-48ae-ad4b-7d2748243ea0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-428cd81c-89b5-48ae-ad4b-7d2748243ea0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-428cd81c-89b5-48ae-ad4b-7d2748243ea0.shogun-image-container {
      position: relative;
    }

    .s-428cd81c-89b5-48ae-ad4b-7d2748243ea0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-428cd81c-89b5-48ae-ad4b-7d2748243ea0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-428cd81c-89b5-48ae-ad4b-7d2748243ea0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-21f785e6-987e-457b-849e-8d5ce8e8f10c {
  min-height: 50px;
}








#s-21f785e6-987e-457b-849e-8d5ce8e8f10c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21f785e6-987e-457b-849e-8d5ce8e8f10c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d5304bff-6788-483b-bce0-bb150830b3c2 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-d5304bff-6788-483b-bce0-bb150830b3c2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d5304bff-6788-483b-bce0-bb150830b3c2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5304bff-6788-483b-bce0-bb150830b3c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d5304bff-6788-483b-bce0-bb150830b3c2 {
    width: 100%;
    height: auto;
  }

  #s-d5304bff-6788-483b-bce0-bb150830b3c2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d5304bff-6788-483b-bce0-bb150830b3c2.shogun-image {
    
    
  }


.s-d5304bff-6788-483b-bce0-bb150830b3c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5304bff-6788-483b-bce0-bb150830b3c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5304bff-6788-483b-bce0-bb150830b3c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5304bff-6788-483b-bce0-bb150830b3c2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d5304bff-6788-483b-bce0-bb150830b3c2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d5304bff-6788-483b-bce0-bb150830b3c2.shogun-image-container {
      position: relative;
    }

    .s-d5304bff-6788-483b-bce0-bb150830b3c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5304bff-6788-483b-bce0-bb150830b3c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5304bff-6788-483b-bce0-bb150830b3c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5304bff-6788-483b-bce0-bb150830b3c2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d5304bff-6788-483b-bce0-bb150830b3c2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5304bff-6788-483b-bce0-bb150830b3c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d5304bff-6788-483b-bce0-bb150830b3c2 {
    width: 100%;
    height: auto;
  }

  #s-d5304bff-6788-483b-bce0-bb150830b3c2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d5304bff-6788-483b-bce0-bb150830b3c2.shogun-image {
    
    
  }


.s-d5304bff-6788-483b-bce0-bb150830b3c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5304bff-6788-483b-bce0-bb150830b3c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5304bff-6788-483b-bce0-bb150830b3c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5304bff-6788-483b-bce0-bb150830b3c2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d5304bff-6788-483b-bce0-bb150830b3c2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d5304bff-6788-483b-bce0-bb150830b3c2.shogun-image-container {
      position: relative;
    }

    .s-d5304bff-6788-483b-bce0-bb150830b3c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5304bff-6788-483b-bce0-bb150830b3c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5304bff-6788-483b-bce0-bb150830b3c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5304bff-6788-483b-bce0-bb150830b3c2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d5304bff-6788-483b-bce0-bb150830b3c2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5304bff-6788-483b-bce0-bb150830b3c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d5304bff-6788-483b-bce0-bb150830b3c2 {
    width: 100%;
    height: auto;
  }

  #s-d5304bff-6788-483b-bce0-bb150830b3c2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d5304bff-6788-483b-bce0-bb150830b3c2.shogun-image {
    
    
  }


.s-d5304bff-6788-483b-bce0-bb150830b3c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5304bff-6788-483b-bce0-bb150830b3c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5304bff-6788-483b-bce0-bb150830b3c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5304bff-6788-483b-bce0-bb150830b3c2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d5304bff-6788-483b-bce0-bb150830b3c2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d5304bff-6788-483b-bce0-bb150830b3c2.shogun-image-container {
      position: relative;
    }

    .s-d5304bff-6788-483b-bce0-bb150830b3c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5304bff-6788-483b-bce0-bb150830b3c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5304bff-6788-483b-bce0-bb150830b3c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5304bff-6788-483b-bce0-bb150830b3c2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d5304bff-6788-483b-bce0-bb150830b3c2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5304bff-6788-483b-bce0-bb150830b3c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d5304bff-6788-483b-bce0-bb150830b3c2 {
    width: 100%;
    height: auto;
  }

  #s-d5304bff-6788-483b-bce0-bb150830b3c2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d5304bff-6788-483b-bce0-bb150830b3c2.shogun-image {
    
    
  }


.s-d5304bff-6788-483b-bce0-bb150830b3c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5304bff-6788-483b-bce0-bb150830b3c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5304bff-6788-483b-bce0-bb150830b3c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5304bff-6788-483b-bce0-bb150830b3c2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d5304bff-6788-483b-bce0-bb150830b3c2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d5304bff-6788-483b-bce0-bb150830b3c2.shogun-image-container {
      position: relative;
    }

    .s-d5304bff-6788-483b-bce0-bb150830b3c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5304bff-6788-483b-bce0-bb150830b3c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5304bff-6788-483b-bce0-bb150830b3c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5304bff-6788-483b-bce0-bb150830b3c2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d5304bff-6788-483b-bce0-bb150830b3c2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5304bff-6788-483b-bce0-bb150830b3c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d5304bff-6788-483b-bce0-bb150830b3c2 {
    width: 100%;
    height: auto;
  }

  #s-d5304bff-6788-483b-bce0-bb150830b3c2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d5304bff-6788-483b-bce0-bb150830b3c2.shogun-image {
    
    
  }


.s-d5304bff-6788-483b-bce0-bb150830b3c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5304bff-6788-483b-bce0-bb150830b3c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5304bff-6788-483b-bce0-bb150830b3c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5304bff-6788-483b-bce0-bb150830b3c2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d5304bff-6788-483b-bce0-bb150830b3c2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d5304bff-6788-483b-bce0-bb150830b3c2.shogun-image-container {
      position: relative;
    }

    .s-d5304bff-6788-483b-bce0-bb150830b3c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5304bff-6788-483b-bce0-bb150830b3c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5304bff-6788-483b-bce0-bb150830b3c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d3795fc4-1eb4-4c1c-81aa-5cfe2d9e1c59 {
  min-height: 50px;
}








#s-d3795fc4-1eb4-4c1c-81aa-5cfe2d9e1c59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3795fc4-1eb4-4c1c-81aa-5cfe2d9e1c59.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc82d8ba-54d3-44a6-9e91-b3d424855f71 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cc82d8ba-54d3-44a6-9e91-b3d424855f71 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-56ecb505-7a7b-482b-8042-a1d5967b4f19 {
  min-height: 50px;
}








#s-56ecb505-7a7b-482b-8042-a1d5967b4f19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56ecb505-7a7b-482b-8042-a1d5967b4f19.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-9e42ff91-1e90-4d1a-81db-0de95f4d134c {
  margin-left: 4%;
margin-right: 4%;
}

#s-9e42ff91-1e90-4d1a-81db-0de95f4d134c .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(201, 201, 201, 1);
  border-radius: 17px;
}

#s-9e42ff91-1e90-4d1a-81db-0de95f4d134c table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-9e42ff91-1e90-4d1a-81db-0de95f4d134c td.shogun-table-column {
  background-color: rgba(241, 241, 241, 1);
  padding: 10px;
  text-align: center;
  font-family: Familjen Grotesk;
  font-size: 15px;
  font-weight: 700;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-9e42ff91-1e90-4d1a-81db-0de95f4d134c td.shogun-table-row {
  background-color: rgba(241, 241, 241, 1);
  padding: 10px;
}

#s-9e42ff91-1e90-4d1a-81db-0de95f4d134c td.shogun-table-column, #s-9e42ff91-1e90-4d1a-81db-0de95f4d134c td.shogun-table-row {
  border: 1px solid rgba(201, 201, 201, 1);
}

#s-305d1bc0-1c13-4bc9-b863-93d6ecaec762 .shogun-icon-wrapper {
  text-align: center;
}


#s-305d1bc0-1c13-4bc9-b863-93d6ecaec762 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-367d3d58-3e90-4479-b3a9-e86ec467a45d .shogun-icon-wrapper {
  text-align: center;
}


#s-367d3d58-3e90-4479-b3a9-e86ec467a45d .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(68, 194, 31, 1);
}

#s-e4112b4b-a345-4554-8fbc-73e703a18945 .shogun-icon-wrapper {
  text-align: center;
}


#s-e4112b4b-a345-4554-8fbc-73e703a18945 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(68, 194, 31, 1);
}

#s-8b796fac-8d1f-4980-823d-aa7dd9469687 .shogun-icon-wrapper {
  text-align: center;
}


#s-8b796fac-8d1f-4980-823d-aa7dd9469687 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(68, 194, 31, 1);
}

#s-a9a9be51-6918-4547-9676-f1c0a308eb37 .shogun-icon-wrapper {
  text-align: center;
}


#s-a9a9be51-6918-4547-9676-f1c0a308eb37 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(68, 194, 31, 1);
}

#s-ef57b9b5-693b-4d22-b7da-3b4b4ce20793 .shogun-icon-wrapper {
  text-align: center;
}


#s-ef57b9b5-693b-4d22-b7da-3b4b4ce20793 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(68, 194, 31, 1);
}

#s-e73da271-f929-4fa9-ba93-65dd1d5a6c84 .shogun-icon-wrapper {
  text-align: center;
}


#s-e73da271-f929-4fa9-ba93-65dd1d5a6c84 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(68, 194, 31, 1);
}

#s-281f6dfc-af99-4b94-abaa-c9e7056fc2ad .shogun-icon-wrapper {
  text-align: center;
}


#s-281f6dfc-af99-4b94-abaa-c9e7056fc2ad .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(68, 194, 31, 1);
}

#s-5cd01dfd-31dc-440e-abcb-1b9450c64649 .shogun-icon-wrapper {
  text-align: center;
}


#s-5cd01dfd-31dc-440e-abcb-1b9450c64649 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(68, 194, 31, 1);
}

#s-53694e81-20a6-4597-87a5-9f6d1cb39f57 .shogun-icon-wrapper {
  text-align: center;
}


#s-53694e81-20a6-4597-87a5-9f6d1cb39f57 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-a942c022-811a-477a-a4b9-38e1c86cfa6b .shogun-icon-wrapper {
  text-align: center;
}


#s-a942c022-811a-477a-a4b9-38e1c86cfa6b .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(68, 194, 31, 1);
}

#s-a78dc81a-96d0-4d1a-826a-a34d4b02c835 .shogun-icon-wrapper {
  text-align: center;
}


#s-a78dc81a-96d0-4d1a-826a-a34d4b02c835 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(68, 194, 31, 1);
}

#s-fb36ab6f-2d85-4c01-b4dd-ad72314702ca .shogun-icon-wrapper {
  text-align: center;
}


#s-fb36ab6f-2d85-4c01-b4dd-ad72314702ca .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(68, 194, 31, 1);
}

#s-df478562-4922-4ca0-8318-a04bd03ffcd1 .shogun-icon-wrapper {
  text-align: center;
}


#s-df478562-4922-4ca0-8318-a04bd03ffcd1 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-80a91609-531a-4795-be30-a00a0161c80d .shogun-icon-wrapper {
  text-align: center;
}


#s-80a91609-531a-4795-be30-a00a0161c80d .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-7660a8b2-0110-435d-9e03-760053236769 .shogun-icon-wrapper {
  text-align: center;
}


#s-7660a8b2-0110-435d-9e03-760053236769 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(68, 194, 31, 1);
}

#s-fa6c149f-9489-41ff-ba0a-80a4c962337f .shogun-icon-wrapper {
  text-align: center;
}


#s-fa6c149f-9489-41ff-ba0a-80a4c962337f .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(68, 194, 31, 1);
}

#s-918deef5-3765-465a-9579-d5d7b8f955a2 .shogun-icon-wrapper {
  text-align: center;
}


#s-918deef5-3765-465a-9579-d5d7b8f955a2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(68, 194, 31, 1);
}

#s-9661f6f1-21d6-4953-96bc-fef5872e1318 .shogun-icon-wrapper {
  text-align: center;
}


#s-9661f6f1-21d6-4953-96bc-fef5872e1318 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-6b7f632a-57ef-4130-a1eb-36b69c75cb48 .shogun-icon-wrapper {
  text-align: center;
}


#s-6b7f632a-57ef-4130-a1eb-36b69c75cb48 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-6acddbe5-0fe1-440f-a609-e0651feb4c95 .shogun-icon-wrapper {
  text-align: center;
}


#s-6acddbe5-0fe1-440f-a609-e0651feb4c95 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-318166dc-339d-42bb-9a55-022d37b8b625 .shogun-icon-wrapper {
  text-align: center;
}


#s-318166dc-339d-42bb-9a55-022d37b8b625 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-1f4ea34c-b79e-4b4c-a0cc-fe35181a697a .shogun-icon-wrapper {
  text-align: center;
}


#s-1f4ea34c-b79e-4b4c-a0cc-fe35181a697a .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-e9eed6aa-24fd-4a92-a3f7-84b2b4f39ea1 .shogun-icon-wrapper {
  text-align: center;
}


#s-e9eed6aa-24fd-4a92-a3f7-84b2b4f39ea1 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(86, 73, 73, 1);
}

#s-754ff745-44ed-4369-a204-256ae850f1c4 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(223, 216, 216, 1);
border-style: solid;
}

#s-f1d6d741-0354-4910-8f13-1e2b6f1010f6 {
  margin-top: 100px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-f1d6d741-0354-4910-8f13-1e2b6f1010f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f1d6d741-0354-4910-8f13-1e2b6f1010f6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-f1d6d741-0354-4910-8f13-1e2b6f1010f6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-f1d6d741-0354-4910-8f13-1e2b6f1010f6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-184e023a-a535-482f-872e-9c4cb93e387d {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-184e023a-a535-482f-872e-9c4cb93e387d {
  display: none;
}
#s-184e023a-a535-482f-872e-9c4cb93e387d, #wrap-s-184e023a-a535-482f-872e-9c4cb93e387d { display: none !important; }}@media (max-width: 767px){#s-184e023a-a535-482f-872e-9c4cb93e387d {
  display: none;
}
#s-184e023a-a535-482f-872e-9c4cb93e387d, #wrap-s-184e023a-a535-482f-872e-9c4cb93e387d { display: none !important; }}







#s-184e023a-a535-482f-872e-9c4cb93e387d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-184e023a-a535-482f-872e-9c4cb93e387d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20dd51be-5e15-4f70-9ba8-e6d95672a892 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-20dd51be-5e15-4f70-9ba8-e6d95672a892 {
  display: none;
}
#s-20dd51be-5e15-4f70-9ba8-e6d95672a892, #wrap-s-20dd51be-5e15-4f70-9ba8-e6d95672a892 { display: none !important; }}@media (max-width: 767px){#s-20dd51be-5e15-4f70-9ba8-e6d95672a892 {
  display: none;
}
#s-20dd51be-5e15-4f70-9ba8-e6d95672a892, #wrap-s-20dd51be-5e15-4f70-9ba8-e6d95672a892 { display: none !important; }}




  @supports  (aspect-ratio: 1/1) {
    
    #s-20dd51be-5e15-4f70-9ba8-e6d95672a892 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-20dd51be-5e15-4f70-9ba8-e6d95672a892 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20dd51be-5e15-4f70-9ba8-e6d95672a892 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-20dd51be-5e15-4f70-9ba8-e6d95672a892 {
    width: 100%;
    height: auto;
  }

  #s-20dd51be-5e15-4f70-9ba8-e6d95672a892 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-20dd51be-5e15-4f70-9ba8-e6d95672a892.shogun-image {
    
    
  }


.s-20dd51be-5e15-4f70-9ba8-e6d95672a892 .shogun-image-content {
  
    align-items: center;
  
}

.s-20dd51be-5e15-4f70-9ba8-e6d95672a892.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20dd51be-5e15-4f70-9ba8-e6d95672a892.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20dd51be-5e15-4f70-9ba8-e6d95672a892.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-20dd51be-5e15-4f70-9ba8-e6d95672a892 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-20dd51be-5e15-4f70-9ba8-e6d95672a892.shogun-image-container {
      position: relative;
    }

    .s-20dd51be-5e15-4f70-9ba8-e6d95672a892.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20dd51be-5e15-4f70-9ba8-e6d95672a892.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20dd51be-5e15-4f70-9ba8-e6d95672a892 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-20dd51be-5e15-4f70-9ba8-e6d95672a892 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-20dd51be-5e15-4f70-9ba8-e6d95672a892 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20dd51be-5e15-4f70-9ba8-e6d95672a892 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-20dd51be-5e15-4f70-9ba8-e6d95672a892 {
    width: 100%;
    height: auto;
  }

  #s-20dd51be-5e15-4f70-9ba8-e6d95672a892 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-20dd51be-5e15-4f70-9ba8-e6d95672a892.shogun-image {
    
    
  }


.s-20dd51be-5e15-4f70-9ba8-e6d95672a892 .shogun-image-content {
  
    align-items: center;
  
}

.s-20dd51be-5e15-4f70-9ba8-e6d95672a892.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20dd51be-5e15-4f70-9ba8-e6d95672a892.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20dd51be-5e15-4f70-9ba8-e6d95672a892.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-20dd51be-5e15-4f70-9ba8-e6d95672a892 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-20dd51be-5e15-4f70-9ba8-e6d95672a892.shogun-image-container {
      position: relative;
    }

    .s-20dd51be-5e15-4f70-9ba8-e6d95672a892.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20dd51be-5e15-4f70-9ba8-e6d95672a892.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20dd51be-5e15-4f70-9ba8-e6d95672a892 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-20dd51be-5e15-4f70-9ba8-e6d95672a892 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-20dd51be-5e15-4f70-9ba8-e6d95672a892 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20dd51be-5e15-4f70-9ba8-e6d95672a892 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-20dd51be-5e15-4f70-9ba8-e6d95672a892 {
    width: 100%;
    height: auto;
  }

  #s-20dd51be-5e15-4f70-9ba8-e6d95672a892 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-20dd51be-5e15-4f70-9ba8-e6d95672a892.shogun-image {
    
    
  }


.s-20dd51be-5e15-4f70-9ba8-e6d95672a892 .shogun-image-content {
  
    align-items: center;
  
}

.s-20dd51be-5e15-4f70-9ba8-e6d95672a892.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20dd51be-5e15-4f70-9ba8-e6d95672a892.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20dd51be-5e15-4f70-9ba8-e6d95672a892.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-20dd51be-5e15-4f70-9ba8-e6d95672a892 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-20dd51be-5e15-4f70-9ba8-e6d95672a892.shogun-image-container {
      position: relative;
    }

    .s-20dd51be-5e15-4f70-9ba8-e6d95672a892.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20dd51be-5e15-4f70-9ba8-e6d95672a892.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20dd51be-5e15-4f70-9ba8-e6d95672a892 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-20dd51be-5e15-4f70-9ba8-e6d95672a892 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-20dd51be-5e15-4f70-9ba8-e6d95672a892 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20dd51be-5e15-4f70-9ba8-e6d95672a892 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-20dd51be-5e15-4f70-9ba8-e6d95672a892 {
    width: 100%;
    height: auto;
  }

  #s-20dd51be-5e15-4f70-9ba8-e6d95672a892 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-20dd51be-5e15-4f70-9ba8-e6d95672a892.shogun-image {
    
    
  }


.s-20dd51be-5e15-4f70-9ba8-e6d95672a892 .shogun-image-content {
  
    align-items: center;
  
}

.s-20dd51be-5e15-4f70-9ba8-e6d95672a892.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20dd51be-5e15-4f70-9ba8-e6d95672a892.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20dd51be-5e15-4f70-9ba8-e6d95672a892.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-20dd51be-5e15-4f70-9ba8-e6d95672a892 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-20dd51be-5e15-4f70-9ba8-e6d95672a892.shogun-image-container {
      position: relative;
    }

    .s-20dd51be-5e15-4f70-9ba8-e6d95672a892.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20dd51be-5e15-4f70-9ba8-e6d95672a892.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20dd51be-5e15-4f70-9ba8-e6d95672a892 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-20dd51be-5e15-4f70-9ba8-e6d95672a892 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-20dd51be-5e15-4f70-9ba8-e6d95672a892 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20dd51be-5e15-4f70-9ba8-e6d95672a892 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-20dd51be-5e15-4f70-9ba8-e6d95672a892 {
    width: 100%;
    height: auto;
  }

  #s-20dd51be-5e15-4f70-9ba8-e6d95672a892 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-20dd51be-5e15-4f70-9ba8-e6d95672a892.shogun-image {
    
    
  }


.s-20dd51be-5e15-4f70-9ba8-e6d95672a892 .shogun-image-content {
  
    align-items: center;
  
}

.s-20dd51be-5e15-4f70-9ba8-e6d95672a892.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20dd51be-5e15-4f70-9ba8-e6d95672a892.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20dd51be-5e15-4f70-9ba8-e6d95672a892.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-20dd51be-5e15-4f70-9ba8-e6d95672a892 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-20dd51be-5e15-4f70-9ba8-e6d95672a892.shogun-image-container {
      position: relative;
    }

    .s-20dd51be-5e15-4f70-9ba8-e6d95672a892.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20dd51be-5e15-4f70-9ba8-e6d95672a892.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20dd51be-5e15-4f70-9ba8-e6d95672a892 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d6cb17da-8999-4589-b4bd-a5bcebc3aff5 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 25px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-d6cb17da-8999-4589-b4bd-a5bcebc3aff5 {
  display: none;
}
#s-d6cb17da-8999-4589-b4bd-a5bcebc3aff5, #wrap-s-d6cb17da-8999-4589-b4bd-a5bcebc3aff5 { display: none !important; }}@media (max-width: 767px){#s-d6cb17da-8999-4589-b4bd-a5bcebc3aff5 {
  display: none;
}
#s-d6cb17da-8999-4589-b4bd-a5bcebc3aff5, #wrap-s-d6cb17da-8999-4589-b4bd-a5bcebc3aff5 { display: none !important; }}
#s-d6cb17da-8999-4589-b4bd-a5bcebc3aff5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Anton";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}



#s-c0f5d565-c98f-4371-a2ff-b9098e500fa1 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 2px;
padding-bottom: 2px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) and (max-width: 991px){#s-c0f5d565-c98f-4371-a2ff-b9098e500fa1 {
  display: none;
}
#s-c0f5d565-c98f-4371-a2ff-b9098e500fa1, #wrap-s-c0f5d565-c98f-4371-a2ff-b9098e500fa1 { display: none !important; }}@media (max-width: 767px){#s-c0f5d565-c98f-4371-a2ff-b9098e500fa1 {
  display: none;
}
#s-c0f5d565-c98f-4371-a2ff-b9098e500fa1, #wrap-s-c0f5d565-c98f-4371-a2ff-b9098e500fa1 { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-baffcb58-0fd2-49c3-8705-3aa6b844c144 {
  display: none;
}
#s-baffcb58-0fd2-49c3-8705-3aa6b844c144, #wrap-s-baffcb58-0fd2-49c3-8705-3aa6b844c144 { display: none !important; }}@media (max-width: 767px){#s-baffcb58-0fd2-49c3-8705-3aa6b844c144 {
  display: none;
}
#s-baffcb58-0fd2-49c3-8705-3aa6b844c144, #wrap-s-baffcb58-0fd2-49c3-8705-3aa6b844c144 { display: none !important; }}
#s-543fafca-9755-4b8d-b7d0-5f675639b322 {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-543fafca-9755-4b8d-b7d0-5f675639b322 {
  display: unset;
}
#s-543fafca-9755-4b8d-b7d0-5f675639b322, #wrap-s-543fafca-9755-4b8d-b7d0-5f675639b322 { display: unset !important; }}@media (min-width: 768px) and (max-width: 991px){#s-543fafca-9755-4b8d-b7d0-5f675639b322 {
  display: none;
}
#s-543fafca-9755-4b8d-b7d0-5f675639b322, #wrap-s-543fafca-9755-4b8d-b7d0-5f675639b322 { display: none !important; }}@media (max-width: 767px){#s-543fafca-9755-4b8d-b7d0-5f675639b322 {
  display: none;
}
#s-543fafca-9755-4b8d-b7d0-5f675639b322, #wrap-s-543fafca-9755-4b8d-b7d0-5f675639b322 { display: none !important; }}







#s-543fafca-9755-4b8d-b7d0-5f675639b322 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-543fafca-9755-4b8d-b7d0-5f675639b322.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4db83b96-54f2-4250-9b2b-a71c99c67593 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(245, 213, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: #000;
}
#s-4db83b96-54f2-4250-9b2b-a71c99c67593:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4db83b96-54f2-4250-9b2b-a71c99c67593:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-4db83b96-54f2-4250-9b2b-a71c99c67593 {
  display: none;
}
#s-4db83b96-54f2-4250-9b2b-a71c99c67593, #wrap-s-4db83b96-54f2-4250-9b2b-a71c99c67593 { display: none !important; }}@media (max-width: 767px){#s-4db83b96-54f2-4250-9b2b-a71c99c67593 {
  display: none;
}
#s-4db83b96-54f2-4250-9b2b-a71c99c67593, #wrap-s-4db83b96-54f2-4250-9b2b-a71c99c67593 { display: none !important; }}

  #s-4db83b96-54f2-4250-9b2b-a71c99c67593-root {
    text-align: center;
  }


#s-4db83b96-54f2-4250-9b2b-a71c99c67593.shg-btn {
  color: #000;
  
  
  
  font-family: Anton;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4db83b96-54f2-4250-9b2b-a71c99c67593-root {
    text-align: center;
  }


#s-4db83b96-54f2-4250-9b2b-a71c99c67593.shg-btn {
  color: #000;
  
  
  
  font-family: Anton;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4db83b96-54f2-4250-9b2b-a71c99c67593-root {
    text-align: center;
  }


#s-4db83b96-54f2-4250-9b2b-a71c99c67593.shg-btn {
  color: #000;
  
  
  
  font-family: Anton;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4db83b96-54f2-4250-9b2b-a71c99c67593-root {
    text-align: center;
  }


#s-4db83b96-54f2-4250-9b2b-a71c99c67593.shg-btn {
  color: #000;
  
  
  
  font-family: Anton;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4db83b96-54f2-4250-9b2b-a71c99c67593-root {
    text-align: center;
  }


#s-4db83b96-54f2-4250-9b2b-a71c99c67593.shg-btn {
  color: #000;
  
  
  
  font-family: Anton;
  display:  inline-block ;
}
}
#s-a26c5dfa-b179-4aed-b381-f876d5b0ab26 {
  border-style: solid;
margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(238, 238, 238, 1);
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-a26c5dfa-b179-4aed-b381-f876d5b0ab26 {
  display: none;
}
#s-a26c5dfa-b179-4aed-b381-f876d5b0ab26, #wrap-s-a26c5dfa-b179-4aed-b381-f876d5b0ab26 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a26c5dfa-b179-4aed-b381-f876d5b0ab26 {
  display: none;
}
#s-a26c5dfa-b179-4aed-b381-f876d5b0ab26, #wrap-s-a26c5dfa-b179-4aed-b381-f876d5b0ab26 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a26c5dfa-b179-4aed-b381-f876d5b0ab26 {
  
}
}@media (max-width: 767px){#s-a26c5dfa-b179-4aed-b381-f876d5b0ab26 {
  
}
}







#s-a26c5dfa-b179-4aed-b381-f876d5b0ab26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a26c5dfa-b179-4aed-b381-f876d5b0ab26.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1995b275-df7b-4291-96a3-a87b73729ca3 {
  border-style: solid;
margin-top: 50px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(229, 229, 229, 1);
text-align: center;
}

#s-1995b275-df7b-4291-96a3-a87b73729ca3 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Crete Round";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-d62443da-02f5-41d5-ae6c-439eabdd6e40 {
  min-height: 50px;
}








#s-d62443da-02f5-41d5-ae6c-439eabdd6e40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d62443da-02f5-41d5-ae6c-439eabdd6e40.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a986e3b2-9c53-4683-a404-a141a73870be {
  margin-left: 13%;
margin-right: 13%;
}

#s-344cc48d-5f49-47da-a9fb-26253d00b519 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-344cc48d-5f49-47da-a9fb-26253d00b519"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-344cc48d-5f49-47da-a9fb-26253d00b519"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-344cc48d-5f49-47da-a9fb-26253d00b519"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-344cc48d-5f49-47da-a9fb-26253d00b519"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 0px) {
[id="s-3e50cb56-3125-46df-9d83-c5f3b8ac759c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3e50cb56-3125-46df-9d83-c5f3b8ac759c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-3e50cb56-3125-46df-9d83-c5f3b8ac759c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-3e50cb56-3125-46df-9d83-c5f3b8ac759c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-5c554d25-7d6f-456b-92c8-7c075d4e2e1a {
  margin-top: 7px;
margin-bottom: 7px;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-692ef1e4-f6f0-40da-a244-ecabe01e2d75"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-692ef1e4-f6f0-40da-a244-ecabe01e2d75"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-692ef1e4-f6f0-40da-a244-ecabe01e2d75"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-692ef1e4-f6f0-40da-a244-ecabe01e2d75"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-7a6ac5fd-60f8-4101-9b58-e4abf927ee5a {
  min-height: 50px;
}








#s-7a6ac5fd-60f8-4101-9b58-e4abf927ee5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a6ac5fd-60f8-4101-9b58-e4abf927ee5a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-90d9bab8-aec3-45bd-b279-278ff71f9e6e {
  margin-top: 7px;
margin-bottom: 7px;
}

@media (min-width: 0px) {
[id="s-f4bf609c-9459-436c-8ecf-2db9a671a72a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f4bf609c-9459-436c-8ecf-2db9a671a72a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f4bf609c-9459-436c-8ecf-2db9a671a72a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f4bf609c-9459-436c-8ecf-2db9a671a72a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7bc248fb-296c-402c-949b-aa85b1103377 {
  min-height: 50px;
}








#s-7bc248fb-296c-402c-949b-aa85b1103377 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7bc248fb-296c-402c-949b-aa85b1103377.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-80b118e1-11f3-41bf-a585-7b43d8543592 {
  min-height: 50px;
}








#s-80b118e1-11f3-41bf-a585-7b43d8543592 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80b118e1-11f3-41bf-a585-7b43d8543592.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8730e034-e8b1-4ad3-9701-34612748aa95 {
  margin-top: 7px;
margin-left: 0%;
margin-bottom: 7px;
margin-right: 0%;
}

#s-5d83681b-87da-496f-a7de-6d531afbbe06 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5d83681b-87da-496f-a7de-6d531afbbe06 {
  display: none;
}
#s-5d83681b-87da-496f-a7de-6d531afbbe06, #wrap-s-5d83681b-87da-496f-a7de-6d531afbbe06 { display: none !important; }}@media (max-width: 767px){#s-5d83681b-87da-496f-a7de-6d531afbbe06 {
  display: none;
}
#s-5d83681b-87da-496f-a7de-6d531afbbe06, #wrap-s-5d83681b-87da-496f-a7de-6d531afbbe06 { display: none !important; }}







#s-5d83681b-87da-496f-a7de-6d531afbbe06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d83681b-87da-496f-a7de-6d531afbbe06.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb {
  max-width: 3034px;
aspect-ratio: 3034/1314;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb .shg-image-content-wrapper {
      aspect-ratio: 3034/1314;
      min-width: 100%;
      height: auto;
    }

    #s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb .shogun-image-link {
      aspect-ratio: 3034/1314;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb {
    width: 100%;
    height: auto;
  }

  #s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb.shogun-image {
    
    
  }


.s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb .shogun-image-content {
  
    align-items: center;
  
}

.s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb {
      --shg-aspect-ratio: calc(3034/1314); 
    }

    .s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb.shogun-image-container {
      position: relative;
    }

    .s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb .shg-image-content-wrapper {
      aspect-ratio: 3034/1314;
      min-width: 100%;
      height: auto;
    }

    #s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb .shogun-image-link {
      aspect-ratio: 3034/1314;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb {
    width: 100%;
    height: auto;
  }

  #s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb.shogun-image {
    
    
  }


.s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb .shogun-image-content {
  
    align-items: center;
  
}

.s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb {
      --shg-aspect-ratio: calc(3034/1314); 
    }

    .s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb.shogun-image-container {
      position: relative;
    }

    .s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb .shg-image-content-wrapper {
      aspect-ratio: 3034/1314;
      min-width: 100%;
      height: auto;
    }

    #s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb .shogun-image-link {
      aspect-ratio: 3034/1314;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb {
    width: 100%;
    height: auto;
  }

  #s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb.shogun-image {
    
    
  }


.s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb .shogun-image-content {
  
    align-items: center;
  
}

.s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb {
      --shg-aspect-ratio: calc(3034/1314); 
    }

    .s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb.shogun-image-container {
      position: relative;
    }

    .s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb .shg-image-content-wrapper {
      aspect-ratio: 3034/1314;
      min-width: 100%;
      height: auto;
    }

    #s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb .shogun-image-link {
      aspect-ratio: 3034/1314;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb {
    width: 100%;
    height: auto;
  }

  #s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb.shogun-image {
    
    
  }


.s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb .shogun-image-content {
  
    align-items: center;
  
}

.s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb {
      --shg-aspect-ratio: calc(3034/1314); 
    }

    .s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb.shogun-image-container {
      position: relative;
    }

    .s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb .shg-image-content-wrapper {
      aspect-ratio: 3034/1314;
      min-width: 100%;
      height: auto;
    }

    #s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb .shogun-image-link {
      aspect-ratio: 3034/1314;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb {
    width: 100%;
    height: auto;
  }

  #s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb.shogun-image {
    
    
  }


.s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb .shogun-image-content {
  
    align-items: center;
  
}

.s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb {
      --shg-aspect-ratio: calc(3034/1314); 
    }

    .s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb.shogun-image-container {
      position: relative;
    }

    .s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d8e2152e-15f4-45fb-8500-e1dda4c1b0bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-31f86851-c76b-4c34-86e9-936d0d349757 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-31f86851-c76b-4c34-86e9-936d0d349757 {
  display: none;
}
#s-31f86851-c76b-4c34-86e9-936d0d349757, #wrap-s-31f86851-c76b-4c34-86e9-936d0d349757 { display: none !important; }}@media (max-width: 767px){#s-31f86851-c76b-4c34-86e9-936d0d349757 {
  display: none;
}
#s-31f86851-c76b-4c34-86e9-936d0d349757, #wrap-s-31f86851-c76b-4c34-86e9-936d0d349757 { display: none !important; }}







#s-31f86851-c76b-4c34-86e9-936d0d349757 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31f86851-c76b-4c34-86e9-936d0d349757.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-902290fc-e499-416f-a256-905da7517824 {
  margin-left: 0px;
margin-right: 600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-902290fc-e499-416f-a256-905da7517824 {
  display: none;
}
#s-902290fc-e499-416f-a256-905da7517824, #wrap-s-902290fc-e499-416f-a256-905da7517824 { display: none !important; }}@media (max-width: 767px){#s-902290fc-e499-416f-a256-905da7517824 {
  display: none;
}
#s-902290fc-e499-416f-a256-905da7517824, #wrap-s-902290fc-e499-416f-a256-905da7517824 { display: none !important; }}
#s-0d9661eb-4adb-4bbe-8132-061049567e45 {
  min-height: 50px;
}








#s-0d9661eb-4adb-4bbe-8132-061049567e45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d9661eb-4adb-4bbe-8132-061049567e45.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ceab4921-17cc-45da-8f73-f69cf1e8f19f {
  margin-left: 20px;
margin-right: 600px;
}

#s-43adf6f7-50e4-4dcd-91d2-a6ecfc23d870 {
  margin-top: 0px;
margin-bottom: 0px;
border-top-width: 11px;
border-left-width: 11px;
border-bottom-width: 11px;
border-right-width: 11px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: #000;
}
@media (min-width: 768px) and (max-width: 991px){#s-43adf6f7-50e4-4dcd-91d2-a6ecfc23d870 {
  display: none;
}
#s-43adf6f7-50e4-4dcd-91d2-a6ecfc23d870, #wrap-s-43adf6f7-50e4-4dcd-91d2-a6ecfc23d870 { display: none !important; }}@media (max-width: 767px){#s-43adf6f7-50e4-4dcd-91d2-a6ecfc23d870 {
  display: none;
}
#s-43adf6f7-50e4-4dcd-91d2-a6ecfc23d870, #wrap-s-43adf6f7-50e4-4dcd-91d2-a6ecfc23d870 { display: none !important; }}







#s-43adf6f7-50e4-4dcd-91d2-a6ecfc23d870 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43adf6f7-50e4-4dcd-91d2-a6ecfc23d870.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f27a75fe-e90c-4611-99d2-7f56793c8346 {
  margin-left: 2%;
margin-right: 2%;
background-color: #000;
}
@media (min-width: 768px) and (max-width: 991px){#s-f27a75fe-e90c-4611-99d2-7f56793c8346 {
  display: none;
}
#s-f27a75fe-e90c-4611-99d2-7f56793c8346, #wrap-s-f27a75fe-e90c-4611-99d2-7f56793c8346 { display: none !important; }}@media (max-width: 767px){#s-f27a75fe-e90c-4611-99d2-7f56793c8346 {
  display: none;
}
#s-f27a75fe-e90c-4611-99d2-7f56793c8346, #wrap-s-f27a75fe-e90c-4611-99d2-7f56793c8346 { display: none !important; }}
@media (min-width: 0px) {
[id="s-f27a75fe-e90c-4611-99d2-7f56793c8346"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f27a75fe-e90c-4611-99d2-7f56793c8346"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f27a75fe-e90c-4611-99d2-7f56793c8346"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f27a75fe-e90c-4611-99d2-7f56793c8346"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) and (max-width: 991px){#s-0595980e-d9b9-4bdd-98b9-b1ddbf764ef7 {
  display: none;
}
#s-0595980e-d9b9-4bdd-98b9-b1ddbf764ef7, #wrap-s-0595980e-d9b9-4bdd-98b9-b1ddbf764ef7 { display: none !important; }}@media (max-width: 767px){#s-0595980e-d9b9-4bdd-98b9-b1ddbf764ef7 {
  display: none;
}
#s-0595980e-d9b9-4bdd-98b9-b1ddbf764ef7, #wrap-s-0595980e-d9b9-4bdd-98b9-b1ddbf764ef7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-0595980e-d9b9-4bdd-98b9-b1ddbf764ef7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0595980e-d9b9-4bdd-98b9-b1ddbf764ef7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0595980e-d9b9-4bdd-98b9-b1ddbf764ef7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0595980e-d9b9-4bdd-98b9-b1ddbf764ef7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de {
  max-width: 75px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de {
  display: none;
}
#s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de, #wrap-s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de { display: none !important; }}@media (max-width: 767px){#s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de {
  display: none;
}
#s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de, #wrap-s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de { display: none !important; }}




  @supports  (aspect-ratio: 1/1) {
    
    #s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de {
    width: 100%;
    height: auto;
  }

  #s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de.shogun-image {
    
    
  }


.s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de .shogun-image-content {
  
    align-items: center;
  
}

.s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de.shogun-image-container {
      position: relative;
    }

    .s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de {
    width: 100%;
    height: auto;
  }

  #s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de.shogun-image {
    
    
  }


.s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de .shogun-image-content {
  
    align-items: center;
  
}

.s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de.shogun-image-container {
      position: relative;
    }

    .s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de {
    width: 100%;
    height: auto;
  }

  #s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de.shogun-image {
    
    
  }


.s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de .shogun-image-content {
  
    align-items: center;
  
}

.s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de.shogun-image-container {
      position: relative;
    }

    .s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de {
    width: 100%;
    height: auto;
  }

  #s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de.shogun-image {
    
    
  }


.s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de .shogun-image-content {
  
    align-items: center;
  
}

.s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de.shogun-image-container {
      position: relative;
    }

    .s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de {
    width: 100%;
    height: auto;
  }

  #s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de.shogun-image {
    
    
  }


.s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de .shogun-image-content {
  
    align-items: center;
  
}

.s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de.shogun-image-container {
      position: relative;
    }

    .s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26c5ab66-3f9e-48ba-bfc8-4b68f28229de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
@media (min-width: 768px) and (max-width: 991px){#s-aa9940b9-106d-4a41-b5c5-11a157834552 {
  display: none;
}
#s-aa9940b9-106d-4a41-b5c5-11a157834552, #wrap-s-aa9940b9-106d-4a41-b5c5-11a157834552 { display: none !important; }}@media (max-width: 767px){#s-aa9940b9-106d-4a41-b5c5-11a157834552 {
  display: none;
}
#s-aa9940b9-106d-4a41-b5c5-11a157834552, #wrap-s-aa9940b9-106d-4a41-b5c5-11a157834552 { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-6be37eab-4828-4b32-aaf6-484f7574a434 {
  display: none;
}
#s-6be37eab-4828-4b32-aaf6-484f7574a434, #wrap-s-6be37eab-4828-4b32-aaf6-484f7574a434 { display: none !important; }}@media (max-width: 767px){#s-6be37eab-4828-4b32-aaf6-484f7574a434 {
  display: none;
}
#s-6be37eab-4828-4b32-aaf6-484f7574a434, #wrap-s-6be37eab-4828-4b32-aaf6-484f7574a434 { display: none !important; }}
@media (min-width: 0px) {
[id="s-6be37eab-4828-4b32-aaf6-484f7574a434"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6be37eab-4828-4b32-aaf6-484f7574a434"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6be37eab-4828-4b32-aaf6-484f7574a434"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6be37eab-4828-4b32-aaf6-484f7574a434"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-06ce0bb0-b72c-478e-ba82-1f67cee409ca {
  max-width: 75px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-06ce0bb0-b72c-478e-ba82-1f67cee409ca {
  display: none;
}
#s-06ce0bb0-b72c-478e-ba82-1f67cee409ca, #wrap-s-06ce0bb0-b72c-478e-ba82-1f67cee409ca { display: none !important; }}@media (max-width: 767px){#s-06ce0bb0-b72c-478e-ba82-1f67cee409ca {
  display: none;
}
#s-06ce0bb0-b72c-478e-ba82-1f67cee409ca, #wrap-s-06ce0bb0-b72c-478e-ba82-1f67cee409ca { display: none !important; }}




  @supports  (aspect-ratio: 1/1) {
    
    #s-06ce0bb0-b72c-478e-ba82-1f67cee409ca .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-06ce0bb0-b72c-478e-ba82-1f67cee409ca .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-06ce0bb0-b72c-478e-ba82-1f67cee409ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-06ce0bb0-b72c-478e-ba82-1f67cee409ca {
    width: 100%;
    height: auto;
  }

  #s-06ce0bb0-b72c-478e-ba82-1f67cee409ca img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-06ce0bb0-b72c-478e-ba82-1f67cee409ca.shogun-image {
    
    
  }


.s-06ce0bb0-b72c-478e-ba82-1f67cee409ca .shogun-image-content {
  
    align-items: center;
  
}

.s-06ce0bb0-b72c-478e-ba82-1f67cee409ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06ce0bb0-b72c-478e-ba82-1f67cee409ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06ce0bb0-b72c-478e-ba82-1f67cee409ca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-06ce0bb0-b72c-478e-ba82-1f67cee409ca {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-06ce0bb0-b72c-478e-ba82-1f67cee409ca.shogun-image-container {
      position: relative;
    }

    .s-06ce0bb0-b72c-478e-ba82-1f67cee409ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06ce0bb0-b72c-478e-ba82-1f67cee409ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06ce0bb0-b72c-478e-ba82-1f67cee409ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-06ce0bb0-b72c-478e-ba82-1f67cee409ca .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-06ce0bb0-b72c-478e-ba82-1f67cee409ca .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-06ce0bb0-b72c-478e-ba82-1f67cee409ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-06ce0bb0-b72c-478e-ba82-1f67cee409ca {
    width: 100%;
    height: auto;
  }

  #s-06ce0bb0-b72c-478e-ba82-1f67cee409ca img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-06ce0bb0-b72c-478e-ba82-1f67cee409ca.shogun-image {
    
    
  }


.s-06ce0bb0-b72c-478e-ba82-1f67cee409ca .shogun-image-content {
  
    align-items: center;
  
}

.s-06ce0bb0-b72c-478e-ba82-1f67cee409ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06ce0bb0-b72c-478e-ba82-1f67cee409ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06ce0bb0-b72c-478e-ba82-1f67cee409ca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-06ce0bb0-b72c-478e-ba82-1f67cee409ca {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-06ce0bb0-b72c-478e-ba82-1f67cee409ca.shogun-image-container {
      position: relative;
    }

    .s-06ce0bb0-b72c-478e-ba82-1f67cee409ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06ce0bb0-b72c-478e-ba82-1f67cee409ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06ce0bb0-b72c-478e-ba82-1f67cee409ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-06ce0bb0-b72c-478e-ba82-1f67cee409ca .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-06ce0bb0-b72c-478e-ba82-1f67cee409ca .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-06ce0bb0-b72c-478e-ba82-1f67cee409ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-06ce0bb0-b72c-478e-ba82-1f67cee409ca {
    width: 100%;
    height: auto;
  }

  #s-06ce0bb0-b72c-478e-ba82-1f67cee409ca img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-06ce0bb0-b72c-478e-ba82-1f67cee409ca.shogun-image {
    
    
  }


.s-06ce0bb0-b72c-478e-ba82-1f67cee409ca .shogun-image-content {
  
    align-items: center;
  
}

.s-06ce0bb0-b72c-478e-ba82-1f67cee409ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06ce0bb0-b72c-478e-ba82-1f67cee409ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06ce0bb0-b72c-478e-ba82-1f67cee409ca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-06ce0bb0-b72c-478e-ba82-1f67cee409ca {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-06ce0bb0-b72c-478e-ba82-1f67cee409ca.shogun-image-container {
      position: relative;
    }

    .s-06ce0bb0-b72c-478e-ba82-1f67cee409ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06ce0bb0-b72c-478e-ba82-1f67cee409ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06ce0bb0-b72c-478e-ba82-1f67cee409ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-06ce0bb0-b72c-478e-ba82-1f67cee409ca .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-06ce0bb0-b72c-478e-ba82-1f67cee409ca .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-06ce0bb0-b72c-478e-ba82-1f67cee409ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-06ce0bb0-b72c-478e-ba82-1f67cee409ca {
    width: 100%;
    height: auto;
  }

  #s-06ce0bb0-b72c-478e-ba82-1f67cee409ca img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-06ce0bb0-b72c-478e-ba82-1f67cee409ca.shogun-image {
    
    
  }


.s-06ce0bb0-b72c-478e-ba82-1f67cee409ca .shogun-image-content {
  
    align-items: center;
  
}

.s-06ce0bb0-b72c-478e-ba82-1f67cee409ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06ce0bb0-b72c-478e-ba82-1f67cee409ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06ce0bb0-b72c-478e-ba82-1f67cee409ca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-06ce0bb0-b72c-478e-ba82-1f67cee409ca {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-06ce0bb0-b72c-478e-ba82-1f67cee409ca.shogun-image-container {
      position: relative;
    }

    .s-06ce0bb0-b72c-478e-ba82-1f67cee409ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06ce0bb0-b72c-478e-ba82-1f67cee409ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06ce0bb0-b72c-478e-ba82-1f67cee409ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-06ce0bb0-b72c-478e-ba82-1f67cee409ca .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-06ce0bb0-b72c-478e-ba82-1f67cee409ca .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-06ce0bb0-b72c-478e-ba82-1f67cee409ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-06ce0bb0-b72c-478e-ba82-1f67cee409ca {
    width: 100%;
    height: auto;
  }

  #s-06ce0bb0-b72c-478e-ba82-1f67cee409ca img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-06ce0bb0-b72c-478e-ba82-1f67cee409ca.shogun-image {
    
    
  }


.s-06ce0bb0-b72c-478e-ba82-1f67cee409ca .shogun-image-content {
  
    align-items: center;
  
}

.s-06ce0bb0-b72c-478e-ba82-1f67cee409ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06ce0bb0-b72c-478e-ba82-1f67cee409ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06ce0bb0-b72c-478e-ba82-1f67cee409ca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-06ce0bb0-b72c-478e-ba82-1f67cee409ca {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-06ce0bb0-b72c-478e-ba82-1f67cee409ca.shogun-image-container {
      position: relative;
    }

    .s-06ce0bb0-b72c-478e-ba82-1f67cee409ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06ce0bb0-b72c-478e-ba82-1f67cee409ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06ce0bb0-b72c-478e-ba82-1f67cee409ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
@media (min-width: 768px) and (max-width: 991px){#s-2b2ceec8-9868-4285-b8a2-241c3332d295 {
  display: none;
}
#s-2b2ceec8-9868-4285-b8a2-241c3332d295, #wrap-s-2b2ceec8-9868-4285-b8a2-241c3332d295 { display: none !important; }}@media (max-width: 767px){#s-2b2ceec8-9868-4285-b8a2-241c3332d295 {
  display: none;
}
#s-2b2ceec8-9868-4285-b8a2-241c3332d295, #wrap-s-2b2ceec8-9868-4285-b8a2-241c3332d295 { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-80231963-ba4d-4506-af1f-f17f7d8bf89d {
  display: none;
}
#s-80231963-ba4d-4506-af1f-f17f7d8bf89d, #wrap-s-80231963-ba4d-4506-af1f-f17f7d8bf89d { display: none !important; }}@media (max-width: 767px){#s-80231963-ba4d-4506-af1f-f17f7d8bf89d {
  display: none;
}
#s-80231963-ba4d-4506-af1f-f17f7d8bf89d, #wrap-s-80231963-ba4d-4506-af1f-f17f7d8bf89d { display: none !important; }}
@media (min-width: 0px) {
[id="s-80231963-ba4d-4506-af1f-f17f7d8bf89d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-80231963-ba4d-4506-af1f-f17f7d8bf89d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-80231963-ba4d-4506-af1f-f17f7d8bf89d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-80231963-ba4d-4506-af1f-f17f7d8bf89d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f225cef6-52d9-4d1b-8f8e-a298db74f368 {
  max-width: 75px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f225cef6-52d9-4d1b-8f8e-a298db74f368 {
  display: none;
}
#s-f225cef6-52d9-4d1b-8f8e-a298db74f368, #wrap-s-f225cef6-52d9-4d1b-8f8e-a298db74f368 { display: none !important; }}@media (max-width: 767px){#s-f225cef6-52d9-4d1b-8f8e-a298db74f368 {
  display: none;
}
#s-f225cef6-52d9-4d1b-8f8e-a298db74f368, #wrap-s-f225cef6-52d9-4d1b-8f8e-a298db74f368 { display: none !important; }}




  @supports  (aspect-ratio: 1/1) {
    
    #s-f225cef6-52d9-4d1b-8f8e-a298db74f368 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f225cef6-52d9-4d1b-8f8e-a298db74f368 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f225cef6-52d9-4d1b-8f8e-a298db74f368 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f225cef6-52d9-4d1b-8f8e-a298db74f368 {
    width: 100%;
    height: auto;
  }

  #s-f225cef6-52d9-4d1b-8f8e-a298db74f368 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f225cef6-52d9-4d1b-8f8e-a298db74f368.shogun-image {
    
    
  }


.s-f225cef6-52d9-4d1b-8f8e-a298db74f368 .shogun-image-content {
  
    align-items: center;
  
}

.s-f225cef6-52d9-4d1b-8f8e-a298db74f368.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f225cef6-52d9-4d1b-8f8e-a298db74f368.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f225cef6-52d9-4d1b-8f8e-a298db74f368.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f225cef6-52d9-4d1b-8f8e-a298db74f368 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f225cef6-52d9-4d1b-8f8e-a298db74f368.shogun-image-container {
      position: relative;
    }

    .s-f225cef6-52d9-4d1b-8f8e-a298db74f368.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f225cef6-52d9-4d1b-8f8e-a298db74f368.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f225cef6-52d9-4d1b-8f8e-a298db74f368 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-f225cef6-52d9-4d1b-8f8e-a298db74f368 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f225cef6-52d9-4d1b-8f8e-a298db74f368 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f225cef6-52d9-4d1b-8f8e-a298db74f368 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f225cef6-52d9-4d1b-8f8e-a298db74f368 {
    width: 100%;
    height: auto;
  }

  #s-f225cef6-52d9-4d1b-8f8e-a298db74f368 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f225cef6-52d9-4d1b-8f8e-a298db74f368.shogun-image {
    
    
  }


.s-f225cef6-52d9-4d1b-8f8e-a298db74f368 .shogun-image-content {
  
    align-items: center;
  
}

.s-f225cef6-52d9-4d1b-8f8e-a298db74f368.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f225cef6-52d9-4d1b-8f8e-a298db74f368.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f225cef6-52d9-4d1b-8f8e-a298db74f368.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f225cef6-52d9-4d1b-8f8e-a298db74f368 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f225cef6-52d9-4d1b-8f8e-a298db74f368.shogun-image-container {
      position: relative;
    }

    .s-f225cef6-52d9-4d1b-8f8e-a298db74f368.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f225cef6-52d9-4d1b-8f8e-a298db74f368.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f225cef6-52d9-4d1b-8f8e-a298db74f368 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-f225cef6-52d9-4d1b-8f8e-a298db74f368 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f225cef6-52d9-4d1b-8f8e-a298db74f368 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f225cef6-52d9-4d1b-8f8e-a298db74f368 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f225cef6-52d9-4d1b-8f8e-a298db74f368 {
    width: 100%;
    height: auto;
  }

  #s-f225cef6-52d9-4d1b-8f8e-a298db74f368 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f225cef6-52d9-4d1b-8f8e-a298db74f368.shogun-image {
    
    
  }


.s-f225cef6-52d9-4d1b-8f8e-a298db74f368 .shogun-image-content {
  
    align-items: center;
  
}

.s-f225cef6-52d9-4d1b-8f8e-a298db74f368.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f225cef6-52d9-4d1b-8f8e-a298db74f368.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f225cef6-52d9-4d1b-8f8e-a298db74f368.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f225cef6-52d9-4d1b-8f8e-a298db74f368 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f225cef6-52d9-4d1b-8f8e-a298db74f368.shogun-image-container {
      position: relative;
    }

    .s-f225cef6-52d9-4d1b-8f8e-a298db74f368.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f225cef6-52d9-4d1b-8f8e-a298db74f368.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f225cef6-52d9-4d1b-8f8e-a298db74f368 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-f225cef6-52d9-4d1b-8f8e-a298db74f368 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f225cef6-52d9-4d1b-8f8e-a298db74f368 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f225cef6-52d9-4d1b-8f8e-a298db74f368 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f225cef6-52d9-4d1b-8f8e-a298db74f368 {
    width: 100%;
    height: auto;
  }

  #s-f225cef6-52d9-4d1b-8f8e-a298db74f368 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f225cef6-52d9-4d1b-8f8e-a298db74f368.shogun-image {
    
    
  }


.s-f225cef6-52d9-4d1b-8f8e-a298db74f368 .shogun-image-content {
  
    align-items: center;
  
}

.s-f225cef6-52d9-4d1b-8f8e-a298db74f368.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f225cef6-52d9-4d1b-8f8e-a298db74f368.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f225cef6-52d9-4d1b-8f8e-a298db74f368.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f225cef6-52d9-4d1b-8f8e-a298db74f368 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f225cef6-52d9-4d1b-8f8e-a298db74f368.shogun-image-container {
      position: relative;
    }

    .s-f225cef6-52d9-4d1b-8f8e-a298db74f368.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f225cef6-52d9-4d1b-8f8e-a298db74f368.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f225cef6-52d9-4d1b-8f8e-a298db74f368 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-f225cef6-52d9-4d1b-8f8e-a298db74f368 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f225cef6-52d9-4d1b-8f8e-a298db74f368 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f225cef6-52d9-4d1b-8f8e-a298db74f368 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f225cef6-52d9-4d1b-8f8e-a298db74f368 {
    width: 100%;
    height: auto;
  }

  #s-f225cef6-52d9-4d1b-8f8e-a298db74f368 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f225cef6-52d9-4d1b-8f8e-a298db74f368.shogun-image {
    
    
  }


.s-f225cef6-52d9-4d1b-8f8e-a298db74f368 .shogun-image-content {
  
    align-items: center;
  
}

.s-f225cef6-52d9-4d1b-8f8e-a298db74f368.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f225cef6-52d9-4d1b-8f8e-a298db74f368.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f225cef6-52d9-4d1b-8f8e-a298db74f368.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f225cef6-52d9-4d1b-8f8e-a298db74f368 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f225cef6-52d9-4d1b-8f8e-a298db74f368.shogun-image-container {
      position: relative;
    }

    .s-f225cef6-52d9-4d1b-8f8e-a298db74f368.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f225cef6-52d9-4d1b-8f8e-a298db74f368.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f225cef6-52d9-4d1b-8f8e-a298db74f368 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
@media (min-width: 768px) and (max-width: 991px){#s-62b98de7-9d99-48dd-b64a-74ce9c5d83b2 {
  display: none;
}
#s-62b98de7-9d99-48dd-b64a-74ce9c5d83b2, #wrap-s-62b98de7-9d99-48dd-b64a-74ce9c5d83b2 { display: none !important; }}@media (max-width: 767px){#s-62b98de7-9d99-48dd-b64a-74ce9c5d83b2 {
  display: none;
}
#s-62b98de7-9d99-48dd-b64a-74ce9c5d83b2, #wrap-s-62b98de7-9d99-48dd-b64a-74ce9c5d83b2 { display: none !important; }}
#s-c63f2f95-fdc6-4dba-ac0a-0df4a1841947 {
  margin-left: 4%;
margin-right: 4%;
}
@media (min-width: 768px) and (max-width: 991px){#s-c63f2f95-fdc6-4dba-ac0a-0df4a1841947 {
  display: none;
}
#s-c63f2f95-fdc6-4dba-ac0a-0df4a1841947, #wrap-s-c63f2f95-fdc6-4dba-ac0a-0df4a1841947 { display: none !important; }}@media (max-width: 767px){#s-c63f2f95-fdc6-4dba-ac0a-0df4a1841947 {
  display: none;
}
#s-c63f2f95-fdc6-4dba-ac0a-0df4a1841947, #wrap-s-c63f2f95-fdc6-4dba-ac0a-0df4a1841947 { display: none !important; }}
@media (min-width: 0px) {
[id="s-c63f2f95-fdc6-4dba-ac0a-0df4a1841947"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c63f2f95-fdc6-4dba-ac0a-0df4a1841947"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c63f2f95-fdc6-4dba-ac0a-0df4a1841947"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c63f2f95-fdc6-4dba-ac0a-0df4a1841947"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a349f737-c4da-4ea1-bcb4-faa341f794ce {
  max-width: 75px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a349f737-c4da-4ea1-bcb4-faa341f794ce {
  display: none;
}
#s-a349f737-c4da-4ea1-bcb4-faa341f794ce, #wrap-s-a349f737-c4da-4ea1-bcb4-faa341f794ce { display: none !important; }}@media (max-width: 767px){#s-a349f737-c4da-4ea1-bcb4-faa341f794ce {
  display: none;
}
#s-a349f737-c4da-4ea1-bcb4-faa341f794ce, #wrap-s-a349f737-c4da-4ea1-bcb4-faa341f794ce { display: none !important; }}




  @supports  (aspect-ratio: 1/1) {
    
    #s-a349f737-c4da-4ea1-bcb4-faa341f794ce .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a349f737-c4da-4ea1-bcb4-faa341f794ce .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a349f737-c4da-4ea1-bcb4-faa341f794ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a349f737-c4da-4ea1-bcb4-faa341f794ce {
    width: 100%;
    height: auto;
  }

  #s-a349f737-c4da-4ea1-bcb4-faa341f794ce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a349f737-c4da-4ea1-bcb4-faa341f794ce.shogun-image {
    
    
  }


.s-a349f737-c4da-4ea1-bcb4-faa341f794ce .shogun-image-content {
  
    align-items: center;
  
}

.s-a349f737-c4da-4ea1-bcb4-faa341f794ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a349f737-c4da-4ea1-bcb4-faa341f794ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a349f737-c4da-4ea1-bcb4-faa341f794ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a349f737-c4da-4ea1-bcb4-faa341f794ce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a349f737-c4da-4ea1-bcb4-faa341f794ce.shogun-image-container {
      position: relative;
    }

    .s-a349f737-c4da-4ea1-bcb4-faa341f794ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a349f737-c4da-4ea1-bcb4-faa341f794ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a349f737-c4da-4ea1-bcb4-faa341f794ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-a349f737-c4da-4ea1-bcb4-faa341f794ce .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a349f737-c4da-4ea1-bcb4-faa341f794ce .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a349f737-c4da-4ea1-bcb4-faa341f794ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a349f737-c4da-4ea1-bcb4-faa341f794ce {
    width: 100%;
    height: auto;
  }

  #s-a349f737-c4da-4ea1-bcb4-faa341f794ce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a349f737-c4da-4ea1-bcb4-faa341f794ce.shogun-image {
    
    
  }


.s-a349f737-c4da-4ea1-bcb4-faa341f794ce .shogun-image-content {
  
    align-items: center;
  
}

.s-a349f737-c4da-4ea1-bcb4-faa341f794ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a349f737-c4da-4ea1-bcb4-faa341f794ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a349f737-c4da-4ea1-bcb4-faa341f794ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a349f737-c4da-4ea1-bcb4-faa341f794ce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a349f737-c4da-4ea1-bcb4-faa341f794ce.shogun-image-container {
      position: relative;
    }

    .s-a349f737-c4da-4ea1-bcb4-faa341f794ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a349f737-c4da-4ea1-bcb4-faa341f794ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a349f737-c4da-4ea1-bcb4-faa341f794ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-a349f737-c4da-4ea1-bcb4-faa341f794ce .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a349f737-c4da-4ea1-bcb4-faa341f794ce .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a349f737-c4da-4ea1-bcb4-faa341f794ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a349f737-c4da-4ea1-bcb4-faa341f794ce {
    width: 100%;
    height: auto;
  }

  #s-a349f737-c4da-4ea1-bcb4-faa341f794ce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a349f737-c4da-4ea1-bcb4-faa341f794ce.shogun-image {
    
    
  }


.s-a349f737-c4da-4ea1-bcb4-faa341f794ce .shogun-image-content {
  
    align-items: center;
  
}

.s-a349f737-c4da-4ea1-bcb4-faa341f794ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a349f737-c4da-4ea1-bcb4-faa341f794ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a349f737-c4da-4ea1-bcb4-faa341f794ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a349f737-c4da-4ea1-bcb4-faa341f794ce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a349f737-c4da-4ea1-bcb4-faa341f794ce.shogun-image-container {
      position: relative;
    }

    .s-a349f737-c4da-4ea1-bcb4-faa341f794ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a349f737-c4da-4ea1-bcb4-faa341f794ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a349f737-c4da-4ea1-bcb4-faa341f794ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-a349f737-c4da-4ea1-bcb4-faa341f794ce .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a349f737-c4da-4ea1-bcb4-faa341f794ce .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a349f737-c4da-4ea1-bcb4-faa341f794ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a349f737-c4da-4ea1-bcb4-faa341f794ce {
    width: 100%;
    height: auto;
  }

  #s-a349f737-c4da-4ea1-bcb4-faa341f794ce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a349f737-c4da-4ea1-bcb4-faa341f794ce.shogun-image {
    
    
  }


.s-a349f737-c4da-4ea1-bcb4-faa341f794ce .shogun-image-content {
  
    align-items: center;
  
}

.s-a349f737-c4da-4ea1-bcb4-faa341f794ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a349f737-c4da-4ea1-bcb4-faa341f794ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a349f737-c4da-4ea1-bcb4-faa341f794ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a349f737-c4da-4ea1-bcb4-faa341f794ce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a349f737-c4da-4ea1-bcb4-faa341f794ce.shogun-image-container {
      position: relative;
    }

    .s-a349f737-c4da-4ea1-bcb4-faa341f794ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a349f737-c4da-4ea1-bcb4-faa341f794ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a349f737-c4da-4ea1-bcb4-faa341f794ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-a349f737-c4da-4ea1-bcb4-faa341f794ce .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a349f737-c4da-4ea1-bcb4-faa341f794ce .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a349f737-c4da-4ea1-bcb4-faa341f794ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a349f737-c4da-4ea1-bcb4-faa341f794ce {
    width: 100%;
    height: auto;
  }

  #s-a349f737-c4da-4ea1-bcb4-faa341f794ce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a349f737-c4da-4ea1-bcb4-faa341f794ce.shogun-image {
    
    
  }


.s-a349f737-c4da-4ea1-bcb4-faa341f794ce .shogun-image-content {
  
    align-items: center;
  
}

.s-a349f737-c4da-4ea1-bcb4-faa341f794ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a349f737-c4da-4ea1-bcb4-faa341f794ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a349f737-c4da-4ea1-bcb4-faa341f794ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a349f737-c4da-4ea1-bcb4-faa341f794ce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a349f737-c4da-4ea1-bcb4-faa341f794ce.shogun-image-container {
      position: relative;
    }

    .s-a349f737-c4da-4ea1-bcb4-faa341f794ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a349f737-c4da-4ea1-bcb4-faa341f794ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a349f737-c4da-4ea1-bcb4-faa341f794ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-87f765b5-e569-4e3a-8f30-312825fd41be {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-87f765b5-e569-4e3a-8f30-312825fd41be {
  display: none;
}
#s-87f765b5-e569-4e3a-8f30-312825fd41be, #wrap-s-87f765b5-e569-4e3a-8f30-312825fd41be { display: none !important; }}@media (max-width: 767px){#s-87f765b5-e569-4e3a-8f30-312825fd41be {
  display: none;
}
#s-87f765b5-e569-4e3a-8f30-312825fd41be, #wrap-s-87f765b5-e569-4e3a-8f30-312825fd41be { display: none !important; }}
#s-88783b03-4025-45cc-be69-a2276f26fda1 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-88783b03-4025-45cc-be69-a2276f26fda1 {
  display: none;
}
#s-88783b03-4025-45cc-be69-a2276f26fda1, #wrap-s-88783b03-4025-45cc-be69-a2276f26fda1 { display: none !important; }}@media (max-width: 767px){#s-88783b03-4025-45cc-be69-a2276f26fda1 {
  display: none;
}
#s-88783b03-4025-45cc-be69-a2276f26fda1, #wrap-s-88783b03-4025-45cc-be69-a2276f26fda1 { display: none !important; }}







#s-88783b03-4025-45cc-be69-a2276f26fda1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88783b03-4025-45cc-be69-a2276f26fda1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-55989930-7b8a-48e0-acd3-b071f659242e {
  margin-top: 11px;
margin-bottom: 11px;
}
@media (min-width: 768px) and (max-width: 991px){#s-55989930-7b8a-48e0-acd3-b071f659242e {
  display: none;
}
#s-55989930-7b8a-48e0-acd3-b071f659242e, #wrap-s-55989930-7b8a-48e0-acd3-b071f659242e { display: none !important; }}@media (max-width: 767px){#s-55989930-7b8a-48e0-acd3-b071f659242e {
  display: none;
}
#s-55989930-7b8a-48e0-acd3-b071f659242e, #wrap-s-55989930-7b8a-48e0-acd3-b071f659242e { display: none !important; }}
#s-7bb711a6-2034-4373-9b46-f010f3553235 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7bb711a6-2034-4373-9b46-f010f3553235 {
  display: none;
}
#s-7bb711a6-2034-4373-9b46-f010f3553235, #wrap-s-7bb711a6-2034-4373-9b46-f010f3553235 { display: none !important; }}@media (max-width: 767px){#s-7bb711a6-2034-4373-9b46-f010f3553235 {
  display: none;
}
#s-7bb711a6-2034-4373-9b46-f010f3553235, #wrap-s-7bb711a6-2034-4373-9b46-f010f3553235 { display: none !important; }}







#s-7bb711a6-2034-4373-9b46-f010f3553235 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7bb711a6-2034-4373-9b46-f010f3553235.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8d2e8604-7d2a-4c6e-8eed-e63d5cdba48e {
  margin-left: 8%;
margin-right: 8%;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-8d2e8604-7d2a-4c6e-8eed-e63d5cdba48e {
  display: none;
}
#s-8d2e8604-7d2a-4c6e-8eed-e63d5cdba48e, #wrap-s-8d2e8604-7d2a-4c6e-8eed-e63d5cdba48e { display: none !important; }}@media (max-width: 767px){#s-8d2e8604-7d2a-4c6e-8eed-e63d5cdba48e {
  display: none;
}
#s-8d2e8604-7d2a-4c6e-8eed-e63d5cdba48e, #wrap-s-8d2e8604-7d2a-4c6e-8eed-e63d5cdba48e { display: none !important; }}

  #s-8d2e8604-7d2a-4c6e-8eed-e63d5cdba48e .shogun-tabs > li > .shogun-tab-box {
    background: rgba(241, 241, 241, 1);
    border: 1px solid rgba(241, 241, 241, 1);
  }
  #s-8d2e8604-7d2a-4c6e-8eed-e63d5cdba48e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(207, 204, 204, 1);
    border: 1px solid #ddd;
  }
#s-8d2e8604-7d2a-4c6e-8eed-e63d5cdba48e .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(5, 5, 5, 1);
  font-family: Anton;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-8d2e8604-7d2a-4c6e-8eed-e63d5cdba48e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-8d2e8604-7d2a-4c6e-8eed-e63d5cdba48e .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(207, 204, 204, 1);
}

#s-8d2e8604-7d2a-4c6e-8eed-e63d5cdba48e .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

@media (min-width: 768px) and (max-width: 991px){#s-b0d4f657-66cc-4198-b7e9-b764bf9da28c {
  display: none;
}
#s-b0d4f657-66cc-4198-b7e9-b764bf9da28c, #wrap-s-b0d4f657-66cc-4198-b7e9-b764bf9da28c { display: none !important; }}@media (max-width: 767px){#s-b0d4f657-66cc-4198-b7e9-b764bf9da28c {
  display: none;
}
#s-b0d4f657-66cc-4198-b7e9-b764bf9da28c, #wrap-s-b0d4f657-66cc-4198-b7e9-b764bf9da28c { display: none !important; }}
@media (min-width: 0px) {
[id="s-63a6c5a9-4e57-427d-bda2-10813e2546a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-63a6c5a9-4e57-427d-bda2-10813e2546a0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-63a6c5a9-4e57-427d-bda2-10813e2546a0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-63a6c5a9-4e57-427d-bda2-10813e2546a0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c {
  margin-left: 19%;
margin-right: 19%;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c {
  display: none;
}
#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c, #wrap-s-3f9aca55-d161-402a-95e1-b8700e3ebf6c { display: none !important; }}@media (max-width: 767px){#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c {
  display: none;
}
#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c, #wrap-s-3f9aca55-d161-402a-95e1-b8700e3ebf6c { display: none !important; }}

.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c {
  max-width:  100%;
}

.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c .shg-image-zoom,
.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c img.shogun-image {
  width: 100%;
}



.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c img.shogun-image,
.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c .shg-image-zoom,
.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c {
  max-width:  100%;
}

.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c .shg-image-zoom,
.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c img.shogun-image {
  width: 100%;
}



.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c img.shogun-image,
.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c .shg-image-zoom,
.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c {
  max-width:  100%;
}

.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c .shg-image-zoom,
.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c img.shogun-image {
  width: 100%;
}



.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c img.shogun-image,
.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c .shg-image-zoom,
.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c {
  max-width:  100%;
}

.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c .shg-image-zoom,
.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c img.shogun-image {
  width: 100%;
}



.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c img.shogun-image,
.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c .shg-image-zoom,
.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c {
  max-width:  100%;
}

.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c .shg-image-zoom,
.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c img.shogun-image {
  width: 100%;
}



.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c img.shogun-image,
.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c .shg-image-zoom,
.shg-c#s-3f9aca55-d161-402a-95e1-b8700e3ebf6c img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-be72f860-4671-4809-9f20-86c9d824c086 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-be72f860-4671-4809-9f20-86c9d824c086 {
  display: none;
}
#s-be72f860-4671-4809-9f20-86c9d824c086, #wrap-s-be72f860-4671-4809-9f20-86c9d824c086 { display: none !important; }}@media (max-width: 767px){#s-be72f860-4671-4809-9f20-86c9d824c086 {
  display: none;
}
#s-be72f860-4671-4809-9f20-86c9d824c086, #wrap-s-be72f860-4671-4809-9f20-86c9d824c086 { display: none !important; }}







#s-be72f860-4671-4809-9f20-86c9d824c086 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be72f860-4671-4809-9f20-86c9d824c086.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba9b05ce-42d1-45d0-b7e0-7fe886a52833 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ba9b05ce-42d1-45d0-b7e0-7fe886a52833 {
  display: none;
}
#s-ba9b05ce-42d1-45d0-b7e0-7fe886a52833, #wrap-s-ba9b05ce-42d1-45d0-b7e0-7fe886a52833 { display: none !important; }}@media (max-width: 767px){#s-ba9b05ce-42d1-45d0-b7e0-7fe886a52833 {
  display: none;
}
#s-ba9b05ce-42d1-45d0-b7e0-7fe886a52833, #wrap-s-ba9b05ce-42d1-45d0-b7e0-7fe886a52833 { display: none !important; }}
#s-ba9b05ce-42d1-45d0-b7e0-7fe886a52833 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Anton";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



@media (min-width: 768px) and (max-width: 991px){#s-2a6d60bf-4eb1-499c-8051-80cd82907809 {
  display: none;
}
#s-2a6d60bf-4eb1-499c-8051-80cd82907809, #wrap-s-2a6d60bf-4eb1-499c-8051-80cd82907809 { display: none !important; }}@media (max-width: 767px){#s-2a6d60bf-4eb1-499c-8051-80cd82907809 {
  display: none;
}
#s-2a6d60bf-4eb1-499c-8051-80cd82907809, #wrap-s-2a6d60bf-4eb1-499c-8051-80cd82907809 { display: none !important; }}
#s-b416c43a-07b3-4376-86f7-bb9dd475083a {
  margin-left: 10%;
margin-right: 10%;
}

#s-3ff26b46-528b-4b7b-a781-b39e14461c55 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3ff26b46-528b-4b7b-a781-b39e14461c55 {
  display: none;
}
#s-3ff26b46-528b-4b7b-a781-b39e14461c55, #wrap-s-3ff26b46-528b-4b7b-a781-b39e14461c55 { display: none !important; }}@media (max-width: 767px){#s-3ff26b46-528b-4b7b-a781-b39e14461c55 {
  display: none;
}
#s-3ff26b46-528b-4b7b-a781-b39e14461c55, #wrap-s-3ff26b46-528b-4b7b-a781-b39e14461c55 { display: none !important; }}







#s-3ff26b46-528b-4b7b-a781-b39e14461c55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ff26b46-528b-4b7b-a781-b39e14461c55.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1629deed-7476-4593-899a-07d9ae9486e2 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
border-radius: 0px;
background-color: rgba(245, 213, 0, 1);
text-align: center;
text-decoration: none;
color: #000;
background-image: none;
hover-type: color;
}
#s-1629deed-7476-4593-899a-07d9ae9486e2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1629deed-7476-4593-899a-07d9ae9486e2:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-1629deed-7476-4593-899a-07d9ae9486e2 {
  display: none;
}
#s-1629deed-7476-4593-899a-07d9ae9486e2, #wrap-s-1629deed-7476-4593-899a-07d9ae9486e2 { display: none !important; }}@media (max-width: 767px){#s-1629deed-7476-4593-899a-07d9ae9486e2 {
  display: none;
}
#s-1629deed-7476-4593-899a-07d9ae9486e2, #wrap-s-1629deed-7476-4593-899a-07d9ae9486e2 { display: none !important; }}

  #s-1629deed-7476-4593-899a-07d9ae9486e2-root {
    text-align: center;
  }


#s-1629deed-7476-4593-899a-07d9ae9486e2.shg-btn {
  color: #000;
  
  
  
  font-family: Anton;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1629deed-7476-4593-899a-07d9ae9486e2-root {
    text-align: center;
  }


#s-1629deed-7476-4593-899a-07d9ae9486e2.shg-btn {
  color: #000;
  
  
  
  font-family: Anton;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1629deed-7476-4593-899a-07d9ae9486e2-root {
    text-align: center;
  }


#s-1629deed-7476-4593-899a-07d9ae9486e2.shg-btn {
  color: #000;
  
  
  
  font-family: Anton;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1629deed-7476-4593-899a-07d9ae9486e2-root {
    text-align: center;
  }


#s-1629deed-7476-4593-899a-07d9ae9486e2.shg-btn {
  color: #000;
  
  
  
  font-family: Anton;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1629deed-7476-4593-899a-07d9ae9486e2-root {
    text-align: center;
  }


#s-1629deed-7476-4593-899a-07d9ae9486e2.shg-btn {
  color: #000;
  
  
  
  font-family: Anton;
  display:  inline-block ;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-ba761550-702d-4ec6-8230-ea58fde2eded {
  display: none;
}
#s-ba761550-702d-4ec6-8230-ea58fde2eded, #wrap-s-ba761550-702d-4ec6-8230-ea58fde2eded { display: none !important; }}@media (max-width: 767px){#s-ba761550-702d-4ec6-8230-ea58fde2eded {
  display: none;
}
#s-ba761550-702d-4ec6-8230-ea58fde2eded, #wrap-s-ba761550-702d-4ec6-8230-ea58fde2eded { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-3e56c81a-5275-4215-a4d6-662a400df6a0 {
  display: none;
}
#s-3e56c81a-5275-4215-a4d6-662a400df6a0, #wrap-s-3e56c81a-5275-4215-a4d6-662a400df6a0 { display: none !important; }}@media (max-width: 767px){#s-3e56c81a-5275-4215-a4d6-662a400df6a0 {
  display: none;
}
#s-3e56c81a-5275-4215-a4d6-662a400df6a0, #wrap-s-3e56c81a-5275-4215-a4d6-662a400df6a0 { display: none !important; }}
@media (min-width: 0px) {
[id="s-3e56c81a-5275-4215-a4d6-662a400df6a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3e56c81a-5275-4215-a4d6-662a400df6a0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3e56c81a-5275-4215-a4d6-662a400df6a0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3e56c81a-5275-4215-a4d6-662a400df6a0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 {
  margin-left: 19%;
margin-right: 19%;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 {
  display: none;
}
#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24, #wrap-s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 { display: none !important; }}@media (max-width: 767px){#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 {
  display: none;
}
#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24, #wrap-s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 { display: none !important; }}

.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 {
  max-width:  100%;
}

.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 .shg-image-zoom,
.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 img.shogun-image {
  width: 100%;
}



.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 img.shogun-image,
.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 .shg-image-zoom,
.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 {
  max-width:  100%;
}

.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 .shg-image-zoom,
.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 img.shogun-image {
  width: 100%;
}



.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 img.shogun-image,
.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 .shg-image-zoom,
.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 {
  max-width:  100%;
}

.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 .shg-image-zoom,
.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 img.shogun-image {
  width: 100%;
}



.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 img.shogun-image,
.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 .shg-image-zoom,
.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 {
  max-width:  100%;
}

.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 .shg-image-zoom,
.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 img.shogun-image {
  width: 100%;
}



.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 img.shogun-image,
.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 .shg-image-zoom,
.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 {
  max-width:  100%;
}

.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 .shg-image-zoom,
.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 img.shogun-image {
  width: 100%;
}



.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 img.shogun-image,
.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 .shg-image-zoom,
.shg-c#s-70c64989-1bc2-4b86-a8a8-7fe700d9dd24 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-d34685bf-8aed-4ef0-933f-0507d17836f6 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d34685bf-8aed-4ef0-933f-0507d17836f6 {
  display: none;
}
#s-d34685bf-8aed-4ef0-933f-0507d17836f6, #wrap-s-d34685bf-8aed-4ef0-933f-0507d17836f6 { display: none !important; }}@media (max-width: 767px){#s-d34685bf-8aed-4ef0-933f-0507d17836f6 {
  display: none;
}
#s-d34685bf-8aed-4ef0-933f-0507d17836f6, #wrap-s-d34685bf-8aed-4ef0-933f-0507d17836f6 { display: none !important; }}
#s-d34685bf-8aed-4ef0-933f-0507d17836f6 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Anton";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



@media (min-width: 768px) and (max-width: 991px){#s-24cd6397-b015-41a2-b2d5-a7b691dde057 {
  display: none;
}
#s-24cd6397-b015-41a2-b2d5-a7b691dde057, #wrap-s-24cd6397-b015-41a2-b2d5-a7b691dde057 { display: none !important; }}@media (max-width: 767px){#s-24cd6397-b015-41a2-b2d5-a7b691dde057 {
  display: none;
}
#s-24cd6397-b015-41a2-b2d5-a7b691dde057, #wrap-s-24cd6397-b015-41a2-b2d5-a7b691dde057 { display: none !important; }}
#s-6778f3bf-1d92-4bfe-8d19-d294cb7e11a7 {
  margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-6778f3bf-1d92-4bfe-8d19-d294cb7e11a7 {
  display: none;
}
#s-6778f3bf-1d92-4bfe-8d19-d294cb7e11a7, #wrap-s-6778f3bf-1d92-4bfe-8d19-d294cb7e11a7 { display: none !important; }}@media (max-width: 767px){#s-6778f3bf-1d92-4bfe-8d19-d294cb7e11a7 {
  display: none;
}
#s-6778f3bf-1d92-4bfe-8d19-d294cb7e11a7, #wrap-s-6778f3bf-1d92-4bfe-8d19-d294cb7e11a7 { display: none !important; }}
#s-e52c6e55-4e2f-4930-8241-9c543dc1753d {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e52c6e55-4e2f-4930-8241-9c543dc1753d {
  display: none;
}
#s-e52c6e55-4e2f-4930-8241-9c543dc1753d, #wrap-s-e52c6e55-4e2f-4930-8241-9c543dc1753d { display: none !important; }}@media (max-width: 767px){#s-e52c6e55-4e2f-4930-8241-9c543dc1753d {
  display: none;
}
#s-e52c6e55-4e2f-4930-8241-9c543dc1753d, #wrap-s-e52c6e55-4e2f-4930-8241-9c543dc1753d { display: none !important; }}







#s-e52c6e55-4e2f-4930-8241-9c543dc1753d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e52c6e55-4e2f-4930-8241-9c543dc1753d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c20d36ab-0f8b-400b-b87e-45b0f16d603c {
  margin-top: 10px;
margin-left: 60px;
margin-bottom: 10px;
margin-right: 60px;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
border-radius: 2px;
background-color: rgba(245, 213, 0, 1);
text-align: center;
text-decoration: none;
color: #000;
background-image: none;
hover-type: color;
}
#s-c20d36ab-0f8b-400b-b87e-45b0f16d603c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c20d36ab-0f8b-400b-b87e-45b0f16d603c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-c20d36ab-0f8b-400b-b87e-45b0f16d603c {
  display: none;
}
#s-c20d36ab-0f8b-400b-b87e-45b0f16d603c, #wrap-s-c20d36ab-0f8b-400b-b87e-45b0f16d603c { display: none !important; }}@media (max-width: 767px){#s-c20d36ab-0f8b-400b-b87e-45b0f16d603c {
  display: none;
}
#s-c20d36ab-0f8b-400b-b87e-45b0f16d603c, #wrap-s-c20d36ab-0f8b-400b-b87e-45b0f16d603c { display: none !important; }}

  #s-c20d36ab-0f8b-400b-b87e-45b0f16d603c-root {
    text-align: center;
  }


#s-c20d36ab-0f8b-400b-b87e-45b0f16d603c.shg-btn {
  color: #000;
  font-size: 20px;
  
  
  font-family: Anton;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c20d36ab-0f8b-400b-b87e-45b0f16d603c-root {
    text-align: center;
  }


#s-c20d36ab-0f8b-400b-b87e-45b0f16d603c.shg-btn {
  color: #000;
  font-size: 20px;
  
  
  font-family: Anton;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c20d36ab-0f8b-400b-b87e-45b0f16d603c-root {
    text-align: center;
  }


#s-c20d36ab-0f8b-400b-b87e-45b0f16d603c.shg-btn {
  color: #000;
  font-size: 20px;
  
  
  font-family: Anton;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c20d36ab-0f8b-400b-b87e-45b0f16d603c-root {
    text-align: center;
  }


#s-c20d36ab-0f8b-400b-b87e-45b0f16d603c.shg-btn {
  color: #000;
  font-size: 20px;
  
  
  font-family: Anton;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c20d36ab-0f8b-400b-b87e-45b0f16d603c-root {
    text-align: center;
  }


#s-c20d36ab-0f8b-400b-b87e-45b0f16d603c.shg-btn {
  color: #000;
  font-size: 20px;
  
  
  font-family: Anton;
  display:  inline-block ;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-7a42a1d9-5a53-4d44-8250-2ddd47afca2b {
  display: none;
}
#s-7a42a1d9-5a53-4d44-8250-2ddd47afca2b, #wrap-s-7a42a1d9-5a53-4d44-8250-2ddd47afca2b { display: none !important; }}@media (max-width: 767px){#s-7a42a1d9-5a53-4d44-8250-2ddd47afca2b {
  display: none;
}
#s-7a42a1d9-5a53-4d44-8250-2ddd47afca2b, #wrap-s-7a42a1d9-5a53-4d44-8250-2ddd47afca2b { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-7ae3f217-c608-4d24-8ea5-256f4749c575 {
  display: none;
}
#s-7ae3f217-c608-4d24-8ea5-256f4749c575, #wrap-s-7ae3f217-c608-4d24-8ea5-256f4749c575 { display: none !important; }}@media (max-width: 767px){#s-7ae3f217-c608-4d24-8ea5-256f4749c575 {
  display: none;
}
#s-7ae3f217-c608-4d24-8ea5-256f4749c575, #wrap-s-7ae3f217-c608-4d24-8ea5-256f4749c575 { display: none !important; }}
@media (min-width: 0px) {
[id="s-7ae3f217-c608-4d24-8ea5-256f4749c575"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ae3f217-c608-4d24-8ea5-256f4749c575"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7ae3f217-c608-4d24-8ea5-256f4749c575"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ae3f217-c608-4d24-8ea5-256f4749c575"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-eb6777f2-602b-4828-b415-6049fd2ab899 {
  margin-left: 19%;
margin-right: 19%;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-eb6777f2-602b-4828-b415-6049fd2ab899 {
  display: none;
}
#s-eb6777f2-602b-4828-b415-6049fd2ab899, #wrap-s-eb6777f2-602b-4828-b415-6049fd2ab899 { display: none !important; }}@media (max-width: 767px){#s-eb6777f2-602b-4828-b415-6049fd2ab899 {
  display: none;
}
#s-eb6777f2-602b-4828-b415-6049fd2ab899, #wrap-s-eb6777f2-602b-4828-b415-6049fd2ab899 { display: none !important; }}

.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 {
  max-width:  100%;
}

.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 .shg-image-zoom,
.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 img.shogun-image {
  width: 100%;
}



.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 img.shogun-image,
.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 .shg-image-zoom,
.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 {
  max-width:  100%;
}

.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 .shg-image-zoom,
.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 img.shogun-image {
  width: 100%;
}



.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 img.shogun-image,
.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 .shg-image-zoom,
.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 {
  max-width:  100%;
}

.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 .shg-image-zoom,
.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 img.shogun-image {
  width: 100%;
}



.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 img.shogun-image,
.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 .shg-image-zoom,
.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 {
  max-width:  100%;
}

.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 .shg-image-zoom,
.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 img.shogun-image {
  width: 100%;
}



.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 img.shogun-image,
.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 .shg-image-zoom,
.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 {
  max-width:  100%;
}

.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 .shg-image-zoom,
.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 img.shogun-image {
  max-width: 2000px !important;
  
}

.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 img.shogun-image {
  width: 100%;
}



.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 img.shogun-image,
.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 .shg-image-zoom,
.shg-c#s-eb6777f2-602b-4828-b415-6049fd2ab899 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-2a5481d0-2df5-44c3-86e4-afbf590e58c0 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2a5481d0-2df5-44c3-86e4-afbf590e58c0 {
  display: none;
}
#s-2a5481d0-2df5-44c3-86e4-afbf590e58c0, #wrap-s-2a5481d0-2df5-44c3-86e4-afbf590e58c0 { display: none !important; }}@media (max-width: 767px){#s-2a5481d0-2df5-44c3-86e4-afbf590e58c0 {
  display: none;
}
#s-2a5481d0-2df5-44c3-86e4-afbf590e58c0, #wrap-s-2a5481d0-2df5-44c3-86e4-afbf590e58c0 { display: none !important; }}
#s-2a5481d0-2df5-44c3-86e4-afbf590e58c0 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Anton";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-24c64a13-de53-46ed-a725-75580596d68b {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-24c64a13-de53-46ed-a725-75580596d68b {
  display: none;
}
#s-24c64a13-de53-46ed-a725-75580596d68b, #wrap-s-24c64a13-de53-46ed-a725-75580596d68b { display: none !important; }}@media (max-width: 767px){#s-24c64a13-de53-46ed-a725-75580596d68b {
  display: none;
}
#s-24c64a13-de53-46ed-a725-75580596d68b, #wrap-s-24c64a13-de53-46ed-a725-75580596d68b { display: none !important; }}







#s-24c64a13-de53-46ed-a725-75580596d68b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24c64a13-de53-46ed-a725-75580596d68b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-654f6712-6feb-4e01-b646-f4f54400f23b {
  display: none;
}
#s-654f6712-6feb-4e01-b646-f4f54400f23b, #wrap-s-654f6712-6feb-4e01-b646-f4f54400f23b { display: none !important; }}@media (max-width: 767px){#s-654f6712-6feb-4e01-b646-f4f54400f23b {
  display: none;
}
#s-654f6712-6feb-4e01-b646-f4f54400f23b, #wrap-s-654f6712-6feb-4e01-b646-f4f54400f23b { display: none !important; }}
#s-1d762acb-7b0b-4a9f-92bf-4961e4125b7e {
  margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-1d762acb-7b0b-4a9f-92bf-4961e4125b7e {
  display: none;
}
#s-1d762acb-7b0b-4a9f-92bf-4961e4125b7e, #wrap-s-1d762acb-7b0b-4a9f-92bf-4961e4125b7e { display: none !important; }}@media (max-width: 767px){#s-1d762acb-7b0b-4a9f-92bf-4961e4125b7e {
  display: none;
}
#s-1d762acb-7b0b-4a9f-92bf-4961e4125b7e, #wrap-s-1d762acb-7b0b-4a9f-92bf-4961e4125b7e { display: none !important; }}
#s-6a4996ef-799a-4850-aaef-ed5a6def9e32 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6a4996ef-799a-4850-aaef-ed5a6def9e32 {
  display: none;
}
#s-6a4996ef-799a-4850-aaef-ed5a6def9e32, #wrap-s-6a4996ef-799a-4850-aaef-ed5a6def9e32 { display: none !important; }}@media (max-width: 767px){#s-6a4996ef-799a-4850-aaef-ed5a6def9e32 {
  display: none;
}
#s-6a4996ef-799a-4850-aaef-ed5a6def9e32, #wrap-s-6a4996ef-799a-4850-aaef-ed5a6def9e32 { display: none !important; }}







#s-6a4996ef-799a-4850-aaef-ed5a6def9e32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a4996ef-799a-4850-aaef-ed5a6def9e32.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a16f2422-d5d4-4900-b24b-7c4a0a737351 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
border-radius: 2px;
min-height: 0px;
max-width: 500px;
background-color: rgba(245, 213, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: #000;
}
#s-a16f2422-d5d4-4900-b24b-7c4a0a737351:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a16f2422-d5d4-4900-b24b-7c4a0a737351:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-a16f2422-d5d4-4900-b24b-7c4a0a737351 {
  display: none;
}
#s-a16f2422-d5d4-4900-b24b-7c4a0a737351, #wrap-s-a16f2422-d5d4-4900-b24b-7c4a0a737351 { display: none !important; }}@media (max-width: 767px){#s-a16f2422-d5d4-4900-b24b-7c4a0a737351 {
  display: none;
}
#s-a16f2422-d5d4-4900-b24b-7c4a0a737351, #wrap-s-a16f2422-d5d4-4900-b24b-7c4a0a737351 { display: none !important; }}

  #s-a16f2422-d5d4-4900-b24b-7c4a0a737351-root {
    text-align: center;
  }


#s-a16f2422-d5d4-4900-b24b-7c4a0a737351.shg-btn {
  color: #000;
  font-size: 20px;
  
  
  font-family: Anton;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a16f2422-d5d4-4900-b24b-7c4a0a737351-root {
    text-align: center;
  }


#s-a16f2422-d5d4-4900-b24b-7c4a0a737351.shg-btn {
  color: #000;
  font-size: 20px;
  
  
  font-family: Anton;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a16f2422-d5d4-4900-b24b-7c4a0a737351-root {
    text-align: center;
  }


#s-a16f2422-d5d4-4900-b24b-7c4a0a737351.shg-btn {
  color: #000;
  font-size: 20px;
  
  
  font-family: Anton;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a16f2422-d5d4-4900-b24b-7c4a0a737351-root {
    text-align: center;
  }


#s-a16f2422-d5d4-4900-b24b-7c4a0a737351.shg-btn {
  color: #000;
  font-size: 20px;
  
  
  font-family: Anton;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a16f2422-d5d4-4900-b24b-7c4a0a737351-root {
    text-align: center;
  }


#s-a16f2422-d5d4-4900-b24b-7c4a0a737351.shg-btn {
  color: #000;
  font-size: 20px;
  
  
  font-family: Anton;
  display:  inline-block ;
}
}
#s-0ea5a104-0551-4360-b36f-c170bbde8abe {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0ea5a104-0551-4360-b36f-c170bbde8abe {
  display: none;
}
#s-0ea5a104-0551-4360-b36f-c170bbde8abe, #wrap-s-0ea5a104-0551-4360-b36f-c170bbde8abe { display: none !important; }}@media (max-width: 767px){#s-0ea5a104-0551-4360-b36f-c170bbde8abe {
  display: none;
}
#s-0ea5a104-0551-4360-b36f-c170bbde8abe, #wrap-s-0ea5a104-0551-4360-b36f-c170bbde8abe { display: none !important; }}







#s-0ea5a104-0551-4360-b36f-c170bbde8abe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ea5a104-0551-4360-b36f-c170bbde8abe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad320219-a8eb-469b-948a-df0b9aa844dc {
  padding-top: 11px;
padding-bottom: 11px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ad320219-a8eb-469b-948a-df0b9aa844dc {
  display: none;
}
#s-ad320219-a8eb-469b-948a-df0b9aa844dc, #wrap-s-ad320219-a8eb-469b-948a-df0b9aa844dc { display: none !important; }}@media (max-width: 767px){#s-ad320219-a8eb-469b-948a-df0b9aa844dc {
  display: none;
}
#s-ad320219-a8eb-469b-948a-df0b9aa844dc, #wrap-s-ad320219-a8eb-469b-948a-df0b9aa844dc { display: none !important; }}
#s-2bcb305e-83e2-49b9-9c57-f2954b39b7b4 {
  margin-left: 24%;
margin-right: 24%;
}
@media (min-width: 768px) and (max-width: 991px){#s-2bcb305e-83e2-49b9-9c57-f2954b39b7b4 {
  display: none;
}
#s-2bcb305e-83e2-49b9-9c57-f2954b39b7b4, #wrap-s-2bcb305e-83e2-49b9-9c57-f2954b39b7b4 { display: none !important; }}@media (max-width: 767px){#s-2bcb305e-83e2-49b9-9c57-f2954b39b7b4 {
  display: none;
}
#s-2bcb305e-83e2-49b9-9c57-f2954b39b7b4, #wrap-s-2bcb305e-83e2-49b9-9c57-f2954b39b7b4 { display: none !important; }}
#s-2bcb305e-83e2-49b9-9c57-f2954b39b7b4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-2bcb305e-83e2-49b9-9c57-f2954b39b7b4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-2bcb305e-83e2-49b9-9c57-f2954b39b7b4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #000;
}

#s-2bcb305e-83e2-49b9-9c57-f2954b39b7b4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-2bcb305e-83e2-49b9-9c57-f2954b39b7b4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #000;
  text-align: center;
  font-family: Anton;
  font-weight: ;
  font-style: ;
  font-size: 30px;
}

#s-2bcb305e-83e2-49b9-9c57-f2954b39b7b4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 30px;
}
#s-5b1291ba-3079-4de5-89e6-c3c447f7629a {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5b1291ba-3079-4de5-89e6-c3c447f7629a {
  display: none;
}
#s-5b1291ba-3079-4de5-89e6-c3c447f7629a, #wrap-s-5b1291ba-3079-4de5-89e6-c3c447f7629a { display: none !important; }}@media (max-width: 767px){#s-5b1291ba-3079-4de5-89e6-c3c447f7629a {
  display: none;
}
#s-5b1291ba-3079-4de5-89e6-c3c447f7629a, #wrap-s-5b1291ba-3079-4de5-89e6-c3c447f7629a { display: none !important; }}




  @supports  (aspect-ratio: 1/1) {
    
    #s-5b1291ba-3079-4de5-89e6-c3c447f7629a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5b1291ba-3079-4de5-89e6-c3c447f7629a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5b1291ba-3079-4de5-89e6-c3c447f7629a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5b1291ba-3079-4de5-89e6-c3c447f7629a {
    width: 100%;
    height: auto;
  }

  #s-5b1291ba-3079-4de5-89e6-c3c447f7629a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5b1291ba-3079-4de5-89e6-c3c447f7629a.shogun-image {
    
    
  }


.s-5b1291ba-3079-4de5-89e6-c3c447f7629a .shogun-image-content {
  
    align-items: center;
  
}

.s-5b1291ba-3079-4de5-89e6-c3c447f7629a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b1291ba-3079-4de5-89e6-c3c447f7629a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b1291ba-3079-4de5-89e6-c3c447f7629a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5b1291ba-3079-4de5-89e6-c3c447f7629a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5b1291ba-3079-4de5-89e6-c3c447f7629a.shogun-image-container {
      position: relative;
    }

    .s-5b1291ba-3079-4de5-89e6-c3c447f7629a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b1291ba-3079-4de5-89e6-c3c447f7629a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b1291ba-3079-4de5-89e6-c3c447f7629a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-5b1291ba-3079-4de5-89e6-c3c447f7629a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5b1291ba-3079-4de5-89e6-c3c447f7629a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5b1291ba-3079-4de5-89e6-c3c447f7629a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5b1291ba-3079-4de5-89e6-c3c447f7629a {
    width: 100%;
    height: auto;
  }

  #s-5b1291ba-3079-4de5-89e6-c3c447f7629a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5b1291ba-3079-4de5-89e6-c3c447f7629a.shogun-image {
    
    
  }


.s-5b1291ba-3079-4de5-89e6-c3c447f7629a .shogun-image-content {
  
    align-items: center;
  
}

.s-5b1291ba-3079-4de5-89e6-c3c447f7629a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b1291ba-3079-4de5-89e6-c3c447f7629a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b1291ba-3079-4de5-89e6-c3c447f7629a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5b1291ba-3079-4de5-89e6-c3c447f7629a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5b1291ba-3079-4de5-89e6-c3c447f7629a.shogun-image-container {
      position: relative;
    }

    .s-5b1291ba-3079-4de5-89e6-c3c447f7629a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b1291ba-3079-4de5-89e6-c3c447f7629a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b1291ba-3079-4de5-89e6-c3c447f7629a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-5b1291ba-3079-4de5-89e6-c3c447f7629a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5b1291ba-3079-4de5-89e6-c3c447f7629a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5b1291ba-3079-4de5-89e6-c3c447f7629a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5b1291ba-3079-4de5-89e6-c3c447f7629a {
    width: 100%;
    height: auto;
  }

  #s-5b1291ba-3079-4de5-89e6-c3c447f7629a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5b1291ba-3079-4de5-89e6-c3c447f7629a.shogun-image {
    
    
  }


.s-5b1291ba-3079-4de5-89e6-c3c447f7629a .shogun-image-content {
  
    align-items: center;
  
}

.s-5b1291ba-3079-4de5-89e6-c3c447f7629a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b1291ba-3079-4de5-89e6-c3c447f7629a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b1291ba-3079-4de5-89e6-c3c447f7629a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5b1291ba-3079-4de5-89e6-c3c447f7629a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5b1291ba-3079-4de5-89e6-c3c447f7629a.shogun-image-container {
      position: relative;
    }

    .s-5b1291ba-3079-4de5-89e6-c3c447f7629a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b1291ba-3079-4de5-89e6-c3c447f7629a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b1291ba-3079-4de5-89e6-c3c447f7629a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-5b1291ba-3079-4de5-89e6-c3c447f7629a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5b1291ba-3079-4de5-89e6-c3c447f7629a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5b1291ba-3079-4de5-89e6-c3c447f7629a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5b1291ba-3079-4de5-89e6-c3c447f7629a {
    width: 100%;
    height: auto;
  }

  #s-5b1291ba-3079-4de5-89e6-c3c447f7629a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5b1291ba-3079-4de5-89e6-c3c447f7629a.shogun-image {
    
    
  }


.s-5b1291ba-3079-4de5-89e6-c3c447f7629a .shogun-image-content {
  
    align-items: center;
  
}

.s-5b1291ba-3079-4de5-89e6-c3c447f7629a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b1291ba-3079-4de5-89e6-c3c447f7629a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b1291ba-3079-4de5-89e6-c3c447f7629a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5b1291ba-3079-4de5-89e6-c3c447f7629a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5b1291ba-3079-4de5-89e6-c3c447f7629a.shogun-image-container {
      position: relative;
    }

    .s-5b1291ba-3079-4de5-89e6-c3c447f7629a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b1291ba-3079-4de5-89e6-c3c447f7629a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b1291ba-3079-4de5-89e6-c3c447f7629a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-5b1291ba-3079-4de5-89e6-c3c447f7629a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5b1291ba-3079-4de5-89e6-c3c447f7629a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5b1291ba-3079-4de5-89e6-c3c447f7629a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5b1291ba-3079-4de5-89e6-c3c447f7629a {
    width: 100%;
    height: auto;
  }

  #s-5b1291ba-3079-4de5-89e6-c3c447f7629a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5b1291ba-3079-4de5-89e6-c3c447f7629a.shogun-image {
    
    
  }


.s-5b1291ba-3079-4de5-89e6-c3c447f7629a .shogun-image-content {
  
    align-items: center;
  
}

.s-5b1291ba-3079-4de5-89e6-c3c447f7629a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b1291ba-3079-4de5-89e6-c3c447f7629a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b1291ba-3079-4de5-89e6-c3c447f7629a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5b1291ba-3079-4de5-89e6-c3c447f7629a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5b1291ba-3079-4de5-89e6-c3c447f7629a.shogun-image-container {
      position: relative;
    }

    .s-5b1291ba-3079-4de5-89e6-c3c447f7629a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b1291ba-3079-4de5-89e6-c3c447f7629a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b1291ba-3079-4de5-89e6-c3c447f7629a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d9daa4b8-cc59-4353-970b-5310acb7086e {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d9daa4b8-cc59-4353-970b-5310acb7086e {
  display: none;
}
#s-d9daa4b8-cc59-4353-970b-5310acb7086e, #wrap-s-d9daa4b8-cc59-4353-970b-5310acb7086e { display: none !important; }}@media (max-width: 767px){#s-d9daa4b8-cc59-4353-970b-5310acb7086e {
  display: none;
}
#s-d9daa4b8-cc59-4353-970b-5310acb7086e, #wrap-s-d9daa4b8-cc59-4353-970b-5310acb7086e { display: none !important; }}




  @supports  (aspect-ratio: 1/1) {
    
    #s-d9daa4b8-cc59-4353-970b-5310acb7086e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d9daa4b8-cc59-4353-970b-5310acb7086e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9daa4b8-cc59-4353-970b-5310acb7086e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d9daa4b8-cc59-4353-970b-5310acb7086e {
    width: 100%;
    height: auto;
  }

  #s-d9daa4b8-cc59-4353-970b-5310acb7086e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d9daa4b8-cc59-4353-970b-5310acb7086e.shogun-image {
    
    
  }


.s-d9daa4b8-cc59-4353-970b-5310acb7086e .shogun-image-content {
  
    align-items: center;
  
}

.s-d9daa4b8-cc59-4353-970b-5310acb7086e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9daa4b8-cc59-4353-970b-5310acb7086e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9daa4b8-cc59-4353-970b-5310acb7086e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d9daa4b8-cc59-4353-970b-5310acb7086e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d9daa4b8-cc59-4353-970b-5310acb7086e.shogun-image-container {
      position: relative;
    }

    .s-d9daa4b8-cc59-4353-970b-5310acb7086e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9daa4b8-cc59-4353-970b-5310acb7086e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9daa4b8-cc59-4353-970b-5310acb7086e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9daa4b8-cc59-4353-970b-5310acb7086e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d9daa4b8-cc59-4353-970b-5310acb7086e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9daa4b8-cc59-4353-970b-5310acb7086e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d9daa4b8-cc59-4353-970b-5310acb7086e {
    width: 100%;
    height: auto;
  }

  #s-d9daa4b8-cc59-4353-970b-5310acb7086e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d9daa4b8-cc59-4353-970b-5310acb7086e.shogun-image {
    
    
  }


.s-d9daa4b8-cc59-4353-970b-5310acb7086e .shogun-image-content {
  
    align-items: center;
  
}

.s-d9daa4b8-cc59-4353-970b-5310acb7086e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9daa4b8-cc59-4353-970b-5310acb7086e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9daa4b8-cc59-4353-970b-5310acb7086e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d9daa4b8-cc59-4353-970b-5310acb7086e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d9daa4b8-cc59-4353-970b-5310acb7086e.shogun-image-container {
      position: relative;
    }

    .s-d9daa4b8-cc59-4353-970b-5310acb7086e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9daa4b8-cc59-4353-970b-5310acb7086e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9daa4b8-cc59-4353-970b-5310acb7086e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9daa4b8-cc59-4353-970b-5310acb7086e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d9daa4b8-cc59-4353-970b-5310acb7086e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9daa4b8-cc59-4353-970b-5310acb7086e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d9daa4b8-cc59-4353-970b-5310acb7086e {
    width: 100%;
    height: auto;
  }

  #s-d9daa4b8-cc59-4353-970b-5310acb7086e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d9daa4b8-cc59-4353-970b-5310acb7086e.shogun-image {
    
    
  }


.s-d9daa4b8-cc59-4353-970b-5310acb7086e .shogun-image-content {
  
    align-items: center;
  
}

.s-d9daa4b8-cc59-4353-970b-5310acb7086e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9daa4b8-cc59-4353-970b-5310acb7086e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9daa4b8-cc59-4353-970b-5310acb7086e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d9daa4b8-cc59-4353-970b-5310acb7086e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d9daa4b8-cc59-4353-970b-5310acb7086e.shogun-image-container {
      position: relative;
    }

    .s-d9daa4b8-cc59-4353-970b-5310acb7086e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9daa4b8-cc59-4353-970b-5310acb7086e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9daa4b8-cc59-4353-970b-5310acb7086e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9daa4b8-cc59-4353-970b-5310acb7086e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d9daa4b8-cc59-4353-970b-5310acb7086e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9daa4b8-cc59-4353-970b-5310acb7086e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d9daa4b8-cc59-4353-970b-5310acb7086e {
    width: 100%;
    height: auto;
  }

  #s-d9daa4b8-cc59-4353-970b-5310acb7086e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d9daa4b8-cc59-4353-970b-5310acb7086e.shogun-image {
    
    
  }


.s-d9daa4b8-cc59-4353-970b-5310acb7086e .shogun-image-content {
  
    align-items: center;
  
}

.s-d9daa4b8-cc59-4353-970b-5310acb7086e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9daa4b8-cc59-4353-970b-5310acb7086e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9daa4b8-cc59-4353-970b-5310acb7086e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d9daa4b8-cc59-4353-970b-5310acb7086e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d9daa4b8-cc59-4353-970b-5310acb7086e.shogun-image-container {
      position: relative;
    }

    .s-d9daa4b8-cc59-4353-970b-5310acb7086e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9daa4b8-cc59-4353-970b-5310acb7086e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9daa4b8-cc59-4353-970b-5310acb7086e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9daa4b8-cc59-4353-970b-5310acb7086e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d9daa4b8-cc59-4353-970b-5310acb7086e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9daa4b8-cc59-4353-970b-5310acb7086e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d9daa4b8-cc59-4353-970b-5310acb7086e {
    width: 100%;
    height: auto;
  }

  #s-d9daa4b8-cc59-4353-970b-5310acb7086e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d9daa4b8-cc59-4353-970b-5310acb7086e.shogun-image {
    
    
  }


.s-d9daa4b8-cc59-4353-970b-5310acb7086e .shogun-image-content {
  
    align-items: center;
  
}

.s-d9daa4b8-cc59-4353-970b-5310acb7086e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9daa4b8-cc59-4353-970b-5310acb7086e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9daa4b8-cc59-4353-970b-5310acb7086e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d9daa4b8-cc59-4353-970b-5310acb7086e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d9daa4b8-cc59-4353-970b-5310acb7086e.shogun-image-container {
      position: relative;
    }

    .s-d9daa4b8-cc59-4353-970b-5310acb7086e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9daa4b8-cc59-4353-970b-5310acb7086e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9daa4b8-cc59-4353-970b-5310acb7086e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-4d48891f-c60c-4efc-b4c9-8ef08c006f87 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4d48891f-c60c-4efc-b4c9-8ef08c006f87 {
  display: none;
}
#s-4d48891f-c60c-4efc-b4c9-8ef08c006f87, #wrap-s-4d48891f-c60c-4efc-b4c9-8ef08c006f87 { display: none !important; }}@media (max-width: 767px){#s-4d48891f-c60c-4efc-b4c9-8ef08c006f87 {
  display: none;
}
#s-4d48891f-c60c-4efc-b4c9-8ef08c006f87, #wrap-s-4d48891f-c60c-4efc-b4c9-8ef08c006f87 { display: none !important; }}




  @supports  (aspect-ratio: 1/1) {
    
    #s-4d48891f-c60c-4efc-b4c9-8ef08c006f87 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4d48891f-c60c-4efc-b4c9-8ef08c006f87 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d48891f-c60c-4efc-b4c9-8ef08c006f87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4d48891f-c60c-4efc-b4c9-8ef08c006f87 {
    width: 100%;
    height: auto;
  }

  #s-4d48891f-c60c-4efc-b4c9-8ef08c006f87 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4d48891f-c60c-4efc-b4c9-8ef08c006f87.shogun-image {
    
    
  }


.s-4d48891f-c60c-4efc-b4c9-8ef08c006f87 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d48891f-c60c-4efc-b4c9-8ef08c006f87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d48891f-c60c-4efc-b4c9-8ef08c006f87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d48891f-c60c-4efc-b4c9-8ef08c006f87.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4d48891f-c60c-4efc-b4c9-8ef08c006f87 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4d48891f-c60c-4efc-b4c9-8ef08c006f87.shogun-image-container {
      position: relative;
    }

    .s-4d48891f-c60c-4efc-b4c9-8ef08c006f87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d48891f-c60c-4efc-b4c9-8ef08c006f87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d48891f-c60c-4efc-b4c9-8ef08c006f87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d48891f-c60c-4efc-b4c9-8ef08c006f87 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4d48891f-c60c-4efc-b4c9-8ef08c006f87 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d48891f-c60c-4efc-b4c9-8ef08c006f87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4d48891f-c60c-4efc-b4c9-8ef08c006f87 {
    width: 100%;
    height: auto;
  }

  #s-4d48891f-c60c-4efc-b4c9-8ef08c006f87 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4d48891f-c60c-4efc-b4c9-8ef08c006f87.shogun-image {
    
    
  }


.s-4d48891f-c60c-4efc-b4c9-8ef08c006f87 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d48891f-c60c-4efc-b4c9-8ef08c006f87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d48891f-c60c-4efc-b4c9-8ef08c006f87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d48891f-c60c-4efc-b4c9-8ef08c006f87.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4d48891f-c60c-4efc-b4c9-8ef08c006f87 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4d48891f-c60c-4efc-b4c9-8ef08c006f87.shogun-image-container {
      position: relative;
    }

    .s-4d48891f-c60c-4efc-b4c9-8ef08c006f87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d48891f-c60c-4efc-b4c9-8ef08c006f87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d48891f-c60c-4efc-b4c9-8ef08c006f87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d48891f-c60c-4efc-b4c9-8ef08c006f87 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4d48891f-c60c-4efc-b4c9-8ef08c006f87 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d48891f-c60c-4efc-b4c9-8ef08c006f87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4d48891f-c60c-4efc-b4c9-8ef08c006f87 {
    width: 100%;
    height: auto;
  }

  #s-4d48891f-c60c-4efc-b4c9-8ef08c006f87 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4d48891f-c60c-4efc-b4c9-8ef08c006f87.shogun-image {
    
    
  }


.s-4d48891f-c60c-4efc-b4c9-8ef08c006f87 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d48891f-c60c-4efc-b4c9-8ef08c006f87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d48891f-c60c-4efc-b4c9-8ef08c006f87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d48891f-c60c-4efc-b4c9-8ef08c006f87.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4d48891f-c60c-4efc-b4c9-8ef08c006f87 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4d48891f-c60c-4efc-b4c9-8ef08c006f87.shogun-image-container {
      position: relative;
    }

    .s-4d48891f-c60c-4efc-b4c9-8ef08c006f87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d48891f-c60c-4efc-b4c9-8ef08c006f87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d48891f-c60c-4efc-b4c9-8ef08c006f87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d48891f-c60c-4efc-b4c9-8ef08c006f87 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4d48891f-c60c-4efc-b4c9-8ef08c006f87 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d48891f-c60c-4efc-b4c9-8ef08c006f87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4d48891f-c60c-4efc-b4c9-8ef08c006f87 {
    width: 100%;
    height: auto;
  }

  #s-4d48891f-c60c-4efc-b4c9-8ef08c006f87 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4d48891f-c60c-4efc-b4c9-8ef08c006f87.shogun-image {
    
    
  }


.s-4d48891f-c60c-4efc-b4c9-8ef08c006f87 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d48891f-c60c-4efc-b4c9-8ef08c006f87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d48891f-c60c-4efc-b4c9-8ef08c006f87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d48891f-c60c-4efc-b4c9-8ef08c006f87.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4d48891f-c60c-4efc-b4c9-8ef08c006f87 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4d48891f-c60c-4efc-b4c9-8ef08c006f87.shogun-image-container {
      position: relative;
    }

    .s-4d48891f-c60c-4efc-b4c9-8ef08c006f87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d48891f-c60c-4efc-b4c9-8ef08c006f87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d48891f-c60c-4efc-b4c9-8ef08c006f87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d48891f-c60c-4efc-b4c9-8ef08c006f87 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4d48891f-c60c-4efc-b4c9-8ef08c006f87 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d48891f-c60c-4efc-b4c9-8ef08c006f87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4d48891f-c60c-4efc-b4c9-8ef08c006f87 {
    width: 100%;
    height: auto;
  }

  #s-4d48891f-c60c-4efc-b4c9-8ef08c006f87 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4d48891f-c60c-4efc-b4c9-8ef08c006f87.shogun-image {
    
    
  }


.s-4d48891f-c60c-4efc-b4c9-8ef08c006f87 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d48891f-c60c-4efc-b4c9-8ef08c006f87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d48891f-c60c-4efc-b4c9-8ef08c006f87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d48891f-c60c-4efc-b4c9-8ef08c006f87.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4d48891f-c60c-4efc-b4c9-8ef08c006f87 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4d48891f-c60c-4efc-b4c9-8ef08c006f87.shogun-image-container {
      position: relative;
    }

    .s-4d48891f-c60c-4efc-b4c9-8ef08c006f87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d48891f-c60c-4efc-b4c9-8ef08c006f87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d48891f-c60c-4efc-b4c9-8ef08c006f87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c116c71a-ab1a-4b11-96cd-34449801c536 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c116c71a-ab1a-4b11-96cd-34449801c536 {
  display: none;
}
#s-c116c71a-ab1a-4b11-96cd-34449801c536, #wrap-s-c116c71a-ab1a-4b11-96cd-34449801c536 { display: none !important; }}@media (max-width: 767px){#s-c116c71a-ab1a-4b11-96cd-34449801c536 {
  display: none;
}
#s-c116c71a-ab1a-4b11-96cd-34449801c536, #wrap-s-c116c71a-ab1a-4b11-96cd-34449801c536 { display: none !important; }}







#s-c116c71a-ab1a-4b11-96cd-34449801c536 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c116c71a-ab1a-4b11-96cd-34449801c536.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fb34dc9c-3db2-4fe4-bcab-22e6bae0b480 {
  margin-top: 11px;
margin-bottom: 11px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fb34dc9c-3db2-4fe4-bcab-22e6bae0b480 {
  display: none;
}
#s-fb34dc9c-3db2-4fe4-bcab-22e6bae0b480, #wrap-s-fb34dc9c-3db2-4fe4-bcab-22e6bae0b480 { display: none !important; }}@media (max-width: 767px){#s-fb34dc9c-3db2-4fe4-bcab-22e6bae0b480 {
  display: none;
}
#s-fb34dc9c-3db2-4fe4-bcab-22e6bae0b480, #wrap-s-fb34dc9c-3db2-4fe4-bcab-22e6bae0b480 { display: none !important; }}
#s-82e36886-e954-4c65-b994-3fb8fcf275de {
  min-height: 50px;
}








#s-82e36886-e954-4c65-b994-3fb8fcf275de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82e36886-e954-4c65-b994-3fb8fcf275de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e88dae83-b0d4-4f6b-b6ec-c9c9e2f64123 {
  margin-top: 0px;
margin-bottom: 11px;
padding-left: 12%;
padding-right: 12%;
}
@media (min-width: 768px) and (max-width: 991px){#s-e88dae83-b0d4-4f6b-b6ec-c9c9e2f64123 {
  display: none;
}
#s-e88dae83-b0d4-4f6b-b6ec-c9c9e2f64123, #wrap-s-e88dae83-b0d4-4f6b-b6ec-c9c9e2f64123 { display: none !important; }}@media (max-width: 767px){#s-e88dae83-b0d4-4f6b-b6ec-c9c9e2f64123 {
  display: none;
}
#s-e88dae83-b0d4-4f6b-b6ec-c9c9e2f64123, #wrap-s-e88dae83-b0d4-4f6b-b6ec-c9c9e2f64123 { display: none !important; }}
#s-e88dae83-b0d4-4f6b-b6ec-c9c9e2f64123 .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid #D5D6D7;
  border-radius: 17px;
}

#s-e88dae83-b0d4-4f6b-b6ec-c9c9e2f64123 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-e88dae83-b0d4-4f6b-b6ec-c9c9e2f64123 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: Familjen Grotesk;
  font-size: ;
  font-weight: 700;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-e88dae83-b0d4-4f6b-b6ec-c9c9e2f64123 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-e88dae83-b0d4-4f6b-b6ec-c9c9e2f64123 td.shogun-table-column, #s-e88dae83-b0d4-4f6b-b6ec-c9c9e2f64123 td.shogun-table-row {
  border: 2px solid #D5D6D7;
}

@media (min-width: 768px) and (max-width: 991px){#s-eddd77f0-8e90-4c3e-a986-db8069b69089 {
  display: none;
}
#s-eddd77f0-8e90-4c3e-a986-db8069b69089, #wrap-s-eddd77f0-8e90-4c3e-a986-db8069b69089 { display: none !important; }}@media (max-width: 767px){#s-eddd77f0-8e90-4c3e-a986-db8069b69089 {
  display: none;
}
#s-eddd77f0-8e90-4c3e-a986-db8069b69089, #wrap-s-eddd77f0-8e90-4c3e-a986-db8069b69089 { display: none !important; }}
#s-eddd77f0-8e90-4c3e-a986-db8069b69089 .shogun-icon-wrapper {
  text-align: center;
}


#s-eddd77f0-8e90-4c3e-a986-db8069b69089 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: #495056;
}

@media (min-width: 768px) and (max-width: 991px){#s-49e82a9f-570e-4384-9dd4-b2d3e3714588 {
  display: none;
}
#s-49e82a9f-570e-4384-9dd4-b2d3e3714588, #wrap-s-49e82a9f-570e-4384-9dd4-b2d3e3714588 { display: none !important; }}@media (max-width: 767px){#s-49e82a9f-570e-4384-9dd4-b2d3e3714588 {
  display: none;
}
#s-49e82a9f-570e-4384-9dd4-b2d3e3714588, #wrap-s-49e82a9f-570e-4384-9dd4-b2d3e3714588 { display: none !important; }}
#s-49e82a9f-570e-4384-9dd4-b2d3e3714588 .shogun-icon-wrapper {
  text-align: center;
}


#s-49e82a9f-570e-4384-9dd4-b2d3e3714588 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(68, 194, 31, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-c0e2749c-d112-4d9d-acde-b4d7cbb49d54 {
  display: none;
}
#s-c0e2749c-d112-4d9d-acde-b4d7cbb49d54, #wrap-s-c0e2749c-d112-4d9d-acde-b4d7cbb49d54 { display: none !important; }}@media (max-width: 767px){#s-c0e2749c-d112-4d9d-acde-b4d7cbb49d54 {
  display: none;
}
#s-c0e2749c-d112-4d9d-acde-b4d7cbb49d54, #wrap-s-c0e2749c-d112-4d9d-acde-b4d7cbb49d54 { display: none !important; }}
#s-c0e2749c-d112-4d9d-acde-b4d7cbb49d54 .shogun-icon-wrapper {
  text-align: center;
}


#s-c0e2749c-d112-4d9d-acde-b4d7cbb49d54 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(68, 194, 31, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-1b9d9ddf-7f90-4811-956d-ffbdef9a71c7 {
  display: none;
}
#s-1b9d9ddf-7f90-4811-956d-ffbdef9a71c7, #wrap-s-1b9d9ddf-7f90-4811-956d-ffbdef9a71c7 { display: none !important; }}@media (max-width: 767px){#s-1b9d9ddf-7f90-4811-956d-ffbdef9a71c7 {
  display: none;
}
#s-1b9d9ddf-7f90-4811-956d-ffbdef9a71c7, #wrap-s-1b9d9ddf-7f90-4811-956d-ffbdef9a71c7 { display: none !important; }}
#s-1b9d9ddf-7f90-4811-956d-ffbdef9a71c7 .shogun-icon-wrapper {
  text-align: center;
}


#s-1b9d9ddf-7f90-4811-956d-ffbdef9a71c7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(68, 194, 31, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-82151c9f-c9a6-4c36-b49c-105009417066 {
  display: none;
}
#s-82151c9f-c9a6-4c36-b49c-105009417066, #wrap-s-82151c9f-c9a6-4c36-b49c-105009417066 { display: none !important; }}@media (max-width: 767px){#s-82151c9f-c9a6-4c36-b49c-105009417066 {
  display: none;
}
#s-82151c9f-c9a6-4c36-b49c-105009417066, #wrap-s-82151c9f-c9a6-4c36-b49c-105009417066 { display: none !important; }}
#s-82151c9f-c9a6-4c36-b49c-105009417066 .shogun-icon-wrapper {
  text-align: center;
}


#s-82151c9f-c9a6-4c36-b49c-105009417066 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(68, 194, 31, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-50efabc1-413d-4868-93c7-b59e220e8cad {
  display: none;
}
#s-50efabc1-413d-4868-93c7-b59e220e8cad, #wrap-s-50efabc1-413d-4868-93c7-b59e220e8cad { display: none !important; }}@media (max-width: 767px){#s-50efabc1-413d-4868-93c7-b59e220e8cad {
  display: none;
}
#s-50efabc1-413d-4868-93c7-b59e220e8cad, #wrap-s-50efabc1-413d-4868-93c7-b59e220e8cad { display: none !important; }}
#s-50efabc1-413d-4868-93c7-b59e220e8cad .shogun-icon-wrapper {
  text-align: center;
}


#s-50efabc1-413d-4868-93c7-b59e220e8cad .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: #495056;
}

@media (min-width: 768px) and (max-width: 991px){#s-755f20b6-2837-490e-8df3-1d62a7806fb9 {
  display: none;
}
#s-755f20b6-2837-490e-8df3-1d62a7806fb9, #wrap-s-755f20b6-2837-490e-8df3-1d62a7806fb9 { display: none !important; }}@media (max-width: 767px){#s-755f20b6-2837-490e-8df3-1d62a7806fb9 {
  display: none;
}
#s-755f20b6-2837-490e-8df3-1d62a7806fb9, #wrap-s-755f20b6-2837-490e-8df3-1d62a7806fb9 { display: none !important; }}
#s-755f20b6-2837-490e-8df3-1d62a7806fb9 .shogun-icon-wrapper {
  text-align: center;
}


#s-755f20b6-2837-490e-8df3-1d62a7806fb9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(68, 194, 31, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-701da92d-9390-4730-8c87-df33058c7869 {
  display: none;
}
#s-701da92d-9390-4730-8c87-df33058c7869, #wrap-s-701da92d-9390-4730-8c87-df33058c7869 { display: none !important; }}@media (max-width: 767px){#s-701da92d-9390-4730-8c87-df33058c7869 {
  display: none;
}
#s-701da92d-9390-4730-8c87-df33058c7869, #wrap-s-701da92d-9390-4730-8c87-df33058c7869 { display: none !important; }}
#s-701da92d-9390-4730-8c87-df33058c7869 .shogun-icon-wrapper {
  text-align: center;
}


#s-701da92d-9390-4730-8c87-df33058c7869 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(68, 194, 31, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-c54d2176-0e0a-4434-a063-00317f195de6 {
  display: none;
}
#s-c54d2176-0e0a-4434-a063-00317f195de6, #wrap-s-c54d2176-0e0a-4434-a063-00317f195de6 { display: none !important; }}@media (max-width: 767px){#s-c54d2176-0e0a-4434-a063-00317f195de6 {
  display: none;
}
#s-c54d2176-0e0a-4434-a063-00317f195de6, #wrap-s-c54d2176-0e0a-4434-a063-00317f195de6 { display: none !important; }}
#s-c54d2176-0e0a-4434-a063-00317f195de6 .shogun-icon-wrapper {
  text-align: center;
}


#s-c54d2176-0e0a-4434-a063-00317f195de6 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(68, 194, 31, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-94a40b6d-9849-489b-a3de-616120a0e175 {
  display: none;
}
#s-94a40b6d-9849-489b-a3de-616120a0e175, #wrap-s-94a40b6d-9849-489b-a3de-616120a0e175 { display: none !important; }}@media (max-width: 767px){#s-94a40b6d-9849-489b-a3de-616120a0e175 {
  display: none;
}
#s-94a40b6d-9849-489b-a3de-616120a0e175, #wrap-s-94a40b6d-9849-489b-a3de-616120a0e175 { display: none !important; }}
#s-94a40b6d-9849-489b-a3de-616120a0e175 .shogun-icon-wrapper {
  text-align: center;
}


#s-94a40b6d-9849-489b-a3de-616120a0e175 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(68, 194, 31, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-e3b755f2-f07a-4223-a593-f7cdd1d8357d {
  display: none;
}
#s-e3b755f2-f07a-4223-a593-f7cdd1d8357d, #wrap-s-e3b755f2-f07a-4223-a593-f7cdd1d8357d { display: none !important; }}@media (max-width: 767px){#s-e3b755f2-f07a-4223-a593-f7cdd1d8357d {
  display: none;
}
#s-e3b755f2-f07a-4223-a593-f7cdd1d8357d, #wrap-s-e3b755f2-f07a-4223-a593-f7cdd1d8357d { display: none !important; }}
#s-e3b755f2-f07a-4223-a593-f7cdd1d8357d .shogun-icon-wrapper {
  text-align: center;
}


#s-e3b755f2-f07a-4223-a593-f7cdd1d8357d .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(68, 194, 31, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-fa0bcf13-fc16-4ce5-b73c-b5faae2957f2 {
  display: none;
}
#s-fa0bcf13-fc16-4ce5-b73c-b5faae2957f2, #wrap-s-fa0bcf13-fc16-4ce5-b73c-b5faae2957f2 { display: none !important; }}@media (max-width: 767px){#s-fa0bcf13-fc16-4ce5-b73c-b5faae2957f2 {
  display: none;
}
#s-fa0bcf13-fc16-4ce5-b73c-b5faae2957f2, #wrap-s-fa0bcf13-fc16-4ce5-b73c-b5faae2957f2 { display: none !important; }}
#s-fa0bcf13-fc16-4ce5-b73c-b5faae2957f2 .shogun-icon-wrapper {
  text-align: center;
}


#s-fa0bcf13-fc16-4ce5-b73c-b5faae2957f2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(68, 194, 31, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-0029873c-6cde-428d-8e88-733c34fc00c9 {
  display: none;
}
#s-0029873c-6cde-428d-8e88-733c34fc00c9, #wrap-s-0029873c-6cde-428d-8e88-733c34fc00c9 { display: none !important; }}@media (max-width: 767px){#s-0029873c-6cde-428d-8e88-733c34fc00c9 {
  display: none;
}
#s-0029873c-6cde-428d-8e88-733c34fc00c9, #wrap-s-0029873c-6cde-428d-8e88-733c34fc00c9 { display: none !important; }}
#s-0029873c-6cde-428d-8e88-733c34fc00c9 .shogun-icon-wrapper {
  text-align: center;
}


#s-0029873c-6cde-428d-8e88-733c34fc00c9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(68, 194, 31, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-5c9e3a91-85cc-4991-b916-77c720afeedb {
  display: none;
}
#s-5c9e3a91-85cc-4991-b916-77c720afeedb, #wrap-s-5c9e3a91-85cc-4991-b916-77c720afeedb { display: none !important; }}@media (max-width: 767px){#s-5c9e3a91-85cc-4991-b916-77c720afeedb {
  display: none;
}
#s-5c9e3a91-85cc-4991-b916-77c720afeedb, #wrap-s-5c9e3a91-85cc-4991-b916-77c720afeedb { display: none !important; }}
#s-5c9e3a91-85cc-4991-b916-77c720afeedb .shogun-icon-wrapper {
  text-align: center;
}


#s-5c9e3a91-85cc-4991-b916-77c720afeedb .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: #495056;
}

@media (min-width: 768px) and (max-width: 991px){#s-5c869f8b-f5e0-4de4-a3df-9c67c81f3eeb {
  display: none;
}
#s-5c869f8b-f5e0-4de4-a3df-9c67c81f3eeb, #wrap-s-5c869f8b-f5e0-4de4-a3df-9c67c81f3eeb { display: none !important; }}@media (max-width: 767px){#s-5c869f8b-f5e0-4de4-a3df-9c67c81f3eeb {
  display: none;
}
#s-5c869f8b-f5e0-4de4-a3df-9c67c81f3eeb, #wrap-s-5c869f8b-f5e0-4de4-a3df-9c67c81f3eeb { display: none !important; }}
#s-5c869f8b-f5e0-4de4-a3df-9c67c81f3eeb .shogun-icon-wrapper {
  text-align: center;
}


#s-5c869f8b-f5e0-4de4-a3df-9c67c81f3eeb .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: #495056;
}

@media (min-width: 768px) and (max-width: 991px){#s-f8416b15-8d35-4f8f-b22f-8d1827d8ddb1 {
  display: none;
}
#s-f8416b15-8d35-4f8f-b22f-8d1827d8ddb1, #wrap-s-f8416b15-8d35-4f8f-b22f-8d1827d8ddb1 { display: none !important; }}@media (max-width: 767px){#s-f8416b15-8d35-4f8f-b22f-8d1827d8ddb1 {
  display: none;
}
#s-f8416b15-8d35-4f8f-b22f-8d1827d8ddb1, #wrap-s-f8416b15-8d35-4f8f-b22f-8d1827d8ddb1 { display: none !important; }}
#s-f8416b15-8d35-4f8f-b22f-8d1827d8ddb1 .shogun-icon-wrapper {
  text-align: center;
}


#s-f8416b15-8d35-4f8f-b22f-8d1827d8ddb1 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(68, 194, 31, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-19dcf81a-3a93-40d4-a0be-0c28148cc41c {
  display: none;
}
#s-19dcf81a-3a93-40d4-a0be-0c28148cc41c, #wrap-s-19dcf81a-3a93-40d4-a0be-0c28148cc41c { display: none !important; }}@media (max-width: 767px){#s-19dcf81a-3a93-40d4-a0be-0c28148cc41c {
  display: none;
}
#s-19dcf81a-3a93-40d4-a0be-0c28148cc41c, #wrap-s-19dcf81a-3a93-40d4-a0be-0c28148cc41c { display: none !important; }}
#s-19dcf81a-3a93-40d4-a0be-0c28148cc41c .shogun-icon-wrapper {
  text-align: center;
}


#s-19dcf81a-3a93-40d4-a0be-0c28148cc41c .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(68, 194, 31, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-014f5894-a95c-40c6-bd19-9b9e30721a7e {
  display: none;
}
#s-014f5894-a95c-40c6-bd19-9b9e30721a7e, #wrap-s-014f5894-a95c-40c6-bd19-9b9e30721a7e { display: none !important; }}@media (max-width: 767px){#s-014f5894-a95c-40c6-bd19-9b9e30721a7e {
  display: none;
}
#s-014f5894-a95c-40c6-bd19-9b9e30721a7e, #wrap-s-014f5894-a95c-40c6-bd19-9b9e30721a7e { display: none !important; }}
#s-014f5894-a95c-40c6-bd19-9b9e30721a7e .shogun-icon-wrapper {
  text-align: center;
}


#s-014f5894-a95c-40c6-bd19-9b9e30721a7e .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(68, 194, 31, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-0a4306dc-cf6f-45d0-b772-12f7320ac893 {
  display: none;
}
#s-0a4306dc-cf6f-45d0-b772-12f7320ac893, #wrap-s-0a4306dc-cf6f-45d0-b772-12f7320ac893 { display: none !important; }}@media (max-width: 767px){#s-0a4306dc-cf6f-45d0-b772-12f7320ac893 {
  display: none;
}
#s-0a4306dc-cf6f-45d0-b772-12f7320ac893, #wrap-s-0a4306dc-cf6f-45d0-b772-12f7320ac893 { display: none !important; }}
#s-0a4306dc-cf6f-45d0-b772-12f7320ac893 .shogun-icon-wrapper {
  text-align: center;
}


#s-0a4306dc-cf6f-45d0-b772-12f7320ac893 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: #495056;
}

@media (min-width: 768px) and (max-width: 991px){#s-c967e59f-1c58-4034-b3de-8d5d5881745f {
  display: none;
}
#s-c967e59f-1c58-4034-b3de-8d5d5881745f, #wrap-s-c967e59f-1c58-4034-b3de-8d5d5881745f { display: none !important; }}@media (max-width: 767px){#s-c967e59f-1c58-4034-b3de-8d5d5881745f {
  display: none;
}
#s-c967e59f-1c58-4034-b3de-8d5d5881745f, #wrap-s-c967e59f-1c58-4034-b3de-8d5d5881745f { display: none !important; }}
#s-c967e59f-1c58-4034-b3de-8d5d5881745f .shogun-icon-wrapper {
  text-align: center;
}


#s-c967e59f-1c58-4034-b3de-8d5d5881745f .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: #495056;
}

@media (min-width: 768px) and (max-width: 991px){#s-2f4d3df4-ef0c-480c-a500-889aaddf32f6 {
  display: none;
}
#s-2f4d3df4-ef0c-480c-a500-889aaddf32f6, #wrap-s-2f4d3df4-ef0c-480c-a500-889aaddf32f6 { display: none !important; }}@media (max-width: 767px){#s-2f4d3df4-ef0c-480c-a500-889aaddf32f6 {
  display: none;
}
#s-2f4d3df4-ef0c-480c-a500-889aaddf32f6, #wrap-s-2f4d3df4-ef0c-480c-a500-889aaddf32f6 { display: none !important; }}
#s-2f4d3df4-ef0c-480c-a500-889aaddf32f6 .shogun-icon-wrapper {
  text-align: center;
}


#s-2f4d3df4-ef0c-480c-a500-889aaddf32f6 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: #495056;
}

@media (min-width: 768px) and (max-width: 991px){#s-ba78071f-7cac-4ecf-be22-3f80d17bf130 {
  display: none;
}
#s-ba78071f-7cac-4ecf-be22-3f80d17bf130, #wrap-s-ba78071f-7cac-4ecf-be22-3f80d17bf130 { display: none !important; }}@media (max-width: 767px){#s-ba78071f-7cac-4ecf-be22-3f80d17bf130 {
  display: none;
}
#s-ba78071f-7cac-4ecf-be22-3f80d17bf130, #wrap-s-ba78071f-7cac-4ecf-be22-3f80d17bf130 { display: none !important; }}
#s-ba78071f-7cac-4ecf-be22-3f80d17bf130 .shogun-icon-wrapper {
  text-align: center;
}


#s-ba78071f-7cac-4ecf-be22-3f80d17bf130 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: #495056;
}

@media (min-width: 768px) and (max-width: 991px){#s-1674457b-0742-4176-bc47-51f23640d0ca {
  display: none;
}
#s-1674457b-0742-4176-bc47-51f23640d0ca, #wrap-s-1674457b-0742-4176-bc47-51f23640d0ca { display: none !important; }}@media (max-width: 767px){#s-1674457b-0742-4176-bc47-51f23640d0ca {
  display: none;
}
#s-1674457b-0742-4176-bc47-51f23640d0ca, #wrap-s-1674457b-0742-4176-bc47-51f23640d0ca { display: none !important; }}
#s-1674457b-0742-4176-bc47-51f23640d0ca .shogun-icon-wrapper {
  text-align: center;
}


#s-1674457b-0742-4176-bc47-51f23640d0ca .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: #495056;
}

@media (min-width: 768px) and (max-width: 991px){#s-9d192206-b3fd-4b38-aef9-83ec162a3175 {
  display: none;
}
#s-9d192206-b3fd-4b38-aef9-83ec162a3175, #wrap-s-9d192206-b3fd-4b38-aef9-83ec162a3175 { display: none !important; }}@media (max-width: 767px){#s-9d192206-b3fd-4b38-aef9-83ec162a3175 {
  display: none;
}
#s-9d192206-b3fd-4b38-aef9-83ec162a3175, #wrap-s-9d192206-b3fd-4b38-aef9-83ec162a3175 { display: none !important; }}
#s-9d192206-b3fd-4b38-aef9-83ec162a3175 .shogun-icon-wrapper {
  text-align: center;
}


#s-9d192206-b3fd-4b38-aef9-83ec162a3175 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: #495056;
}

@media (min-width: 768px) and (max-width: 991px){#s-6aed5e57-a910-419d-97b9-85d758d44470 {
  display: none;
}
#s-6aed5e57-a910-419d-97b9-85d758d44470, #wrap-s-6aed5e57-a910-419d-97b9-85d758d44470 { display: none !important; }}@media (max-width: 767px){#s-6aed5e57-a910-419d-97b9-85d758d44470 {
  display: none;
}
#s-6aed5e57-a910-419d-97b9-85d758d44470, #wrap-s-6aed5e57-a910-419d-97b9-85d758d44470 { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-01009648-c763-4784-a4ee-db76b88a28b4 {
  display: none;
}
#s-01009648-c763-4784-a4ee-db76b88a28b4, #wrap-s-01009648-c763-4784-a4ee-db76b88a28b4 { display: none !important; }}@media (max-width: 767px){#s-01009648-c763-4784-a4ee-db76b88a28b4 {
  display: none;
}
#s-01009648-c763-4784-a4ee-db76b88a28b4, #wrap-s-01009648-c763-4784-a4ee-db76b88a28b4 { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-91f037b6-7e17-4b59-ada6-d762759d1507 {
  display: none;
}
#s-91f037b6-7e17-4b59-ada6-d762759d1507, #wrap-s-91f037b6-7e17-4b59-ada6-d762759d1507 { display: none !important; }}@media (max-width: 767px){#s-91f037b6-7e17-4b59-ada6-d762759d1507 {
  display: none;
}
#s-91f037b6-7e17-4b59-ada6-d762759d1507, #wrap-s-91f037b6-7e17-4b59-ada6-d762759d1507 { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-4d853b9d-4e3f-4854-85d2-f333cdeb4125 {
  display: none;
}
#s-4d853b9d-4e3f-4854-85d2-f333cdeb4125, #wrap-s-4d853b9d-4e3f-4854-85d2-f333cdeb4125 { display: none !important; }}@media (max-width: 767px){#s-4d853b9d-4e3f-4854-85d2-f333cdeb4125 {
  display: none;
}
#s-4d853b9d-4e3f-4854-85d2-f333cdeb4125, #wrap-s-4d853b9d-4e3f-4854-85d2-f333cdeb4125 { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-0126f86a-3d0e-49b8-9921-4c7f6f7dae11 {
  display: none;
}
#s-0126f86a-3d0e-49b8-9921-4c7f6f7dae11, #wrap-s-0126f86a-3d0e-49b8-9921-4c7f6f7dae11 { display: none !important; }}@media (max-width: 767px){#s-0126f86a-3d0e-49b8-9921-4c7f6f7dae11 {
  display: none;
}
#s-0126f86a-3d0e-49b8-9921-4c7f6f7dae11, #wrap-s-0126f86a-3d0e-49b8-9921-4c7f6f7dae11 { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-46c48a1e-b3ab-4994-9ee6-3d68b8bb6a29 {
  display: none;
}
#s-46c48a1e-b3ab-4994-9ee6-3d68b8bb6a29, #wrap-s-46c48a1e-b3ab-4994-9ee6-3d68b8bb6a29 { display: none !important; }}@media (max-width: 767px){#s-46c48a1e-b3ab-4994-9ee6-3d68b8bb6a29 {
  display: none;
}
#s-46c48a1e-b3ab-4994-9ee6-3d68b8bb6a29, #wrap-s-46c48a1e-b3ab-4994-9ee6-3d68b8bb6a29 { display: none !important; }}
#s-5b541f23-0c86-4c0a-a128-475eecdefd5c {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5b541f23-0c86-4c0a-a128-475eecdefd5c {
  display: none;
}
#s-5b541f23-0c86-4c0a-a128-475eecdefd5c, #wrap-s-5b541f23-0c86-4c0a-a128-475eecdefd5c { display: none !important; }}@media (max-width: 767px){#s-5b541f23-0c86-4c0a-a128-475eecdefd5c {
  display: none;
}
#s-5b541f23-0c86-4c0a-a128-475eecdefd5c, #wrap-s-5b541f23-0c86-4c0a-a128-475eecdefd5c { display: none !important; }}







#s-5b541f23-0c86-4c0a-a128-475eecdefd5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b541f23-0c86-4c0a-a128-475eecdefd5c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-0ad39f8c-d7d2-4dec-a77f-588c5e74649d {
  display: none;
}
#s-0ad39f8c-d7d2-4dec-a77f-588c5e74649d, #wrap-s-0ad39f8c-d7d2-4dec-a77f-588c5e74649d { display: none !important; }}@media (max-width: 767px){#s-0ad39f8c-d7d2-4dec-a77f-588c5e74649d {
  display: none;
}
#s-0ad39f8c-d7d2-4dec-a77f-588c5e74649d, #wrap-s-0ad39f8c-d7d2-4dec-a77f-588c5e74649d { display: none !important; }}
#s-8bd4eb0d-5e6a-4e8c-8c69-5930c1b0bb99 hr {
  border-top: 2px solid #ddd;
}

#s-07398790-83fe-4157-bf0f-25ce79014b21 {
  margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-07398790-83fe-4157-bf0f-25ce79014b21 {
  display: none;
}
#s-07398790-83fe-4157-bf0f-25ce79014b21, #wrap-s-07398790-83fe-4157-bf0f-25ce79014b21 { display: none !important; }}@media (max-width: 767px){#s-07398790-83fe-4157-bf0f-25ce79014b21 {
  display: none;
}
#s-07398790-83fe-4157-bf0f-25ce79014b21, #wrap-s-07398790-83fe-4157-bf0f-25ce79014b21 { display: none !important; }}
@media (min-width: 0px) {
[id="s-07398790-83fe-4157-bf0f-25ce79014b21"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07398790-83fe-4157-bf0f-25ce79014b21"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-07398790-83fe-4157-bf0f-25ce79014b21"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-07398790-83fe-4157-bf0f-25ce79014b21"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) and (max-width: 991px){#s-6ddb4e60-26f0-44e4-b320-040a880cb02a {
  display: none;
}
#s-6ddb4e60-26f0-44e4-b320-040a880cb02a, #wrap-s-6ddb4e60-26f0-44e4-b320-040a880cb02a { display: none !important; }}@media (max-width: 767px){#s-6ddb4e60-26f0-44e4-b320-040a880cb02a {
  display: none;
}
#s-6ddb4e60-26f0-44e4-b320-040a880cb02a, #wrap-s-6ddb4e60-26f0-44e4-b320-040a880cb02a { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-c1f92e2a-8833-4afa-a010-9c83973b29e7 {
  display: none;
}
#s-c1f92e2a-8833-4afa-a010-9c83973b29e7, #wrap-s-c1f92e2a-8833-4afa-a010-9c83973b29e7 { display: none !important; }}@media (max-width: 767px){#s-c1f92e2a-8833-4afa-a010-9c83973b29e7 {
  display: none;
}
#s-c1f92e2a-8833-4afa-a010-9c83973b29e7, #wrap-s-c1f92e2a-8833-4afa-a010-9c83973b29e7 { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-bf1d7bf8-0a30-444b-8b26-44333b5a1c0e {
  display: none;
}
#s-bf1d7bf8-0a30-444b-8b26-44333b5a1c0e, #wrap-s-bf1d7bf8-0a30-444b-8b26-44333b5a1c0e { display: none !important; }}@media (max-width: 767px){#s-bf1d7bf8-0a30-444b-8b26-44333b5a1c0e {
  display: none;
}
#s-bf1d7bf8-0a30-444b-8b26-44333b5a1c0e, #wrap-s-bf1d7bf8-0a30-444b-8b26-44333b5a1c0e { display: none !important; }}
@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}
