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

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

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

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

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

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

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

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

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

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

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

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

#s-07e1e889-2b08-4dc1-8cad-e02afdab2e53 {
  min-height: 50px;
}








#s-07e1e889-2b08-4dc1-8cad-e02afdab2e53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-07e1e889-2b08-4dc1-8cad-e02afdab2e53.shg-box.shg-c {
  justify-content: flex-start;
}

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

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

#s-a3e4422a-da12-4222-bc38-247806f60efe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a3e4422a-da12-4222-bc38-247806f60efe .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



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

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

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

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

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

#s-5cb67ec7-a809-4fcd-a023-8c1ab710d8cc {
  margin-left: -80%;
}
@media (min-width: 1200px){#s-5cb67ec7-a809-4fcd-a023-8c1ab710d8cc {
  display: none;
}
#s-5cb67ec7-a809-4fcd-a023-8c1ab710d8cc, #wrap-s-5cb67ec7-a809-4fcd-a023-8c1ab710d8cc, #wrap-content-s-5cb67ec7-a809-4fcd-a023-8c1ab710d8cc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5cb67ec7-a809-4fcd-a023-8c1ab710d8cc {
  display: none;
}
#s-5cb67ec7-a809-4fcd-a023-8c1ab710d8cc, #wrap-s-5cb67ec7-a809-4fcd-a023-8c1ab710d8cc, #wrap-content-s-5cb67ec7-a809-4fcd-a023-8c1ab710d8cc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5cb67ec7-a809-4fcd-a023-8c1ab710d8cc {
  display: none;
}
#s-5cb67ec7-a809-4fcd-a023-8c1ab710d8cc, #wrap-s-5cb67ec7-a809-4fcd-a023-8c1ab710d8cc, #wrap-content-s-5cb67ec7-a809-4fcd-a023-8c1ab710d8cc { display: none !important; }}
@media (min-width: 0px) {
[id="s-5cb67ec7-a809-4fcd-a023-8c1ab710d8cc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5cb67ec7-a809-4fcd-a023-8c1ab710d8cc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5cb67ec7-a809-4fcd-a023-8c1ab710d8cc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5cb67ec7-a809-4fcd-a023-8c1ab710d8cc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5cb67ec7-a809-4fcd-a023-8c1ab710d8cc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5cb67ec7-a809-4fcd-a023-8c1ab710d8cc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5cb67ec7-a809-4fcd-a023-8c1ab710d8cc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-d156fcce-45ca-4fc9-b204-1b6abecd3a30 .shogun-icon-wrapper {
  text-align: right;
}


#s-d156fcce-45ca-4fc9-b204-1b6abecd3a30 .shogun-icon-wrapper > .shogun-icon {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-6c106b93-a1ee-44a0-91f9-ac682da9a85a {
  margin-left: -5%;
}

#s-3205f85e-6786-4537-a86d-7219cc29cfd9 {
  margin-left: -80%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-3205f85e-6786-4537-a86d-7219cc29cfd9 {
  display: none;
}
#s-3205f85e-6786-4537-a86d-7219cc29cfd9, #wrap-s-3205f85e-6786-4537-a86d-7219cc29cfd9, #wrap-content-s-3205f85e-6786-4537-a86d-7219cc29cfd9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3205f85e-6786-4537-a86d-7219cc29cfd9 {
  display: none;
}
#s-3205f85e-6786-4537-a86d-7219cc29cfd9, #wrap-s-3205f85e-6786-4537-a86d-7219cc29cfd9, #wrap-content-s-3205f85e-6786-4537-a86d-7219cc29cfd9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3205f85e-6786-4537-a86d-7219cc29cfd9 {
  display: none;
}
#s-3205f85e-6786-4537-a86d-7219cc29cfd9, #wrap-s-3205f85e-6786-4537-a86d-7219cc29cfd9, #wrap-content-s-3205f85e-6786-4537-a86d-7219cc29cfd9 { display: none !important; }}
@media (min-width: 0px) {
[id="s-3205f85e-6786-4537-a86d-7219cc29cfd9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3205f85e-6786-4537-a86d-7219cc29cfd9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3205f85e-6786-4537-a86d-7219cc29cfd9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3205f85e-6786-4537-a86d-7219cc29cfd9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3205f85e-6786-4537-a86d-7219cc29cfd9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3205f85e-6786-4537-a86d-7219cc29cfd9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3205f85e-6786-4537-a86d-7219cc29cfd9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-4c2ce44d-a0ed-49dd-b03c-94c1a247ff62 .shogun-icon-wrapper {
  text-align: right;
}


#s-4c2ce44d-a0ed-49dd-b03c-94c1a247ff62 .shogun-icon-wrapper > .shogun-icon {

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

#s-b3e0cd2b-991c-4b38-a786-0e5ed12efe5b {
  margin-left: -5%;
}

#s-55b7269d-df3c-4fd4-be42-83eeabf3b32c {
  
}
@media (max-width: 767px){#s-55b7269d-df3c-4fd4-be42-83eeabf3b32c {
  display: none;
}
#s-55b7269d-df3c-4fd4-be42-83eeabf3b32c, #wrap-s-55b7269d-df3c-4fd4-be42-83eeabf3b32c, #wrap-content-s-55b7269d-df3c-4fd4-be42-83eeabf3b32c { display: none !important; }}
@media (min-width: 0px) {
[id="s-55b7269d-df3c-4fd4-be42-83eeabf3b32c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-55b7269d-df3c-4fd4-be42-83eeabf3b32c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-55b7269d-df3c-4fd4-be42-83eeabf3b32c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-55b7269d-df3c-4fd4-be42-83eeabf3b32c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-55b7269d-df3c-4fd4-be42-83eeabf3b32c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-55b7269d-df3c-4fd4-be42-83eeabf3b32c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-55b7269d-df3c-4fd4-be42-83eeabf3b32c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-d5d71947-4ae6-46fd-a84a-96cd00b65e25 .shogun-icon-wrapper {
  text-align: right;
}


#s-d5d71947-4ae6-46fd-a84a-96cd00b65e25 .shogun-icon-wrapper > .shogun-icon {

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

#s-37ed82d3-d3f8-467d-ac5c-32edda9c4592 {
  margin-left: -5%;
}

#s-c43b5bee-8256-4f24-9538-764dca6a9cd6 {
  margin-left: %;
margin-right: %;
}
@media (min-width: 768px) and (max-width: 991px){#s-c43b5bee-8256-4f24-9538-764dca6a9cd6 {
  
}
}@media (max-width: 767px){#s-c43b5bee-8256-4f24-9538-764dca6a9cd6 {
  display: none;
}
#s-c43b5bee-8256-4f24-9538-764dca6a9cd6, #wrap-s-c43b5bee-8256-4f24-9538-764dca6a9cd6, #wrap-content-s-c43b5bee-8256-4f24-9538-764dca6a9cd6 { display: none !important; }}
@media (min-width: 0px) {
[id="s-c43b5bee-8256-4f24-9538-764dca6a9cd6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c43b5bee-8256-4f24-9538-764dca6a9cd6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c43b5bee-8256-4f24-9538-764dca6a9cd6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c43b5bee-8256-4f24-9538-764dca6a9cd6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c43b5bee-8256-4f24-9538-764dca6a9cd6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c43b5bee-8256-4f24-9538-764dca6a9cd6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c43b5bee-8256-4f24-9538-764dca6a9cd6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-15b3d50b-bc47-4901-9dac-d74c5ec31d45 .shogun-icon-wrapper {
  text-align: right;
}


#s-15b3d50b-bc47-4901-9dac-d74c5ec31d45 .shogun-icon-wrapper > .shogun-icon {

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

#s-a8d1516f-d896-4aec-9879-16d279a72cef {
  margin-left: -5%;
}

#s-fa8a2df9-a8e2-497c-a66c-02baa937403d {
  margin-left: -80%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-fa8a2df9-a8e2-497c-a66c-02baa937403d {
  display: none;
}
#s-fa8a2df9-a8e2-497c-a66c-02baa937403d, #wrap-s-fa8a2df9-a8e2-497c-a66c-02baa937403d, #wrap-content-s-fa8a2df9-a8e2-497c-a66c-02baa937403d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fa8a2df9-a8e2-497c-a66c-02baa937403d {
  display: none;
}
#s-fa8a2df9-a8e2-497c-a66c-02baa937403d, #wrap-s-fa8a2df9-a8e2-497c-a66c-02baa937403d, #wrap-content-s-fa8a2df9-a8e2-497c-a66c-02baa937403d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fa8a2df9-a8e2-497c-a66c-02baa937403d {
  display: none;
}
#s-fa8a2df9-a8e2-497c-a66c-02baa937403d, #wrap-s-fa8a2df9-a8e2-497c-a66c-02baa937403d, #wrap-content-s-fa8a2df9-a8e2-497c-a66c-02baa937403d { display: none !important; }}
@media (min-width: 0px) {
[id="s-fa8a2df9-a8e2-497c-a66c-02baa937403d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fa8a2df9-a8e2-497c-a66c-02baa937403d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fa8a2df9-a8e2-497c-a66c-02baa937403d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fa8a2df9-a8e2-497c-a66c-02baa937403d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fa8a2df9-a8e2-497c-a66c-02baa937403d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa8a2df9-a8e2-497c-a66c-02baa937403d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fa8a2df9-a8e2-497c-a66c-02baa937403d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-5bbb4358-1112-4f45-83f5-4e2387bb0d98 .shogun-icon-wrapper {
  text-align: right;
}


#s-5bbb4358-1112-4f45-83f5-4e2387bb0d98 .shogun-icon-wrapper > .shogun-icon {

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

#s-0b037e1d-52a6-4d08-972b-b6d67189cdde {
  margin-left: -5%;
}

@media (max-width: 767px){#s-a2efd014-3733-41ab-ac34-d74dce314206 {
  display: none;
}
#s-a2efd014-3733-41ab-ac34-d74dce314206, #wrap-s-a2efd014-3733-41ab-ac34-d74dce314206, #wrap-content-s-a2efd014-3733-41ab-ac34-d74dce314206 { display: none !important; }}
@media (min-width: 0px) {
[id="s-a2efd014-3733-41ab-ac34-d74dce314206"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a2efd014-3733-41ab-ac34-d74dce314206"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a2efd014-3733-41ab-ac34-d74dce314206"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a2efd014-3733-41ab-ac34-d74dce314206"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a2efd014-3733-41ab-ac34-d74dce314206"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2efd014-3733-41ab-ac34-d74dce314206"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a2efd014-3733-41ab-ac34-d74dce314206"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-f225956b-382e-4656-a7e9-af93a2897de3 .shogun-icon-wrapper {
  text-align: right;
}


#s-f225956b-382e-4656-a7e9-af93a2897de3 .shogun-icon-wrapper > .shogun-icon {

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

#s-63165194-fcbc-4111-8886-2d70e9768c3e {
  margin-left: -5%;
}

@media (max-width: 767px){#s-9dc7bb69-9b1b-46dd-85c8-d7d8b9731165 {
  display: none;
}
#s-9dc7bb69-9b1b-46dd-85c8-d7d8b9731165, #wrap-s-9dc7bb69-9b1b-46dd-85c8-d7d8b9731165, #wrap-content-s-9dc7bb69-9b1b-46dd-85c8-d7d8b9731165 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9dc7bb69-9b1b-46dd-85c8-d7d8b9731165"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9dc7bb69-9b1b-46dd-85c8-d7d8b9731165"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9dc7bb69-9b1b-46dd-85c8-d7d8b9731165"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9dc7bb69-9b1b-46dd-85c8-d7d8b9731165"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9dc7bb69-9b1b-46dd-85c8-d7d8b9731165"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9dc7bb69-9b1b-46dd-85c8-d7d8b9731165"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9dc7bb69-9b1b-46dd-85c8-d7d8b9731165"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-ae96122a-9b8a-4a02-a8bd-93fec8077a8f .shogun-icon-wrapper {
  text-align: right;
}


#s-ae96122a-9b8a-4a02-a8bd-93fec8077a8f .shogun-icon-wrapper > .shogun-icon {

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

#s-db4b3fdf-1478-47a0-a4e3-1d8eb07d4ab6 {
  margin-left: -5%;
}

#s-a5ea73ec-bd79-461a-920f-5de518454e3f {
  margin-left: -80%;
}
@media (min-width: 1200px){#s-a5ea73ec-bd79-461a-920f-5de518454e3f {
  display: none;
}
#s-a5ea73ec-bd79-461a-920f-5de518454e3f, #wrap-s-a5ea73ec-bd79-461a-920f-5de518454e3f, #wrap-content-s-a5ea73ec-bd79-461a-920f-5de518454e3f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a5ea73ec-bd79-461a-920f-5de518454e3f {
  display: none;
}
#s-a5ea73ec-bd79-461a-920f-5de518454e3f, #wrap-s-a5ea73ec-bd79-461a-920f-5de518454e3f, #wrap-content-s-a5ea73ec-bd79-461a-920f-5de518454e3f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a5ea73ec-bd79-461a-920f-5de518454e3f {
  display: none;
}
#s-a5ea73ec-bd79-461a-920f-5de518454e3f, #wrap-s-a5ea73ec-bd79-461a-920f-5de518454e3f, #wrap-content-s-a5ea73ec-bd79-461a-920f-5de518454e3f { display: none !important; }}
@media (min-width: 0px) {
[id="s-a5ea73ec-bd79-461a-920f-5de518454e3f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a5ea73ec-bd79-461a-920f-5de518454e3f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a5ea73ec-bd79-461a-920f-5de518454e3f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a5ea73ec-bd79-461a-920f-5de518454e3f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a5ea73ec-bd79-461a-920f-5de518454e3f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5ea73ec-bd79-461a-920f-5de518454e3f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a5ea73ec-bd79-461a-920f-5de518454e3f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-ddb1a27c-7ca3-4183-a198-1e4fad432254 .shogun-icon-wrapper {
  text-align: right;
}


#s-ddb1a27c-7ca3-4183-a198-1e4fad432254 .shogun-icon-wrapper > .shogun-icon {

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

#s-e119b588-d3b5-448e-8ff6-5beb8fe15898 {
  margin-left: -5%;
}

#s-8717c300-7baa-4632-ae27-785692aca1a5 {
  margin-left: -80%;
}
@media (min-width: 1200px){#s-8717c300-7baa-4632-ae27-785692aca1a5 {
  display: none;
}
#s-8717c300-7baa-4632-ae27-785692aca1a5, #wrap-s-8717c300-7baa-4632-ae27-785692aca1a5, #wrap-content-s-8717c300-7baa-4632-ae27-785692aca1a5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8717c300-7baa-4632-ae27-785692aca1a5 {
  display: none;
}
#s-8717c300-7baa-4632-ae27-785692aca1a5, #wrap-s-8717c300-7baa-4632-ae27-785692aca1a5, #wrap-content-s-8717c300-7baa-4632-ae27-785692aca1a5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8717c300-7baa-4632-ae27-785692aca1a5 {
  display: none;
}
#s-8717c300-7baa-4632-ae27-785692aca1a5, #wrap-s-8717c300-7baa-4632-ae27-785692aca1a5, #wrap-content-s-8717c300-7baa-4632-ae27-785692aca1a5 { display: none !important; }}
@media (min-width: 0px) {
[id="s-8717c300-7baa-4632-ae27-785692aca1a5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8717c300-7baa-4632-ae27-785692aca1a5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8717c300-7baa-4632-ae27-785692aca1a5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8717c300-7baa-4632-ae27-785692aca1a5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8717c300-7baa-4632-ae27-785692aca1a5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8717c300-7baa-4632-ae27-785692aca1a5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8717c300-7baa-4632-ae27-785692aca1a5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-157d0d99-7fc2-4503-905a-97bee5b26c64 .shogun-icon-wrapper {
  text-align: right;
}


#s-157d0d99-7fc2-4503-905a-97bee5b26c64 .shogun-icon-wrapper > .shogun-icon {

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

#s-b2172dfe-646f-4647-baea-43eb46778e65 {
  margin-left: -5%;
}

@media (max-width: 767px){#s-b89d1ca7-bd4a-4b4c-baa2-4e585631e8a1 {
  display: none;
}
#s-b89d1ca7-bd4a-4b4c-baa2-4e585631e8a1, #wrap-s-b89d1ca7-bd4a-4b4c-baa2-4e585631e8a1, #wrap-content-s-b89d1ca7-bd4a-4b4c-baa2-4e585631e8a1 { display: none !important; }}
@media (min-width: 0px) {
[id="s-b89d1ca7-bd4a-4b4c-baa2-4e585631e8a1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b89d1ca7-bd4a-4b4c-baa2-4e585631e8a1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b89d1ca7-bd4a-4b4c-baa2-4e585631e8a1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b89d1ca7-bd4a-4b4c-baa2-4e585631e8a1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b89d1ca7-bd4a-4b4c-baa2-4e585631e8a1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b89d1ca7-bd4a-4b4c-baa2-4e585631e8a1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b89d1ca7-bd4a-4b4c-baa2-4e585631e8a1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-c421c3a4-beb2-4539-9741-7e6a356f1964 .shogun-icon-wrapper {
  text-align: right;
}


#s-c421c3a4-beb2-4539-9741-7e6a356f1964 .shogun-icon-wrapper > .shogun-icon {

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

#s-835e7b02-fd73-4746-bd32-5765eee97687 {
  margin-left: -5%;
}

#s-349f21bc-b3a7-46fc-bfa7-49858334bfe6 {
  
}
@media (max-width: 767px){#s-349f21bc-b3a7-46fc-bfa7-49858334bfe6 {
  display: none;
}
#s-349f21bc-b3a7-46fc-bfa7-49858334bfe6, #wrap-s-349f21bc-b3a7-46fc-bfa7-49858334bfe6, #wrap-content-s-349f21bc-b3a7-46fc-bfa7-49858334bfe6 { display: none !important; }}
@media (min-width: 0px) {
[id="s-349f21bc-b3a7-46fc-bfa7-49858334bfe6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-349f21bc-b3a7-46fc-bfa7-49858334bfe6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-349f21bc-b3a7-46fc-bfa7-49858334bfe6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-349f21bc-b3a7-46fc-bfa7-49858334bfe6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-349f21bc-b3a7-46fc-bfa7-49858334bfe6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-349f21bc-b3a7-46fc-bfa7-49858334bfe6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-349f21bc-b3a7-46fc-bfa7-49858334bfe6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-f5cb16e9-5898-4971-96e4-60c8ef32a34a .shogun-icon-wrapper {
  text-align: right;
}


#s-f5cb16e9-5898-4971-96e4-60c8ef32a34a .shogun-icon-wrapper > .shogun-icon {

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

#s-f2214909-b494-47c0-a564-28f83ba82338 {
  margin-left: -5%;
}

#s-e7f290b4-5380-421f-a05e-e1f8434a01b8 {
  margin-left: -80%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-e7f290b4-5380-421f-a05e-e1f8434a01b8 {
  display: none;
}
#s-e7f290b4-5380-421f-a05e-e1f8434a01b8, #wrap-s-e7f290b4-5380-421f-a05e-e1f8434a01b8, #wrap-content-s-e7f290b4-5380-421f-a05e-e1f8434a01b8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e7f290b4-5380-421f-a05e-e1f8434a01b8 {
  display: none;
}
#s-e7f290b4-5380-421f-a05e-e1f8434a01b8, #wrap-s-e7f290b4-5380-421f-a05e-e1f8434a01b8, #wrap-content-s-e7f290b4-5380-421f-a05e-e1f8434a01b8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e7f290b4-5380-421f-a05e-e1f8434a01b8 {
  display: none;
}
#s-e7f290b4-5380-421f-a05e-e1f8434a01b8, #wrap-s-e7f290b4-5380-421f-a05e-e1f8434a01b8, #wrap-content-s-e7f290b4-5380-421f-a05e-e1f8434a01b8 { display: none !important; }}
@media (min-width: 0px) {
[id="s-e7f290b4-5380-421f-a05e-e1f8434a01b8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e7f290b4-5380-421f-a05e-e1f8434a01b8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e7f290b4-5380-421f-a05e-e1f8434a01b8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e7f290b4-5380-421f-a05e-e1f8434a01b8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e7f290b4-5380-421f-a05e-e1f8434a01b8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e7f290b4-5380-421f-a05e-e1f8434a01b8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e7f290b4-5380-421f-a05e-e1f8434a01b8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-e5ed1331-d5a3-4333-962e-a46fc11b4029 .shogun-icon-wrapper {
  text-align: right;
}


#s-e5ed1331-d5a3-4333-962e-a46fc11b4029 .shogun-icon-wrapper > .shogun-icon {

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

#s-c8af09b0-e8bb-4769-9bb8-3d8d3d37f9ee {
  margin-left: -5%;
}

#s-72393209-f640-40ba-806b-395f77311e37 {
  padding-top: 20px;
}

#s-14149beb-5a22-45ce-934e-ca7520b06b9a {
  margin-top: -2px;
margin-bottom: -2px;
}

@media (min-width: 0px) {
[id="s-14149beb-5a22-45ce-934e-ca7520b06b9a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-14149beb-5a22-45ce-934e-ca7520b06b9a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-14149beb-5a22-45ce-934e-ca7520b06b9a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-14149beb-5a22-45ce-934e-ca7520b06b9a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-c274cb83-eba7-47fe-a446-b9a4bf517dd5 {
  margin-top: -1px;
margin-bottom: -1px;
text-align: center;
}

#s-c274cb83-eba7-47fe-a446-b9a4bf517dd5 {
  overflow: hidden;
  
  
}







  #s-c274cb83-eba7-47fe-a446-b9a4bf517dd5 img.shogun-image {
    

    
    
    
  }


#s-c274cb83-eba7-47fe-a446-b9a4bf517dd5 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-54be34f1-3d0f-4330-a325-f10783b42a76 {
  padding-top: 50px;
padding-left: 130px;
padding-bottom: 50px;
padding-right: 130px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-54be34f1-3d0f-4330-a325-f10783b42a76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-54be34f1-3d0f-4330-a325-f10783b42a76.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-de0532fb-2e32-453d-b3b1-7cdf74b93189"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de0532fb-2e32-453d-b3b1-7cdf74b93189"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-de0532fb-2e32-453d-b3b1-7cdf74b93189"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-de0532fb-2e32-453d-b3b1-7cdf74b93189"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d5d8580b-53be-4375-a09c-8dde22ee0c1d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-d5d8580b-53be-4375-a09c-8dde22ee0c1d {
  overflow: hidden;
  
  
}







  #s-d5d8580b-53be-4375-a09c-8dde22ee0c1d img.shogun-image {
    

    
    
    
  }


#s-d5d8580b-53be-4375-a09c-8dde22ee0c1d .shogun-image-content {
  
    justify-content: center;
  
}

#s-84a526b1-add5-4598-aac8-dc994e757497 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-84a526b1-add5-4598-aac8-dc994e757497 {
  overflow: hidden;
  
  
}







  #s-84a526b1-add5-4598-aac8-dc994e757497 img.shogun-image {
    

    
    
    
  }


#s-84a526b1-add5-4598-aac8-dc994e757497 .shogun-image-content {
  
    justify-content: center;
  
}

#s-fa5a69ef-2a30-4329-928e-346d7c538fa2 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-fa5a69ef-2a30-4329-928e-346d7c538fa2 {
  overflow: hidden;
  
  
}







  #s-fa5a69ef-2a30-4329-928e-346d7c538fa2 img.shogun-image {
    

    
    
    
  }


#s-fa5a69ef-2a30-4329-928e-346d7c538fa2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c1a85f1f-0ad9-4b37-9c86-735d29976b92 {
  padding-top: 30px;
padding-left: 65px;
padding-bottom: 60px;
padding-right: 65px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(9, 9, 9, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(1, 2, 3, 1);
}








#s-c1a85f1f-0ad9-4b37-9c86-735d29976b92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c1a85f1f-0ad9-4b37-9c86-735d29976b92.shg-box.shg-c {
  justify-content: center;
}

#s-290a3c44-5d38-4d34-b916-d03a5c27db26 {
  padding-top: 0px;
padding-bottom: 52px;
text-align: center;
}

#s-290a3c44-5d38-4d34-b916-d03a5c27db26 .shogun-heading-component h4 {
  color: rgba(245, 245, 245, 0.3);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-021d73d6-4d28-4862-b622-740fc5c5a8a4 {
  margin-bottom: 0px;
padding-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-021d73d6-4d28-4862-b622-740fc5c5a8a4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-021d73d6-4d28-4862-b622-740fc5c5a8a4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-021d73d6-4d28-4862-b622-740fc5c5a8a4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-021d73d6-4d28-4862-b622-740fc5c5a8a4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-b19dd880-ff66-4f65-b812-f886408cfea0 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b19dd880-ff66-4f65-b812-f886408cfea0 .shogun-heading-component h3 {
  color: rgba(245, 245, 245, 0.75);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-46b7a1c2-a223-4e39-88cc-f1a0fd3b0d4f {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-46b7a1c2-a223-4e39-88cc-f1a0fd3b0d4f .shogun-heading-component h3 {
  color: rgba(245, 245, 245, 0.75);
  font-weight:  normal ;
  font-family: "Fredoka One";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-d91f6367-dc99-421d-8ba7-27ae36d03ba2 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d91f6367-dc99-421d-8ba7-27ae36d03ba2 .shogun-heading-component h3 {
  color: rgba(245, 245, 245, 0.75);
  font-weight:  normal ;
  font-family: "IBM Plex Mono";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-e172db14-f254-4741-a337-533f071c2311 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e172db14-f254-4741-a337-533f071c2311 .shogun-heading-component h3 {
  color: rgba(245, 245, 245, 0.75);
  font-weight:  normal ;
  font-family: "Leckerli One";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-86d7727a-447a-4409-8764-0c71371473ad {
  margin-bottom: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-86d7727a-447a-4409-8764-0c71371473ad"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-86d7727a-447a-4409-8764-0c71371473ad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-86d7727a-447a-4409-8764-0c71371473ad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-86d7727a-447a-4409-8764-0c71371473ad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-9431d356-3d9b-4a84-bc50-4dddd49a53d5 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-9431d356-3d9b-4a84-bc50-4dddd49a53d5 .shogun-heading-component h3 {
  color: rgba(245, 245, 245, 0.75);
  font-weight:  normal ;
  font-family: "PT Sans Narrow";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-1153b201-3e9a-4636-9d0c-4c8abcbfc3b7 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1153b201-3e9a-4636-9d0c-4c8abcbfc3b7 .shogun-heading-component h3 {
  color: rgba(245, 245, 245, 0.75);
  font-weight:  normal ;
  font-family: "Spline Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-1f771de6-f783-4e0c-b63a-a8cff44b71da {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1f771de6-f783-4e0c-b63a-a8cff44b71da .shogun-heading-component h3 {
  color: rgba(245, 245, 245, 0.75);
  font-weight:  normal ;
  font-family: "Permanent Marker";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-0bb3bf15-bf48-41d9-bebe-eb65228dbf46 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0bb3bf15-bf48-41d9-bebe-eb65228dbf46 .shogun-heading-component h3 {
  color: rgba(245, 245, 245, 0.75);
  font-weight:  normal ;
  font-family: "Abril Fatface";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-a9e06610-3b98-4efe-b5c0-95a254903d5d {
  padding-top: 60px;
padding-left: 130px;
padding-bottom: 60px;
padding-right: 130px;
min-height: 50px;
background-color: rgba(1, 2, 3, 1);
}








#s-a9e06610-3b98-4efe-b5c0-95a254903d5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a9e06610-3b98-4efe-b5c0-95a254903d5d.shg-box.shg-c {
  justify-content: center;
}

#s-acd37fab-5e16-41a1-bbd5-cdef4da179c4 {
  padding-top: 0px;
padding-bottom: 30px;
text-align: center;
}

#s-acd37fab-5e16-41a1-bbd5-cdef4da179c4 .shogun-heading-component h2 {
  color: rgba(245, 245, 245, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 64px;
  line-height: 1.2em;
  
  
}



#s-6c17a645-c912-4713-9336-5de2d69a03fd {
  padding-bottom: 35px;
}

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

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

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

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

#s-42cc007a-4de6-4cc2-929e-e3dcd41d53cc {
  margin-left: auto;
margin-right: auto;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(26, 26, 26, 1);
border-style: solid;
max-width: 1000px;
}

#s-3d6da2fd-e8dc-4567-9b4d-3a226615189b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 70px;
padding-left: 130px;
padding-bottom: 0px;
padding-right: 130px;
min-height: 50px;
background-color: rgba(1, 2, 3, 1);
}








#s-3d6da2fd-e8dc-4567-9b4d-3a226615189b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3d6da2fd-e8dc-4567-9b4d-3a226615189b.shg-box.shg-c {
  justify-content: center;
}

#s-6581e80f-eb82-402c-9db0-0292ae54ec15 {
  padding-top: 0px;
padding-bottom: 12px;
text-align: center;
}

#s-6581e80f-eb82-402c-9db0-0292ae54ec15 .shogun-heading-component h2 {
  color: rgba(245, 245, 245, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 64px;
  line-height: 1.2em;
  
  
}



#s-cbdaba51-6e3b-4aae-8a4b-e9379ee8c8ff {
  padding-top: 0px;
padding-bottom: 50px;
text-align: center;
}

#s-cbdaba51-6e3b-4aae-8a4b-e9379ee8c8ff .shogun-heading-component h5 {
  color: rgba(245, 245, 245, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



@media (min-width: 0px) {
[id="s-7d3d0ebe-8510-4f61-b3b6-165c2fb6df32"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d3d0ebe-8510-4f61-b3b6-165c2fb6df32"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7d3d0ebe-8510-4f61-b3b6-165c2fb6df32"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7d3d0ebe-8510-4f61-b3b6-165c2fb6df32"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7d3d0ebe-8510-4f61-b3b6-165c2fb6df32"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d3d0ebe-8510-4f61-b3b6-165c2fb6df32"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7d3d0ebe-8510-4f61-b3b6-165c2fb6df32"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-7d3d0ebe-8510-4f61-b3b6-165c2fb6df32"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-25a567dd-1fcc-4532-801b-b2a0d6794e72 {
  margin-left: auto;
margin-right: auto;
max-width: 190px;
text-align: right;
}

#s-25a567dd-1fcc-4532-801b-b2a0d6794e72 {
  overflow: hidden;
  
  
      max-width: 190px;
      
      
        margin-left: auto;
        margin-right: 0;
      
      
  
}







  #s-25a567dd-1fcc-4532-801b-b2a0d6794e72 img.shogun-image {
    

    
    
    
  }


#s-25a567dd-1fcc-4532-801b-b2a0d6794e72 .shogun-image-content {
  
    justify-content: center;
  
}

#s-51ef7ebb-8147-4fb7-a613-c13b1de890f9 {
  padding-top: 45px;
padding-bottom: 22px;
text-align: left;
}

#s-51ef7ebb-8147-4fb7-a613-c13b1de890f9 .shogun-heading-component h3 {
  color: rgba(245, 245, 245, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}



#s-90a8c5c5-978f-4533-92e1-21d8d638fa45 {
  padding-bottom: 24px;
}

#s-d709e566-90dc-4583-8eaf-7a316778b6ce {
  padding-bottom: 22px;
text-align: left;
}

#s-d709e566-90dc-4583-8eaf-7a316778b6ce .shogun-heading-component h3 {
  color: rgba(245, 245, 245, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}



#s-dfcc35d3-ff7d-41fb-b137-9a25555e3597 {
  padding-bottom: 24px;
}

#s-f2498a54-cc72-4326-be5b-8ee8b54eccef {
  padding-top: 55px;
padding-left: 130px;
padding-bottom: 55px;
padding-right: 130px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-f2498a54-cc72-4326-be5b-8ee8b54eccef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f2498a54-cc72-4326-be5b-8ee8b54eccef.shg-box.shg-c {
  justify-content: center;
}

#s-2f390f88-df4e-4837-9616-9d18917d0cec {
  padding-top: 0px;
padding-bottom: 18px;
padding-right: 0px;
text-align: center;
}

#s-2f390f88-df4e-4837-9616-9d18917d0cec .shogun-heading-component h2 {
  color: rgba(1, 2, 3, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 64px;
  line-height: 1.2em;
  
  
}



#s-bd44b0d9-3ea2-4cc6-8205-74ff3b01c79d {
  padding-top: 0px;
padding-bottom: 90px;
text-align: center;
}

#s-bd44b0d9-3ea2-4cc6-8205-74ff3b01c79d .shogun-heading-component h5 {
  color: rgba(1, 2, 3, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.1em;
  
  
}



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

.shg-category-root {
  display: grid;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 20px;
}

.shg-default-column-count-2 {
  grid-template-columns: repeat(2, 1fr);
}

.shg-default-column-count-3 {
  grid-template-columns: repeat(3, 1fr);
}

.shg-default-column-count-4 {
  grid-template-columns: repeat(4, 1fr);
}

.shg-default-column-count-5 {
  grid-template-columns: repeat(5, 1fr);
}

.shg-default-column-count-6 {
  grid-template-columns: repeat(6, 1fr);
}

.shg-category-grid .shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

@media (max-width: 767px) {
  .shg-category-root.stacked {
    display: block;
  }
}

/* Swiper CSS - Duplicated from SliderV3 base.css */

.shg-swiper-container {
  --arrow-button-size: 35px;
  --pagination-height: 32px;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bottom: 8px;

  position: relative;
  /*
  * In case you are wondering, why it's set to grid, please see the links below:
   * https://github.com/nolimits4web/swiper/issues/3599
   * https://github.com/nolimits4web/swiper/issues/3599#issuecomment-1290283431
   */
  display: grid;
  padding: 8px var(--arrow-button-size) var(--pagination-height)
    var(--arrow-button-size);
}

.shg-swiper:not(.swiper-initialized) {
  visibility: hidden;
  display: flex;
  overflow-x: hidden;
}

.shg-swiper-container > .shg-swiper {
  margin-left: 0;
  margin-right: 0;
}

.shg-swiper:not(.swiper-initialized) ~ .swiper-pagination,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-prev,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-next {
  visibility: hidden;
}

.shg-swiper-container > .swiper-button-prev,
.shg-swiper-container > .swiper-button-next {
  top: 0;
  height: calc(100% - var(--pagination-height));
  width: var(--arrow-button-size);
  margin: 0;
}

.shg-swiper-container > .swiper-button-prev {
  left: 0;
}

.shg-swiper-container > .swiper-button-next {
  right: 0;
}

.shg-swiper-container > .swiper-button-next:after,
.shg-swiper-container > .swiper-button-prev:after {
  /* Ditch default Swiper arrow */
  display: none;
}

.shg-swiper-container > .swiper-button-next svg,
.shg-swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}

#s-11db2b8e-7f89-48ff-acc1-605edc076e48 .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-11db2b8e-7f89-48ff-acc1-605edc076e48 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-11db2b8e-7f89-48ff-acc1-605edc076e48 > .swiper-button-prev,
#slider-v3-s-11db2b8e-7f89-48ff-acc1-605edc076e48 > .swiper-button-next {
  
}

#slider-v3-s-11db2b8e-7f89-48ff-acc1-605edc076e48 > .swiper-button-prev svg,
#slider-v3-s-11db2b8e-7f89-48ff-acc1-605edc076e48 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-11db2b8e-7f89-48ff-acc1-605edc076e48 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-11db2b8e-7f89-48ff-acc1-605edc076e48 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-11db2b8e-7f89-48ff-acc1-605edc076e48 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-11db2b8e-7f89-48ff-acc1-605edc076e48 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-11db2b8e-7f89-48ff-acc1-605edc076e48 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-11db2b8e-7f89-48ff-acc1-605edc076e48 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

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

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-ef38095b-919e-4875-9ed9-cddd3ac0694a {
  margin-bottom: 80px;
padding-top: 20px;
padding-left: 32px;
padding-bottom: 20px;
padding-right: 32px;
text-align: center;
background-color: rgba(1, 2, 3, 1);
}

#s-ef38095b-919e-4875-9ed9-cddd3ac0694a .shg-product-title-component h3 span {
  color: rgba(245, 245, 245, 1);
  font-weight:  700 ;
  font-family: Work Sans;
  
  font-size: 30px;
  
  
  
}

#s-5c61bc58-d57f-42a5-9bb8-83c8869f3341 {
  margin-left: auto;
margin-right: auto;
max-width: 130px;
text-align: center;
opacity: 0;
}

#s-5c61bc58-d57f-42a5-9bb8-83c8869f3341 {
  overflow: hidden;
  
  
      max-width: 130px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-5c61bc58-d57f-42a5-9bb8-83c8869f3341 img.shogun-image {
    

    
    
    
  }


#s-5c61bc58-d57f-42a5-9bb8-83c8869f3341 .shogun-image-content {
  
    justify-content: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

#s-48e3ab48-504d-4b8c-8bba-aaa27c31990d {
  margin-bottom: 15px;
text-align: left;
}


.shg-c#s-48e3ab48-504d-4b8c-8bba-aaa27c31990d {
  max-width:  100%;
}

.shg-c#s-48e3ab48-504d-4b8c-8bba-aaa27c31990d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-48e3ab48-504d-4b8c-8bba-aaa27c31990d .shg-image-zoom,
.shg-c#s-48e3ab48-504d-4b8c-8bba-aaa27c31990d img.shogun-image {
  max-width: 280px !important;
  
}

.shg-c#s-48e3ab48-504d-4b8c-8bba-aaa27c31990d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-48e3ab48-504d-4b8c-8bba-aaa27c31990d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48e3ab48-504d-4b8c-8bba-aaa27c31990d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-48e3ab48-504d-4b8c-8bba-aaa27c31990d {
  max-width:  100%;
}

.shg-c#s-48e3ab48-504d-4b8c-8bba-aaa27c31990d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-48e3ab48-504d-4b8c-8bba-aaa27c31990d .shg-image-zoom,
.shg-c#s-48e3ab48-504d-4b8c-8bba-aaa27c31990d img.shogun-image {
  max-width: 280px !important;
  
}

.shg-c#s-48e3ab48-504d-4b8c-8bba-aaa27c31990d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-48e3ab48-504d-4b8c-8bba-aaa27c31990d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48e3ab48-504d-4b8c-8bba-aaa27c31990d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-48e3ab48-504d-4b8c-8bba-aaa27c31990d {
  max-width:  100%;
}

.shg-c#s-48e3ab48-504d-4b8c-8bba-aaa27c31990d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-48e3ab48-504d-4b8c-8bba-aaa27c31990d .shg-image-zoom,
.shg-c#s-48e3ab48-504d-4b8c-8bba-aaa27c31990d img.shogun-image {
  max-width: 280px !important;
  
}

.shg-c#s-48e3ab48-504d-4b8c-8bba-aaa27c31990d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-48e3ab48-504d-4b8c-8bba-aaa27c31990d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48e3ab48-504d-4b8c-8bba-aaa27c31990d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-48e3ab48-504d-4b8c-8bba-aaa27c31990d {
  max-width:  100%;
}

.shg-c#s-48e3ab48-504d-4b8c-8bba-aaa27c31990d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-48e3ab48-504d-4b8c-8bba-aaa27c31990d .shg-image-zoom,
.shg-c#s-48e3ab48-504d-4b8c-8bba-aaa27c31990d img.shogun-image {
  max-width: 280px !important;
  
}

.shg-c#s-48e3ab48-504d-4b8c-8bba-aaa27c31990d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-48e3ab48-504d-4b8c-8bba-aaa27c31990d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48e3ab48-504d-4b8c-8bba-aaa27c31990d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-48e3ab48-504d-4b8c-8bba-aaa27c31990d {
  max-width:  100%;
}

.shg-c#s-48e3ab48-504d-4b8c-8bba-aaa27c31990d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-48e3ab48-504d-4b8c-8bba-aaa27c31990d .shg-image-zoom,
.shg-c#s-48e3ab48-504d-4b8c-8bba-aaa27c31990d img.shogun-image {
  max-width: 280px !important;
  
}

.shg-c#s-48e3ab48-504d-4b8c-8bba-aaa27c31990d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-48e3ab48-504d-4b8c-8bba-aaa27c31990d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48e3ab48-504d-4b8c-8bba-aaa27c31990d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3b2a7886-5721-4d5b-ae1e-3ac45b50f8a8 {
  text-align: left;
opacity: 0;
}

#s-58ef55bc-61f5-4381-ad17-08bb28c1abda {
  padding-bottom: 12px;
text-align: center;
}

#s-58ef55bc-61f5-4381-ad17-08bb28c1abda .shg-product-sold-out {
  display: none;
  color: rgba(1, 2, 3, 1);
  font-size: 40px;
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-58ef55bc-61f5-4381-ad17-08bb28c1abda .shg-product-price {
  color: rgba(1, 2, 3, 1);
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 40px;
}

#s-58ef55bc-61f5-4381-ad17-08bb28c1abda .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-07d5e89e-0cdc-418f-80b9-1b22548947e1 {
  text-align: left;
}

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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

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

#s-e3a8ffba-9e43-4644-be3c-7a66e139e74c {
  margin-top: 30px;
padding-top: 11px;
padding-left: 27px;
padding-bottom: 11px;
padding-right: 27px;
border-radius: 11px;
background-color: rgba(175, 141, 31, 1);
text-align: center;
cursor: pointer;
color: rgba(245, 245, 245, 1);
background-image: none;
hover-type: color;
}
#s-e3a8ffba-9e43-4644-be3c-7a66e139e74c:hover {background-color: rgba(225, 181, 37, 1) !important;
text-decoration: none !important;
color: rgba(245, 245, 245, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e3a8ffba-9e43-4644-be3c-7a66e139e74c:active {background-color: rgba(225, 181, 37, 1) !important;
text-decoration: none !important;
color: rgba(245, 245, 245, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-e3a8ffba-9e43-4644-be3c-7a66e139e74c-atc-btn-wrapper {
    text-align: center;
  }


#s-e3a8ffba-9e43-4644-be3c-7a66e139e74c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e3a8ffba-9e43-4644-be3c-7a66e139e74c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e3a8ffba-9e43-4644-be3c-7a66e139e74c.shg-btn {
  color: rgba(245, 245, 245, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-e3a8ffba-9e43-4644-be3c-7a66e139e74c.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Work Sans;
  
  font-size: 15px;
  color: rgba(245, 245, 245, 1);
}


@media (min-width: 1200px){
  #s-e3a8ffba-9e43-4644-be3c-7a66e139e74c-atc-btn-wrapper {
    text-align: center;
  }


#s-e3a8ffba-9e43-4644-be3c-7a66e139e74c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e3a8ffba-9e43-4644-be3c-7a66e139e74c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e3a8ffba-9e43-4644-be3c-7a66e139e74c.shg-btn {
  color: rgba(245, 245, 245, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-e3a8ffba-9e43-4644-be3c-7a66e139e74c.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Work Sans;
  
  font-size: 15px;
  color: rgba(245, 245, 245, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-e3a8ffba-9e43-4644-be3c-7a66e139e74c-atc-btn-wrapper {
    text-align: center;
  }


#s-e3a8ffba-9e43-4644-be3c-7a66e139e74c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e3a8ffba-9e43-4644-be3c-7a66e139e74c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e3a8ffba-9e43-4644-be3c-7a66e139e74c.shg-btn {
  color: rgba(245, 245, 245, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-e3a8ffba-9e43-4644-be3c-7a66e139e74c.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Work Sans;
  
  font-size: 15px;
  color: rgba(245, 245, 245, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-e3a8ffba-9e43-4644-be3c-7a66e139e74c-atc-btn-wrapper {
    text-align: center;
  }


#s-e3a8ffba-9e43-4644-be3c-7a66e139e74c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e3a8ffba-9e43-4644-be3c-7a66e139e74c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e3a8ffba-9e43-4644-be3c-7a66e139e74c.shg-btn {
  color: rgba(245, 245, 245, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-e3a8ffba-9e43-4644-be3c-7a66e139e74c.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Work Sans;
  
  font-size: 15px;
  color: rgba(245, 245, 245, 1);
}


}@media (max-width: 767px){
  #s-e3a8ffba-9e43-4644-be3c-7a66e139e74c-atc-btn-wrapper {
    text-align: center;
  }


#s-e3a8ffba-9e43-4644-be3c-7a66e139e74c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e3a8ffba-9e43-4644-be3c-7a66e139e74c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e3a8ffba-9e43-4644-be3c-7a66e139e74c.shg-btn {
  color: rgba(245, 245, 245, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-e3a8ffba-9e43-4644-be3c-7a66e139e74c.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Work Sans;
  
  font-size: 15px;
  color: rgba(245, 245, 245, 1);
}


}
#s-8425085c-f0f1-46d7-b58f-9828dc1c235e {
  margin-bottom: 80px;
padding-top: 20px;
padding-left: 32px;
padding-bottom: 20px;
padding-right: 32px;
text-align: center;
background-color: rgba(1, 2, 3, 1);
}

#s-8425085c-f0f1-46d7-b58f-9828dc1c235e .shg-product-title-component h3 span {
  color: rgba(245, 245, 245, 1);
  font-weight:  700 ;
  font-family: Work Sans;
  
  font-size: 30px;
  
  
  
}

#s-10338cfd-8e40-49d6-80ab-be356d4f63d7 {
  margin-left: auto;
margin-right: auto;
max-width: 130px;
text-align: center;
opacity: 0;
}

#s-10338cfd-8e40-49d6-80ab-be356d4f63d7 {
  overflow: hidden;
  
  
      max-width: 130px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-10338cfd-8e40-49d6-80ab-be356d4f63d7 img.shogun-image {
    

    
    
    
  }


#s-10338cfd-8e40-49d6-80ab-be356d4f63d7 .shogun-image-content {
  
    justify-content: center;
  
}

#s-de711526-724c-4e6c-8a2f-82c6497ba351 {
  margin-bottom: 15px;
text-align: left;
}


.shg-c#s-de711526-724c-4e6c-8a2f-82c6497ba351 {
  max-width:  100%;
}

.shg-c#s-de711526-724c-4e6c-8a2f-82c6497ba351 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-de711526-724c-4e6c-8a2f-82c6497ba351 .shg-image-zoom,
.shg-c#s-de711526-724c-4e6c-8a2f-82c6497ba351 img.shogun-image {
  max-width: 280px !important;
  
}

.shg-c#s-de711526-724c-4e6c-8a2f-82c6497ba351 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-de711526-724c-4e6c-8a2f-82c6497ba351 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de711526-724c-4e6c-8a2f-82c6497ba351 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-de711526-724c-4e6c-8a2f-82c6497ba351 {
  max-width:  100%;
}

.shg-c#s-de711526-724c-4e6c-8a2f-82c6497ba351 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-de711526-724c-4e6c-8a2f-82c6497ba351 .shg-image-zoom,
.shg-c#s-de711526-724c-4e6c-8a2f-82c6497ba351 img.shogun-image {
  max-width: 280px !important;
  
}

.shg-c#s-de711526-724c-4e6c-8a2f-82c6497ba351 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-de711526-724c-4e6c-8a2f-82c6497ba351 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de711526-724c-4e6c-8a2f-82c6497ba351 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-de711526-724c-4e6c-8a2f-82c6497ba351 {
  max-width:  100%;
}

.shg-c#s-de711526-724c-4e6c-8a2f-82c6497ba351 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-de711526-724c-4e6c-8a2f-82c6497ba351 .shg-image-zoom,
.shg-c#s-de711526-724c-4e6c-8a2f-82c6497ba351 img.shogun-image {
  max-width: 280px !important;
  
}

.shg-c#s-de711526-724c-4e6c-8a2f-82c6497ba351 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-de711526-724c-4e6c-8a2f-82c6497ba351 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de711526-724c-4e6c-8a2f-82c6497ba351 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-de711526-724c-4e6c-8a2f-82c6497ba351 {
  max-width:  100%;
}

.shg-c#s-de711526-724c-4e6c-8a2f-82c6497ba351 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-de711526-724c-4e6c-8a2f-82c6497ba351 .shg-image-zoom,
.shg-c#s-de711526-724c-4e6c-8a2f-82c6497ba351 img.shogun-image {
  max-width: 280px !important;
  
}

.shg-c#s-de711526-724c-4e6c-8a2f-82c6497ba351 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-de711526-724c-4e6c-8a2f-82c6497ba351 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de711526-724c-4e6c-8a2f-82c6497ba351 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-de711526-724c-4e6c-8a2f-82c6497ba351 {
  max-width:  100%;
}

.shg-c#s-de711526-724c-4e6c-8a2f-82c6497ba351 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-de711526-724c-4e6c-8a2f-82c6497ba351 .shg-image-zoom,
.shg-c#s-de711526-724c-4e6c-8a2f-82c6497ba351 img.shogun-image {
  max-width: 280px !important;
  
}

.shg-c#s-de711526-724c-4e6c-8a2f-82c6497ba351 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-de711526-724c-4e6c-8a2f-82c6497ba351 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de711526-724c-4e6c-8a2f-82c6497ba351 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3f913c97-2a70-47db-b10b-f34b4de09ad1 {
  text-align: left;
opacity: 0;
}

#s-ad8b440d-0a76-4f80-bc9e-70480380af34 {
  padding-bottom: 12px;
text-align: center;
}

#s-ad8b440d-0a76-4f80-bc9e-70480380af34 .shg-product-sold-out {
  display: none;
  color: rgba(1, 2, 3, 1);
  font-size: 40px;
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-ad8b440d-0a76-4f80-bc9e-70480380af34 .shg-product-price {
  color: rgba(1, 2, 3, 1);
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 40px;
}

#s-ad8b440d-0a76-4f80-bc9e-70480380af34 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ab9a5653-bf0c-433e-8b18-2eedb76bcb2c {
  text-align: left;
}

#s-fac59ba1-2126-4cc3-b7cc-f67aed3dfa37 {
  margin-top: 30px;
padding-top: 11px;
padding-left: 27px;
padding-bottom: 11px;
padding-right: 27px;
border-radius: 11px;
background-color: rgba(175, 141, 31, 1);
text-align: center;
cursor: pointer;
color: rgba(245, 245, 245, 1);
background-image: none;
hover-type: color;
}
#s-fac59ba1-2126-4cc3-b7cc-f67aed3dfa37:hover {background-color: rgba(225, 181, 37, 1) !important;
text-decoration: none !important;
color: rgba(245, 245, 245, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-fac59ba1-2126-4cc3-b7cc-f67aed3dfa37:active {background-color: rgba(225, 181, 37, 1) !important;
text-decoration: none !important;
color: rgba(245, 245, 245, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-fac59ba1-2126-4cc3-b7cc-f67aed3dfa37-atc-btn-wrapper {
    text-align: center;
  }


#s-fac59ba1-2126-4cc3-b7cc-f67aed3dfa37 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fac59ba1-2126-4cc3-b7cc-f67aed3dfa37.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fac59ba1-2126-4cc3-b7cc-f67aed3dfa37.shg-btn {
  color: rgba(245, 245, 245, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-fac59ba1-2126-4cc3-b7cc-f67aed3dfa37.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Work Sans;
  
  font-size: 15px;
  color: rgba(245, 245, 245, 1);
}


@media (min-width: 1200px){
  #s-fac59ba1-2126-4cc3-b7cc-f67aed3dfa37-atc-btn-wrapper {
    text-align: center;
  }


#s-fac59ba1-2126-4cc3-b7cc-f67aed3dfa37 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fac59ba1-2126-4cc3-b7cc-f67aed3dfa37.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fac59ba1-2126-4cc3-b7cc-f67aed3dfa37.shg-btn {
  color: rgba(245, 245, 245, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-fac59ba1-2126-4cc3-b7cc-f67aed3dfa37.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Work Sans;
  
  font-size: 15px;
  color: rgba(245, 245, 245, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-fac59ba1-2126-4cc3-b7cc-f67aed3dfa37-atc-btn-wrapper {
    text-align: center;
  }


#s-fac59ba1-2126-4cc3-b7cc-f67aed3dfa37 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fac59ba1-2126-4cc3-b7cc-f67aed3dfa37.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fac59ba1-2126-4cc3-b7cc-f67aed3dfa37.shg-btn {
  color: rgba(245, 245, 245, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-fac59ba1-2126-4cc3-b7cc-f67aed3dfa37.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Work Sans;
  
  font-size: 15px;
  color: rgba(245, 245, 245, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-fac59ba1-2126-4cc3-b7cc-f67aed3dfa37-atc-btn-wrapper {
    text-align: center;
  }


#s-fac59ba1-2126-4cc3-b7cc-f67aed3dfa37 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fac59ba1-2126-4cc3-b7cc-f67aed3dfa37.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fac59ba1-2126-4cc3-b7cc-f67aed3dfa37.shg-btn {
  color: rgba(245, 245, 245, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-fac59ba1-2126-4cc3-b7cc-f67aed3dfa37.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Work Sans;
  
  font-size: 15px;
  color: rgba(245, 245, 245, 1);
}


}@media (max-width: 767px){
  #s-fac59ba1-2126-4cc3-b7cc-f67aed3dfa37-atc-btn-wrapper {
    text-align: center;
  }


#s-fac59ba1-2126-4cc3-b7cc-f67aed3dfa37 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fac59ba1-2126-4cc3-b7cc-f67aed3dfa37.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fac59ba1-2126-4cc3-b7cc-f67aed3dfa37.shg-btn {
  color: rgba(245, 245, 245, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-fac59ba1-2126-4cc3-b7cc-f67aed3dfa37.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Work Sans;
  
  font-size: 15px;
  color: rgba(245, 245, 245, 1);
}


}
#s-dba83885-3666-44e2-9b53-72f01f315a91 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 25px;
text-align: center;
}

#s-dba83885-3666-44e2-9b53-72f01f315a91 .shogun-heading-component h4 {
  color: rgba(1, 2, 3, 0.5);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-e728046d-08d3-47fc-abb6-90886cccd170 {
  padding-left: 150px;
padding-bottom: 180px;
padding-right: 150px;
}

@media (min-width: 0px) {
[id="s-e728046d-08d3-47fc-abb6-90886cccd170"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e728046d-08d3-47fc-abb6-90886cccd170"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-e728046d-08d3-47fc-abb6-90886cccd170"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-e728046d-08d3-47fc-abb6-90886cccd170"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-493dc615-2e3d-41e0-a737-b1acad97a2f7 {
  margin-left: auto;
margin-right: auto;
max-width: 180px;
text-align: center;
}

#s-493dc615-2e3d-41e0-a737-b1acad97a2f7 {
  overflow: hidden;
  
  
      max-width: 180px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-493dc615-2e3d-41e0-a737-b1acad97a2f7 img.shogun-image {
    

    
    
    
  }


#s-493dc615-2e3d-41e0-a737-b1acad97a2f7 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b81b776a-1159-4e6f-8c8b-7c65ed2d8dd1 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}

#s-b81b776a-1159-4e6f-8c8b-7c65ed2d8dd1 {
  overflow: hidden;
  
  
      max-width: 150px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-b81b776a-1159-4e6f-8c8b-7c65ed2d8dd1 img.shogun-image {
    

    
    
    
  }


#s-b81b776a-1159-4e6f-8c8b-7c65ed2d8dd1 .shogun-image-content {
  
    justify-content: center;
  
}

#s-6f460ec5-f589-4220-a6c0-3600ed566d24 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
text-align: center;
}

#s-6f460ec5-f589-4220-a6c0-3600ed566d24 {
  overflow: hidden;
  
  
      max-width: 70px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-6f460ec5-f589-4220-a6c0-3600ed566d24 img.shogun-image {
    

    
    
    
  }


#s-6f460ec5-f589-4220-a6c0-3600ed566d24 .shogun-image-content {
  
    justify-content: center;
  
}

#s-7f3c1948-cef9-4419-a3f3-251203aa79e6 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}

#s-7f3c1948-cef9-4419-a3f3-251203aa79e6 {
  overflow: hidden;
  
  
      max-width: 150px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-7f3c1948-cef9-4419-a3f3-251203aa79e6 img.shogun-image {
    

    
    
    
  }


#s-7f3c1948-cef9-4419-a3f3-251203aa79e6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-25d5fadb-11f4-4e75-94da-2f64c5d52d6e {
  padding-top: 50px;
padding-left: 100px;
padding-bottom: 70px;
padding-right: 100px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-25d5fadb-11f4-4e75-94da-2f64c5d52d6e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-25d5fadb-11f4-4e75-94da-2f64c5d52d6e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-25d5fadb-11f4-4e75-94da-2f64c5d52d6e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-25d5fadb-11f4-4e75-94da-2f64c5d52d6e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-25d5fadb-11f4-4e75-94da-2f64c5d52d6e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-25d5fadb-11f4-4e75-94da-2f64c5d52d6e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-25d5fadb-11f4-4e75-94da-2f64c5d52d6e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-6eda49d3-705f-41db-8b27-972c323a9298 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 30px;
text-align: left;
}

#s-6eda49d3-705f-41db-8b27-972c323a9298 .shogun-heading-component h4 {
  color: rgba(1, 2, 3, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 54px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-1551e951-94ab-4b66-9698-8fe7511bade3 {
  padding-bottom: 30px;
}

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

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

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-73d153e0-671a-40f8-832f-e068d48295a9 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(175, 141, 31, 1);
border-style: solid;
border-radius: 11px;
background-color: rgba(240, 236, 236, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(175, 141, 31, 1);
}
#s-73d153e0-671a-40f8-832f-e068d48295a9:hover {background-color: rgba(225, 181, 37, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(245, 245, 245, 1) !important;}#s-73d153e0-671a-40f8-832f-e068d48295a9:active {background-color: rgba(225, 181, 37, 1) !important;
text-decoration: none !important;
color: rgba(245, 245, 245, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-73d153e0-671a-40f8-832f-e068d48295a9-root {
    text-align: left;
  }


#s-73d153e0-671a-40f8-832f-e068d48295a9.shg-btn {
  color: rgba(175, 141, 31, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-73d153e0-671a-40f8-832f-e068d48295a9-root {
    text-align: left;
  }


#s-73d153e0-671a-40f8-832f-e068d48295a9.shg-btn {
  color: rgba(175, 141, 31, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-73d153e0-671a-40f8-832f-e068d48295a9-root {
    text-align: left;
  }


#s-73d153e0-671a-40f8-832f-e068d48295a9.shg-btn {
  color: rgba(175, 141, 31, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-73d153e0-671a-40f8-832f-e068d48295a9-root {
    text-align: left;
  }


#s-73d153e0-671a-40f8-832f-e068d48295a9.shg-btn {
  color: rgba(175, 141, 31, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-73d153e0-671a-40f8-832f-e068d48295a9-root {
    text-align: left;
  }


#s-73d153e0-671a-40f8-832f-e068d48295a9.shg-btn {
  color: rgba(175, 141, 31, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-0debdeb4-2e1c-4b89-8449-e420b1ec3f84 {
  margin-left: auto;
margin-right: auto;
text-align: right;
}

#s-0debdeb4-2e1c-4b89-8449-e420b1ec3f84 {
  overflow: hidden;
  
  
}







  #s-0debdeb4-2e1c-4b89-8449-e420b1ec3f84 img.shogun-image {
    

    
    
    
  }


#s-0debdeb4-2e1c-4b89-8449-e420b1ec3f84 .shogun-image-content {
  
    justify-content: center;
  
}

#s-156e1927-a413-4f94-9938-2295492b03b9 {
  padding-top: 210px;
padding-left: 130px;
padding-bottom: 100px;
padding-right: 130px;
min-height: 50px;
background-color: rgba(1, 2, 3, 1);
}








#s-156e1927-a413-4f94-9938-2295492b03b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-156e1927-a413-4f94-9938-2295492b03b9.shg-box.shg-c {
  justify-content: center;
}

#s-555fb038-40c7-4854-9677-a4560ecfb645 {
  max-width: 650px;
text-align: center;
}

#s-555fb038-40c7-4854-9677-a4560ecfb645 {
  overflow: hidden;
  
  
      max-width: 650px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-555fb038-40c7-4854-9677-a4560ecfb645 img.shogun-image {
    

    
    
    
  }


#s-555fb038-40c7-4854-9677-a4560ecfb645 .shogun-image-content {
  
    justify-content: center;
  
}

#s-9959dc67-e3fb-4825-a4d3-821152cbd861 {
  padding-top: 0px;
padding-bottom: 140px;
}

@media (min-width: 0px) {
[id="s-9959dc67-e3fb-4825-a4d3-821152cbd861"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9959dc67-e3fb-4825-a4d3-821152cbd861"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9959dc67-e3fb-4825-a4d3-821152cbd861"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9959dc67-e3fb-4825-a4d3-821152cbd861"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c298154e-1dcd-400e-a1bf-8729c56203d9 {
  padding-bottom: 30px;
}

#s-56f47ee1-2b25-415c-b9c8-79c131aee8b3 {
  padding-top: 0px;
padding-bottom: 40px;
text-align: left;
}

#s-56f47ee1-2b25-415c-b9c8-79c131aee8b3 .shogun-heading-component h3 {
  color: rgba(175, 141, 31, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-479ba661-95a7-4312-9eed-67acbd3bd692 {
  padding-bottom: 30px;
}

#s-2886daa1-cf69-4be1-b28a-11e3135b8b6b {
  padding-bottom: 30px;
}

#s-d5482878-35d6-477a-acd1-64d3df8b71ba {
  padding-bottom: 30px;
}

#s-e1eadf19-3ccc-4a20-8595-bfd2015aeb3d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e1eadf19-3ccc-4a20-8595-bfd2015aeb3d .shogun-heading-component h5 {
  color: rgba(245, 245, 245, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  text-align: left;
}



#s-77e8d124-6543-4454-a6f2-e5cf7be214c7 {
  padding-top: 0px;
padding-bottom: 30px;
text-align: left;
}

#s-77e8d124-6543-4454-a6f2-e5cf7be214c7 .shogun-heading-component h6 {
  color: rgba(245, 245, 245, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  text-align: left;
}



#s-5ef8d443-a63b-4874-8d90-43463400d2bc {
  text-align: left;
}

#s-5ef8d443-a63b-4874-8d90-43463400d2bc {
  overflow: hidden;
  
  
}







  #s-5ef8d443-a63b-4874-8d90-43463400d2bc img.shogun-image {
    

    
    
    
  }


#s-5ef8d443-a63b-4874-8d90-43463400d2bc .shogun-image-content {
  
    justify-content: center;
  
}

#s-59ca2790-3fde-486c-962b-9ebc7f3e5c56 {
  padding-bottom: 30px;
}

#s-68917a05-aede-45af-bbcc-8e3b1465346b {
  padding-top: 0px;
padding-bottom: 40px;
text-align: left;
}

#s-68917a05-aede-45af-bbcc-8e3b1465346b .shogun-heading-component h3 {
  color: rgba(175, 141, 31, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-d86f37f2-b870-465c-a0d1-a386b889f33c {
  padding-bottom: 30px;
}

#s-749a403b-4d09-408b-bf72-9e628c846b2d {
  padding-bottom: 30px;
}

#s-6ec7f83f-096e-4e2c-9c1a-303d4742aa3d {
  padding-bottom: 30px;
}

#s-291b99d6-0db8-47d1-be69-292594092aea {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-291b99d6-0db8-47d1-be69-292594092aea .shogun-heading-component h5 {
  color: rgba(245, 245, 245, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  text-align: left;
}



#s-90dabcf3-d4b3-4570-8110-a34960455c3a {
  padding-top: 0px;
padding-bottom: 30px;
text-align: left;
}

#s-90dabcf3-d4b3-4570-8110-a34960455c3a .shogun-heading-component h6 {
  color: rgba(245, 245, 245, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  text-align: left;
}



#s-7f54aa02-8cb8-439c-a4e9-5e052cb74fb0 {
  text-align: left;
}

#s-7f54aa02-8cb8-439c-a4e9-5e052cb74fb0 {
  overflow: hidden;
  
  
}







  #s-7f54aa02-8cb8-439c-a4e9-5e052cb74fb0 img.shogun-image {
    

    
    
    
  }


#s-7f54aa02-8cb8-439c-a4e9-5e052cb74fb0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a4adbf90-f798-4cb4-a859-6c5551087715 {
  padding-bottom: 30px;
}

#s-4e5eebd1-12e4-4950-846f-95c1f849bd9d {
  padding-top: 0px;
padding-bottom: 40px;
text-align: left;
}

#s-4e5eebd1-12e4-4950-846f-95c1f849bd9d .shogun-heading-component h3 {
  color: rgba(175, 141, 31, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-67f62ad4-eea6-4d86-b19d-92c6f6ee651b {
  padding-bottom: 30px;
}

#s-9aefed02-4be8-4792-891e-4c1da6aa0166 {
  padding-bottom: 30px;
}

#s-1679ba31-03f6-4372-8530-9b99b82d29ee {
  padding-bottom: 30px;
}

#s-87df6a74-cfbc-487f-8a95-ee4609433487 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-87df6a74-cfbc-487f-8a95-ee4609433487 .shogun-heading-component h5 {
  color: rgba(245, 245, 245, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  text-align: left;
}



#s-92d18837-7e0f-4107-85b1-0805c9116733 {
  padding-top: 0px;
padding-bottom: 30px;
text-align: left;
}

#s-92d18837-7e0f-4107-85b1-0805c9116733 .shogun-heading-component h6 {
  color: rgba(245, 245, 245, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  text-align: left;
}



#s-60d638ab-630f-491a-bd63-7ebc08652d73 {
  text-align: left;
}

#s-60d638ab-630f-491a-bd63-7ebc08652d73 {
  overflow: hidden;
  
  
}







  #s-60d638ab-630f-491a-bd63-7ebc08652d73 img.shogun-image {
    

    
    
    
  }


#s-60d638ab-630f-491a-bd63-7ebc08652d73 .shogun-image-content {
  
    justify-content: center;
  
}

#s-fecc526a-496d-4388-b8d8-f08eae1af54e {
  margin-top: 0px;
margin-bottom: 140px;
background-color: #000;
}

@media (min-width: 0px) {
[id="s-fecc526a-496d-4388-b8d8-f08eae1af54e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fecc526a-496d-4388-b8d8-f08eae1af54e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fecc526a-496d-4388-b8d8-f08eae1af54e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fecc526a-496d-4388-b8d8-f08eae1af54e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-07b55d58-8710-4541-aa87-311acc504609 {
  margin-top: 0px;
margin-bottom: 30px;
text-align: center;
}

#s-07b55d58-8710-4541-aa87-311acc504609 {
  overflow: hidden;
  
  
}







  #s-07b55d58-8710-4541-aa87-311acc504609 img.shogun-image {
    

    
    
    
  }


#s-07b55d58-8710-4541-aa87-311acc504609 .shogun-image-content {
  
    justify-content: center;
  
}

#s-db43bf56-458e-4e3c-b0d3-78a66648d9e8 {
  padding-top: 0px;
padding-bottom: 15px;
text-align: center;
}

#s-db43bf56-458e-4e3c-b0d3-78a66648d9e8 .shogun-heading-component h4 {
  color: rgba(175, 141, 31, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-1f26d7a2-f65d-4c09-aa3e-b1a2ee9578d8 {
  padding-top: 0px;
padding-bottom: 35px;
text-align: center;
}

#s-1f26d7a2-f65d-4c09-aa3e-b1a2ee9578d8 .shogun-heading-component h5 {
  color: rgba(1, 2, 3, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}



#s-040bb73f-8ae8-44dc-9303-66cf2d2597a6 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-040bb73f-8ae8-44dc-9303-66cf2d2597a6 .shogun-heading-component h5 {
  color: rgba(1, 2, 3, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  italic ;
  font-size: 20px;
  line-height: 1.4em;
  
  
}



#s-681ece09-bd58-47b8-a4c8-1bb62df26219 {
  margin-bottom: 30px;
text-align: center;
}

#s-681ece09-bd58-47b8-a4c8-1bb62df26219 {
  overflow: hidden;
  
  
}







  #s-681ece09-bd58-47b8-a4c8-1bb62df26219 img.shogun-image {
    

    
    
    
  }


#s-681ece09-bd58-47b8-a4c8-1bb62df26219 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d551a9ae-7570-4831-82f8-a4d2b20b200e {
  padding-top: 0px;
padding-bottom: 15px;
text-align: center;
}

#s-d551a9ae-7570-4831-82f8-a4d2b20b200e .shogun-heading-component h4 {
  color: rgba(175, 141, 31, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-f674a1db-35c0-4f92-b149-890a7d8b1239 {
  padding-top: 0px;
padding-bottom: 35px;
text-align: center;
}

#s-f674a1db-35c0-4f92-b149-890a7d8b1239 .shogun-heading-component h5 {
  color: rgba(1, 2, 3, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}



#s-87a65ab7-15de-4ac2-b188-a25b4a38e5ed {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-87a65ab7-15de-4ac2-b188-a25b4a38e5ed .shogun-heading-component h5 {
  color: rgba(1, 2, 3, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  italic ;
  font-size: 20px;
  line-height: 1.4em;
  
  
}



#s-54635607-64fa-4616-952f-5a07cc8b94e3 {
  margin-bottom: 30px;
text-align: center;
}

#s-54635607-64fa-4616-952f-5a07cc8b94e3 {
  overflow: hidden;
  
  
}







  #s-54635607-64fa-4616-952f-5a07cc8b94e3 img.shogun-image {
    

    
    
    
  }


#s-54635607-64fa-4616-952f-5a07cc8b94e3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-26cd86ab-f654-47c3-8d1e-d603f73dd4aa {
  padding-top: 0px;
padding-bottom: 15px;
text-align: center;
}

#s-26cd86ab-f654-47c3-8d1e-d603f73dd4aa .shogun-heading-component h4 {
  color: rgba(175, 141, 31, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-5e65deb4-52f9-4edf-9936-4aa99fd31b37 {
  padding-top: 0px;
padding-bottom: 35px;
text-align: center;
}

#s-5e65deb4-52f9-4edf-9936-4aa99fd31b37 .shogun-heading-component h5 {
  color: rgba(1, 2, 3, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}



#s-3c58494c-4e6a-4e04-b00f-3a9c66fc1166 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3c58494c-4e6a-4e04-b00f-3a9c66fc1166 .shogun-heading-component h5 {
  color: rgba(1, 2, 3, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  italic ;
  font-size: 20px;
  line-height: 1.4em;
  
  
}



#s-b48a320b-e46e-4dd2-87fd-01417b4ca0aa {
  padding-top: 0px;
padding-bottom: 40px;
text-align: center;
}

#s-b48a320b-e46e-4dd2-87fd-01417b4ca0aa .shogun-heading-component h2 {
  color: rgba(245, 245, 245, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 64px;
  line-height: 1.2em;
  
  
}



#s-349c1b0c-b5d0-4805-922d-52d152197053 {
  padding-top: 0px;
padding-bottom: 70px;
text-align: center;
}

#s-349c1b0c-b5d0-4805-922d-52d152197053 .shogun-heading-component h4 {
  color: rgba(245, 245, 245, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.4em;
  
  
}



#s-ca2bf1ed-1d83-4375-847e-235daf9c6bf2 {
  margin-bottom: 75px;
}

#s-9dfa3658-cf35-44cb-b4ff-104e95c64441 {
  margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-9dfa3658-cf35-44cb-b4ff-104e95c64441 .shogun-heading-component h2 {
  color: rgba(245, 245, 245, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 64px;
  line-height: 1.2em;
  
  
}



#s-e71bfbc9-b7d2-4b63-ba8e-b9a8803091ac {
  margin-bottom: 40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e71bfbc9-b7d2-4b63-ba8e-b9a8803091ac .shogun-heading-component h5 {
  color: rgba(245, 245, 245, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.4em;
  
  
}



#s-98d8ad28-080d-43e4-8346-063d13c927f1 {
  margin-bottom: 40px;
padding-bottom: 0px;
}

#s-03f291a3-5d5c-4084-b844-941c25fd52ba {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 11px;
background-color: rgba(175, 141, 31, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(245, 245, 245, 1);
}
#s-03f291a3-5d5c-4084-b844-941c25fd52ba:hover {background-color: rgba(225, 181, 37, 1) !important;
text-decoration: none !important;
color: rgba(245, 245, 245, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-03f291a3-5d5c-4084-b844-941c25fd52ba:active {background-color: rgba(225, 181, 37, 1) !important;
text-decoration: none !important;
color: rgba(245, 245, 245, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-03f291a3-5d5c-4084-b844-941c25fd52ba-root {
    text-align: center;
  }


#s-03f291a3-5d5c-4084-b844-941c25fd52ba.shg-btn {
  color: rgba(245, 245, 245, 1);
  font-size: 22px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-03f291a3-5d5c-4084-b844-941c25fd52ba-root {
    text-align: center;
  }


#s-03f291a3-5d5c-4084-b844-941c25fd52ba.shg-btn {
  color: rgba(245, 245, 245, 1);
  font-size: 22px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-03f291a3-5d5c-4084-b844-941c25fd52ba-root {
    text-align: center;
  }


#s-03f291a3-5d5c-4084-b844-941c25fd52ba.shg-btn {
  color: rgba(245, 245, 245, 1);
  font-size: 22px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-03f291a3-5d5c-4084-b844-941c25fd52ba-root {
    text-align: center;
  }


#s-03f291a3-5d5c-4084-b844-941c25fd52ba.shg-btn {
  color: rgba(245, 245, 245, 1);
  font-size: 22px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-03f291a3-5d5c-4084-b844-941c25fd52ba-root {
    text-align: center;
  }


#s-03f291a3-5d5c-4084-b844-941c25fd52ba.shg-btn {
  color: rgba(245, 245, 245, 1);
  font-size: 22px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-679af02a-f1a5-4178-8d6c-b797bdc0365f {
  padding-top: 60px;
padding-left: 130px;
padding-bottom: 60px;
padding-right: 130px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-679af02a-f1a5-4178-8d6c-b797bdc0365f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-679af02a-f1a5-4178-8d6c-b797bdc0365f.shg-box.shg-c {
  justify-content: center;
}

#s-f3e7251c-b4f3-476c-a915-8f7e0f782416 {
  padding-top: 0px;
padding-bottom: 55px;
text-align: center;
}

#s-f3e7251c-b4f3-476c-a915-8f7e0f782416 .shogun-heading-component h2 {
  color: rgba(1, 2, 3, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 64px;
  line-height: 1.2em;
  
  
}



@media (min-width: 0px) {
[id="s-c43df287-b328-4f73-a020-8c351b78a783"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c43df287-b328-4f73-a020-8c351b78a783"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c43df287-b328-4f73-a020-8c351b78a783"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c43df287-b328-4f73-a020-8c351b78a783"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b653add0-d093-41d3-90c2-92f3da92d06d {
  padding-top: 0px;
padding-bottom: 30px;
text-align: left;
}

#s-b653add0-d093-41d3-90c2-92f3da92d06d .shogun-heading-component h3 {
  color: rgba(1, 2, 3, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-ed3e8546-8505-45ba-ba3f-adfeaea361d4 {
  padding-top: 0px;
padding-bottom: 30px;
text-align: left;
}

#s-ed3e8546-8505-45ba-ba3f-adfeaea361d4 .shogun-heading-component h3 {
  color: rgba(1, 2, 3, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-a4f3809a-53f6-4895-b464-d9f5b5fa88fc {
  padding-top: 0px;
padding-bottom: 30px;
text-align: left;
}

#s-a4f3809a-53f6-4895-b464-d9f5b5fa88fc .shogun-heading-component h3 {
  color: rgba(1, 2, 3, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-5a99c51b-c093-4f9d-9d9c-b6686b2df7d7 {
  padding-top: 90px;
padding-left: 130px;
padding-bottom: 80px;
padding-right: 130px;
min-height: 50px;
}








#s-5a99c51b-c093-4f9d-9d9c-b6686b2df7d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5a99c51b-c093-4f9d-9d9c-b6686b2df7d7.shg-box.shg-c {
  justify-content: center;
}

#s-7872e211-d118-425b-9a48-02b2e9d76f02 {
  padding-top: 0px;
padding-bottom: 11px;
text-align: left;
}

#s-7872e211-d118-425b-9a48-02b2e9d76f02 .shogun-heading-component h2 {
  color: rgba(1, 2, 3, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 64px;
  line-height: 1.2em;
  
  text-align: left;
}



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

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

#s-8167561e-4051-4131-be2d-793619bfe236 {
  margin-top: 0px;
margin-bottom: 70px;
padding-left: 0px;
padding-right: 60%;
}

#s-8167561e-4051-4131-be2d-793619bfe236 hr {
  border-top: 12px solid rgba(175, 141, 31, 1);
}

#s-c2eafe05-4d44-4539-b9ce-36d7c0e5a176 {
  margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-c2eafe05-4d44-4539-b9ce-36d7c0e5a176"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2eafe05-4d44-4539-b9ce-36d7c0e5a176"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c2eafe05-4d44-4539-b9ce-36d7c0e5a176"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2eafe05-4d44-4539-b9ce-36d7c0e5a176"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-51ef8608-dff2-4ecb-88e7-92d2ee1bee8f {
  padding-top: 0px;
padding-bottom: 8px;
text-align: left;
}

#s-51ef8608-dff2-4ecb-88e7-92d2ee1bee8f .shogun-heading-component h4 {
  color: rgba(1, 2, 3, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.1em;
  
  text-align: left;
}



#s-a0509002-7dad-4692-98f6-39ff006773da {
  padding-top: 0px;
padding-bottom: 8px;
text-align: left;
}

#s-a0509002-7dad-4692-98f6-39ff006773da .shogun-heading-component h4 {
  color: rgba(1, 2, 3, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.1em;
  
  text-align: left;
}



#s-20b67360-cf52-49b7-8eca-f2f065160390 {
  margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-20b67360-cf52-49b7-8eca-f2f065160390"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-20b67360-cf52-49b7-8eca-f2f065160390"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-20b67360-cf52-49b7-8eca-f2f065160390"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-20b67360-cf52-49b7-8eca-f2f065160390"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4201d877-cc02-425f-aa42-7437928e64b6 {
  padding-top: 0px;
padding-bottom: 8px;
text-align: left;
}

#s-4201d877-cc02-425f-aa42-7437928e64b6 .shogun-heading-component h4 {
  color: rgba(1, 2, 3, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.1em;
  
  text-align: left;
}



#s-c72c58d0-4455-4a38-bfae-2daab7d9743a {
  padding-top: 0px;
padding-bottom: 8px;
text-align: left;
}

#s-c72c58d0-4455-4a38-bfae-2daab7d9743a .shogun-heading-component h4 {
  color: rgba(1, 2, 3, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.1em;
  
  text-align: left;
}



#s-e0ba2c66-2477-476b-973c-37e0a81d655c {
  margin-bottom: 135px;
}

@media (min-width: 0px) {
[id="s-e0ba2c66-2477-476b-973c-37e0a81d655c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e0ba2c66-2477-476b-973c-37e0a81d655c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e0ba2c66-2477-476b-973c-37e0a81d655c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e0ba2c66-2477-476b-973c-37e0a81d655c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e3775592-42cc-4b31-bb19-6c294669347f {
  padding-top: 0px;
padding-bottom: 8px;
text-align: left;
}

#s-e3775592-42cc-4b31-bb19-6c294669347f .shogun-heading-component h4 {
  color: rgba(1, 2, 3, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.1em;
  
  text-align: left;
}



#s-ce223523-2421-4359-8cfa-601158bfdc07 {
  margin-bottom: 20px;
}

#s-a5035b97-9783-4de5-a599-e3e1a759fdc0 {
  margin-bottom: 20px;
}

#s-937f95fd-93a2-41d7-8729-aee5e6b7097a {
  padding-top: 50px;
padding-left: 100px;
padding-bottom: 70px;
padding-right: 100px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(1, 2, 3, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-937f95fd-93a2-41d7-8729-aee5e6b7097a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-937f95fd-93a2-41d7-8729-aee5e6b7097a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-937f95fd-93a2-41d7-8729-aee5e6b7097a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-937f95fd-93a2-41d7-8729-aee5e6b7097a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-937f95fd-93a2-41d7-8729-aee5e6b7097a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-937f95fd-93a2-41d7-8729-aee5e6b7097a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-937f95fd-93a2-41d7-8729-aee5e6b7097a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-afb8137a-17a0-46d7-afc9-5bb00c5b52eb {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 30px;
text-align: left;
}

#s-afb8137a-17a0-46d7-afc9-5bb00c5b52eb .shogun-heading-component h4 {
  color: rgba(1, 2, 3, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 54px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-cdd2afbc-8af4-464a-9661-197719952d21 {
  padding-bottom: 30px;
}

#s-f717171a-f850-4514-87c6-cf482c1abbe1 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(175, 141, 31, 1);
border-style: solid;
border-radius: 11px;
background-color: rgba(240, 236, 236, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(175, 141, 31, 1);
}
#s-f717171a-f850-4514-87c6-cf482c1abbe1:hover {background-color: rgba(225, 181, 37, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(245, 245, 245, 1) !important;}#s-f717171a-f850-4514-87c6-cf482c1abbe1:active {background-color: rgba(225, 181, 37, 1) !important;
text-decoration: none !important;
color: rgba(245, 245, 245, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-f717171a-f850-4514-87c6-cf482c1abbe1-root {
    text-align: left;
  }


#s-f717171a-f850-4514-87c6-cf482c1abbe1.shg-btn {
  color: rgba(175, 141, 31, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f717171a-f850-4514-87c6-cf482c1abbe1-root {
    text-align: left;
  }


#s-f717171a-f850-4514-87c6-cf482c1abbe1.shg-btn {
  color: rgba(175, 141, 31, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f717171a-f850-4514-87c6-cf482c1abbe1-root {
    text-align: left;
  }


#s-f717171a-f850-4514-87c6-cf482c1abbe1.shg-btn {
  color: rgba(175, 141, 31, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f717171a-f850-4514-87c6-cf482c1abbe1-root {
    text-align: left;
  }


#s-f717171a-f850-4514-87c6-cf482c1abbe1.shg-btn {
  color: rgba(175, 141, 31, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f717171a-f850-4514-87c6-cf482c1abbe1-root {
    text-align: left;
  }


#s-f717171a-f850-4514-87c6-cf482c1abbe1.shg-btn {
  color: rgba(175, 141, 31, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-7a843cbe-92e3-4924-bb89-1e0854a4b959 {
  margin-left: auto;
margin-right: auto;
text-align: right;
}

#s-7a843cbe-92e3-4924-bb89-1e0854a4b959 {
  overflow: hidden;
  
  
}







  #s-7a843cbe-92e3-4924-bb89-1e0854a4b959 img.shogun-image {
    

    
    
    
  }


#s-7a843cbe-92e3-4924-bb89-1e0854a4b959 .shogun-image-content {
  
    justify-content: center;
  
}

#s-6a21f08b-ee31-4abb-97be-8b02ec9a94dc {
  padding-top: 100px;
padding-left: 130px;
padding-bottom: 10px;
padding-right: 130px;
min-height: 50px;
}








#s-6a21f08b-ee31-4abb-97be-8b02ec9a94dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6a21f08b-ee31-4abb-97be-8b02ec9a94dc.shg-box.shg-c {
  justify-content: center;
}

#s-494b2a90-aafe-40d1-929b-88d3dc12ea97 {
  padding-top: 0px;
padding-bottom: 85px;
text-align: center;
}

#s-494b2a90-aafe-40d1-929b-88d3dc12ea97 .shogun-heading-component h2 {
  color: rgba(1, 2, 3, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 64px;
  line-height: 1.2em;
  
  
}



#s-3811b1b7-20a8-4c09-9fe6-2cce2c0add5c {
  margin-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-3811b1b7-20a8-4c09-9fe6-2cce2c0add5c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3811b1b7-20a8-4c09-9fe6-2cce2c0add5c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-3811b1b7-20a8-4c09-9fe6-2cce2c0add5c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-3811b1b7-20a8-4c09-9fe6-2cce2c0add5c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-0140b8de-51e8-4615-b465-f08d8cde1c16 {
  margin-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-0140b8de-51e8-4615-b465-f08d8cde1c16"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0140b8de-51e8-4615-b465-f08d8cde1c16"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-0140b8de-51e8-4615-b465-f08d8cde1c16"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-0140b8de-51e8-4615-b465-f08d8cde1c16"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 0px) {
[id="s-bec43b1a-efae-4eac-a01f-080826f7d982"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bec43b1a-efae-4eac-a01f-080826f7d982"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-bec43b1a-efae-4eac-a01f-080826f7d982"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-bec43b1a-efae-4eac-a01f-080826f7d982"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-a655a9e2-cf89-42f0-8aae-8be6cd9fd1f9 {
  padding-top: 45px;
min-height: 50px;
}








#s-a655a9e2-cf89-42f0-8aae-8be6cd9fd1f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a655a9e2-cf89-42f0-8aae-8be6cd9fd1f9.shg-box.shg-c {
  justify-content: center;
}

#s-a6adfd58-94ec-4e4a-86e4-1461ebc28a0c {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-a6adfd58-94ec-4e4a-86e4-1461ebc28a0c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a6adfd58-94ec-4e4a-86e4-1461ebc28a0c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a6adfd58-94ec-4e4a-86e4-1461ebc28a0c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a6adfd58-94ec-4e4a-86e4-1461ebc28a0c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-738b9100-9ed1-4dad-8f7d-0f93b1b432f9 {
  margin-top: 0px;
margin-bottom: 30px;
text-align: center;
}

#s-738b9100-9ed1-4dad-8f7d-0f93b1b432f9 {
  overflow: hidden;
  
  
}







  #s-738b9100-9ed1-4dad-8f7d-0f93b1b432f9 img.shogun-image {
    

    
    
    
  }


#s-738b9100-9ed1-4dad-8f7d-0f93b1b432f9 .shogun-image-content {
  
    justify-content: center;
  
}

#s-3aded0f2-60eb-4e08-9fd9-cb79bacd3469 {
  padding-top: 0px;
padding-bottom: 15px;
text-align: center;
}

#s-3aded0f2-60eb-4e08-9fd9-cb79bacd3469 .shogun-heading-component h4 {
  color: rgba(175, 141, 31, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-371822d7-3e2d-4b5d-a44d-7ac7c0a5d9d0 {
  padding-top: 0px;
padding-bottom: 35px;
text-align: center;
}

#s-371822d7-3e2d-4b5d-a44d-7ac7c0a5d9d0 .shogun-heading-component h5 {
  color: rgba(1, 2, 3, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}



#s-dbb8a14a-a821-479d-972a-7d25529c2cfb {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-dbb8a14a-a821-479d-972a-7d25529c2cfb .shogun-heading-component h5 {
  color: rgba(1, 2, 3, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  italic ;
  font-size: 20px;
  line-height: 1.4em;
  
  
}



#s-611a8226-73c1-41a0-b7c5-58db16387aa0 {
  margin-bottom: 30px;
text-align: center;
}

#s-611a8226-73c1-41a0-b7c5-58db16387aa0 {
  overflow: hidden;
  
  
}







  #s-611a8226-73c1-41a0-b7c5-58db16387aa0 img.shogun-image {
    

    
    
    
  }


#s-611a8226-73c1-41a0-b7c5-58db16387aa0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-7dceea11-dcd8-4fce-9b05-10b3e12b2869 {
  padding-top: 0px;
padding-bottom: 15px;
text-align: center;
}

#s-7dceea11-dcd8-4fce-9b05-10b3e12b2869 .shogun-heading-component h4 {
  color: rgba(175, 141, 31, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-b347c546-735f-4d59-9776-17a2adda8173 {
  padding-top: 0px;
padding-bottom: 35px;
text-align: center;
}

#s-b347c546-735f-4d59-9776-17a2adda8173 .shogun-heading-component h5 {
  color: rgba(1, 2, 3, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}



#s-c0a3674a-c53e-4ba1-8a78-1a520a63ec89 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c0a3674a-c53e-4ba1-8a78-1a520a63ec89 .shogun-heading-component h5 {
  color: rgba(1, 2, 3, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  italic ;
  font-size: 20px;
  line-height: 1.4em;
  
  
}



#s-eaeb38c1-a027-412d-9784-5bbf0793752c {
  margin-bottom: 30px;
text-align: center;
}

#s-eaeb38c1-a027-412d-9784-5bbf0793752c {
  overflow: hidden;
  
  
}







  #s-eaeb38c1-a027-412d-9784-5bbf0793752c img.shogun-image {
    

    
    
    
  }


#s-eaeb38c1-a027-412d-9784-5bbf0793752c .shogun-image-content {
  
    justify-content: center;
  
}

#s-f661c9e6-788d-4245-9ff8-6040c0755067 {
  padding-top: 0px;
padding-bottom: 15px;
text-align: center;
}

#s-f661c9e6-788d-4245-9ff8-6040c0755067 .shogun-heading-component h4 {
  color: rgba(175, 141, 31, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-daac3289-bddd-460b-ba26-873749eb7338 {
  padding-top: 0px;
padding-bottom: 35px;
text-align: center;
}

#s-daac3289-bddd-460b-ba26-873749eb7338 .shogun-heading-component h5 {
  color: rgba(1, 2, 3, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}



#s-9af8d41d-555b-4b57-8dc3-4b8dd64e4ad2 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-9af8d41d-555b-4b57-8dc3-4b8dd64e4ad2 .shogun-heading-component h5 {
  color: rgba(1, 2, 3, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  italic ;
  font-size: 20px;
  line-height: 1.4em;
  
  
}



#s-5354f78a-7da2-417f-bc53-0ba48479d295 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-5354f78a-7da2-417f-bc53-0ba48479d295"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5354f78a-7da2-417f-bc53-0ba48479d295"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5354f78a-7da2-417f-bc53-0ba48479d295"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5354f78a-7da2-417f-bc53-0ba48479d295"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f8722bf3-2008-4c98-a1dd-50e997d2262f {
  margin-top: 0px;
margin-bottom: 30px;
text-align: center;
}

#s-f8722bf3-2008-4c98-a1dd-50e997d2262f {
  overflow: hidden;
  
  
}







  #s-f8722bf3-2008-4c98-a1dd-50e997d2262f img.shogun-image {
    

    
    
    
  }


#s-f8722bf3-2008-4c98-a1dd-50e997d2262f .shogun-image-content {
  
    justify-content: center;
  
}

#s-bdb62e76-bffb-4c07-b3a5-a84bb3c134fe {
  padding-top: 0px;
padding-bottom: 15px;
text-align: center;
}

#s-bdb62e76-bffb-4c07-b3a5-a84bb3c134fe .shogun-heading-component h4 {
  color: rgba(175, 141, 31, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-434e4d24-bbe8-4e6d-a249-51cfb7a6ad6b {
  padding-top: 0px;
padding-bottom: 35px;
text-align: center;
}

#s-434e4d24-bbe8-4e6d-a249-51cfb7a6ad6b .shogun-heading-component h5 {
  color: rgba(1, 2, 3, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}



#s-42d3b2bb-c066-417b-a81c-e76fde642319 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-42d3b2bb-c066-417b-a81c-e76fde642319 .shogun-heading-component h5 {
  color: rgba(1, 2, 3, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  italic ;
  font-size: 20px;
  line-height: 1.4em;
  
  
}



#s-45f4af51-d361-4ca4-86e1-f613c07c1906 {
  margin-bottom: 30px;
text-align: center;
}

#s-45f4af51-d361-4ca4-86e1-f613c07c1906 {
  overflow: hidden;
  
  
}







  #s-45f4af51-d361-4ca4-86e1-f613c07c1906 img.shogun-image {
    

    
    
    
  }


#s-45f4af51-d361-4ca4-86e1-f613c07c1906 .shogun-image-content {
  
    justify-content: center;
  
}

#s-33cb5bd3-f48f-4919-8f94-f0dff4a02797 {
  padding-top: 0px;
padding-bottom: 15px;
text-align: center;
}

#s-33cb5bd3-f48f-4919-8f94-f0dff4a02797 .shogun-heading-component h4 {
  color: rgba(175, 141, 31, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-68ec91bd-8de5-4637-bb95-1028e341dbdd {
  padding-top: 0px;
padding-bottom: 35px;
text-align: center;
}

#s-68ec91bd-8de5-4637-bb95-1028e341dbdd .shogun-heading-component h5 {
  color: rgba(1, 2, 3, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}



#s-a472ac8b-2ab0-4567-bd3e-f756893f4772 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a472ac8b-2ab0-4567-bd3e-f756893f4772 .shogun-heading-component h5 {
  color: rgba(1, 2, 3, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  italic ;
  font-size: 20px;
  line-height: 1.4em;
  
  
}



#s-5fe2fbec-8f34-4145-aae1-5e569b440ca4 {
  margin-bottom: 30px;
text-align: center;
}

#s-5fe2fbec-8f34-4145-aae1-5e569b440ca4 {
  overflow: hidden;
  
  
}







  #s-5fe2fbec-8f34-4145-aae1-5e569b440ca4 img.shogun-image {
    

    
    
    
  }


#s-5fe2fbec-8f34-4145-aae1-5e569b440ca4 .shogun-image-content {
  
    justify-content: center;
  
}

#s-e2a52806-1306-4eef-9f85-e99881649ad6 {
  padding-top: 0px;
padding-bottom: 15px;
text-align: center;
}

#s-e2a52806-1306-4eef-9f85-e99881649ad6 .shogun-heading-component h4 {
  color: rgba(175, 141, 31, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-4db5dca1-51f2-4ebb-bc12-a355eeb24c8f {
  padding-top: 0px;
padding-bottom: 35px;
text-align: center;
}

#s-4db5dca1-51f2-4ebb-bc12-a355eeb24c8f .shogun-heading-component h5 {
  color: rgba(1, 2, 3, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}



#s-baf1bc50-7f15-4464-8af0-27a02732c074 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-baf1bc50-7f15-4464-8af0-27a02732c074 .shogun-heading-component h5 {
  color: rgba(1, 2, 3, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  italic ;
  font-size: 20px;
  line-height: 1.4em;
  
  
}



@media (min-width: 0px) {
[id="s-4ded0ad7-059f-47ff-9b16-11697b1852cb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4ded0ad7-059f-47ff-9b16-11697b1852cb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4ded0ad7-059f-47ff-9b16-11697b1852cb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ded0ad7-059f-47ff-9b16-11697b1852cb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-85cc0543-d9da-457e-97e2-a0aee480ecdc {
  margin-right: -20px;
text-align: center;
}

#s-85cc0543-d9da-457e-97e2-a0aee480ecdc {
  overflow: hidden;
  
  
}







  #s-85cc0543-d9da-457e-97e2-a0aee480ecdc img.shogun-image {
    

    
    
    
  }


#s-85cc0543-d9da-457e-97e2-a0aee480ecdc .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-ea40764e-c609-4458-a074-eb956161576c {
  margin-left: -10px;
margin-right: -10px;
text-align: center;
}

#s-ea40764e-c609-4458-a074-eb956161576c {
  overflow: hidden;
  
  
}







  #s-ea40764e-c609-4458-a074-eb956161576c img.shogun-image {
    

    
    
    
  }


#s-ea40764e-c609-4458-a074-eb956161576c .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-e6df4712-d199-4905-aac2-09feabfa7583 {
  margin-left: -20px;
margin-right: 0px;
text-align: center;
}

#s-e6df4712-d199-4905-aac2-09feabfa7583 {
  overflow: hidden;
  
  
}







  #s-e6df4712-d199-4905-aac2-09feabfa7583 img.shogun-image {
    

    
    
    
  }


#s-e6df4712-d199-4905-aac2-09feabfa7583 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-e9ffc5f6-1695-4a0f-87d9-c56d9e3fda33 {
  padding-top: 50px;
padding-bottom: 10px;
min-height: 50px;
}








#s-e9ffc5f6-1695-4a0f-87d9-c56d9e3fda33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e9ffc5f6-1695-4a0f-87d9-c56d9e3fda33.shg-box.shg-c {
  justify-content: flex-start;
}

#s-05749261-50e4-4e6b-bdc0-326fe7824909 {
  padding-top: 0px;
padding-bottom: 50px;
text-align: center;
}

#s-05749261-50e4-4e6b-bdc0-326fe7824909 .shogun-heading-component h2 {
  color: rgba(1, 2, 3, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 64px;
  line-height: 1.2em;
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-7656c77c-1cd8-4181-a281-b8a64bb51215 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-7656c77c-1cd8-4181-a281-b8a64bb51215 {
  display: none;
}
#s-7656c77c-1cd8-4181-a281-b8a64bb51215, #wrap-s-7656c77c-1cd8-4181-a281-b8a64bb51215, #wrap-content-s-7656c77c-1cd8-4181-a281-b8a64bb51215 { display: none !important; }}
#s-7656c77c-1cd8-4181-a281-b8a64bb51215 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(232, 235, 239, 1);
}

#s-7656c77c-1cd8-4181-a281-b8a64bb51215 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(232, 235, 239, 1);
  padding: 10px;
}

#s-7656c77c-1cd8-4181-a281-b8a64bb51215 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(1, 2, 3, 1);
}

#s-7656c77c-1cd8-4181-a281-b8a64bb51215 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(232, 235, 239, 1);
}

#s-7656c77c-1cd8-4181-a281-b8a64bb51215 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(1, 2, 3, 1);
  text-align: left;
  font-family: Work Sans;
  font-weight: 700;
  
  font-size: 30px;
}

#s-7656c77c-1cd8-4181-a281-b8a64bb51215 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 30px;
}
.shg-rich-text {
  overflow-wrap: break-word;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-06413e95-762e-48bf-80e7-ef64606d906b {
  margin-top: 5px;
margin-left: 10%;
margin-bottom: 5px;
margin-right: 10%;
}

#s-06413e95-762e-48bf-80e7-ef64606d906b .shg-proportional-font-size,
#s-06413e95-762e-48bf-80e7-ef64606d906b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4e65cdc4-68a1-413c-b765-1074b48dd865 {
  margin-top: 2%;
margin-left: 10%;
margin-bottom: 2%;
margin-right: 10%;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 2px;
text-align: center;
background-color: rgba(159, 130, 53, 1);
text-decoration: none;
}
#s-4e65cdc4-68a1-413c-b765-1074b48dd865:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4e65cdc4-68a1-413c-b765-1074b48dd865:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4e65cdc4-68a1-413c-b765-1074b48dd865-root {
    text-align: center;
  }


#s-4e65cdc4-68a1-413c-b765-1074b48dd865.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4e65cdc4-68a1-413c-b765-1074b48dd865-root {
    text-align: center;
  }


#s-4e65cdc4-68a1-413c-b765-1074b48dd865.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4e65cdc4-68a1-413c-b765-1074b48dd865-root {
    text-align: center;
  }


#s-4e65cdc4-68a1-413c-b765-1074b48dd865.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4e65cdc4-68a1-413c-b765-1074b48dd865-root {
    text-align: center;
  }


#s-4e65cdc4-68a1-413c-b765-1074b48dd865.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4e65cdc4-68a1-413c-b765-1074b48dd865-root {
    text-align: center;
  }


#s-4e65cdc4-68a1-413c-b765-1074b48dd865.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-e3a0438f-356a-43c3-b5b1-df811cc2378a {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
padding-left: 15%;
padding-right: 15%;
}

#s-6ab46523-dc9d-4a31-ad4c-f240c48d6d40 {
  margin-top: 3%;
margin-left: 5%;
margin-bottom: 3%;
margin-right: 5%;
padding-left: 15%;
padding-right: 15%;
text-align: center;
}

#s-6ab46523-dc9d-4a31-ad4c-f240c48d6d40 {
  overflow: hidden;
  
  
}







  #s-6ab46523-dc9d-4a31-ad4c-f240c48d6d40 img.shogun-image {
    

    
    
    
  }


#s-6ab46523-dc9d-4a31-ad4c-f240c48d6d40 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-75cbe606-e4a7-4eea-97be-8668dc75b159 {
  padding-top: 3%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-75cbe606-e4a7-4eea-97be-8668dc75b159"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75cbe606-e4a7-4eea-97be-8668dc75b159"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-75cbe606-e4a7-4eea-97be-8668dc75b159"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-75cbe606-e4a7-4eea-97be-8668dc75b159"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f366ba79-3b7e-41a9-b888-1b5ee80bd780 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-f366ba79-3b7e-41a9-b888-1b5ee80bd780 {
  display: none;
}
#s-f366ba79-3b7e-41a9-b888-1b5ee80bd780, #wrap-s-f366ba79-3b7e-41a9-b888-1b5ee80bd780, #wrap-content-s-f366ba79-3b7e-41a9-b888-1b5ee80bd780 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f366ba79-3b7e-41a9-b888-1b5ee80bd780 {
  display: none;
}
#s-f366ba79-3b7e-41a9-b888-1b5ee80bd780, #wrap-s-f366ba79-3b7e-41a9-b888-1b5ee80bd780, #wrap-content-s-f366ba79-3b7e-41a9-b888-1b5ee80bd780 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f366ba79-3b7e-41a9-b888-1b5ee80bd780 {
  display: none;
}
#s-f366ba79-3b7e-41a9-b888-1b5ee80bd780, #wrap-s-f366ba79-3b7e-41a9-b888-1b5ee80bd780, #wrap-content-s-f366ba79-3b7e-41a9-b888-1b5ee80bd780 { display: none !important; }}
#s-f366ba79-3b7e-41a9-b888-1b5ee80bd780 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(232, 235, 239, 1);
}

#s-f366ba79-3b7e-41a9-b888-1b5ee80bd780 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(232, 235, 239, 1);
  padding: 10px;
}

#s-f366ba79-3b7e-41a9-b888-1b5ee80bd780 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(18, 18, 18, 1);
}

#s-f366ba79-3b7e-41a9-b888-1b5ee80bd780 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(232, 235, 239, 1);
}

#s-f366ba79-3b7e-41a9-b888-1b5ee80bd780 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(18, 18, 18, 1);
  text-align: left;
  font-family: Work Sans;
  
  
  font-size: 20px;
}

#s-f366ba79-3b7e-41a9-b888-1b5ee80bd780 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-3074477a-0f47-430d-9852-79f0bc365bf5 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-3074477a-0f47-430d-9852-79f0bc365bf5 {
  margin-top: 7px;
margin-left: 10%;
margin-bottom: 7px;
margin-right: 10%;
}
}
#s-3074477a-0f47-430d-9852-79f0bc365bf5 .shg-proportional-font-size,
#s-3074477a-0f47-430d-9852-79f0bc365bf5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e9753c5e-7a9c-4d82-9d10-45006dda9db8 {
  margin-top: 2%;
margin-left: 10%;
margin-bottom: 2%;
margin-right: 10%;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 2px;
text-align: center;
background-color: rgba(159, 130, 53, 1);
text-decoration: none;
}
#s-e9753c5e-7a9c-4d82-9d10-45006dda9db8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e9753c5e-7a9c-4d82-9d10-45006dda9db8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e9753c5e-7a9c-4d82-9d10-45006dda9db8-root {
    text-align: center;
  }


#s-e9753c5e-7a9c-4d82-9d10-45006dda9db8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e9753c5e-7a9c-4d82-9d10-45006dda9db8-root {
    text-align: center;
  }


#s-e9753c5e-7a9c-4d82-9d10-45006dda9db8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e9753c5e-7a9c-4d82-9d10-45006dda9db8-root {
    text-align: center;
  }


#s-e9753c5e-7a9c-4d82-9d10-45006dda9db8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e9753c5e-7a9c-4d82-9d10-45006dda9db8-root {
    text-align: center;
  }


#s-e9753c5e-7a9c-4d82-9d10-45006dda9db8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e9753c5e-7a9c-4d82-9d10-45006dda9db8-root {
    text-align: center;
  }


#s-e9753c5e-7a9c-4d82-9d10-45006dda9db8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-541452ee-f27d-4343-b8a4-3ab6377c834f {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
padding-left: 5%;
padding-right: 5%;
}

#s-3229e425-0305-465a-9fa0-b39a6b10e123 {
  margin-top: 3%;
margin-left: 0px;
margin-bottom: 3%;
margin-right: 0px;
padding-left: 5%;
padding-right: 5%;
text-align: center;
}

#s-3229e425-0305-465a-9fa0-b39a6b10e123 {
  overflow: hidden;
  
  
}







  #s-3229e425-0305-465a-9fa0-b39a6b10e123 img.shogun-image {
    

    
    
    
  }


#s-3229e425-0305-465a-9fa0-b39a6b10e123 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-8bbaec63-2abb-4e3d-8804-c24eab8e293a {
  padding-top: 3%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-8bbaec63-2abb-4e3d-8804-c24eab8e293a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8bbaec63-2abb-4e3d-8804-c24eab8e293a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8bbaec63-2abb-4e3d-8804-c24eab8e293a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8bbaec63-2abb-4e3d-8804-c24eab8e293a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}