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

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

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

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

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

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

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

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

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

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

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

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

#s-aed4caf5-1211-4ee1-884b-da24709c1eae {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 1%;
padding-top: 23%;
padding-bottom: 23%;
min-height: 100%;
background-position: center center;
}
@media (min-width: 1200px){#s-aed4caf5-1211-4ee1-884b-da24709c1eae {
  display: none;
}
#s-aed4caf5-1211-4ee1-884b-da24709c1eae, #wrap-s-aed4caf5-1211-4ee1-884b-da24709c1eae { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aed4caf5-1211-4ee1-884b-da24709c1eae {
  display: none;
}
#s-aed4caf5-1211-4ee1-884b-da24709c1eae, #wrap-s-aed4caf5-1211-4ee1-884b-da24709c1eae { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aed4caf5-1211-4ee1-884b-da24709c1eae {
  padding-top: 21%;
padding-bottom: 21%;
display: none;
}
#s-aed4caf5-1211-4ee1-884b-da24709c1eae, #wrap-s-aed4caf5-1211-4ee1-884b-da24709c1eae { display:none !important; }}@media (max-width: 767px){#s-aed4caf5-1211-4ee1-884b-da24709c1eae {
  padding-top: 23%;
padding-bottom: 23%;
display: none;
}
#s-aed4caf5-1211-4ee1-884b-da24709c1eae, #wrap-s-aed4caf5-1211-4ee1-884b-da24709c1eae { display:none !important; }}
#s-aed4caf5-1211-4ee1-884b-da24709c1eae {
  background-image: url(https://i.shgcdn.com/0cef8e95-847e-4e7f-9066-76fc74e65394/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-aed4caf5-1211-4ee1-884b-da24709c1eae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aed4caf5-1211-4ee1-884b-da24709c1eae {
  cursor: pointer;
}#s-aed4caf5-1211-4ee1-884b-da24709c1eae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-1ee33df9-05a1-4384-afdc-a4d9897ca3b1 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-1ee33df9-05a1-4384-afdc-a4d9897ca3b1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1ee33df9-05a1-4384-afdc-a4d9897ca3b1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1ee33df9-05a1-4384-afdc-a4d9897ca3b1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1ee33df9-05a1-4384-afdc-a4d9897ca3b1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-995a39fe-2438-4b4e-b218-145a53cadfb5 {
  min-height: 50px;
}








#s-995a39fe-2438-4b4e-b218-145a53cadfb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-995a39fe-2438-4b4e-b218-145a53cadfb5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-1be4e804-f069-49aa-86ea-ad9028417b30 {
  max-width: 1640px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-1be4e804-f069-49aa-86ea-ad9028417b30 img.shogun-image,
  #s-1be4e804-f069-49aa-86ea-ad9028417b30 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1be4e804-f069-49aa-86ea-ad9028417b30 {
    width: 100%;
    height: auto;
  }



  img.s-1be4e804-f069-49aa-86ea-ad9028417b30.shogun-image {
    
    
  }


.s-1be4e804-f069-49aa-86ea-ad9028417b30 .shogun-image-content {
  
    align-items: center;
  
}

.s-1be4e804-f069-49aa-86ea-ad9028417b30.shg-align-container {
  text-align: center
}

.s-1be4e804-f069-49aa-86ea-ad9028417b30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1be4e804-f069-49aa-86ea-ad9028417b30.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-1be4e804-f069-49aa-86ea-ad9028417b30 img.shogun-image,
  #s-1be4e804-f069-49aa-86ea-ad9028417b30 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1be4e804-f069-49aa-86ea-ad9028417b30 {
    width: 100%;
    height: auto;
  }



  img.s-1be4e804-f069-49aa-86ea-ad9028417b30.shogun-image {
    
    
  }


.s-1be4e804-f069-49aa-86ea-ad9028417b30 .shogun-image-content {
  
    align-items: center;
  
}

.s-1be4e804-f069-49aa-86ea-ad9028417b30.shg-align-container {
  text-align: center
}

.s-1be4e804-f069-49aa-86ea-ad9028417b30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1be4e804-f069-49aa-86ea-ad9028417b30.shogun-image {
  box-sizing: border-box;
}


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



  #s-1be4e804-f069-49aa-86ea-ad9028417b30 img.shogun-image,
  #s-1be4e804-f069-49aa-86ea-ad9028417b30 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1be4e804-f069-49aa-86ea-ad9028417b30 {
    width: 100%;
    height: auto;
  }



  img.s-1be4e804-f069-49aa-86ea-ad9028417b30.shogun-image {
    
    
  }


.s-1be4e804-f069-49aa-86ea-ad9028417b30 .shogun-image-content {
  
    align-items: center;
  
}

.s-1be4e804-f069-49aa-86ea-ad9028417b30.shg-align-container {
  text-align: center
}

.s-1be4e804-f069-49aa-86ea-ad9028417b30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1be4e804-f069-49aa-86ea-ad9028417b30.shogun-image {
  box-sizing: border-box;
}


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



  #s-1be4e804-f069-49aa-86ea-ad9028417b30 img.shogun-image,
  #s-1be4e804-f069-49aa-86ea-ad9028417b30 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1be4e804-f069-49aa-86ea-ad9028417b30 {
    width: 100%;
    height: auto;
  }



  img.s-1be4e804-f069-49aa-86ea-ad9028417b30.shogun-image {
    
    
  }


.s-1be4e804-f069-49aa-86ea-ad9028417b30 .shogun-image-content {
  
    align-items: center;
  
}

.s-1be4e804-f069-49aa-86ea-ad9028417b30.shg-align-container {
  text-align: center
}

.s-1be4e804-f069-49aa-86ea-ad9028417b30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1be4e804-f069-49aa-86ea-ad9028417b30.shogun-image {
  box-sizing: border-box;
}


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



  #s-1be4e804-f069-49aa-86ea-ad9028417b30 img.shogun-image,
  #s-1be4e804-f069-49aa-86ea-ad9028417b30 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1be4e804-f069-49aa-86ea-ad9028417b30 {
    width: 100%;
    height: auto;
  }



  img.s-1be4e804-f069-49aa-86ea-ad9028417b30.shogun-image {
    
    
  }


.s-1be4e804-f069-49aa-86ea-ad9028417b30 .shogun-image-content {
  
    align-items: center;
  
}

.s-1be4e804-f069-49aa-86ea-ad9028417b30.shg-align-container {
  text-align: center
}

.s-1be4e804-f069-49aa-86ea-ad9028417b30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1be4e804-f069-49aa-86ea-ad9028417b30.shogun-image {
  box-sizing: border-box;
}


}
#s-30a45a04-1817-49b9-b8d4-778d5edbc312 {
  margin-top: 0px;
margin-bottom: -23px;
padding-top: 21px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-30a45a04-1817-49b9-b8d4-778d5edbc312 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30a45a04-1817-49b9-b8d4-778d5edbc312.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-6a315a43-2544-4179-9d5a-6cfc3b5e219a {
  margin-top: -9px;
margin-bottom: 0%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-6775a9ab-1ca9-46b0-a874-13ec24a3b0b4 {
  padding-top: 0%;
padding-bottom: 2%;
}
@media (max-width: 767px){#s-6775a9ab-1ca9-46b0-a874-13ec24a3b0b4 {
  display: none;
}
#s-6775a9ab-1ca9-46b0-a874-13ec24a3b0b4, #wrap-s-6775a9ab-1ca9-46b0-a874-13ec24a3b0b4 { display:none !important; }}
@media (min-width: 0px) {
[id="s-6775a9ab-1ca9-46b0-a874-13ec24a3b0b4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6775a9ab-1ca9-46b0-a874-13ec24a3b0b4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-6775a9ab-1ca9-46b0-a874-13ec24a3b0b4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-6775a9ab-1ca9-46b0-a874-13ec24a3b0b4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-030542a7-dcfc-4661-a41a-6ab5fd99e8ad {
  margin-bottom: 7%;
text-align: center;
}







  #s-030542a7-dcfc-4661-a41a-6ab5fd99e8ad img.shogun-image {
    

    
    
    
  }


#s-030542a7-dcfc-4661-a41a-6ab5fd99e8ad .shogun-image-content {
  
    align-items: center;
  
}

#s-d355eed1-afeb-49ad-bb55-3d93bbddb309 {
  margin-bottom: 7%;
text-align: center;
}







  #s-d355eed1-afeb-49ad-bb55-3d93bbddb309 img.shogun-image {
    

    
    
    
  }


#s-d355eed1-afeb-49ad-bb55-3d93bbddb309 .shogun-image-content {
  
    align-items: center;
  
}

#s-3fdde4a3-467d-460f-bedd-bf149ea06db7 {
  margin-bottom: 7%;
text-align: center;
}







  #s-3fdde4a3-467d-460f-bedd-bf149ea06db7 img.shogun-image {
    

    
    
    
  }


#s-3fdde4a3-467d-460f-bedd-bf149ea06db7 .shogun-image-content {
  
    align-items: center;
  
}

#s-b963c47f-e60a-43f7-b32b-46cbb39b2b39 {
  margin-bottom: 7%;
text-align: center;
}







  #s-b963c47f-e60a-43f7-b32b-46cbb39b2b39 img.shogun-image {
    

    
    
    
  }


#s-b963c47f-e60a-43f7-b32b-46cbb39b2b39 .shogun-image-content {
  
    align-items: center;
  
}

#s-421c2899-fbad-42f3-8a36-d576821566a0 {
  margin-bottom: 7%;
text-align: center;
}







  #s-421c2899-fbad-42f3-8a36-d576821566a0 img.shogun-image {
    

    
    
    
  }


#s-421c2899-fbad-42f3-8a36-d576821566a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-361bf99d-b07f-46b1-9d12-0f27a2d721f4 {
  margin-bottom: 7%;
text-align: center;
}







  #s-361bf99d-b07f-46b1-9d12-0f27a2d721f4 img.shogun-image {
    

    
    
    
  }


#s-361bf99d-b07f-46b1-9d12-0f27a2d721f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-56a392d9-a8dd-4748-862a-77ead7637224 {
  padding-top: 3%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(249, 220, 214, 1);
}
@media (max-width: 767px){#s-56a392d9-a8dd-4748-862a-77ead7637224 {
  display: none;
}
#s-56a392d9-a8dd-4748-862a-77ead7637224, #wrap-s-56a392d9-a8dd-4748-862a-77ead7637224 { display:none !important; }}







#s-56a392d9-a8dd-4748-862a-77ead7637224 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56a392d9-a8dd-4748-862a-77ead7637224.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a94d0463-59b2-4970-9532-af016c73fff3 {
  margin-bottom: 3%;
}

#s-064fe7f3-dbd1-406e-a24c-afdcb94cd501 {
  padding-top: 0%;
padding-bottom: 1%;
}
@media (max-width: 767px){#s-064fe7f3-dbd1-406e-a24c-afdcb94cd501 {
  display: none;
}
#s-064fe7f3-dbd1-406e-a24c-afdcb94cd501, #wrap-s-064fe7f3-dbd1-406e-a24c-afdcb94cd501 { display:none !important; }}
@media (min-width: 0px) {
[id="s-064fe7f3-dbd1-406e-a24c-afdcb94cd501"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-064fe7f3-dbd1-406e-a24c-afdcb94cd501"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-064fe7f3-dbd1-406e-a24c-afdcb94cd501"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-064fe7f3-dbd1-406e-a24c-afdcb94cd501"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

}

#s-efb9e696-5f70-4dea-b7ad-667ac0506a8c {
  margin-bottom: 5%;
text-align: center;
}







  #s-efb9e696-5f70-4dea-b7ad-667ac0506a8c img.shogun-image {
    

    
    
    
  }


#s-efb9e696-5f70-4dea-b7ad-667ac0506a8c .shogun-image-content {
  
    align-items: center;
  
}

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

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

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.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-154228af-b34f-4aff-91b2-8173f770f22a {
  border-style: solid;
margin-top: -9px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-radius: 10px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
line-height: 1em;
}
#s-154228af-b34f-4aff-91b2-8173f770f22a:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 10px !important;
background-color: rgba(255, 237, 233, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-154228af-b34f-4aff-91b2-8173f770f22a:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-154228af-b34f-4aff-91b2-8173f770f22a-root {
    text-align: center;
  }


#s-154228af-b34f-4aff-91b2-8173f770f22a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-154228af-b34f-4aff-91b2-8173f770f22a-root {
    text-align: center;
  }


#s-154228af-b34f-4aff-91b2-8173f770f22a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-154228af-b34f-4aff-91b2-8173f770f22a-root {
    text-align: center;
  }


#s-154228af-b34f-4aff-91b2-8173f770f22a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-154228af-b34f-4aff-91b2-8173f770f22a-root {
    text-align: center;
  }


#s-154228af-b34f-4aff-91b2-8173f770f22a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-154228af-b34f-4aff-91b2-8173f770f22a-root {
    text-align: center;
  }


#s-154228af-b34f-4aff-91b2-8173f770f22a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-2b64e760-fdb5-4a1a-86e9-96d0af50e02d {
  margin-bottom: 5%;
text-align: center;
}







  #s-2b64e760-fdb5-4a1a-86e9-96d0af50e02d img.shogun-image {
    

    
    
    
  }


#s-2b64e760-fdb5-4a1a-86e9-96d0af50e02d .shogun-image-content {
  
    align-items: center;
  
}

#s-8c3a9efa-88fd-499e-b9ae-39316120d9d7 {
  border-style: solid;
margin-top: -9px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-radius: 10px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
line-height: 1em;
}
#s-8c3a9efa-88fd-499e-b9ae-39316120d9d7:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 10px !important;
background-color: rgba(255, 237, 233, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-8c3a9efa-88fd-499e-b9ae-39316120d9d7:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-8c3a9efa-88fd-499e-b9ae-39316120d9d7-root {
    text-align: center;
  }


#s-8c3a9efa-88fd-499e-b9ae-39316120d9d7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8c3a9efa-88fd-499e-b9ae-39316120d9d7-root {
    text-align: center;
  }


#s-8c3a9efa-88fd-499e-b9ae-39316120d9d7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8c3a9efa-88fd-499e-b9ae-39316120d9d7-root {
    text-align: center;
  }


#s-8c3a9efa-88fd-499e-b9ae-39316120d9d7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8c3a9efa-88fd-499e-b9ae-39316120d9d7-root {
    text-align: center;
  }


#s-8c3a9efa-88fd-499e-b9ae-39316120d9d7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8c3a9efa-88fd-499e-b9ae-39316120d9d7-root {
    text-align: center;
  }


#s-8c3a9efa-88fd-499e-b9ae-39316120d9d7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-58bf0e60-e491-46ca-9fb6-82f34e198472 {
  margin-bottom: 5%;
text-align: center;
}







  #s-58bf0e60-e491-46ca-9fb6-82f34e198472 img.shogun-image {
    

    
    
    
  }


#s-58bf0e60-e491-46ca-9fb6-82f34e198472 .shogun-image-content {
  
    align-items: center;
  
}

#s-52413431-c598-4dd3-9676-8bc117ac93b2 {
  border-style: solid;
margin-top: -9px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-radius: 10px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
line-height: 1em;
}
#s-52413431-c598-4dd3-9676-8bc117ac93b2:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 10px !important;
background-color: rgba(255, 237, 233, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-52413431-c598-4dd3-9676-8bc117ac93b2:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-52413431-c598-4dd3-9676-8bc117ac93b2-root {
    text-align: center;
  }


#s-52413431-c598-4dd3-9676-8bc117ac93b2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-52413431-c598-4dd3-9676-8bc117ac93b2-root {
    text-align: center;
  }


#s-52413431-c598-4dd3-9676-8bc117ac93b2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-52413431-c598-4dd3-9676-8bc117ac93b2-root {
    text-align: center;
  }


#s-52413431-c598-4dd3-9676-8bc117ac93b2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-52413431-c598-4dd3-9676-8bc117ac93b2-root {
    text-align: center;
  }


#s-52413431-c598-4dd3-9676-8bc117ac93b2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-52413431-c598-4dd3-9676-8bc117ac93b2-root {
    text-align: center;
  }


#s-52413431-c598-4dd3-9676-8bc117ac93b2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-3b7f93bf-23ff-4742-8719-981864bfc8b5 {
  margin-top: 0px;
margin-bottom: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-3b7f93bf-23ff-4742-8719-981864bfc8b5 img.shogun-image {
    

    
    
    
  }


#s-3b7f93bf-23ff-4742-8719-981864bfc8b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-0f87baea-eb47-43ad-882b-3693e94351e2 {
  border-style: solid;
margin-top: -9px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-radius: 10px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
line-height: 1em;
}
#s-0f87baea-eb47-43ad-882b-3693e94351e2:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 10px !important;
background-color: rgba(255, 237, 233, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-0f87baea-eb47-43ad-882b-3693e94351e2:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-0f87baea-eb47-43ad-882b-3693e94351e2-root {
    text-align: center;
  }


#s-0f87baea-eb47-43ad-882b-3693e94351e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0f87baea-eb47-43ad-882b-3693e94351e2-root {
    text-align: center;
  }


#s-0f87baea-eb47-43ad-882b-3693e94351e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0f87baea-eb47-43ad-882b-3693e94351e2-root {
    text-align: center;
  }


#s-0f87baea-eb47-43ad-882b-3693e94351e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0f87baea-eb47-43ad-882b-3693e94351e2-root {
    text-align: center;
  }


#s-0f87baea-eb47-43ad-882b-3693e94351e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0f87baea-eb47-43ad-882b-3693e94351e2-root {
    text-align: center;
  }


#s-0f87baea-eb47-43ad-882b-3693e94351e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-2a416645-fe82-4f7e-9715-d4e5be0f8df8 {
  border-style: solid;
margin-top: 30px;
margin-bottom: 0px;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-radius: 10px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-2a416645-fe82-4f7e-9715-d4e5be0f8df8:hover {background-color: rgba(255, 237, 233, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2a416645-fe82-4f7e-9715-d4e5be0f8df8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2a416645-fe82-4f7e-9715-d4e5be0f8df8-root {
    text-align: center;
  }


#s-2a416645-fe82-4f7e-9715-d4e5be0f8df8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2a416645-fe82-4f7e-9715-d4e5be0f8df8-root {
    text-align: center;
  }


#s-2a416645-fe82-4f7e-9715-d4e5be0f8df8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2a416645-fe82-4f7e-9715-d4e5be0f8df8-root {
    text-align: center;
  }


#s-2a416645-fe82-4f7e-9715-d4e5be0f8df8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2a416645-fe82-4f7e-9715-d4e5be0f8df8-root {
    text-align: center;
  }


#s-2a416645-fe82-4f7e-9715-d4e5be0f8df8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2a416645-fe82-4f7e-9715-d4e5be0f8df8-root {
    text-align: center;
  }


#s-2a416645-fe82-4f7e-9715-d4e5be0f8df8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
  #s-2a416645-fe82-4f7e-9715-d4e5be0f8df8-root {
    text-align: center;
  }


#s-2a416645-fe82-4f7e-9715-d4e5be0f8df8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-275eb15e-e759-4bb9-a9dd-46a7fd987b7b {
  padding-bottom: 4px;
}
@media (min-width: 1200px){#s-275eb15e-e759-4bb9-a9dd-46a7fd987b7b {
  display: none;
}
#s-275eb15e-e759-4bb9-a9dd-46a7fd987b7b, #wrap-s-275eb15e-e759-4bb9-a9dd-46a7fd987b7b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-275eb15e-e759-4bb9-a9dd-46a7fd987b7b {
  display: none;
}
#s-275eb15e-e759-4bb9-a9dd-46a7fd987b7b, #wrap-s-275eb15e-e759-4bb9-a9dd-46a7fd987b7b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-275eb15e-e759-4bb9-a9dd-46a7fd987b7b {
  display: none;
}
#s-275eb15e-e759-4bb9-a9dd-46a7fd987b7b, #wrap-s-275eb15e-e759-4bb9-a9dd-46a7fd987b7b { display:none !important; }}
@media (min-width: 0px) {
[id="s-275eb15e-e759-4bb9-a9dd-46a7fd987b7b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-275eb15e-e759-4bb9-a9dd-46a7fd987b7b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-275eb15e-e759-4bb9-a9dd-46a7fd987b7b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-275eb15e-e759-4bb9-a9dd-46a7fd987b7b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

}

#s-d1baecba-ea00-4bfa-a5c1-1ec106a9bccf {
  text-align: center;
}







  #s-d1baecba-ea00-4bfa-a5c1-1ec106a9bccf img.shogun-image {
    

    
    
    
  }


#s-d1baecba-ea00-4bfa-a5c1-1ec106a9bccf .shogun-image-content {
  
    align-items: center;
  
}

#s-0001f3a1-3ff9-440c-87ec-1ab9f57fa1de {
  text-align: center;
}







  #s-0001f3a1-3ff9-440c-87ec-1ab9f57fa1de img.shogun-image {
    

    
    
    
  }


#s-0001f3a1-3ff9-440c-87ec-1ab9f57fa1de .shogun-image-content {
  
    align-items: center;
  
}

#s-aeeeecff-c0a1-4dab-89b8-d4efe5a44107 {
  text-align: center;
}







  #s-aeeeecff-c0a1-4dab-89b8-d4efe5a44107 img.shogun-image {
    

    
    
    
  }


#s-aeeeecff-c0a1-4dab-89b8-d4efe5a44107 .shogun-image-content {
  
    align-items: center;
  
}

#s-0abf9967-81f1-4313-8e78-d7415090f456 {
  text-align: center;
}







  #s-0abf9967-81f1-4313-8e78-d7415090f456 img.shogun-image {
    

    
    
    
  }


#s-0abf9967-81f1-4313-8e78-d7415090f456 .shogun-image-content {
  
    align-items: center;
  
}

#s-cd6c29d7-6349-401e-8841-b3782a919f52 {
  text-align: center;
}







  #s-cd6c29d7-6349-401e-8841-b3782a919f52 img.shogun-image {
    

    
    
    
  }


#s-cd6c29d7-6349-401e-8841-b3782a919f52 .shogun-image-content {
  
    align-items: center;
  
}

#s-d2133b86-cef0-4ae9-83b4-ed2707837a46 {
  text-align: center;
}







  #s-d2133b86-cef0-4ae9-83b4-ed2707837a46 img.shogun-image {
    

    
    
    
  }


#s-d2133b86-cef0-4ae9-83b4-ed2707837a46 .shogun-image-content {
  
    align-items: center;
  
}

#s-05013d41-671e-4477-8fc8-8b2703c5f77c {
  padding-top: 0%;
padding-bottom: 5%;
background-color: rgba(249, 220, 214, 1);
}
@media (min-width: 1200px){#s-05013d41-671e-4477-8fc8-8b2703c5f77c {
  display: none;
}
#s-05013d41-671e-4477-8fc8-8b2703c5f77c, #wrap-s-05013d41-671e-4477-8fc8-8b2703c5f77c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-05013d41-671e-4477-8fc8-8b2703c5f77c {
  display: none;
}
#s-05013d41-671e-4477-8fc8-8b2703c5f77c, #wrap-s-05013d41-671e-4477-8fc8-8b2703c5f77c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-05013d41-671e-4477-8fc8-8b2703c5f77c {
  display: none;
}
#s-05013d41-671e-4477-8fc8-8b2703c5f77c, #wrap-s-05013d41-671e-4477-8fc8-8b2703c5f77c { display:none !important; }}
@media (min-width: 0px) {
[id="s-05013d41-671e-4477-8fc8-8b2703c5f77c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-05013d41-671e-4477-8fc8-8b2703c5f77c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-05013d41-671e-4477-8fc8-8b2703c5f77c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-05013d41-671e-4477-8fc8-8b2703c5f77c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ed7b9ccb-9753-423f-8cca-cdba92ca77a9 {
  min-height: 50px;
}








#s-ed7b9ccb-9753-423f-8cca-cdba92ca77a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed7b9ccb-9753-423f-8cca-cdba92ca77a9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6ccfae46-402d-4f92-8c97-2a87bc5a4e89 {
  padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(249, 220, 214, 1);
}
@media (min-width: 1200px){#s-6ccfae46-402d-4f92-8c97-2a87bc5a4e89 {
  display: none;
}
#s-6ccfae46-402d-4f92-8c97-2a87bc5a4e89, #wrap-s-6ccfae46-402d-4f92-8c97-2a87bc5a4e89 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6ccfae46-402d-4f92-8c97-2a87bc5a4e89 {
  display: none;
}
#s-6ccfae46-402d-4f92-8c97-2a87bc5a4e89, #wrap-s-6ccfae46-402d-4f92-8c97-2a87bc5a4e89 { display:none !important; }}
.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-8dcb8c13-c3df-4064-afeb-3aec2535757a {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-8dcb8c13-c3df-4064-afeb-3aec2535757a {
  display: none;
}
#s-8dcb8c13-c3df-4064-afeb-3aec2535757a, #wrap-s-8dcb8c13-c3df-4064-afeb-3aec2535757a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8dcb8c13-c3df-4064-afeb-3aec2535757a {
  display: none;
}
#s-8dcb8c13-c3df-4064-afeb-3aec2535757a, #wrap-s-8dcb8c13-c3df-4064-afeb-3aec2535757a { display:none !important; }}
#s-8dcb8c13-c3df-4064-afeb-3aec2535757a .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-8dcb8c13-c3df-4064-afeb-3aec2535757a .shg-sld-nav-button.shg-sld-left,
#s-8dcb8c13-c3df-4064-afeb-3aec2535757a .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-a004e25e-ea4c-4088-866f-289734c4ec0b {
  padding-top: 0px;
padding-left: 17%;
padding-bottom: 0px;
padding-right: 17%;
text-align: center;
}







  #s-a004e25e-ea4c-4088-866f-289734c4ec0b img.shogun-image {
    

    
    
    
  }


#s-a004e25e-ea4c-4088-866f-289734c4ec0b .shogun-image-content {
  
    align-items: center;
  
}

#s-f4140aaa-cd63-47ef-8be6-a219ff0c1534 {
  margin-top: 0px;
padding-top: 0px;
padding-left: 17%;
padding-bottom: 0px;
padding-right: 17%;
text-align: center;
}







  #s-f4140aaa-cd63-47ef-8be6-a219ff0c1534 img.shogun-image {
    

    
    
    
  }


#s-f4140aaa-cd63-47ef-8be6-a219ff0c1534 .shogun-image-content {
  
    align-items: center;
  
}

#s-50495218-c2e4-4b47-ada2-cd5ebc48c8c2 {
  padding-left: 17%;
padding-right: 17%;
text-align: center;
}







  #s-50495218-c2e4-4b47-ada2-cd5ebc48c8c2 img.shogun-image {
    

    
    
    
  }


#s-50495218-c2e4-4b47-ada2-cd5ebc48c8c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-39a8c014-a173-406b-8175-f447427e7d03 {
  padding-top: 0%;
padding-left: 17%;
padding-bottom: 0%;
padding-right: 17%;
text-align: center;
}







  #s-39a8c014-a173-406b-8175-f447427e7d03 img.shogun-image {
    

    
    
    
  }


#s-39a8c014-a173-406b-8175-f447427e7d03 .shogun-image-content {
  
    align-items: center;
  
}

#s-84cb6fb2-b519-48a6-b128-02a3902fbddd {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-84cb6fb2-b519-48a6-b128-02a3902fbddd:hover {background-color: rgba(255, 237, 233, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-84cb6fb2-b519-48a6-b128-02a3902fbddd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-84cb6fb2-b519-48a6-b128-02a3902fbddd-root {
    text-align: center;
  }


#s-84cb6fb2-b519-48a6-b128-02a3902fbddd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-84cb6fb2-b519-48a6-b128-02a3902fbddd-root {
    text-align: center;
  }


#s-84cb6fb2-b519-48a6-b128-02a3902fbddd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-84cb6fb2-b519-48a6-b128-02a3902fbddd-root {
    text-align: center;
  }


#s-84cb6fb2-b519-48a6-b128-02a3902fbddd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-84cb6fb2-b519-48a6-b128-02a3902fbddd-root {
    text-align: center;
  }


#s-84cb6fb2-b519-48a6-b128-02a3902fbddd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-84cb6fb2-b519-48a6-b128-02a3902fbddd-root {
    text-align: center;
  }


#s-84cb6fb2-b519-48a6-b128-02a3902fbddd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-6ea35cf1-7810-4007-8ea1-9e9b6424b504 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-6ea35cf1-7810-4007-8ea1-9e9b6424b504:hover {background-color: rgba(255, 237, 233, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-6ea35cf1-7810-4007-8ea1-9e9b6424b504:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6ea35cf1-7810-4007-8ea1-9e9b6424b504-root {
    text-align: center;
  }


#s-6ea35cf1-7810-4007-8ea1-9e9b6424b504.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6ea35cf1-7810-4007-8ea1-9e9b6424b504-root {
    text-align: center;
  }


#s-6ea35cf1-7810-4007-8ea1-9e9b6424b504.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6ea35cf1-7810-4007-8ea1-9e9b6424b504-root {
    text-align: center;
  }


#s-6ea35cf1-7810-4007-8ea1-9e9b6424b504.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6ea35cf1-7810-4007-8ea1-9e9b6424b504-root {
    text-align: center;
  }


#s-6ea35cf1-7810-4007-8ea1-9e9b6424b504.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6ea35cf1-7810-4007-8ea1-9e9b6424b504-root {
    text-align: center;
  }


#s-6ea35cf1-7810-4007-8ea1-9e9b6424b504.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-45d412c4-55f9-4961-9a05-402a44e52e5f {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-45d412c4-55f9-4961-9a05-402a44e52e5f:hover {background-color: rgba(255, 237, 233, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-45d412c4-55f9-4961-9a05-402a44e52e5f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-45d412c4-55f9-4961-9a05-402a44e52e5f-root {
    text-align: center;
  }


#s-45d412c4-55f9-4961-9a05-402a44e52e5f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-45d412c4-55f9-4961-9a05-402a44e52e5f-root {
    text-align: center;
  }


#s-45d412c4-55f9-4961-9a05-402a44e52e5f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-45d412c4-55f9-4961-9a05-402a44e52e5f-root {
    text-align: center;
  }


#s-45d412c4-55f9-4961-9a05-402a44e52e5f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-45d412c4-55f9-4961-9a05-402a44e52e5f-root {
    text-align: center;
  }


#s-45d412c4-55f9-4961-9a05-402a44e52e5f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-45d412c4-55f9-4961-9a05-402a44e52e5f-root {
    text-align: center;
  }


#s-45d412c4-55f9-4961-9a05-402a44e52e5f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-bb476e02-ea25-40c7-848c-7cec631d4268 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-bb476e02-ea25-40c7-848c-7cec631d4268:hover {background-color: rgba(255, 237, 233, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-bb476e02-ea25-40c7-848c-7cec631d4268:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bb476e02-ea25-40c7-848c-7cec631d4268-root {
    text-align: center;
  }


#s-bb476e02-ea25-40c7-848c-7cec631d4268.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bb476e02-ea25-40c7-848c-7cec631d4268-root {
    text-align: center;
  }


#s-bb476e02-ea25-40c7-848c-7cec631d4268.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bb476e02-ea25-40c7-848c-7cec631d4268-root {
    text-align: center;
  }


#s-bb476e02-ea25-40c7-848c-7cec631d4268.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bb476e02-ea25-40c7-848c-7cec631d4268-root {
    text-align: center;
  }


#s-bb476e02-ea25-40c7-848c-7cec631d4268.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bb476e02-ea25-40c7-848c-7cec631d4268-root {
    text-align: center;
  }


#s-bb476e02-ea25-40c7-848c-7cec631d4268.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-17bdeb81-b8d9-42bb-a331-eb0d2d5eeba7 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 10px;
background-color: rgba(249, 220, 214, 1);
}
@media (min-width: 1200px){#s-17bdeb81-b8d9-42bb-a331-eb0d2d5eeba7 {
  display: none;
}
#s-17bdeb81-b8d9-42bb-a331-eb0d2d5eeba7, #wrap-s-17bdeb81-b8d9-42bb-a331-eb0d2d5eeba7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-17bdeb81-b8d9-42bb-a331-eb0d2d5eeba7 {
  display: none;
}
#s-17bdeb81-b8d9-42bb-a331-eb0d2d5eeba7, #wrap-s-17bdeb81-b8d9-42bb-a331-eb0d2d5eeba7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-17bdeb81-b8d9-42bb-a331-eb0d2d5eeba7 {
  display: none;
}
#s-17bdeb81-b8d9-42bb-a331-eb0d2d5eeba7, #wrap-s-17bdeb81-b8d9-42bb-a331-eb0d2d5eeba7 { display:none !important; }}@media (max-width: 767px){#s-17bdeb81-b8d9-42bb-a331-eb0d2d5eeba7 {
  display: none;
}
#s-17bdeb81-b8d9-42bb-a331-eb0d2d5eeba7, #wrap-s-17bdeb81-b8d9-42bb-a331-eb0d2d5eeba7 { display:none !important; }}
@media (min-width: 0px) {
[id="s-17bdeb81-b8d9-42bb-a331-eb0d2d5eeba7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-17bdeb81-b8d9-42bb-a331-eb0d2d5eeba7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-17bdeb81-b8d9-42bb-a331-eb0d2d5eeba7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-17bdeb81-b8d9-42bb-a331-eb0d2d5eeba7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 12.0px);
}

}

#s-738d852b-9021-4b78-a291-83fbb65f269d {
  padding-left: 7px;
padding-right: 0%;
text-align: center;
}







  #s-738d852b-9021-4b78-a291-83fbb65f269d img.shogun-image {
    

    
    
    
  }


#s-738d852b-9021-4b78-a291-83fbb65f269d .shogun-image-content {
  
    align-items: center;
  
}

#s-075cdde0-6143-4e2a-acd3-288cb0ab9668 {
  border-style: solid;
margin-top: -10px;
margin-bottom: -10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 22px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-075cdde0-6143-4e2a-acd3-288cb0ab9668:hover {background-color: rgba(255, 237, 233, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-075cdde0-6143-4e2a-acd3-288cb0ab9668:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-075cdde0-6143-4e2a-acd3-288cb0ab9668-root {
    text-align: center;
  }


#s-075cdde0-6143-4e2a-acd3-288cb0ab9668.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-075cdde0-6143-4e2a-acd3-288cb0ab9668-root {
    text-align: center;
  }


#s-075cdde0-6143-4e2a-acd3-288cb0ab9668.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-075cdde0-6143-4e2a-acd3-288cb0ab9668-root {
    text-align: center;
  }


#s-075cdde0-6143-4e2a-acd3-288cb0ab9668.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-075cdde0-6143-4e2a-acd3-288cb0ab9668-root {
    text-align: center;
  }


#s-075cdde0-6143-4e2a-acd3-288cb0ab9668.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-075cdde0-6143-4e2a-acd3-288cb0ab9668-root {
    text-align: center;
  }


#s-075cdde0-6143-4e2a-acd3-288cb0ab9668.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-ddb4e90a-f001-47a7-ad7a-ba3c54c9bd33 {
  padding-right: 7px;
text-align: center;
}







  #s-ddb4e90a-f001-47a7-ad7a-ba3c54c9bd33 img.shogun-image {
    

    
    
    
  }


#s-ddb4e90a-f001-47a7-ad7a-ba3c54c9bd33 .shogun-image-content {
  
    align-items: center;
  
}

#s-df46db6d-7c33-428b-a1f6-d458a766f561 {
  border-style: solid;
margin-top: -10px;
margin-bottom: -10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 22px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-df46db6d-7c33-428b-a1f6-d458a766f561:hover {background-color: rgba(255, 237, 233, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-df46db6d-7c33-428b-a1f6-d458a766f561:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-df46db6d-7c33-428b-a1f6-d458a766f561-root {
    text-align: center;
  }


#s-df46db6d-7c33-428b-a1f6-d458a766f561.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-df46db6d-7c33-428b-a1f6-d458a766f561-root {
    text-align: center;
  }


#s-df46db6d-7c33-428b-a1f6-d458a766f561.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-df46db6d-7c33-428b-a1f6-d458a766f561-root {
    text-align: center;
  }


#s-df46db6d-7c33-428b-a1f6-d458a766f561.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-df46db6d-7c33-428b-a1f6-d458a766f561-root {
    text-align: center;
  }


#s-df46db6d-7c33-428b-a1f6-d458a766f561.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-df46db6d-7c33-428b-a1f6-d458a766f561-root {
    text-align: center;
  }


#s-df46db6d-7c33-428b-a1f6-d458a766f561.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-9487b052-3343-4d52-aa8b-6968f0b1847d {
  margin-top: -10px;
padding-top: 7px;
padding-left: 7px;
padding-bottom: 7px;
text-align: center;
}







  #s-9487b052-3343-4d52-aa8b-6968f0b1847d img.shogun-image {
    

    
    
    
  }


#s-9487b052-3343-4d52-aa8b-6968f0b1847d .shogun-image-content {
  
    align-items: center;
  
}

#s-ae840509-ebbd-4992-8271-a559b27a6552 {
  border-style: solid;
margin-top: -10px;
margin-bottom: -10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-ae840509-ebbd-4992-8271-a559b27a6552:hover {background-color: rgba(255, 237, 233, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ae840509-ebbd-4992-8271-a559b27a6552:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ae840509-ebbd-4992-8271-a559b27a6552-root {
    text-align: center;
  }


#s-ae840509-ebbd-4992-8271-a559b27a6552.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ae840509-ebbd-4992-8271-a559b27a6552-root {
    text-align: center;
  }


#s-ae840509-ebbd-4992-8271-a559b27a6552.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ae840509-ebbd-4992-8271-a559b27a6552-root {
    text-align: center;
  }


#s-ae840509-ebbd-4992-8271-a559b27a6552.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ae840509-ebbd-4992-8271-a559b27a6552-root {
    text-align: center;
  }


#s-ae840509-ebbd-4992-8271-a559b27a6552.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ae840509-ebbd-4992-8271-a559b27a6552-root {
    text-align: center;
  }


#s-ae840509-ebbd-4992-8271-a559b27a6552.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-6fdcad5e-8a1c-4972-8457-2bc244e86aad {
  margin-top: -10px;
padding-top: 7px;
padding-bottom: 7px;
padding-right: 7px;
text-align: center;
}







  #s-6fdcad5e-8a1c-4972-8457-2bc244e86aad img.shogun-image {
    

    
    
    
  }


#s-6fdcad5e-8a1c-4972-8457-2bc244e86aad .shogun-image-content {
  
    align-items: center;
  
}

#s-d5541d1b-121b-4b81-b4f8-43dfae225705 {
  border-style: solid;
margin-top: -10px;
margin-bottom: -10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-d5541d1b-121b-4b81-b4f8-43dfae225705:hover {background-color: rgba(255, 237, 233, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d5541d1b-121b-4b81-b4f8-43dfae225705:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d5541d1b-121b-4b81-b4f8-43dfae225705-root {
    text-align: center;
  }


#s-d5541d1b-121b-4b81-b4f8-43dfae225705.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d5541d1b-121b-4b81-b4f8-43dfae225705-root {
    text-align: center;
  }


#s-d5541d1b-121b-4b81-b4f8-43dfae225705.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d5541d1b-121b-4b81-b4f8-43dfae225705-root {
    text-align: center;
  }


#s-d5541d1b-121b-4b81-b4f8-43dfae225705.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d5541d1b-121b-4b81-b4f8-43dfae225705-root {
    text-align: center;
  }


#s-d5541d1b-121b-4b81-b4f8-43dfae225705.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d5541d1b-121b-4b81-b4f8-43dfae225705-root {
    text-align: center;
  }


#s-d5541d1b-121b-4b81-b4f8-43dfae225705.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-8e9bd5ec-56a5-4f89-ac85-2055ba75f61c {
  border-style: solid;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 10px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-8e9bd5ec-56a5-4f89-ac85-2055ba75f61c:hover {background-color: rgba(255, 237, 233, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8e9bd5ec-56a5-4f89-ac85-2055ba75f61c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8e9bd5ec-56a5-4f89-ac85-2055ba75f61c-root {
    text-align: center;
  }


#s-8e9bd5ec-56a5-4f89-ac85-2055ba75f61c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8e9bd5ec-56a5-4f89-ac85-2055ba75f61c-root {
    text-align: center;
  }


#s-8e9bd5ec-56a5-4f89-ac85-2055ba75f61c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8e9bd5ec-56a5-4f89-ac85-2055ba75f61c-root {
    text-align: center;
  }


#s-8e9bd5ec-56a5-4f89-ac85-2055ba75f61c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8e9bd5ec-56a5-4f89-ac85-2055ba75f61c-root {
    text-align: center;
  }


#s-8e9bd5ec-56a5-4f89-ac85-2055ba75f61c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8e9bd5ec-56a5-4f89-ac85-2055ba75f61c-root {
    text-align: center;
  }


#s-8e9bd5ec-56a5-4f89-ac85-2055ba75f61c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-644435c4-bc3d-4831-808a-a2d2ecb25e0f {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 3%;
padding-right: 0%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-644435c4-bc3d-4831-808a-a2d2ecb25e0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-644435c4-bc3d-4831-808a-a2d2ecb25e0f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-01f26da9-a774-4844-961e-03e579dda4b9 {
  margin-top: 0px;
margin-bottom: 0%;
padding-top: 45px;
padding-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-01f26da9-a774-4844-961e-03e579dda4b9 {
  padding-left: 22%;
padding-right: 22%;
}
}
.shg-ig-x {
  overflow-x: hidden;
}

.shg-ig-posts-container {
  display: flex;
  flex-wrap: wrap;
}

.shg-ig-posts {
  box-sizing: border-box;
  height: 100%;
}

.shg-ig-posts-link {
  text-decoration: none;
}

.shg-ig-posts-image {
  max-height: 100%;
  width: 100%;
  display: block;
  aspect-ratio: inherit;
}

.shg-ig-posts-image-square {
  aspect-ratio: 1/1;
  object-fit: cover;
  max-height: 100%;
  width: 100%;
}

.shg-ig-square-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}

.shg-ig-posts-caption {
  width: 100%;
  font-size: 12px;
  word-wrap: break-word;
  hyphens: auto;
  text-align: left;
}

.shg-ig-details-container {
  padding-top: 9px;
  border-top: 1px solid #ddd;
}

.shg-ig-user-details {
  display: flex;
  flex-direction: row;
}

.shg-ig-user-image {
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
}

.shg-ig-username-container {
  display: flex;
  flex-direction: column;
}

.shg-ig-user-full-name {
  margin-bottom: 3px !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

.shg-ig-user-createdat {
  margin-bottom: 0 !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

@supports not (aspect-ratio: 1/1) {
  .shg-ig-square-wrapper {
    padding: calc((1 / (1 / 1)) * 100%) 0 0;
    position: relative;
  }

  .shg-ig-square-wrapper > .shg-ig-posts-image-square {
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    height: 100%;
  }
}

#s-744c54f3-83f3-4775-a628-471468cea491 {
  padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
}

@media (min-width: 768px) {
  [id="s-744c54f3-83f3-4775-a628-471468cea491"] .shg-ig-posts-container > .shg-ig-posts {
    width: 33.333333333333336%;
    padding-right: 50px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 50px) !important;
  }
}

#s-50293bf2-c7dd-46f9-9f01-c4878fb9251f {
  padding-top: 0px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
min-height: 50px;
background-color: rgba(249, 220, 214, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-50293bf2-c7dd-46f9-9f01-c4878fb9251f {
  
}
}@media (max-width: 767px){#s-50293bf2-c7dd-46f9-9f01-c4878fb9251f {
  
}
}







#s-50293bf2-c7dd-46f9-9f01-c4878fb9251f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50293bf2-c7dd-46f9-9f01-c4878fb9251f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5c62814d-bd75-4cc1-900a-a941c474c2b8 {
  margin-bottom: 0%;
padding-top: 15px;
padding-bottom: 15px;
}

#s-b4286c13-49a6-4f3b-8581-2393f6afb67a {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
}
@media (min-width: 1200px){#s-b4286c13-49a6-4f3b-8581-2393f6afb67a {
  display: none;
}
#s-b4286c13-49a6-4f3b-8581-2393f6afb67a, #wrap-s-b4286c13-49a6-4f3b-8581-2393f6afb67a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b4286c13-49a6-4f3b-8581-2393f6afb67a {
  display: none;
}
#s-b4286c13-49a6-4f3b-8581-2393f6afb67a, #wrap-s-b4286c13-49a6-4f3b-8581-2393f6afb67a { display:none !important; }}
#s-b4286c13-49a6-4f3b-8581-2393f6afb67a .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-b4286c13-49a6-4f3b-8581-2393f6afb67a .shg-sld-nav-button.shg-sld-left,
#s-b4286c13-49a6-4f3b-8581-2393f6afb67a .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-aca12930-0390-4098-9496-027dbac748a1 {
  margin-top: -20px;
padding-left: 15%;
padding-right: 15%;
text-align: center;
}
@media (min-width: 1200px){#s-aca12930-0390-4098-9496-027dbac748a1 {
  display: none;
}
#s-aca12930-0390-4098-9496-027dbac748a1, #wrap-s-aca12930-0390-4098-9496-027dbac748a1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aca12930-0390-4098-9496-027dbac748a1 {
  display: none;
}
#s-aca12930-0390-4098-9496-027dbac748a1, #wrap-s-aca12930-0390-4098-9496-027dbac748a1 { display:none !important; }}






  #s-aca12930-0390-4098-9496-027dbac748a1 img.shogun-image {
    

    
    
    
  }


#s-aca12930-0390-4098-9496-027dbac748a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-506a7ba4-a6bb-46f3-a460-2fb57d17365e {
  margin-top: -20px;
padding-left: 15%;
padding-right: 15%;
text-align: center;
}
@media (min-width: 1200px){#s-506a7ba4-a6bb-46f3-a460-2fb57d17365e {
  display: none;
}
#s-506a7ba4-a6bb-46f3-a460-2fb57d17365e, #wrap-s-506a7ba4-a6bb-46f3-a460-2fb57d17365e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-506a7ba4-a6bb-46f3-a460-2fb57d17365e {
  display: none;
}
#s-506a7ba4-a6bb-46f3-a460-2fb57d17365e, #wrap-s-506a7ba4-a6bb-46f3-a460-2fb57d17365e { display:none !important; }}






  #s-506a7ba4-a6bb-46f3-a460-2fb57d17365e img.shogun-image {
    

    
    
    
  }


#s-506a7ba4-a6bb-46f3-a460-2fb57d17365e .shogun-image-content {
  
    align-items: center;
  
}

#s-242f0db5-4311-4ac3-9209-5fc5b499abc8 {
  margin-top: -20px;
padding-top: 6px;
padding-left: 15%;
padding-bottom: 0px;
padding-right: 15%;
text-align: center;
}
@media (min-width: 1200px){#s-242f0db5-4311-4ac3-9209-5fc5b499abc8 {
  display: none;
}
#s-242f0db5-4311-4ac3-9209-5fc5b499abc8, #wrap-s-242f0db5-4311-4ac3-9209-5fc5b499abc8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-242f0db5-4311-4ac3-9209-5fc5b499abc8 {
  display: none;
}
#s-242f0db5-4311-4ac3-9209-5fc5b499abc8, #wrap-s-242f0db5-4311-4ac3-9209-5fc5b499abc8 { display:none !important; }}






  #s-242f0db5-4311-4ac3-9209-5fc5b499abc8 img.shogun-image {
    

    
    
    
  }


#s-242f0db5-4311-4ac3-9209-5fc5b499abc8 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ec9e421-43ac-41bf-87ae-99850f8f16de {
  margin-top: -20px;
padding-left: 15%;
padding-right: 15%;
text-align: center;
}
@media (min-width: 1200px){#s-5ec9e421-43ac-41bf-87ae-99850f8f16de {
  display: none;
}
#s-5ec9e421-43ac-41bf-87ae-99850f8f16de, #wrap-s-5ec9e421-43ac-41bf-87ae-99850f8f16de { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5ec9e421-43ac-41bf-87ae-99850f8f16de {
  display: none;
}
#s-5ec9e421-43ac-41bf-87ae-99850f8f16de, #wrap-s-5ec9e421-43ac-41bf-87ae-99850f8f16de { display:none !important; }}






  #s-5ec9e421-43ac-41bf-87ae-99850f8f16de img.shogun-image {
    

    
    
    
  }


#s-5ec9e421-43ac-41bf-87ae-99850f8f16de .shogun-image-content {
  
    align-items: center;
  
}

#s-16ea29c9-70ca-4cb7-8f9f-e2a9d646e023 {
  margin-top: -20px;
padding-left: 15%;
padding-right: 15%;
text-align: center;
}
@media (min-width: 1200px){#s-16ea29c9-70ca-4cb7-8f9f-e2a9d646e023 {
  display: none;
}
#s-16ea29c9-70ca-4cb7-8f9f-e2a9d646e023, #wrap-s-16ea29c9-70ca-4cb7-8f9f-e2a9d646e023 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-16ea29c9-70ca-4cb7-8f9f-e2a9d646e023 {
  display: none;
}
#s-16ea29c9-70ca-4cb7-8f9f-e2a9d646e023, #wrap-s-16ea29c9-70ca-4cb7-8f9f-e2a9d646e023 { display:none !important; }}






  #s-16ea29c9-70ca-4cb7-8f9f-e2a9d646e023 img.shogun-image {
    

    
    
    
  }


#s-16ea29c9-70ca-4cb7-8f9f-e2a9d646e023 .shogun-image-content {
  
    align-items: center;
  
}

#s-42c2120d-1ed4-4599-b479-78c3626863c4 {
  margin-top: -20px;
padding-left: 15%;
padding-right: 15%;
text-align: center;
}







  #s-42c2120d-1ed4-4599-b479-78c3626863c4 img.shogun-image {
    

    
    
    
  }


#s-42c2120d-1ed4-4599-b479-78c3626863c4 .shogun-image-content {
  
    align-items: center;
  
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-ca1dbc96-820b-4e86-bd58-bbd6b89cf592 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-ca1dbc96-820b-4e86-bd58-bbd6b89cf592 {
  display: none;
}
#s-ca1dbc96-820b-4e86-bd58-bbd6b89cf592, #wrap-s-ca1dbc96-820b-4e86-bd58-bbd6b89cf592 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ca1dbc96-820b-4e86-bd58-bbd6b89cf592 {
  display: none;
}
#s-ca1dbc96-820b-4e86-bd58-bbd6b89cf592, #wrap-s-ca1dbc96-820b-4e86-bd58-bbd6b89cf592 { display:none !important; }}
#s-ca1dbc96-820b-4e86-bd58-bbd6b89cf592 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-71103ef8-af1f-436a-a262-8849818403fb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-71103ef8-af1f-436a-a262-8849818403fb {
  display: none;
}
#s-71103ef8-af1f-436a-a262-8849818403fb, #wrap-s-71103ef8-af1f-436a-a262-8849818403fb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-71103ef8-af1f-436a-a262-8849818403fb {
  display: none;
}
#s-71103ef8-af1f-436a-a262-8849818403fb, #wrap-s-71103ef8-af1f-436a-a262-8849818403fb { display:none !important; }}
#s-71103ef8-af1f-436a-a262-8849818403fb .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-2f22a6ba-219d-4542-ab0c-6221bfb0a531 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-2f22a6ba-219d-4542-ab0c-6221bfb0a531 {
  display: none;
}
#s-2f22a6ba-219d-4542-ab0c-6221bfb0a531, #wrap-s-2f22a6ba-219d-4542-ab0c-6221bfb0a531 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2f22a6ba-219d-4542-ab0c-6221bfb0a531 {
  display: none;
}
#s-2f22a6ba-219d-4542-ab0c-6221bfb0a531, #wrap-s-2f22a6ba-219d-4542-ab0c-6221bfb0a531 { display:none !important; }}
#s-2f22a6ba-219d-4542-ab0c-6221bfb0a531 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-912e765d-6a02-4b11-9530-50cad9e79814 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-912e765d-6a02-4b11-9530-50cad9e79814 {
  display: none;
}
#s-912e765d-6a02-4b11-9530-50cad9e79814, #wrap-s-912e765d-6a02-4b11-9530-50cad9e79814 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-912e765d-6a02-4b11-9530-50cad9e79814 {
  display: none;
}
#s-912e765d-6a02-4b11-9530-50cad9e79814, #wrap-s-912e765d-6a02-4b11-9530-50cad9e79814 { display:none !important; }}
#s-912e765d-6a02-4b11-9530-50cad9e79814 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-a0906395-7f41-4467-9e12-ac01690f50d7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-a0906395-7f41-4467-9e12-ac01690f50d7 {
  display: none;
}
#s-a0906395-7f41-4467-9e12-ac01690f50d7, #wrap-s-a0906395-7f41-4467-9e12-ac01690f50d7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a0906395-7f41-4467-9e12-ac01690f50d7 {
  display: none;
}
#s-a0906395-7f41-4467-9e12-ac01690f50d7, #wrap-s-a0906395-7f41-4467-9e12-ac01690f50d7 { display:none !important; }}
#s-a0906395-7f41-4467-9e12-ac01690f50d7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-2eeaefae-e8e2-4698-9bcc-195aa1147eca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-2eeaefae-e8e2-4698-9bcc-195aa1147eca {
  display: none;
}
#s-2eeaefae-e8e2-4698-9bcc-195aa1147eca, #wrap-s-2eeaefae-e8e2-4698-9bcc-195aa1147eca { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2eeaefae-e8e2-4698-9bcc-195aa1147eca {
  display: none;
}
#s-2eeaefae-e8e2-4698-9bcc-195aa1147eca, #wrap-s-2eeaefae-e8e2-4698-9bcc-195aa1147eca { display:none !important; }}
#s-2eeaefae-e8e2-4698-9bcc-195aa1147eca .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-ab999c2d-fe8e-41ed-afcc-3b352f2b13d3 {
  margin-top: -25px;
margin-bottom: -16px;
}
@media (min-width: 1200px){#s-ab999c2d-fe8e-41ed-afcc-3b352f2b13d3 {
  display: none;
}
#s-ab999c2d-fe8e-41ed-afcc-3b352f2b13d3, #wrap-s-ab999c2d-fe8e-41ed-afcc-3b352f2b13d3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ab999c2d-fe8e-41ed-afcc-3b352f2b13d3 {
  display: none;
}
#s-ab999c2d-fe8e-41ed-afcc-3b352f2b13d3, #wrap-s-ab999c2d-fe8e-41ed-afcc-3b352f2b13d3 { display:none !important; }}
#s-ef65ff17-f3fb-4116-bc5d-b88cfcc12dab {
  margin-top: -25px;
margin-bottom: -16px;
}
@media (min-width: 1200px){#s-ef65ff17-f3fb-4116-bc5d-b88cfcc12dab {
  display: none;
}
#s-ef65ff17-f3fb-4116-bc5d-b88cfcc12dab, #wrap-s-ef65ff17-f3fb-4116-bc5d-b88cfcc12dab { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ef65ff17-f3fb-4116-bc5d-b88cfcc12dab {
  display: none;
}
#s-ef65ff17-f3fb-4116-bc5d-b88cfcc12dab, #wrap-s-ef65ff17-f3fb-4116-bc5d-b88cfcc12dab { display:none !important; }}
#s-be9bdd39-2777-4361-ad14-adbbe6b9ddd3 {
  margin-top: -25px;
margin-bottom: -16px;
}
@media (min-width: 1200px){#s-be9bdd39-2777-4361-ad14-adbbe6b9ddd3 {
  display: none;
}
#s-be9bdd39-2777-4361-ad14-adbbe6b9ddd3, #wrap-s-be9bdd39-2777-4361-ad14-adbbe6b9ddd3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-be9bdd39-2777-4361-ad14-adbbe6b9ddd3 {
  display: none;
}
#s-be9bdd39-2777-4361-ad14-adbbe6b9ddd3, #wrap-s-be9bdd39-2777-4361-ad14-adbbe6b9ddd3 { display:none !important; }}
#s-38e8e5ac-053f-4c23-a887-195e64256993 {
  margin-top: -25px;
margin-bottom: -16px;
}
@media (min-width: 1200px){#s-38e8e5ac-053f-4c23-a887-195e64256993 {
  display: none;
}
#s-38e8e5ac-053f-4c23-a887-195e64256993, #wrap-s-38e8e5ac-053f-4c23-a887-195e64256993 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-38e8e5ac-053f-4c23-a887-195e64256993 {
  display: none;
}
#s-38e8e5ac-053f-4c23-a887-195e64256993, #wrap-s-38e8e5ac-053f-4c23-a887-195e64256993 { display:none !important; }}
#s-8f6b41aa-bc46-4cde-bb76-4afd3d5ca9bf {
  margin-top: -25px;
margin-bottom: -16px;
}
@media (min-width: 1200px){#s-8f6b41aa-bc46-4cde-bb76-4afd3d5ca9bf {
  display: none;
}
#s-8f6b41aa-bc46-4cde-bb76-4afd3d5ca9bf, #wrap-s-8f6b41aa-bc46-4cde-bb76-4afd3d5ca9bf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8f6b41aa-bc46-4cde-bb76-4afd3d5ca9bf {
  display: none;
}
#s-8f6b41aa-bc46-4cde-bb76-4afd3d5ca9bf, #wrap-s-8f6b41aa-bc46-4cde-bb76-4afd3d5ca9bf { display:none !important; }}
#s-d703347e-300e-4aa2-9988-6982243715ab {
  margin-top: -25px;
margin-bottom: -16px;
}
@media (min-width: 1200px){#s-d703347e-300e-4aa2-9988-6982243715ab {
  display: none;
}
#s-d703347e-300e-4aa2-9988-6982243715ab, #wrap-s-d703347e-300e-4aa2-9988-6982243715ab { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d703347e-300e-4aa2-9988-6982243715ab {
  display: none;
}
#s-d703347e-300e-4aa2-9988-6982243715ab, #wrap-s-d703347e-300e-4aa2-9988-6982243715ab { display:none !important; }}
#s-1a295f63-ebe6-4cfe-9823-10f674bf9e3a {
  border-style: solid;
margin-top: -15px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
background-position: left undefined;
}
#s-1a295f63-ebe6-4cfe-9823-10f674bf9e3a:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1a295f63-ebe6-4cfe-9823-10f674bf9e3a:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-1a295f63-ebe6-4cfe-9823-10f674bf9e3a {
  display: none;
}
#s-1a295f63-ebe6-4cfe-9823-10f674bf9e3a, #wrap-s-1a295f63-ebe6-4cfe-9823-10f674bf9e3a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1a295f63-ebe6-4cfe-9823-10f674bf9e3a {
  display: none;
}
#s-1a295f63-ebe6-4cfe-9823-10f674bf9e3a, #wrap-s-1a295f63-ebe6-4cfe-9823-10f674bf9e3a { display:none !important; }}

  #s-1a295f63-ebe6-4cfe-9823-10f674bf9e3a-root {
    text-align: center;
  }


#s-1a295f63-ebe6-4cfe-9823-10f674bf9e3a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1a295f63-ebe6-4cfe-9823-10f674bf9e3a-root {
    text-align: center;
  }


#s-1a295f63-ebe6-4cfe-9823-10f674bf9e3a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1a295f63-ebe6-4cfe-9823-10f674bf9e3a-root {
    text-align: center;
  }


#s-1a295f63-ebe6-4cfe-9823-10f674bf9e3a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1a295f63-ebe6-4cfe-9823-10f674bf9e3a-root {
    text-align: center;
  }


#s-1a295f63-ebe6-4cfe-9823-10f674bf9e3a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1a295f63-ebe6-4cfe-9823-10f674bf9e3a-root {
    text-align: center;
  }


#s-1a295f63-ebe6-4cfe-9823-10f674bf9e3a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-02c27f54-f347-4ea1-b6ae-12b76b1da940 {
  border-style: solid;
margin-top: -15px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
background-position: left undefined;
}
#s-02c27f54-f347-4ea1-b6ae-12b76b1da940:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-02c27f54-f347-4ea1-b6ae-12b76b1da940:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-02c27f54-f347-4ea1-b6ae-12b76b1da940 {
  display: none;
}
#s-02c27f54-f347-4ea1-b6ae-12b76b1da940, #wrap-s-02c27f54-f347-4ea1-b6ae-12b76b1da940 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-02c27f54-f347-4ea1-b6ae-12b76b1da940 {
  display: none;
}
#s-02c27f54-f347-4ea1-b6ae-12b76b1da940, #wrap-s-02c27f54-f347-4ea1-b6ae-12b76b1da940 { display:none !important; }}

  #s-02c27f54-f347-4ea1-b6ae-12b76b1da940-root {
    text-align: center;
  }


#s-02c27f54-f347-4ea1-b6ae-12b76b1da940.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-02c27f54-f347-4ea1-b6ae-12b76b1da940-root {
    text-align: center;
  }


#s-02c27f54-f347-4ea1-b6ae-12b76b1da940.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-02c27f54-f347-4ea1-b6ae-12b76b1da940-root {
    text-align: center;
  }


#s-02c27f54-f347-4ea1-b6ae-12b76b1da940.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-02c27f54-f347-4ea1-b6ae-12b76b1da940-root {
    text-align: center;
  }


#s-02c27f54-f347-4ea1-b6ae-12b76b1da940.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-02c27f54-f347-4ea1-b6ae-12b76b1da940-root {
    text-align: center;
  }


#s-02c27f54-f347-4ea1-b6ae-12b76b1da940.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-8cc54fa5-54fd-49fa-bf08-c3a74485352e {
  border-style: solid;
margin-top: -15px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
background-position: left undefined;
}
#s-8cc54fa5-54fd-49fa-bf08-c3a74485352e:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8cc54fa5-54fd-49fa-bf08-c3a74485352e:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-8cc54fa5-54fd-49fa-bf08-c3a74485352e {
  display: none;
}
#s-8cc54fa5-54fd-49fa-bf08-c3a74485352e, #wrap-s-8cc54fa5-54fd-49fa-bf08-c3a74485352e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8cc54fa5-54fd-49fa-bf08-c3a74485352e {
  display: none;
}
#s-8cc54fa5-54fd-49fa-bf08-c3a74485352e, #wrap-s-8cc54fa5-54fd-49fa-bf08-c3a74485352e { display:none !important; }}

  #s-8cc54fa5-54fd-49fa-bf08-c3a74485352e-root {
    text-align: center;
  }


#s-8cc54fa5-54fd-49fa-bf08-c3a74485352e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8cc54fa5-54fd-49fa-bf08-c3a74485352e-root {
    text-align: center;
  }


#s-8cc54fa5-54fd-49fa-bf08-c3a74485352e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8cc54fa5-54fd-49fa-bf08-c3a74485352e-root {
    text-align: center;
  }


#s-8cc54fa5-54fd-49fa-bf08-c3a74485352e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8cc54fa5-54fd-49fa-bf08-c3a74485352e-root {
    text-align: center;
  }


#s-8cc54fa5-54fd-49fa-bf08-c3a74485352e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8cc54fa5-54fd-49fa-bf08-c3a74485352e-root {
    text-align: center;
  }


#s-8cc54fa5-54fd-49fa-bf08-c3a74485352e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-149b2c3a-79a5-465b-bd83-f8480815af93 {
  border-style: solid;
margin-top: -15px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
background-position: left undefined;
}
#s-149b2c3a-79a5-465b-bd83-f8480815af93:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-149b2c3a-79a5-465b-bd83-f8480815af93:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-149b2c3a-79a5-465b-bd83-f8480815af93 {
  display: none;
}
#s-149b2c3a-79a5-465b-bd83-f8480815af93, #wrap-s-149b2c3a-79a5-465b-bd83-f8480815af93 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-149b2c3a-79a5-465b-bd83-f8480815af93 {
  display: none;
}
#s-149b2c3a-79a5-465b-bd83-f8480815af93, #wrap-s-149b2c3a-79a5-465b-bd83-f8480815af93 { display:none !important; }}

  #s-149b2c3a-79a5-465b-bd83-f8480815af93-root {
    text-align: center;
  }


#s-149b2c3a-79a5-465b-bd83-f8480815af93.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-149b2c3a-79a5-465b-bd83-f8480815af93-root {
    text-align: center;
  }


#s-149b2c3a-79a5-465b-bd83-f8480815af93.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-149b2c3a-79a5-465b-bd83-f8480815af93-root {
    text-align: center;
  }


#s-149b2c3a-79a5-465b-bd83-f8480815af93.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-149b2c3a-79a5-465b-bd83-f8480815af93-root {
    text-align: center;
  }


#s-149b2c3a-79a5-465b-bd83-f8480815af93.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-149b2c3a-79a5-465b-bd83-f8480815af93-root {
    text-align: center;
  }


#s-149b2c3a-79a5-465b-bd83-f8480815af93.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-5ed8762a-bd2b-4af8-9ee4-414b647f4468 {
  border-style: solid;
margin-top: -15px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
background-position: left undefined;
}
#s-5ed8762a-bd2b-4af8-9ee4-414b647f4468:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5ed8762a-bd2b-4af8-9ee4-414b647f4468:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-5ed8762a-bd2b-4af8-9ee4-414b647f4468 {
  display: none;
}
#s-5ed8762a-bd2b-4af8-9ee4-414b647f4468, #wrap-s-5ed8762a-bd2b-4af8-9ee4-414b647f4468 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5ed8762a-bd2b-4af8-9ee4-414b647f4468 {
  display: none;
}
#s-5ed8762a-bd2b-4af8-9ee4-414b647f4468, #wrap-s-5ed8762a-bd2b-4af8-9ee4-414b647f4468 { display:none !important; }}

  #s-5ed8762a-bd2b-4af8-9ee4-414b647f4468-root {
    text-align: center;
  }


#s-5ed8762a-bd2b-4af8-9ee4-414b647f4468.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5ed8762a-bd2b-4af8-9ee4-414b647f4468-root {
    text-align: center;
  }


#s-5ed8762a-bd2b-4af8-9ee4-414b647f4468.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5ed8762a-bd2b-4af8-9ee4-414b647f4468-root {
    text-align: center;
  }


#s-5ed8762a-bd2b-4af8-9ee4-414b647f4468.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5ed8762a-bd2b-4af8-9ee4-414b647f4468-root {
    text-align: center;
  }


#s-5ed8762a-bd2b-4af8-9ee4-414b647f4468.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5ed8762a-bd2b-4af8-9ee4-414b647f4468-root {
    text-align: center;
  }


#s-5ed8762a-bd2b-4af8-9ee4-414b647f4468.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-d668cca9-b73f-4dee-8c4c-91385766b3ae {
  border-style: solid;
margin-top: -15px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
background-position: left undefined;
}
#s-d668cca9-b73f-4dee-8c4c-91385766b3ae:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d668cca9-b73f-4dee-8c4c-91385766b3ae:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-d668cca9-b73f-4dee-8c4c-91385766b3ae {
  display: none;
}
#s-d668cca9-b73f-4dee-8c4c-91385766b3ae, #wrap-s-d668cca9-b73f-4dee-8c4c-91385766b3ae { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d668cca9-b73f-4dee-8c4c-91385766b3ae {
  display: none;
}
#s-d668cca9-b73f-4dee-8c4c-91385766b3ae, #wrap-s-d668cca9-b73f-4dee-8c4c-91385766b3ae { display:none !important; }}

  #s-d668cca9-b73f-4dee-8c4c-91385766b3ae-root {
    text-align: center;
  }


#s-d668cca9-b73f-4dee-8c4c-91385766b3ae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d668cca9-b73f-4dee-8c4c-91385766b3ae-root {
    text-align: center;
  }


#s-d668cca9-b73f-4dee-8c4c-91385766b3ae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d668cca9-b73f-4dee-8c4c-91385766b3ae-root {
    text-align: center;
  }


#s-d668cca9-b73f-4dee-8c4c-91385766b3ae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d668cca9-b73f-4dee-8c4c-91385766b3ae-root {
    text-align: center;
  }


#s-d668cca9-b73f-4dee-8c4c-91385766b3ae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d668cca9-b73f-4dee-8c4c-91385766b3ae-root {
    text-align: center;
  }


#s-d668cca9-b73f-4dee-8c4c-91385766b3ae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-9cc214df-8847-448b-bf08-d36d177baa27 {
  margin-top: 0px;
background-color: rgba(249, 220, 214, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-9cc214df-8847-448b-bf08-d36d177baa27 {
  display: none;
}
#s-9cc214df-8847-448b-bf08-d36d177baa27, #wrap-s-9cc214df-8847-448b-bf08-d36d177baa27 { display:none !important; }}@media (max-width: 767px){#s-9cc214df-8847-448b-bf08-d36d177baa27 {
  display: none;
}
#s-9cc214df-8847-448b-bf08-d36d177baa27, #wrap-s-9cc214df-8847-448b-bf08-d36d177baa27 { display:none !important; }}
@media (min-width: 0px) {
[id="s-9cc214df-8847-448b-bf08-d36d177baa27"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9cc214df-8847-448b-bf08-d36d177baa27"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-9cc214df-8847-448b-bf08-d36d177baa27"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-9cc214df-8847-448b-bf08-d36d177baa27"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-cc8cdeb0-5830-40b2-a529-b103320bcc6b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5%;
padding-left: 7%;
padding-bottom: 5%;
padding-right: 7%;
text-align: center;
}







  #s-cc8cdeb0-5830-40b2-a529-b103320bcc6b img.shogun-image {
    

    
    
    
  }


#s-cc8cdeb0-5830-40b2-a529-b103320bcc6b .shogun-image-content {
  
    align-items: center;
  
}

#s-f1e41e1a-a30c-4e51-88cd-f56b39dde0cc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f1e41e1a-a30c-4e51-88cd-f56b39dde0cc .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-3d7702c8-f712-4038-a5f9-e0043142d3b4 {
  margin-top: -18px;
margin-bottom: -10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3d7702c8-f712-4038-a5f9-e0043142d3b4 {
  display: none;
}
#s-3d7702c8-f712-4038-a5f9-e0043142d3b4, #wrap-s-3d7702c8-f712-4038-a5f9-e0043142d3b4 { display:none !important; }}
#s-5c05a659-77a1-44b7-9064-5979363f734c {
  border-style: solid;
margin-top: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
background-position: left undefined;
}
#s-5c05a659-77a1-44b7-9064-5979363f734c:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5c05a659-77a1-44b7-9064-5979363f734c:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-5c05a659-77a1-44b7-9064-5979363f734c-root {
    text-align: left;
  }


#s-5c05a659-77a1-44b7-9064-5979363f734c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5c05a659-77a1-44b7-9064-5979363f734c-root {
    text-align: left;
  }


#s-5c05a659-77a1-44b7-9064-5979363f734c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5c05a659-77a1-44b7-9064-5979363f734c-root {
    text-align: left;
  }


#s-5c05a659-77a1-44b7-9064-5979363f734c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5c05a659-77a1-44b7-9064-5979363f734c-root {
    text-align: left;
  }


#s-5c05a659-77a1-44b7-9064-5979363f734c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5c05a659-77a1-44b7-9064-5979363f734c-root {
    text-align: left;
  }


#s-5c05a659-77a1-44b7-9064-5979363f734c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-f3d27766-c898-40e3-bee9-7cce0fdab35e {
  text-align: center;
}







  #s-f3d27766-c898-40e3-bee9-7cce0fdab35e img.shogun-image {
    

    
    
    
  }


#s-f3d27766-c898-40e3-bee9-7cce0fdab35e .shogun-image-content {
  
    align-items: center;
  
}

#s-e0212898-a54b-42e7-b60e-cdcd90beac1c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e0212898-a54b-42e7-b60e-cdcd90beac1c .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-175f7965-5586-44b5-a41d-2d05bffa2c86 {
  margin-top: -18px;
margin-bottom: -10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-175f7965-5586-44b5-a41d-2d05bffa2c86 {
  display: none;
}
#s-175f7965-5586-44b5-a41d-2d05bffa2c86, #wrap-s-175f7965-5586-44b5-a41d-2d05bffa2c86 { display:none !important; }}
#s-0985aa21-f35a-4898-8a24-5c535302a2fc {
  border-style: solid;
margin-top: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
background-position: left undefined;
}
#s-0985aa21-f35a-4898-8a24-5c535302a2fc:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0985aa21-f35a-4898-8a24-5c535302a2fc:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-0985aa21-f35a-4898-8a24-5c535302a2fc-root {
    text-align: left;
  }


#s-0985aa21-f35a-4898-8a24-5c535302a2fc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0985aa21-f35a-4898-8a24-5c535302a2fc-root {
    text-align: left;
  }


#s-0985aa21-f35a-4898-8a24-5c535302a2fc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0985aa21-f35a-4898-8a24-5c535302a2fc-root {
    text-align: left;
  }


#s-0985aa21-f35a-4898-8a24-5c535302a2fc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0985aa21-f35a-4898-8a24-5c535302a2fc-root {
    text-align: left;
  }


#s-0985aa21-f35a-4898-8a24-5c535302a2fc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0985aa21-f35a-4898-8a24-5c535302a2fc-root {
    text-align: left;
  }


#s-0985aa21-f35a-4898-8a24-5c535302a2fc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-751e3202-5b5d-42ec-9f71-bc19c796392c {
  padding-top: 23px;
padding-bottom: 23px;
text-align: center;
}







  #s-751e3202-5b5d-42ec-9f71-bc19c796392c img.shogun-image {
    

    
    
    
  }


#s-751e3202-5b5d-42ec-9f71-bc19c796392c .shogun-image-content {
  
    align-items: center;
  
}

#s-8f6f19ab-df01-4eb2-ad9f-7ba6f13272ba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8f6f19ab-df01-4eb2-ad9f-7ba6f13272ba .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-2e216201-4744-4630-a921-34721f069065 {
  margin-top: -18px;
margin-bottom: -10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2e216201-4744-4630-a921-34721f069065 {
  display: none;
}
#s-2e216201-4744-4630-a921-34721f069065, #wrap-s-2e216201-4744-4630-a921-34721f069065 { display:none !important; }}
#s-a761c5c1-4c95-4714-99bb-2999665bfd51 {
  border-style: solid;
margin-top: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-a761c5c1-4c95-4714-99bb-2999665bfd51:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a761c5c1-4c95-4714-99bb-2999665bfd51:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a761c5c1-4c95-4714-99bb-2999665bfd51-root {
    text-align: left;
  }


#s-a761c5c1-4c95-4714-99bb-2999665bfd51.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a761c5c1-4c95-4714-99bb-2999665bfd51-root {
    text-align: left;
  }


#s-a761c5c1-4c95-4714-99bb-2999665bfd51.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a761c5c1-4c95-4714-99bb-2999665bfd51-root {
    text-align: left;
  }


#s-a761c5c1-4c95-4714-99bb-2999665bfd51.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a761c5c1-4c95-4714-99bb-2999665bfd51-root {
    text-align: left;
  }


#s-a761c5c1-4c95-4714-99bb-2999665bfd51.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a761c5c1-4c95-4714-99bb-2999665bfd51-root {
    text-align: left;
  }


#s-a761c5c1-4c95-4714-99bb-2999665bfd51.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-23773e85-6134-4926-960b-78e617e4ebbf {
  padding-top: 45px;
text-align: center;
}







  #s-23773e85-6134-4926-960b-78e617e4ebbf img.shogun-image {
    

    
    
    
  }


#s-23773e85-6134-4926-960b-78e617e4ebbf .shogun-image-content {
  
    align-items: center;
  
}

#s-f816a450-eb40-4438-b4f0-83b515501f11 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f816a450-eb40-4438-b4f0-83b515501f11 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-84777029-73d8-4dd0-9aba-b550475bf738 {
  margin-top: -18px;
margin-bottom: -10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-84777029-73d8-4dd0-9aba-b550475bf738 {
  display: none;
}
#s-84777029-73d8-4dd0-9aba-b550475bf738, #wrap-s-84777029-73d8-4dd0-9aba-b550475bf738 { display:none !important; }}
#s-a9bfe357-dc5d-46fa-9d19-b6d078539018 {
  border-style: solid;
margin-top: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
background-position: left undefined;
}
#s-a9bfe357-dc5d-46fa-9d19-b6d078539018:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a9bfe357-dc5d-46fa-9d19-b6d078539018:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a9bfe357-dc5d-46fa-9d19-b6d078539018-root {
    text-align: left;
  }


#s-a9bfe357-dc5d-46fa-9d19-b6d078539018.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a9bfe357-dc5d-46fa-9d19-b6d078539018-root {
    text-align: left;
  }


#s-a9bfe357-dc5d-46fa-9d19-b6d078539018.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a9bfe357-dc5d-46fa-9d19-b6d078539018-root {
    text-align: left;
  }


#s-a9bfe357-dc5d-46fa-9d19-b6d078539018.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a9bfe357-dc5d-46fa-9d19-b6d078539018-root {
    text-align: left;
  }


#s-a9bfe357-dc5d-46fa-9d19-b6d078539018.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a9bfe357-dc5d-46fa-9d19-b6d078539018-root {
    text-align: left;
  }


#s-a9bfe357-dc5d-46fa-9d19-b6d078539018.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-a40b5ca3-5c78-488a-bdcb-85b3ea845833 {
  text-align: center;
}







  #s-a40b5ca3-5c78-488a-bdcb-85b3ea845833 img.shogun-image {
    

    
    
    
  }


#s-a40b5ca3-5c78-488a-bdcb-85b3ea845833 .shogun-image-content {
  
    align-items: center;
  
}

#s-542f6398-e084-4ddf-abf6-22284a4b6e2b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-542f6398-e084-4ddf-abf6-22284a4b6e2b .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-cfa7f274-10b1-4ef3-a3c5-e143a3440d7f {
  margin-top: -18px;
margin-bottom: -10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cfa7f274-10b1-4ef3-a3c5-e143a3440d7f {
  display: none;
}
#s-cfa7f274-10b1-4ef3-a3c5-e143a3440d7f, #wrap-s-cfa7f274-10b1-4ef3-a3c5-e143a3440d7f { display:none !important; }}
#s-285aaaaf-07e7-426a-99fc-1a71bdffb88f {
  border-style: solid;
margin-top: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
background-position: left undefined;
}
#s-285aaaaf-07e7-426a-99fc-1a71bdffb88f:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-285aaaaf-07e7-426a-99fc-1a71bdffb88f:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-285aaaaf-07e7-426a-99fc-1a71bdffb88f-root {
    text-align: left;
  }


#s-285aaaaf-07e7-426a-99fc-1a71bdffb88f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-285aaaaf-07e7-426a-99fc-1a71bdffb88f-root {
    text-align: left;
  }


#s-285aaaaf-07e7-426a-99fc-1a71bdffb88f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-285aaaaf-07e7-426a-99fc-1a71bdffb88f-root {
    text-align: left;
  }


#s-285aaaaf-07e7-426a-99fc-1a71bdffb88f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-285aaaaf-07e7-426a-99fc-1a71bdffb88f-root {
    text-align: left;
  }


#s-285aaaaf-07e7-426a-99fc-1a71bdffb88f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-285aaaaf-07e7-426a-99fc-1a71bdffb88f-root {
    text-align: left;
  }


#s-285aaaaf-07e7-426a-99fc-1a71bdffb88f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-f36a4d2a-11ec-4a1d-820f-431418c55496 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  #s-f36a4d2a-11ec-4a1d-820f-431418c55496 img.shogun-image {
    

    
    
    
  }


#s-f36a4d2a-11ec-4a1d-820f-431418c55496 .shogun-image-content {
  
    align-items: center;
  
}

#s-2726d85a-c4d8-4de8-a5fc-72fbf6799b6d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2726d85a-c4d8-4de8-a5fc-72fbf6799b6d .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-47b39c01-920f-49be-b330-583003c8c5e0 {
  margin-top: -18px;
}
@media (min-width: 768px) and (max-width: 991px){#s-47b39c01-920f-49be-b330-583003c8c5e0 {
  display: none;
}
#s-47b39c01-920f-49be-b330-583003c8c5e0, #wrap-s-47b39c01-920f-49be-b330-583003c8c5e0 { display:none !important; }}
#s-ee8c0f64-cfb8-40e3-9aee-b0394c1cc1ee {
  border-style: solid;
margin-top: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
background-position: left undefined;
}
#s-ee8c0f64-cfb8-40e3-9aee-b0394c1cc1ee:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ee8c0f64-cfb8-40e3-9aee-b0394c1cc1ee:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ee8c0f64-cfb8-40e3-9aee-b0394c1cc1ee-root {
    text-align: left;
  }


#s-ee8c0f64-cfb8-40e3-9aee-b0394c1cc1ee.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ee8c0f64-cfb8-40e3-9aee-b0394c1cc1ee-root {
    text-align: left;
  }


#s-ee8c0f64-cfb8-40e3-9aee-b0394c1cc1ee.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ee8c0f64-cfb8-40e3-9aee-b0394c1cc1ee-root {
    text-align: left;
  }


#s-ee8c0f64-cfb8-40e3-9aee-b0394c1cc1ee.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ee8c0f64-cfb8-40e3-9aee-b0394c1cc1ee-root {
    text-align: left;
  }


#s-ee8c0f64-cfb8-40e3-9aee-b0394c1cc1ee.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ee8c0f64-cfb8-40e3-9aee-b0394c1cc1ee-root {
    text-align: left;
  }


#s-ee8c0f64-cfb8-40e3-9aee-b0394c1cc1ee.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-24387d8d-8bf9-42e0-826e-47c1f78a8db0 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 0px;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-radius: 10px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-24387d8d-8bf9-42e0-826e-47c1f78a8db0:hover {background-color: rgba(255, 237, 233, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-24387d8d-8bf9-42e0-826e-47c1f78a8db0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-24387d8d-8bf9-42e0-826e-47c1f78a8db0-root {
    text-align: center;
  }


#s-24387d8d-8bf9-42e0-826e-47c1f78a8db0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-24387d8d-8bf9-42e0-826e-47c1f78a8db0-root {
    text-align: center;
  }


#s-24387d8d-8bf9-42e0-826e-47c1f78a8db0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-24387d8d-8bf9-42e0-826e-47c1f78a8db0-root {
    text-align: center;
  }


#s-24387d8d-8bf9-42e0-826e-47c1f78a8db0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-24387d8d-8bf9-42e0-826e-47c1f78a8db0-root {
    text-align: center;
  }


#s-24387d8d-8bf9-42e0-826e-47c1f78a8db0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-24387d8d-8bf9-42e0-826e-47c1f78a8db0-root {
    text-align: center;
  }


#s-24387d8d-8bf9-42e0-826e-47c1f78a8db0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-4a52a584-359c-45f4-b5eb-8e6b7b7dbde4 {
  padding-top: 0%;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(249, 220, 214, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-4a52a584-359c-45f4-b5eb-8e6b7b7dbde4 {
  display: none;
}
#s-4a52a584-359c-45f4-b5eb-8e6b7b7dbde4, #wrap-s-4a52a584-359c-45f4-b5eb-8e6b7b7dbde4 { display:none !important; }}@media (max-width: 767px){#s-4a52a584-359c-45f4-b5eb-8e6b7b7dbde4 {
  display: none;
}
#s-4a52a584-359c-45f4-b5eb-8e6b7b7dbde4, #wrap-s-4a52a584-359c-45f4-b5eb-8e6b7b7dbde4 { display:none !important; }}







#s-4a52a584-359c-45f4-b5eb-8e6b7b7dbde4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a52a584-359c-45f4-b5eb-8e6b7b7dbde4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a567474e-c41a-464b-a1ae-b5a2d3a8a0d6 {
  margin-bottom: 0%;
padding-top: 15px;
padding-bottom: 15px;
}

#s-90390594-f2c6-4e73-82f6-52c14cee2ef8 {
  padding-top: 0%;
padding-bottom: 1%;
}

@media (min-width: 0px) {
[id="s-90390594-f2c6-4e73-82f6-52c14cee2ef8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-90390594-f2c6-4e73-82f6-52c14cee2ef8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-90390594-f2c6-4e73-82f6-52c14cee2ef8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-90390594-f2c6-4e73-82f6-52c14cee2ef8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

}

#s-cab763d2-3046-40e5-8a19-536a4d476a34 {
  margin-bottom: 7%;
text-align: center;
}







  #s-cab763d2-3046-40e5-8a19-536a4d476a34 img.shogun-image {
    

    
    
    
  }


#s-cab763d2-3046-40e5-8a19-536a4d476a34 .shogun-image-content {
  
    align-items: center;
  
}

#s-9b35a2d7-afa7-42f1-bc5e-bb9899e75d6c {
  margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9b35a2d7-afa7-42f1-bc5e-bb9899e75d6c .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-d0e56d49-1062-4d02-b8b5-bc7baa9d763a {
  margin-top: -24px;
margin-bottom: -10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d0e56d49-1062-4d02-b8b5-bc7baa9d763a {
  display: none;
}
#s-d0e56d49-1062-4d02-b8b5-bc7baa9d763a, #wrap-s-d0e56d49-1062-4d02-b8b5-bc7baa9d763a { display:none !important; }}
#s-3c03185b-624f-4165-bb9a-3179951700b3 {
  border-style: solid;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-3c03185b-624f-4165-bb9a-3179951700b3:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3c03185b-624f-4165-bb9a-3179951700b3:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-3c03185b-624f-4165-bb9a-3179951700b3-root {
    text-align: left;
  }


#s-3c03185b-624f-4165-bb9a-3179951700b3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3c03185b-624f-4165-bb9a-3179951700b3-root {
    text-align: left;
  }


#s-3c03185b-624f-4165-bb9a-3179951700b3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3c03185b-624f-4165-bb9a-3179951700b3-root {
    text-align: left;
  }


#s-3c03185b-624f-4165-bb9a-3179951700b3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3c03185b-624f-4165-bb9a-3179951700b3-root {
    text-align: left;
  }


#s-3c03185b-624f-4165-bb9a-3179951700b3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3c03185b-624f-4165-bb9a-3179951700b3-root {
    text-align: left;
  }


#s-3c03185b-624f-4165-bb9a-3179951700b3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-211897fc-f770-40d6-8e8d-8792b498a8ff {
  margin-bottom: 7%;
text-align: center;
}







  #s-211897fc-f770-40d6-8e8d-8792b498a8ff img.shogun-image {
    

    
    
    
  }


#s-211897fc-f770-40d6-8e8d-8792b498a8ff .shogun-image-content {
  
    align-items: center;
  
}

#s-81c33c1f-11e5-48fc-9f11-ea3bfc3d48f5 {
  margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-81c33c1f-11e5-48fc-9f11-ea3bfc3d48f5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-78d30075-98d9-4d55-9bdf-925d0c5b2d4d {
  margin-top: -24px;
margin-bottom: -10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-78d30075-98d9-4d55-9bdf-925d0c5b2d4d {
  display: none;
}
#s-78d30075-98d9-4d55-9bdf-925d0c5b2d4d, #wrap-s-78d30075-98d9-4d55-9bdf-925d0c5b2d4d { display:none !important; }}
#s-529e6393-bcab-4b80-bcc9-caebf542c376 {
  border-style: solid;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-529e6393-bcab-4b80-bcc9-caebf542c376:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-529e6393-bcab-4b80-bcc9-caebf542c376:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-529e6393-bcab-4b80-bcc9-caebf542c376-root {
    text-align: left;
  }


#s-529e6393-bcab-4b80-bcc9-caebf542c376.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-529e6393-bcab-4b80-bcc9-caebf542c376-root {
    text-align: left;
  }


#s-529e6393-bcab-4b80-bcc9-caebf542c376.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-529e6393-bcab-4b80-bcc9-caebf542c376-root {
    text-align: left;
  }


#s-529e6393-bcab-4b80-bcc9-caebf542c376.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-529e6393-bcab-4b80-bcc9-caebf542c376-root {
    text-align: left;
  }


#s-529e6393-bcab-4b80-bcc9-caebf542c376.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-529e6393-bcab-4b80-bcc9-caebf542c376-root {
    text-align: left;
  }


#s-529e6393-bcab-4b80-bcc9-caebf542c376.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-3e4d484d-56a5-4728-80e1-ddd568b933db {
  margin-bottom: 7%;
text-align: center;
}







  #s-3e4d484d-56a5-4728-80e1-ddd568b933db img.shogun-image {
    

    
    
    
  }


#s-3e4d484d-56a5-4728-80e1-ddd568b933db .shogun-image-content {
  
    align-items: center;
  
}

#s-8f50bad2-4e7b-4d20-bf17-db04a241327c {
  margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8f50bad2-4e7b-4d20-bf17-db04a241327c .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-b8ab5d94-666a-424c-a0c5-2a6f7814992c {
  margin-top: -24px;
margin-bottom: -10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b8ab5d94-666a-424c-a0c5-2a6f7814992c {
  display: none;
}
#s-b8ab5d94-666a-424c-a0c5-2a6f7814992c, #wrap-s-b8ab5d94-666a-424c-a0c5-2a6f7814992c { display:none !important; }}
#s-cc95de5f-e51d-45c2-acdb-b6ad9c48916b {
  border-style: solid;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-cc95de5f-e51d-45c2-acdb-b6ad9c48916b:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-cc95de5f-e51d-45c2-acdb-b6ad9c48916b:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-cc95de5f-e51d-45c2-acdb-b6ad9c48916b-root {
    text-align: left;
  }


#s-cc95de5f-e51d-45c2-acdb-b6ad9c48916b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cc95de5f-e51d-45c2-acdb-b6ad9c48916b-root {
    text-align: left;
  }


#s-cc95de5f-e51d-45c2-acdb-b6ad9c48916b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cc95de5f-e51d-45c2-acdb-b6ad9c48916b-root {
    text-align: left;
  }


#s-cc95de5f-e51d-45c2-acdb-b6ad9c48916b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cc95de5f-e51d-45c2-acdb-b6ad9c48916b-root {
    text-align: left;
  }


#s-cc95de5f-e51d-45c2-acdb-b6ad9c48916b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cc95de5f-e51d-45c2-acdb-b6ad9c48916b-root {
    text-align: left;
  }


#s-cc95de5f-e51d-45c2-acdb-b6ad9c48916b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-4edb2f8e-242c-4377-b963-7e6b7bf6dd84 {
  margin-top: 0px;
margin-bottom: 17px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-4edb2f8e-242c-4377-b963-7e6b7bf6dd84 img.shogun-image {
    

    
    
    
  }


#s-4edb2f8e-242c-4377-b963-7e6b7bf6dd84 .shogun-image-content {
  
    align-items: center;
  
}

#s-8c1dc595-cbdd-4d58-a86f-dc4a3dd505ff {
  margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8c1dc595-cbdd-4d58-a86f-dc4a3dd505ff .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-7fec35c3-a0a3-4bca-ad31-fe8702712392 {
  margin-top: -24px;
margin-bottom: -10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7fec35c3-a0a3-4bca-ad31-fe8702712392 {
  display: none;
}
#s-7fec35c3-a0a3-4bca-ad31-fe8702712392, #wrap-s-7fec35c3-a0a3-4bca-ad31-fe8702712392 { display:none !important; }}
#s-4adbcf77-35bd-4272-b894-879a6a3a785d {
  border-style: solid;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-4adbcf77-35bd-4272-b894-879a6a3a785d:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4adbcf77-35bd-4272-b894-879a6a3a785d:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-4adbcf77-35bd-4272-b894-879a6a3a785d-root {
    text-align: left;
  }


#s-4adbcf77-35bd-4272-b894-879a6a3a785d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4adbcf77-35bd-4272-b894-879a6a3a785d-root {
    text-align: left;
  }


#s-4adbcf77-35bd-4272-b894-879a6a3a785d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4adbcf77-35bd-4272-b894-879a6a3a785d-root {
    text-align: left;
  }


#s-4adbcf77-35bd-4272-b894-879a6a3a785d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4adbcf77-35bd-4272-b894-879a6a3a785d-root {
    text-align: left;
  }


#s-4adbcf77-35bd-4272-b894-879a6a3a785d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4adbcf77-35bd-4272-b894-879a6a3a785d-root {
    text-align: left;
  }


#s-4adbcf77-35bd-4272-b894-879a6a3a785d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-48839038-a6ef-49bb-abb9-1b78409704e8 {
  border-style: solid;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-radius: 10px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-48839038-a6ef-49bb-abb9-1b78409704e8:hover {background-color: rgba(255, 237, 233, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-48839038-a6ef-49bb-abb9-1b78409704e8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-48839038-a6ef-49bb-abb9-1b78409704e8-root {
    text-align: center;
  }


#s-48839038-a6ef-49bb-abb9-1b78409704e8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-48839038-a6ef-49bb-abb9-1b78409704e8-root {
    text-align: center;
  }


#s-48839038-a6ef-49bb-abb9-1b78409704e8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-48839038-a6ef-49bb-abb9-1b78409704e8-root {
    text-align: center;
  }


#s-48839038-a6ef-49bb-abb9-1b78409704e8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-48839038-a6ef-49bb-abb9-1b78409704e8-root {
    text-align: center;
  }


#s-48839038-a6ef-49bb-abb9-1b78409704e8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-48839038-a6ef-49bb-abb9-1b78409704e8-root {
    text-align: center;
  }


#s-48839038-a6ef-49bb-abb9-1b78409704e8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
  #s-48839038-a6ef-49bb-abb9-1b78409704e8-root {
    text-align: center;
  }


#s-48839038-a6ef-49bb-abb9-1b78409704e8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-c3f171c9-c9c4-40ac-9e56-ac73a825d2e4 {
  margin-top: 0px;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 50px;
padding-bottom: 50px;
background-color: rgba(255, 237, 233, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-c3f171c9-c9c4-40ac-9e56-ac73a825d2e4 {
  display: none;
}
#s-c3f171c9-c9c4-40ac-9e56-ac73a825d2e4, #wrap-s-c3f171c9-c9c4-40ac-9e56-ac73a825d2e4 { display:none !important; }}@media (max-width: 767px){#s-c3f171c9-c9c4-40ac-9e56-ac73a825d2e4 {
  display: none;
}
#s-c3f171c9-c9c4-40ac-9e56-ac73a825d2e4, #wrap-s-c3f171c9-c9c4-40ac-9e56-ac73a825d2e4 { display:none !important; }}
@media (min-width: 0px) {
[id="s-c3f171c9-c9c4-40ac-9e56-ac73a825d2e4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c3f171c9-c9c4-40ac-9e56-ac73a825d2e4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c3f171c9-c9c4-40ac-9e56-ac73a825d2e4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c3f171c9-c9c4-40ac-9e56-ac73a825d2e4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c3f171c9-c9c4-40ac-9e56-ac73a825d2e4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c3f171c9-c9c4-40ac-9e56-ac73a825d2e4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c3f171c9-c9c4-40ac-9e56-ac73a825d2e4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-61791f8d-5c2b-4d6f-9f20-8683683f610b {
  margin-top: 35%;
margin-bottom: 0px;
padding-top: 31px;
padding-left: 7%;
padding-bottom: 0px;
padding-right: 7%;
}

#s-a93df3f3-4000-42cb-bafd-d2fb7fe259d6 {
  border-style: solid;
margin-top: 40px;
margin-right: 6%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-radius: 10px;
background-color: rgba(37, 37, 37, 0);
text-align: right;
text-decoration: none;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-a93df3f3-4000-42cb-bafd-d2fb7fe259d6:hover {background-color: rgba(255, 237, 233, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a93df3f3-4000-42cb-bafd-d2fb7fe259d6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a93df3f3-4000-42cb-bafd-d2fb7fe259d6-root {
    text-align: right;
  }


#s-a93df3f3-4000-42cb-bafd-d2fb7fe259d6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a93df3f3-4000-42cb-bafd-d2fb7fe259d6-root {
    text-align: right;
  }


#s-a93df3f3-4000-42cb-bafd-d2fb7fe259d6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a93df3f3-4000-42cb-bafd-d2fb7fe259d6-root {
    text-align: right;
  }


#s-a93df3f3-4000-42cb-bafd-d2fb7fe259d6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a93df3f3-4000-42cb-bafd-d2fb7fe259d6-root {
    text-align: right;
  }


#s-a93df3f3-4000-42cb-bafd-d2fb7fe259d6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a93df3f3-4000-42cb-bafd-d2fb7fe259d6-root {
    text-align: right;
  }


#s-a93df3f3-4000-42cb-bafd-d2fb7fe259d6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
  #s-a93df3f3-4000-42cb-bafd-d2fb7fe259d6-root {
    text-align: right;
  }


#s-a93df3f3-4000-42cb-bafd-d2fb7fe259d6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-13cb39dd-405b-42d0-a3e3-246bfeca304b {
  margin-top: 35px;
margin-bottom: 35px;
padding-top: 0px;
text-align: center;
}







  #s-13cb39dd-405b-42d0-a3e3-246bfeca304b img.shogun-image {
    

    
    
    
  }


#s-13cb39dd-405b-42d0-a3e3-246bfeca304b .shogun-image-content {
  
    align-items: center;
  
}

#s-3799b65a-31bb-4ad1-be76-dd8d96301123 {
  padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(249, 220, 214, 1);
}
@media (min-width: 1200px){#s-3799b65a-31bb-4ad1-be76-dd8d96301123 {
  display: none;
}
#s-3799b65a-31bb-4ad1-be76-dd8d96301123, #wrap-s-3799b65a-31bb-4ad1-be76-dd8d96301123 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3799b65a-31bb-4ad1-be76-dd8d96301123 {
  display: none;
}
#s-3799b65a-31bb-4ad1-be76-dd8d96301123, #wrap-s-3799b65a-31bb-4ad1-be76-dd8d96301123 { display:none !important; }}
#s-a07b6d22-a420-4bcd-9561-3b136215914f {
  padding-top: 0px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
background-color: rgba(249, 220, 214, 1);
}
@media (min-width: 1200px){#s-a07b6d22-a420-4bcd-9561-3b136215914f {
  display: none;
}
#s-a07b6d22-a420-4bcd-9561-3b136215914f, #wrap-s-a07b6d22-a420-4bcd-9561-3b136215914f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a07b6d22-a420-4bcd-9561-3b136215914f {
  display: none;
}
#s-a07b6d22-a420-4bcd-9561-3b136215914f, #wrap-s-a07b6d22-a420-4bcd-9561-3b136215914f { display:none !important; }}
@media (min-width: 0px) {
[id="s-a07b6d22-a420-4bcd-9561-3b136215914f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-a07b6d22-a420-4bcd-9561-3b136215914f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-a07b6d22-a420-4bcd-9561-3b136215914f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-a07b6d22-a420-4bcd-9561-3b136215914f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 12.0px);
}

}

#s-a6cfac46-3689-4868-986e-116dd85b7b49 {
  margin-top: -10px;
padding-top: 7px;
padding-left: 7px;
padding-right: 0px;
text-align: center;
}







  #s-a6cfac46-3689-4868-986e-116dd85b7b49 img.shogun-image {
    

    
    
    
  }


#s-a6cfac46-3689-4868-986e-116dd85b7b49 .shogun-image-content {
  
    align-items: center;
  
}

#s-ef195567-10ae-456c-90c4-bc9246a95723 {
  padding-top: 10px;
padding-left: 7px;
padding-bottom: 10px;
text-align: left;
}

#s-ef195567-10ae-456c-90c4-bc9246a95723 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-65e1f062-7662-44ed-bd06-eba6bd3e42b4 {
  margin-top: -20px;
margin-bottom: -10px;
padding-left: 7px;
padding-right: 2px;
}

#s-c0163862-8522-424b-b9b8-74d8bbbf66ca {
  border-style: solid;
padding-top: 0px;
padding-left: 4%;
padding-bottom: 10px;
padding-right: 0px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-c0163862-8522-424b-b9b8-74d8bbbf66ca:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c0163862-8522-424b-b9b8-74d8bbbf66ca:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-c0163862-8522-424b-b9b8-74d8bbbf66ca {
  display: none;
}
#s-c0163862-8522-424b-b9b8-74d8bbbf66ca, #wrap-s-c0163862-8522-424b-b9b8-74d8bbbf66ca { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c0163862-8522-424b-b9b8-74d8bbbf66ca {
  display: none;
}
#s-c0163862-8522-424b-b9b8-74d8bbbf66ca, #wrap-s-c0163862-8522-424b-b9b8-74d8bbbf66ca { display:none !important; }}

  #s-c0163862-8522-424b-b9b8-74d8bbbf66ca-root {
    text-align: left;
  }


#s-c0163862-8522-424b-b9b8-74d8bbbf66ca.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c0163862-8522-424b-b9b8-74d8bbbf66ca-root {
    text-align: left;
  }


#s-c0163862-8522-424b-b9b8-74d8bbbf66ca.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c0163862-8522-424b-b9b8-74d8bbbf66ca-root {
    text-align: left;
  }


#s-c0163862-8522-424b-b9b8-74d8bbbf66ca.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c0163862-8522-424b-b9b8-74d8bbbf66ca-root {
    text-align: left;
  }


#s-c0163862-8522-424b-b9b8-74d8bbbf66ca.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c0163862-8522-424b-b9b8-74d8bbbf66ca-root {
    text-align: left;
  }


#s-c0163862-8522-424b-b9b8-74d8bbbf66ca.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-372911d5-e503-4af7-88b8-83a52fdad312 {
  margin-top: -10px;
padding-top: 7px;
padding-right: 7px;
text-align: center;
}







  #s-372911d5-e503-4af7-88b8-83a52fdad312 img.shogun-image {
    

    
    
    
  }


#s-372911d5-e503-4af7-88b8-83a52fdad312 .shogun-image-content {
  
    align-items: center;
  
}

#s-48ad6a04-9869-48f6-9660-61f882db696d {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-48ad6a04-9869-48f6-9660-61f882db696d .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-0d0f435d-5f2c-4c49-b2c9-222ff9b73f2d {
  margin-top: -20px;
margin-bottom: -10px;
padding-left: 0px;
padding-right: 2px;
}

#s-aaa788f2-b4a5-4518-af68-1e5ddd12841a {
  border-style: solid;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-aaa788f2-b4a5-4518-af68-1e5ddd12841a:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-aaa788f2-b4a5-4518-af68-1e5ddd12841a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-aaa788f2-b4a5-4518-af68-1e5ddd12841a {
  display: none;
}
#s-aaa788f2-b4a5-4518-af68-1e5ddd12841a, #wrap-s-aaa788f2-b4a5-4518-af68-1e5ddd12841a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aaa788f2-b4a5-4518-af68-1e5ddd12841a {
  display: none;
}
#s-aaa788f2-b4a5-4518-af68-1e5ddd12841a, #wrap-s-aaa788f2-b4a5-4518-af68-1e5ddd12841a { display:none !important; }}

  #s-aaa788f2-b4a5-4518-af68-1e5ddd12841a-root {
    text-align: left;
  }


#s-aaa788f2-b4a5-4518-af68-1e5ddd12841a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-aaa788f2-b4a5-4518-af68-1e5ddd12841a-root {
    text-align: left;
  }


#s-aaa788f2-b4a5-4518-af68-1e5ddd12841a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aaa788f2-b4a5-4518-af68-1e5ddd12841a-root {
    text-align: left;
  }


#s-aaa788f2-b4a5-4518-af68-1e5ddd12841a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aaa788f2-b4a5-4518-af68-1e5ddd12841a-root {
    text-align: left;
  }


#s-aaa788f2-b4a5-4518-af68-1e5ddd12841a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-aaa788f2-b4a5-4518-af68-1e5ddd12841a-root {
    text-align: left;
  }


#s-aaa788f2-b4a5-4518-af68-1e5ddd12841a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-1635ac9c-6be3-4790-a7f5-93db7b705cb3 {
  margin-top: -10px;
padding-top: 7px;
padding-left: 7px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}







  #s-1635ac9c-6be3-4790-a7f5-93db7b705cb3 img.shogun-image {
    

    
    
    
  }


#s-1635ac9c-6be3-4790-a7f5-93db7b705cb3 .shogun-image-content {
  
    align-items: center;
  
}

#s-ea13a7e7-ffbc-47f3-b6b5-5c1a923b756f {
  padding-top: 10px;
padding-left: 7px;
padding-bottom: 10px;
text-align: left;
}

#s-ea13a7e7-ffbc-47f3-b6b5-5c1a923b756f .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-a8434c46-1ff1-4180-aa1d-ac579ea0b5cf {
  margin-top: -20px;
margin-bottom: -10px;
padding-left: 7px;
padding-right: 2px;
}

#s-8c394cdb-17a0-4550-b5e5-aa40cbd939c2 {
  border-style: solid;
padding-top: 0px;
padding-left: 4%;
padding-bottom: 10px;
padding-right: 0px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-8c394cdb-17a0-4550-b5e5-aa40cbd939c2:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8c394cdb-17a0-4550-b5e5-aa40cbd939c2:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-8c394cdb-17a0-4550-b5e5-aa40cbd939c2 {
  display: none;
}
#s-8c394cdb-17a0-4550-b5e5-aa40cbd939c2, #wrap-s-8c394cdb-17a0-4550-b5e5-aa40cbd939c2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8c394cdb-17a0-4550-b5e5-aa40cbd939c2 {
  display: none;
}
#s-8c394cdb-17a0-4550-b5e5-aa40cbd939c2, #wrap-s-8c394cdb-17a0-4550-b5e5-aa40cbd939c2 { display:none !important; }}

  #s-8c394cdb-17a0-4550-b5e5-aa40cbd939c2-root {
    text-align: left;
  }


#s-8c394cdb-17a0-4550-b5e5-aa40cbd939c2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8c394cdb-17a0-4550-b5e5-aa40cbd939c2-root {
    text-align: left;
  }


#s-8c394cdb-17a0-4550-b5e5-aa40cbd939c2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8c394cdb-17a0-4550-b5e5-aa40cbd939c2-root {
    text-align: left;
  }


#s-8c394cdb-17a0-4550-b5e5-aa40cbd939c2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8c394cdb-17a0-4550-b5e5-aa40cbd939c2-root {
    text-align: left;
  }


#s-8c394cdb-17a0-4550-b5e5-aa40cbd939c2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8c394cdb-17a0-4550-b5e5-aa40cbd939c2-root {
    text-align: left;
  }


#s-8c394cdb-17a0-4550-b5e5-aa40cbd939c2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-fd5127c7-2adc-4a9f-9562-3a4e148336cd {
  margin-top: -10px;
padding-top: 7px;
padding-bottom: 0px;
padding-right: 7px;
text-align: center;
}







  #s-fd5127c7-2adc-4a9f-9562-3a4e148336cd img.shogun-image {
    

    
    
    
  }


#s-fd5127c7-2adc-4a9f-9562-3a4e148336cd .shogun-image-content {
  
    align-items: center;
  
}

#s-2c174b32-6374-438e-8a19-7519afe98d4f {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-2c174b32-6374-438e-8a19-7519afe98d4f .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-e209bef1-97bc-416f-9d0f-96f4e32736ec {
  margin-top: -20px;
margin-bottom: -10px;
padding-left: 0px;
padding-right: 2px;
}

#s-3b4f0708-22b1-4c4c-bc6e-5df86dd51b62 {
  border-style: solid;
margin-top: -7px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-3b4f0708-22b1-4c4c-bc6e-5df86dd51b62:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3b4f0708-22b1-4c4c-bc6e-5df86dd51b62:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-3b4f0708-22b1-4c4c-bc6e-5df86dd51b62 {
  display: none;
}
#s-3b4f0708-22b1-4c4c-bc6e-5df86dd51b62, #wrap-s-3b4f0708-22b1-4c4c-bc6e-5df86dd51b62 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3b4f0708-22b1-4c4c-bc6e-5df86dd51b62 {
  display: none;
}
#s-3b4f0708-22b1-4c4c-bc6e-5df86dd51b62, #wrap-s-3b4f0708-22b1-4c4c-bc6e-5df86dd51b62 { display:none !important; }}

  #s-3b4f0708-22b1-4c4c-bc6e-5df86dd51b62-root {
    text-align: left;
  }


#s-3b4f0708-22b1-4c4c-bc6e-5df86dd51b62.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3b4f0708-22b1-4c4c-bc6e-5df86dd51b62-root {
    text-align: left;
  }


#s-3b4f0708-22b1-4c4c-bc6e-5df86dd51b62.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3b4f0708-22b1-4c4c-bc6e-5df86dd51b62-root {
    text-align: left;
  }


#s-3b4f0708-22b1-4c4c-bc6e-5df86dd51b62.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3b4f0708-22b1-4c4c-bc6e-5df86dd51b62-root {
    text-align: left;
  }


#s-3b4f0708-22b1-4c4c-bc6e-5df86dd51b62.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3b4f0708-22b1-4c4c-bc6e-5df86dd51b62-root {
    text-align: left;
  }


#s-3b4f0708-22b1-4c4c-bc6e-5df86dd51b62.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-6d794636-2181-4743-8548-0bdab06a9b94 {
  padding-top: 0px;
padding-bottom: 8%;
min-height: 50px;
background-color: rgba(249, 220, 214, 1);
}
@media (min-width: 1200px){#s-6d794636-2181-4743-8548-0bdab06a9b94 {
  display: none;
}
#s-6d794636-2181-4743-8548-0bdab06a9b94, #wrap-s-6d794636-2181-4743-8548-0bdab06a9b94 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6d794636-2181-4743-8548-0bdab06a9b94 {
  display: none;
}
#s-6d794636-2181-4743-8548-0bdab06a9b94, #wrap-s-6d794636-2181-4743-8548-0bdab06a9b94 { display:none !important; }}







#s-6d794636-2181-4743-8548-0bdab06a9b94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d794636-2181-4743-8548-0bdab06a9b94.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6dae03da-0736-499a-bf51-bf2c63fa5fea {
  border-style: solid;
margin-top: 2%;
margin-bottom: 0px;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-radius: 10px;
background-color: rgba(249, 220, 214, 0);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-6dae03da-0736-499a-bf51-bf2c63fa5fea:hover {background-color: rgba(255, 237, 233, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6dae03da-0736-499a-bf51-bf2c63fa5fea:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-6dae03da-0736-499a-bf51-bf2c63fa5fea {
  display: none;
}
#s-6dae03da-0736-499a-bf51-bf2c63fa5fea, #wrap-s-6dae03da-0736-499a-bf51-bf2c63fa5fea { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6dae03da-0736-499a-bf51-bf2c63fa5fea {
  display: none;
}
#s-6dae03da-0736-499a-bf51-bf2c63fa5fea, #wrap-s-6dae03da-0736-499a-bf51-bf2c63fa5fea { display:none !important; }}

  #s-6dae03da-0736-499a-bf51-bf2c63fa5fea-root {
    text-align: center;
  }


#s-6dae03da-0736-499a-bf51-bf2c63fa5fea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6dae03da-0736-499a-bf51-bf2c63fa5fea-root {
    text-align: center;
  }


#s-6dae03da-0736-499a-bf51-bf2c63fa5fea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6dae03da-0736-499a-bf51-bf2c63fa5fea-root {
    text-align: center;
  }


#s-6dae03da-0736-499a-bf51-bf2c63fa5fea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6dae03da-0736-499a-bf51-bf2c63fa5fea-root {
    text-align: center;
  }


#s-6dae03da-0736-499a-bf51-bf2c63fa5fea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6dae03da-0736-499a-bf51-bf2c63fa5fea-root {
    text-align: center;
  }


#s-6dae03da-0736-499a-bf51-bf2c63fa5fea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-816c8d7b-b506-4589-bece-accc08f0a139 {
  padding-top: 0px;
padding-bottom: 5%;
min-height: 50px;
background-color: rgba(255, 237, 233, 1);
}
@media (min-width: 1200px){#s-816c8d7b-b506-4589-bece-accc08f0a139 {
  display: none;
}
#s-816c8d7b-b506-4589-bece-accc08f0a139, #wrap-s-816c8d7b-b506-4589-bece-accc08f0a139 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-816c8d7b-b506-4589-bece-accc08f0a139 {
  display: none;
}
#s-816c8d7b-b506-4589-bece-accc08f0a139, #wrap-s-816c8d7b-b506-4589-bece-accc08f0a139 { display:none !important; }}







#s-816c8d7b-b506-4589-bece-accc08f0a139 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-816c8d7b-b506-4589-bece-accc08f0a139.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-635925dc-b3db-4689-917c-9e477d4bdc22 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: center;
}







  #s-635925dc-b3db-4689-917c-9e477d4bdc22 img.shogun-image {
    

    
    
    
  }


#s-635925dc-b3db-4689-917c-9e477d4bdc22 .shogun-image-content {
  
    align-items: center;
  
}

#s-72b26d92-798c-47b1-97cf-296a02094dc6 {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 23px;
padding-left: 7%;
padding-bottom: 0px;
padding-right: 7%;
}
@media (min-width: 768px) and (max-width: 991px){#s-72b26d92-798c-47b1-97cf-296a02094dc6 {
  display: none;
}
#s-72b26d92-798c-47b1-97cf-296a02094dc6, #wrap-s-72b26d92-798c-47b1-97cf-296a02094dc6 { display:none !important; }}@media (max-width: 767px){#s-72b26d92-798c-47b1-97cf-296a02094dc6 {
  display: none;
}
#s-72b26d92-798c-47b1-97cf-296a02094dc6, #wrap-s-72b26d92-798c-47b1-97cf-296a02094dc6 { display:none !important; }}
#s-89692a10-fb10-4e6f-bc22-c93e371e7358 {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
padding-top: 23px;
padding-left: 7%;
padding-bottom: 0px;
padding-right: 7%;
}
@media (min-width: 1200px){#s-89692a10-fb10-4e6f-bc22-c93e371e7358 {
  display: none;
}
#s-89692a10-fb10-4e6f-bc22-c93e371e7358, #wrap-s-89692a10-fb10-4e6f-bc22-c93e371e7358 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-89692a10-fb10-4e6f-bc22-c93e371e7358 {
  display: none;
}
#s-89692a10-fb10-4e6f-bc22-c93e371e7358, #wrap-s-89692a10-fb10-4e6f-bc22-c93e371e7358 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-89692a10-fb10-4e6f-bc22-c93e371e7358 {
  display: none;
}
#s-89692a10-fb10-4e6f-bc22-c93e371e7358, #wrap-s-89692a10-fb10-4e6f-bc22-c93e371e7358 { display:none !important; }}
#s-516febb9-5db1-40c5-9bc6-5400a1459209 {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 23px;
padding-left: 10%;
padding-bottom: 0px;
padding-right: 10%;
}
@media (min-width: 1200px){#s-516febb9-5db1-40c5-9bc6-5400a1459209 {
  display: none;
}
#s-516febb9-5db1-40c5-9bc6-5400a1459209, #wrap-s-516febb9-5db1-40c5-9bc6-5400a1459209 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-516febb9-5db1-40c5-9bc6-5400a1459209 {
  display: none;
}
#s-516febb9-5db1-40c5-9bc6-5400a1459209, #wrap-s-516febb9-5db1-40c5-9bc6-5400a1459209 { display:none !important; }}@media (max-width: 767px){#s-516febb9-5db1-40c5-9bc6-5400a1459209 {
  display: none;
}
#s-516febb9-5db1-40c5-9bc6-5400a1459209, #wrap-s-516febb9-5db1-40c5-9bc6-5400a1459209 { display:none !important; }}
#s-53156833-82f5-4d15-8480-2f9937a7d468 {
  border-style: solid;
margin-top: 7%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-radius: 10px;
background-color: rgba(249, 220, 214, 0);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-53156833-82f5-4d15-8480-2f9937a7d468:hover {background-color: rgba(255, 237, 233, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-53156833-82f5-4d15-8480-2f9937a7d468:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-53156833-82f5-4d15-8480-2f9937a7d468 {
  display: none;
}
#s-53156833-82f5-4d15-8480-2f9937a7d468, #wrap-s-53156833-82f5-4d15-8480-2f9937a7d468 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-53156833-82f5-4d15-8480-2f9937a7d468 {
  display: none;
}
#s-53156833-82f5-4d15-8480-2f9937a7d468, #wrap-s-53156833-82f5-4d15-8480-2f9937a7d468 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-53156833-82f5-4d15-8480-2f9937a7d468 {
  display: none;
}
#s-53156833-82f5-4d15-8480-2f9937a7d468, #wrap-s-53156833-82f5-4d15-8480-2f9937a7d468 { display:none !important; }}

  #s-53156833-82f5-4d15-8480-2f9937a7d468-root {
    text-align: center;
  }


#s-53156833-82f5-4d15-8480-2f9937a7d468.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-53156833-82f5-4d15-8480-2f9937a7d468-root {
    text-align: center;
  }


#s-53156833-82f5-4d15-8480-2f9937a7d468.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-53156833-82f5-4d15-8480-2f9937a7d468-root {
    text-align: center;
  }


#s-53156833-82f5-4d15-8480-2f9937a7d468.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-53156833-82f5-4d15-8480-2f9937a7d468-root {
    text-align: center;
  }


#s-53156833-82f5-4d15-8480-2f9937a7d468.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-53156833-82f5-4d15-8480-2f9937a7d468-root {
    text-align: center;
  }


#s-53156833-82f5-4d15-8480-2f9937a7d468.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-050cad5c-15f6-4b53-bba8-df7e0a29be84 {
  border-style: solid;
margin-top: 5%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-radius: 10px;
background-color: rgba(249, 220, 214, 0);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-050cad5c-15f6-4b53-bba8-df7e0a29be84:hover {background-color: rgba(255, 237, 233, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-050cad5c-15f6-4b53-bba8-df7e0a29be84:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-050cad5c-15f6-4b53-bba8-df7e0a29be84 {
  display: none;
}
#s-050cad5c-15f6-4b53-bba8-df7e0a29be84, #wrap-s-050cad5c-15f6-4b53-bba8-df7e0a29be84 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-050cad5c-15f6-4b53-bba8-df7e0a29be84 {
  display: none;
}
#s-050cad5c-15f6-4b53-bba8-df7e0a29be84, #wrap-s-050cad5c-15f6-4b53-bba8-df7e0a29be84 { display:none !important; }}@media (max-width: 767px){#s-050cad5c-15f6-4b53-bba8-df7e0a29be84 {
  display: none;
}
#s-050cad5c-15f6-4b53-bba8-df7e0a29be84, #wrap-s-050cad5c-15f6-4b53-bba8-df7e0a29be84 { display:none !important; }}

  #s-050cad5c-15f6-4b53-bba8-df7e0a29be84-root {
    text-align: center;
  }


#s-050cad5c-15f6-4b53-bba8-df7e0a29be84.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-050cad5c-15f6-4b53-bba8-df7e0a29be84-root {
    text-align: center;
  }


#s-050cad5c-15f6-4b53-bba8-df7e0a29be84.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-050cad5c-15f6-4b53-bba8-df7e0a29be84-root {
    text-align: center;
  }


#s-050cad5c-15f6-4b53-bba8-df7e0a29be84.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-050cad5c-15f6-4b53-bba8-df7e0a29be84-root {
    text-align: center;
  }


#s-050cad5c-15f6-4b53-bba8-df7e0a29be84.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-050cad5c-15f6-4b53-bba8-df7e0a29be84-root {
    text-align: center;
  }


#s-050cad5c-15f6-4b53-bba8-df7e0a29be84.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-f0084297-aca4-49a6-a115-d55bcba33717 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-top: 28%;
padding-bottom: 28%;
min-height: 100%;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f0084297-aca4-49a6-a115-d55bcba33717 {
  display: none;
}
#s-f0084297-aca4-49a6-a115-d55bcba33717, #wrap-s-f0084297-aca4-49a6-a115-d55bcba33717 { display:none !important; }}@media (max-width: 767px){#s-f0084297-aca4-49a6-a115-d55bcba33717 {
  display: none;
}
#s-f0084297-aca4-49a6-a115-d55bcba33717, #wrap-s-f0084297-aca4-49a6-a115-d55bcba33717 { display:none !important; }}







#s-f0084297-aca4-49a6-a115-d55bcba33717 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0084297-aca4-49a6-a115-d55bcba33717.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8bebc082-14ae-428e-b3e0-35a129097204 {
  min-height: 50px;
background-color: rgba(255, 237, 233, 1);
}








#s-8bebc082-14ae-428e-b3e0-35a129097204 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8bebc082-14ae-428e-b3e0-35a129097204.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c8939791-afb3-4949-ba32-e408c52be20f {
  margin-bottom: 32px;
padding-top: 30px;
}

@media (min-width: 0px) {
[id="s-c8939791-afb3-4949-ba32-e408c52be20f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8939791-afb3-4949-ba32-e408c52be20f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c8939791-afb3-4949-ba32-e408c52be20f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c8939791-afb3-4949-ba32-e408c52be20f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c8939791-afb3-4949-ba32-e408c52be20f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8939791-afb3-4949-ba32-e408c52be20f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c8939791-afb3-4949-ba32-e408c52be20f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-7875cd7a-576c-43c2-913a-fe95839eceb7 {
  text-align: center;
}
@media (min-width: 1200px){#s-7875cd7a-576c-43c2-913a-fe95839eceb7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7875cd7a-576c-43c2-913a-fe95839eceb7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7875cd7a-576c-43c2-913a-fe95839eceb7 {
  display: none;
}
#s-7875cd7a-576c-43c2-913a-fe95839eceb7, #wrap-s-7875cd7a-576c-43c2-913a-fe95839eceb7 { display:none !important; }}






  #s-7875cd7a-576c-43c2-913a-fe95839eceb7 img.shogun-image {
    

    
    
    
  }


#s-7875cd7a-576c-43c2-913a-fe95839eceb7 .shogun-image-content {
  
    align-items: center;
  
}

#s-d62b9d83-044a-4ae9-9463-7d7676a045f3 {
  text-align: center;
}
@media (min-width: 1200px){#s-d62b9d83-044a-4ae9-9463-7d7676a045f3 {
  display: none;
}
#s-d62b9d83-044a-4ae9-9463-7d7676a045f3, #wrap-s-d62b9d83-044a-4ae9-9463-7d7676a045f3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d62b9d83-044a-4ae9-9463-7d7676a045f3 {
  display: none;
}
#s-d62b9d83-044a-4ae9-9463-7d7676a045f3, #wrap-s-d62b9d83-044a-4ae9-9463-7d7676a045f3 { display:none !important; }}@media (max-width: 767px){#s-d62b9d83-044a-4ae9-9463-7d7676a045f3 {
  display: none;
}
#s-d62b9d83-044a-4ae9-9463-7d7676a045f3, #wrap-s-d62b9d83-044a-4ae9-9463-7d7676a045f3 { display:none !important; }}






  #s-d62b9d83-044a-4ae9-9463-7d7676a045f3 img.shogun-image {
    

    
    
    
  }


#s-d62b9d83-044a-4ae9-9463-7d7676a045f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-a4acbeb8-3ee4-4eac-80be-923decfe39fd {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-a4acbeb8-3ee4-4eac-80be-923decfe39fd {
  display: none;
}
#s-a4acbeb8-3ee4-4eac-80be-923decfe39fd, #wrap-s-a4acbeb8-3ee4-4eac-80be-923decfe39fd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a4acbeb8-3ee4-4eac-80be-923decfe39fd {
  display: none;
}
#s-a4acbeb8-3ee4-4eac-80be-923decfe39fd, #wrap-s-a4acbeb8-3ee4-4eac-80be-923decfe39fd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a4acbeb8-3ee4-4eac-80be-923decfe39fd {
  display: none;
}
#s-a4acbeb8-3ee4-4eac-80be-923decfe39fd, #wrap-s-a4acbeb8-3ee4-4eac-80be-923decfe39fd { display:none !important; }}
#s-a4acbeb8-3ee4-4eac-80be-923decfe39fd .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-a4acbeb8-3ee4-4eac-80be-923decfe39fd .shg-sld-nav-button.shg-sld-left,
#s-a4acbeb8-3ee4-4eac-80be-923decfe39fd .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-75cd73b9-282e-4c32-b475-6265bf6c8a91 {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 23px;
padding-left: 7%;
padding-bottom: 0px;
padding-right: 7%;
}
@media (min-width: 768px) and (max-width: 991px){#s-75cd73b9-282e-4c32-b475-6265bf6c8a91 {
  display: none;
}
#s-75cd73b9-282e-4c32-b475-6265bf6c8a91, #wrap-s-75cd73b9-282e-4c32-b475-6265bf6c8a91 { display:none !important; }}@media (max-width: 767px){#s-75cd73b9-282e-4c32-b475-6265bf6c8a91 {
  display: none;
}
#s-75cd73b9-282e-4c32-b475-6265bf6c8a91, #wrap-s-75cd73b9-282e-4c32-b475-6265bf6c8a91 { display:none !important; }}
#s-186109ce-54ab-482b-bbea-3a2ec8d6d4a7 {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 23px;
padding-left: 7%;
padding-bottom: 0px;
padding-right: 7%;
}
@media (min-width: 1200px){#s-186109ce-54ab-482b-bbea-3a2ec8d6d4a7 {
  display: none;
}
#s-186109ce-54ab-482b-bbea-3a2ec8d6d4a7, #wrap-s-186109ce-54ab-482b-bbea-3a2ec8d6d4a7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-186109ce-54ab-482b-bbea-3a2ec8d6d4a7 {
  display: none;
}
#s-186109ce-54ab-482b-bbea-3a2ec8d6d4a7, #wrap-s-186109ce-54ab-482b-bbea-3a2ec8d6d4a7 { display:none !important; }}@media (max-width: 767px){#s-186109ce-54ab-482b-bbea-3a2ec8d6d4a7 {
  display: none;
}
#s-186109ce-54ab-482b-bbea-3a2ec8d6d4a7, #wrap-s-186109ce-54ab-482b-bbea-3a2ec8d6d4a7 { display:none !important; }}
#s-7eb20eaa-5c84-4124-89b8-fc9430766388 {
  border-style: solid;
margin-top: 40px;
margin-left: 7%;
margin-right: 0%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-radius: 10px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
background-position: custom undefined;
}
#s-7eb20eaa-5c84-4124-89b8-fc9430766388:hover {background-color: rgba(255, 237, 233, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7eb20eaa-5c84-4124-89b8-fc9430766388:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-7eb20eaa-5c84-4124-89b8-fc9430766388 {
  display: none;
}
#s-7eb20eaa-5c84-4124-89b8-fc9430766388, #wrap-s-7eb20eaa-5c84-4124-89b8-fc9430766388 { display:none !important; }}

  #s-7eb20eaa-5c84-4124-89b8-fc9430766388-root {
    text-align: left;
  }


#s-7eb20eaa-5c84-4124-89b8-fc9430766388.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7eb20eaa-5c84-4124-89b8-fc9430766388-root {
    text-align: left;
  }


#s-7eb20eaa-5c84-4124-89b8-fc9430766388.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7eb20eaa-5c84-4124-89b8-fc9430766388-root {
    text-align: left;
  }


#s-7eb20eaa-5c84-4124-89b8-fc9430766388.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7eb20eaa-5c84-4124-89b8-fc9430766388-root {
    text-align: left;
  }


#s-7eb20eaa-5c84-4124-89b8-fc9430766388.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7eb20eaa-5c84-4124-89b8-fc9430766388-root {
    text-align: left;
  }


#s-7eb20eaa-5c84-4124-89b8-fc9430766388.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
  #s-7eb20eaa-5c84-4124-89b8-fc9430766388-root {
    text-align: left;
  }


#s-7eb20eaa-5c84-4124-89b8-fc9430766388.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-adafdf50-8050-45b9-abf0-22af9e1355e6 {
  border-style: solid;
margin-top: 40px;
margin-left: 0%;
margin-right: 0%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-radius: 10px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
background-position: custom undefined;
}
#s-adafdf50-8050-45b9-abf0-22af9e1355e6:hover {background-color: rgba(255, 237, 233, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-adafdf50-8050-45b9-abf0-22af9e1355e6:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-adafdf50-8050-45b9-abf0-22af9e1355e6 {
  display: none;
}
#s-adafdf50-8050-45b9-abf0-22af9e1355e6, #wrap-s-adafdf50-8050-45b9-abf0-22af9e1355e6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-adafdf50-8050-45b9-abf0-22af9e1355e6 {
  display: none;
}
#s-adafdf50-8050-45b9-abf0-22af9e1355e6, #wrap-s-adafdf50-8050-45b9-abf0-22af9e1355e6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-adafdf50-8050-45b9-abf0-22af9e1355e6 {
  display: none;
}
#s-adafdf50-8050-45b9-abf0-22af9e1355e6, #wrap-s-adafdf50-8050-45b9-abf0-22af9e1355e6 { display:none !important; }}

  #s-adafdf50-8050-45b9-abf0-22af9e1355e6-root {
    text-align: center;
  }


#s-adafdf50-8050-45b9-abf0-22af9e1355e6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-adafdf50-8050-45b9-abf0-22af9e1355e6-root {
    text-align: center;
  }


#s-adafdf50-8050-45b9-abf0-22af9e1355e6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-adafdf50-8050-45b9-abf0-22af9e1355e6-root {
    text-align: center;
  }


#s-adafdf50-8050-45b9-abf0-22af9e1355e6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-adafdf50-8050-45b9-abf0-22af9e1355e6-root {
    text-align: center;
  }


#s-adafdf50-8050-45b9-abf0-22af9e1355e6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-adafdf50-8050-45b9-abf0-22af9e1355e6-root {
    text-align: center;
  }


#s-adafdf50-8050-45b9-abf0-22af9e1355e6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
  #s-adafdf50-8050-45b9-abf0-22af9e1355e6-root {
    text-align: center;
  }


#s-adafdf50-8050-45b9-abf0-22af9e1355e6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-887cb285-1496-4ea7-b9b6-8cc3fb0159b4 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-887cb285-1496-4ea7-b9b6-8cc3fb0159b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-887cb285-1496-4ea7-b9b6-8cc3fb0159b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aab6d7ef-0594-4637-9ac8-92cca48cfbbe {
  margin-bottom: 0%;
padding-top: 30px;
padding-bottom: 30px;
}

#s-07fcd843-47ea-4f8c-9a31-64c78eb9633b {
  margin-top: -32px;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-07fcd843-47ea-4f8c-9a31-64c78eb9633b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-07fcd843-47ea-4f8c-9a31-64c78eb9633b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-07fcd843-47ea-4f8c-9a31-64c78eb9633b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-07fcd843-47ea-4f8c-9a31-64c78eb9633b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-e4ed1cbd-ebd2-45f5-a686-c630f96d66d5 {
  text-align: center;
}







  #s-e4ed1cbd-ebd2-45f5-a686-c630f96d66d5 img.shogun-image {
    

    
    
    
  }


#s-e4ed1cbd-ebd2-45f5-a686-c630f96d66d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-5055d114-14ac-4289-ad77-94627377d969 {
  padding-top: 5px;
padding-left: 13%;
padding-bottom: 0%;
padding-right: 13%;
text-align: center;
}







  #s-5055d114-14ac-4289-ad77-94627377d969 img.shogun-image {
    

    
    
    
  }


#s-5055d114-14ac-4289-ad77-94627377d969 .shogun-image-content {
  
    align-items: center;
  
}

#s-a2f16f5b-4871-4123-9684-fb9e6604ac4b {
  margin-top: -5px;
}

#s-42a1a7ea-f581-40dc-966f-ededd8c9ee2e {
  margin-top: -10px;
}

#s-cbd7b40e-0c71-45ae-ad0a-0fe483bb6f39 {
  text-align: center;
}







  #s-cbd7b40e-0c71-45ae-ad0a-0fe483bb6f39 img.shogun-image {
    

    
    
    
  }


#s-cbd7b40e-0c71-45ae-ad0a-0fe483bb6f39 .shogun-image-content {
  
    align-items: center;
  
}

#s-1c7c060b-bd9a-4e06-8a45-5dca546e069d {
  padding-top: 5px;
padding-left: 13%;
padding-right: 13%;
text-align: center;
}







  #s-1c7c060b-bd9a-4e06-8a45-5dca546e069d img.shogun-image {
    

    
    
    
  }


#s-1c7c060b-bd9a-4e06-8a45-5dca546e069d .shogun-image-content {
  
    align-items: center;
  
}

#s-62716c28-40bd-445e-9bcb-6316d9c203d0 {
  margin-top: -5px;
}

#s-ce25c442-bd1d-4dec-81e1-291900b5a08b {
  margin-top: -10px;
}

#s-c9c39720-c715-47fd-b3aa-7ce9dc67b92e {
  text-align: center;
}







  #s-c9c39720-c715-47fd-b3aa-7ce9dc67b92e img.shogun-image {
    

    
    
    
  }


#s-c9c39720-c715-47fd-b3aa-7ce9dc67b92e .shogun-image-content {
  
    align-items: center;
  
}

#s-87b31c1e-ef6f-422c-88af-81ff44a5f636 {
  margin-left: 13%;
margin-right: 13%;
padding-top: 5px;
text-align: center;
}







  #s-87b31c1e-ef6f-422c-88af-81ff44a5f636 img.shogun-image {
    

    
    
    
  }


#s-87b31c1e-ef6f-422c-88af-81ff44a5f636 .shogun-image-content {
  
    align-items: center;
  
}

#s-0a023ce4-dee2-4f4b-af5c-d4e8963d134d {
  margin-top: -5px;
}

#s-25352ec9-9cc0-402b-ae40-1d47cbad0cd0 {
  margin-top: -10px;
}

#s-d12ebfa1-946f-45c2-aff1-75ab2c955090 {
  text-align: center;
}







  #s-d12ebfa1-946f-45c2-aff1-75ab2c955090 img.shogun-image {
    

    
    
    
  }


#s-d12ebfa1-946f-45c2-aff1-75ab2c955090 .shogun-image-content {
  
    align-items: center;
  
}

#s-cb573c0a-efcc-4263-b023-d43f4b5f6ddb {
  margin-left: 13%;
margin-right: 13%;
padding-top: 5px;
text-align: center;
}







  #s-cb573c0a-efcc-4263-b023-d43f4b5f6ddb img.shogun-image {
    

    
    
    
  }


#s-cb573c0a-efcc-4263-b023-d43f4b5f6ddb .shogun-image-content {
  
    align-items: center;
  
}

#s-fbff0359-740a-414e-af84-ce81e5ac2338 {
  margin-top: -5px;
}

#s-89224755-d9d7-4ae9-80d8-df569e58fe56 {
  margin-top: -10px;
}

#s-cbbfb29f-158b-4824-9244-1bef01b9fc43 {
  min-height: 50px;
background-color: rgba(249, 220, 214, 1);
}








#s-cbbfb29f-158b-4824-9244-1bef01b9fc43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cbbfb29f-158b-4824-9244-1bef01b9fc43.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-324fb641-49d5-4b70-b860-cb4942d4231d {
  margin-bottom: 0%;
padding-top: 15px;
padding-bottom: 15px;
}

#s-1b1ceb88-8f88-442f-be60-8777642265b5 {
  margin-top: -28px;
padding-bottom: 10px;
background-color: rgba(249, 220, 214, 1);
}

@media (min-width: 0px) {
[id="s-1b1ceb88-8f88-442f-be60-8777642265b5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1b1ceb88-8f88-442f-be60-8777642265b5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1b1ceb88-8f88-442f-be60-8777642265b5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1b1ceb88-8f88-442f-be60-8777642265b5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1b1ceb88-8f88-442f-be60-8777642265b5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b1ceb88-8f88-442f-be60-8777642265b5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1b1ceb88-8f88-442f-be60-8777642265b5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-150e90db-6cdb-483c-b200-32796c88f19f {
  padding-top: 42px;
padding-left: 12%;
padding-right: 12%;
text-align: center;
}







  #s-150e90db-6cdb-483c-b200-32796c88f19f img.shogun-image {
    

    
    
    
  }


#s-150e90db-6cdb-483c-b200-32796c88f19f .shogun-image-content {
  
    align-items: center;
  
}

#s-b6af3bdd-d3dc-4cd9-ad44-235d9d6862ff {
  margin-top: -200px;
margin-left: -24%;
margin-bottom: 0px;
padding-left: 7%;
padding-bottom: 0px;
padding-right: 7%;
}
@media (min-width: 768px) and (max-width: 991px){#s-b6af3bdd-d3dc-4cd9-ad44-235d9d6862ff {
  display: none;
}
#s-b6af3bdd-d3dc-4cd9-ad44-235d9d6862ff, #wrap-s-b6af3bdd-d3dc-4cd9-ad44-235d9d6862ff { display:none !important; }}@media (max-width: 767px){#s-b6af3bdd-d3dc-4cd9-ad44-235d9d6862ff {
  display: none;
}
#s-b6af3bdd-d3dc-4cd9-ad44-235d9d6862ff, #wrap-s-b6af3bdd-d3dc-4cd9-ad44-235d9d6862ff { display:none !important; }}
#s-b6af3bdd-d3dc-4cd9-ad44-235d9d6862ff {
  display: none;
}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-a2340659-e096-4bbb-bc4e-1e236a6c3218 {
  margin-top: 46%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 13%;
padding-bottom: 25px;
padding-right: 8%;
text-align: left;
}

#s-a2340659-e096-4bbb-bc4e-1e236a6c3218 .shg-product-title-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-4528bf9e-352f-47e1-98ba-1f0903123adf {
  padding-top: 0px;
padding-left: 30%;
padding-bottom: 15px;
padding-right: 30%;
text-align: left;
}

#s-4528bf9e-352f-47e1-98ba-1f0903123adf .shg-product-quantity-wrapper {
  display: flex;
}

#s-4528bf9e-352f-47e1-98ba-1f0903123adf .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-4528bf9e-352f-47e1-98ba-1f0903123adf .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-4528bf9e-352f-47e1-98ba-1f0903123adf .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-4528bf9e-352f-47e1-98ba-1f0903123adf .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




.shg-btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.shg-variant-btn {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  letter-spacing: normal;
}

.shg-variant-btn.hidden {
  display: none;
}

.shg-variant-btn.disabled {
  cursor: not-allowed;
}

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

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

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

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

.shg-product-selector-hidden {
  display: none;
}

#s-0b3cfd1f-04d4-4c11-8db2-c05f8308a45d {
  padding-left: 30%;
padding-bottom: 15px;
padding-right: 30%;
text-align: left;
}

#s-0b3cfd1f-04d4-4c11-8db2-c05f8308a45d .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-0b3cfd1f-04d4-4c11-8db2-c05f8308a45d .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-0b3cfd1f-04d4-4c11-8db2-c05f8308a45d .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-0b3cfd1f-04d4-4c11-8db2-c05f8308a45d .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-0b3cfd1f-04d4-4c11-8db2-c05f8308a45d .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-0b3cfd1f-04d4-4c11-8db2-c05f8308a45d .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-0b3cfd1f-04d4-4c11-8db2-c05f8308a45d .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-0b3cfd1f-04d4-4c11-8db2-c05f8308a45d .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-0b3cfd1f-04d4-4c11-8db2-c05f8308a45d .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-0b3cfd1f-04d4-4c11-8db2-c05f8308a45d .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-0b3cfd1f-04d4-4c11-8db2-c05f8308a45d .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-0b3cfd1f-04d4-4c11-8db2-c05f8308a45d .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-0b3cfd1f-04d4-4c11-8db2-c05f8308a45d .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-0b3cfd1f-04d4-4c11-8db2-c05f8308a45d-btn-wrapper {
    text-align: center;
  }


#s-0b3cfd1f-04d4-4c11-8db2-c05f8308a45d .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-0b3cfd1f-04d4-4c11-8db2-c05f8308a45d .shg-variant-btn:hover {
  background: #252525;
}

#s-0b3cfd1f-04d4-4c11-8db2-c05f8308a45d .shg-variant-btn:active, #s-0b3cfd1f-04d4-4c11-8db2-c05f8308a45d .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-0b3cfd1f-04d4-4c11-8db2-c05f8308a45d .shg-variant-btn.disabled {
  background: #252525;
}

.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-center {
  text-align: center;
}

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

#s-cb887379-a7fa-4ed7-b7fc-b003a335edc0 {
  border-style: solid;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 10px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-cb887379-a7fa-4ed7-b7fc-b003a335edc0:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 237, 233, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-cb887379-a7fa-4ed7-b7fc-b003a335edc0:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-cb887379-a7fa-4ed7-b7fc-b003a335edc0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cb887379-a7fa-4ed7-b7fc-b003a335edc0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cb887379-a7fa-4ed7-b7fc-b003a335edc0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-cb887379-a7fa-4ed7-b7fc-b003a335edc0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6351ebdd-2f62-4203-8f62-80e74089b5de {
  margin-top: 73px;
margin-left: -11%;
margin-right: 0%;
padding-left: 2%;
padding-right: 19%;
}
@media (min-width: 1200px){#s-6351ebdd-2f62-4203-8f62-80e74089b5de {
  display: none;
}
#s-6351ebdd-2f62-4203-8f62-80e74089b5de, #wrap-s-6351ebdd-2f62-4203-8f62-80e74089b5de { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6351ebdd-2f62-4203-8f62-80e74089b5de {
  display: none;
}
#s-6351ebdd-2f62-4203-8f62-80e74089b5de, #wrap-s-6351ebdd-2f62-4203-8f62-80e74089b5de { display:none !important; }}@media (max-width: 767px){#s-6351ebdd-2f62-4203-8f62-80e74089b5de {
  display: none;
}
#s-6351ebdd-2f62-4203-8f62-80e74089b5de, #wrap-s-6351ebdd-2f62-4203-8f62-80e74089b5de { display:none !important; }}
#s-6351ebdd-2f62-4203-8f62-80e74089b5de {
  display: none;
}
#s-b9e8ee52-4ef8-4ed0-a6dd-c3aac43809fc {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 25px;
text-align: left;
}

#s-b9e8ee52-4ef8-4ed0-a6dd-c3aac43809fc .shg-product-title-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-c18aa7f1-5642-4d49-b3ae-cfa7aa5f7faa {
  padding-top: 0px;
padding-bottom: 15px;
text-align: left;
}

#s-c18aa7f1-5642-4d49-b3ae-cfa7aa5f7faa .shg-product-quantity-wrapper {
  display: flex;
}

#s-c18aa7f1-5642-4d49-b3ae-cfa7aa5f7faa .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-c18aa7f1-5642-4d49-b3ae-cfa7aa5f7faa .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-c18aa7f1-5642-4d49-b3ae-cfa7aa5f7faa .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-c18aa7f1-5642-4d49-b3ae-cfa7aa5f7faa .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-e243f7e3-3253-4066-95a3-737b49ae2868 {
  padding-bottom: 15px;
text-align: left;
}

#s-e243f7e3-3253-4066-95a3-737b49ae2868 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-e243f7e3-3253-4066-95a3-737b49ae2868 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-e243f7e3-3253-4066-95a3-737b49ae2868 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-e243f7e3-3253-4066-95a3-737b49ae2868 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-e243f7e3-3253-4066-95a3-737b49ae2868 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-e243f7e3-3253-4066-95a3-737b49ae2868 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-e243f7e3-3253-4066-95a3-737b49ae2868 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-e243f7e3-3253-4066-95a3-737b49ae2868 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-e243f7e3-3253-4066-95a3-737b49ae2868 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-e243f7e3-3253-4066-95a3-737b49ae2868 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-e243f7e3-3253-4066-95a3-737b49ae2868 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-e243f7e3-3253-4066-95a3-737b49ae2868 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-e243f7e3-3253-4066-95a3-737b49ae2868 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-e243f7e3-3253-4066-95a3-737b49ae2868-btn-wrapper {
    text-align: center;
  }


#s-e243f7e3-3253-4066-95a3-737b49ae2868 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-e243f7e3-3253-4066-95a3-737b49ae2868 .shg-variant-btn:hover {
  background: #252525;
}

#s-e243f7e3-3253-4066-95a3-737b49ae2868 .shg-variant-btn:active, #s-e243f7e3-3253-4066-95a3-737b49ae2868 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-e243f7e3-3253-4066-95a3-737b49ae2868 .shg-variant-btn.disabled {
  background: #252525;
}

#s-34a9ba0a-417a-41c7-be71-10571b39cdf1 {
  border-style: solid;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 10px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-34a9ba0a-417a-41c7-be71-10571b39cdf1:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 237, 233, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-34a9ba0a-417a-41c7-be71-10571b39cdf1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-34a9ba0a-417a-41c7-be71-10571b39cdf1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-34a9ba0a-417a-41c7-be71-10571b39cdf1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-34a9ba0a-417a-41c7-be71-10571b39cdf1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-34a9ba0a-417a-41c7-be71-10571b39cdf1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-38f2fffe-6e06-4566-aa90-9b4331bb60e2 {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-38f2fffe-6e06-4566-aa90-9b4331bb60e2 {
  display: none;
}
#s-38f2fffe-6e06-4566-aa90-9b4331bb60e2, #wrap-s-38f2fffe-6e06-4566-aa90-9b4331bb60e2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-38f2fffe-6e06-4566-aa90-9b4331bb60e2 {
  display: none;
}
#s-38f2fffe-6e06-4566-aa90-9b4331bb60e2, #wrap-s-38f2fffe-6e06-4566-aa90-9b4331bb60e2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-38f2fffe-6e06-4566-aa90-9b4331bb60e2 {
  display: none;
}
#s-38f2fffe-6e06-4566-aa90-9b4331bb60e2, #wrap-s-38f2fffe-6e06-4566-aa90-9b4331bb60e2 { display:none !important; }}
#s-38f2fffe-6e06-4566-aa90-9b4331bb60e2 {
  display: none;
}
#s-1704028a-335f-4945-b222-88df4ff886c6 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 25px;
text-align: left;
}

#s-1704028a-335f-4945-b222-88df4ff886c6 .shg-product-title-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-c7be0bb2-6582-47a0-b1a8-a47209498ac0 {
  padding-top: 0px;
padding-bottom: 15px;
text-align: left;
}

#s-c7be0bb2-6582-47a0-b1a8-a47209498ac0 .shg-product-quantity-wrapper {
  display: flex;
}

#s-c7be0bb2-6582-47a0-b1a8-a47209498ac0 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-c7be0bb2-6582-47a0-b1a8-a47209498ac0 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-c7be0bb2-6582-47a0-b1a8-a47209498ac0 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-c7be0bb2-6582-47a0-b1a8-a47209498ac0 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-58f265f6-2aef-4ddc-85e9-c32cab19bf77 {
  padding-bottom: 15px;
text-align: left;
}

#s-58f265f6-2aef-4ddc-85e9-c32cab19bf77 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-58f265f6-2aef-4ddc-85e9-c32cab19bf77 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-58f265f6-2aef-4ddc-85e9-c32cab19bf77 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-58f265f6-2aef-4ddc-85e9-c32cab19bf77 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-58f265f6-2aef-4ddc-85e9-c32cab19bf77 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-58f265f6-2aef-4ddc-85e9-c32cab19bf77 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-58f265f6-2aef-4ddc-85e9-c32cab19bf77 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-58f265f6-2aef-4ddc-85e9-c32cab19bf77 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-58f265f6-2aef-4ddc-85e9-c32cab19bf77 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-58f265f6-2aef-4ddc-85e9-c32cab19bf77 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-58f265f6-2aef-4ddc-85e9-c32cab19bf77 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-58f265f6-2aef-4ddc-85e9-c32cab19bf77 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-58f265f6-2aef-4ddc-85e9-c32cab19bf77 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-58f265f6-2aef-4ddc-85e9-c32cab19bf77-btn-wrapper {
    text-align: center;
  }


#s-58f265f6-2aef-4ddc-85e9-c32cab19bf77 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-58f265f6-2aef-4ddc-85e9-c32cab19bf77 .shg-variant-btn:hover {
  background: #252525;
}

#s-58f265f6-2aef-4ddc-85e9-c32cab19bf77 .shg-variant-btn:active, #s-58f265f6-2aef-4ddc-85e9-c32cab19bf77 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-58f265f6-2aef-4ddc-85e9-c32cab19bf77 .shg-variant-btn.disabled {
  background: #252525;
}

#s-7a33f6f8-edb4-400d-9514-6e77e924e7de {
  border-style: solid;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 10px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-7a33f6f8-edb4-400d-9514-6e77e924e7de:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 237, 233, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7a33f6f8-edb4-400d-9514-6e77e924e7de:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7a33f6f8-edb4-400d-9514-6e77e924e7de {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a33f6f8-edb4-400d-9514-6e77e924e7de.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a33f6f8-edb4-400d-9514-6e77e924e7de.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-7a33f6f8-edb4-400d-9514-6e77e924e7de.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f5428e10-f88a-4e59-aa04-afa8ae8bb788 {
  margin-left: -2%;
padding-right: 16%;
}
@media (min-width: 768px) and (max-width: 991px){#s-f5428e10-f88a-4e59-aa04-afa8ae8bb788 {
  display: none;
}
#s-f5428e10-f88a-4e59-aa04-afa8ae8bb788, #wrap-s-f5428e10-f88a-4e59-aa04-afa8ae8bb788 { display:none !important; }}@media (max-width: 767px){#s-f5428e10-f88a-4e59-aa04-afa8ae8bb788 {
  display: none;
}
#s-f5428e10-f88a-4e59-aa04-afa8ae8bb788, #wrap-s-f5428e10-f88a-4e59-aa04-afa8ae8bb788 { display:none !important; }}
#s-1791bcf4-34df-44ef-ae3f-ba761a778c9f {
  margin-top: 6px;
margin-left: 9%;
margin-right: 9%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-1791bcf4-34df-44ef-ae3f-ba761a778c9f {
  display: none;
}
#s-1791bcf4-34df-44ef-ae3f-ba761a778c9f, #wrap-s-1791bcf4-34df-44ef-ae3f-ba761a778c9f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1791bcf4-34df-44ef-ae3f-ba761a778c9f {
  display: none;
}
#s-1791bcf4-34df-44ef-ae3f-ba761a778c9f, #wrap-s-1791bcf4-34df-44ef-ae3f-ba761a778c9f { display:none !important; }}
#s-23c9568d-27ba-45c8-afdc-dd594a164105 {
  padding-left: 10%;
padding-right: 10%;
min-height: 50px;
background-color: rgba(249, 220, 214, 1);
}
@media (min-width: 1200px){#s-23c9568d-27ba-45c8-afdc-dd594a164105 {
  display: none;
}
#s-23c9568d-27ba-45c8-afdc-dd594a164105, #wrap-s-23c9568d-27ba-45c8-afdc-dd594a164105 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-23c9568d-27ba-45c8-afdc-dd594a164105 {
  display: none;
}
#s-23c9568d-27ba-45c8-afdc-dd594a164105, #wrap-s-23c9568d-27ba-45c8-afdc-dd594a164105 { display:none !important; }}







#s-23c9568d-27ba-45c8-afdc-dd594a164105 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23c9568d-27ba-45c8-afdc-dd594a164105.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29a6f904-6b79-4b2b-a4a9-b2d997e84571 {
  margin-top: 8%;
padding-top: 0px;
}

#s-1e6bb8bd-e14b-4b83-94c0-9405cf34b38b {
  margin-top: -21px;
padding-bottom: 3%;
}

#s-74ea85c8-7722-4abc-8ca4-629ae934f3fb {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
}

#s-74ea85c8-7722-4abc-8ca4-629ae934f3fb .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  font-family: Montserrat;
  font-size: 0px;
  
  
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  
  
}

#s-74ea85c8-7722-4abc-8ca4-629ae934f3fb .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: ;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Montserrat;
  font-weight: ;
  
  
  justify-content: center;
}

#s-74ea85c8-7722-4abc-8ca4-629ae934f3fb .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: rgba(0, 0, 0, 1);
}

#s-74ea85c8-7722-4abc-8ca4-629ae934f3fb .shogun-form-error-msg-container, #s-74ea85c8-7722-4abc-8ca4-629ae934f3fb .shogun-form-field-error-msg-container {
  display: none;
}

#s-74ea85c8-7722-4abc-8ca4-629ae934f3fb .shogun-form-error-msg {
  font-size: ;
  font-style: ;
  color: rgba(119, 48, 33, 1);
  font-family: Montserrat;
  font-weight: ;
  
  
  justify-content: center;
}

#s-74ea85c8-7722-4abc-8ca4-629ae934f3fb .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: rgba(119, 48, 33, 1);
}

@media (min-width: 0px) {
[id="s-8fbf62aa-5dd5-49db-a442-eed36e79a984"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8fbf62aa-5dd5-49db-a442-eed36e79a984"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-8fbf62aa-5dd5-49db-a442-eed36e79a984"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-8fbf62aa-5dd5-49db-a442-eed36e79a984"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-8fbf62aa-5dd5-49db-a442-eed36e79a984"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-8fbf62aa-5dd5-49db-a442-eed36e79a984"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-8fbf62aa-5dd5-49db-a442-eed36e79a984"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

}

.shogun-form-text-input-field {
  width: 100%;
}

.shogun-form-text-input-field:focus {
  outline: none;
}

textarea.shogun-form-text-input-field {
  resize: none;
  overflow: hidden;
  min-height: 70px !important;
}

#s-583fd964-9ba5-4ef6-a700-2637d314021c {
  margin-top: -5px;
margin-bottom: 2px;
padding-top: 8px;
padding-left: 0%;
padding-bottom: 8px;
padding-right: 0%;
min-height: 2px;
}

#s-583fd964-9ba5-4ef6-a700-2637d314021c  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: #000;
  border-radius: 8px;
  
  
  font-size: ;
  font-style: ;
  color: rgba(249, 220, 214, 1);
  font-family: Montserrat;
  font-weight: ;
  line-height: 2.5em;
  
}

#s-583fd964-9ba5-4ef6-a700-2637d314021c  .shogun-form-text-input-field::placeholder {
  font-size: ;
  font-style: ;
  color: rgba(207, 171, 165, 1);
  font-family: Montserrat;
  font-weight: ;
  
  
}


#s-583fd964-9ba5-4ef6-a700-2637d314021c .shogun-form-text-input-field:hover {
  border-width: 0px;
  border-color: #000;
  
  
  color: rgba(207, 171, 165, 1);
}



#s-583fd964-9ba5-4ef6-a700-2637d314021c .shogun-form-text-input-field:focus {
  border-width: 0px;
  border-color: #000;
  
  
  color: rgba(207, 171, 165, 1);
}


.shogun-form-box-submit {
  border: 0;
  font-size: 1em;
  line-height: 1.8;
}

.shogun-form-box-submit:focus {
  outline: none;
}

.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-9b718dee-9557-46b5-9675-7748a8ef9205 {
  padding-top: 8px;
padding-left: 0%;
padding-bottom: 8px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 10px;
color: #FFFFFF;
background-color: #252525;
text-align: center;
cursor: pointer;
font-family: Montserrat;
font-weight: 500;
font-size: 14px;
letter-spacing: 2px;
}
#s-9b718dee-9557-46b5-9675-7748a8ef9205:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9b718dee-9557-46b5-9675-7748a8ef9205:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-9b718dee-9557-46b5-9675-7748a8ef9205[disabled],
#s-9b718dee-9557-46b5-9675-7748a8ef9205[disabled]:hover,
#s-9b718dee-9557-46b5-9675-7748a8ef9205[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-9b718dee-9557-46b5-9675-7748a8ef9205 {
  display:  block ;
  width:  100% ;
}


#s-c3898f12-7027-4fe2-a6d8-e37ef6245ae2 {
  padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(249, 220, 214, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-c3898f12-7027-4fe2-a6d8-e37ef6245ae2 {
  display: none;
}
#s-c3898f12-7027-4fe2-a6d8-e37ef6245ae2, #wrap-s-c3898f12-7027-4fe2-a6d8-e37ef6245ae2 { display:none !important; }}@media (max-width: 767px){#s-c3898f12-7027-4fe2-a6d8-e37ef6245ae2 {
  display: none;
}
#s-c3898f12-7027-4fe2-a6d8-e37ef6245ae2, #wrap-s-c3898f12-7027-4fe2-a6d8-e37ef6245ae2 { display:none !important; }}







#s-c3898f12-7027-4fe2-a6d8-e37ef6245ae2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3898f12-7027-4fe2-a6d8-e37ef6245ae2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-56580fac-867a-4b43-94a5-5874b4f5cbdb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-56580fac-867a-4b43-94a5-5874b4f5cbdb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-56580fac-867a-4b43-94a5-5874b4f5cbdb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-56580fac-867a-4b43-94a5-5874b4f5cbdb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-56580fac-867a-4b43-94a5-5874b4f5cbdb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-56580fac-867a-4b43-94a5-5874b4f5cbdb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-56580fac-867a-4b43-94a5-5874b4f5cbdb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-51d871bd-7435-4d3c-97c9-f95784baad62 {
  margin-top: 8%;
padding-top: 0px;
}

#s-48c1b8c4-af38-4a71-b069-bd843747377a {
  margin-top: -21px;
padding-bottom: 3%;
}

#s-bb1c2e4d-5862-40db-aac3-cedf0895c03c {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
}

#s-bb1c2e4d-5862-40db-aac3-cedf0895c03c .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  font-family: Montserrat;
  font-size: 0px;
  
  
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  
  
}

#s-bb1c2e4d-5862-40db-aac3-cedf0895c03c .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: ;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Montserrat;
  font-weight: ;
  
  
  justify-content: center;
}

#s-bb1c2e4d-5862-40db-aac3-cedf0895c03c .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: rgba(0, 0, 0, 1);
}

#s-bb1c2e4d-5862-40db-aac3-cedf0895c03c .shogun-form-error-msg-container, #s-bb1c2e4d-5862-40db-aac3-cedf0895c03c .shogun-form-field-error-msg-container {
  display: none;
}

#s-bb1c2e4d-5862-40db-aac3-cedf0895c03c .shogun-form-error-msg {
  font-size: ;
  font-style: ;
  color: rgba(119, 48, 33, 1);
  font-family: Montserrat;
  font-weight: ;
  
  
  justify-content: center;
}

#s-bb1c2e4d-5862-40db-aac3-cedf0895c03c .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: rgba(119, 48, 33, 1);
}

@media (min-width: 0px) {
[id="s-d9ef82ec-9263-4c0c-b001-bdba7e42f31a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9ef82ec-9263-4c0c-b001-bdba7e42f31a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-d9ef82ec-9263-4c0c-b001-bdba7e42f31a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-d9ef82ec-9263-4c0c-b001-bdba7e42f31a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-d9ef82ec-9263-4c0c-b001-bdba7e42f31a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9ef82ec-9263-4c0c-b001-bdba7e42f31a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-d9ef82ec-9263-4c0c-b001-bdba7e42f31a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

}

#s-67b97c4c-9cf6-41b2-9bc6-98cea79b8882 {
  margin-top: -5px;
margin-bottom: 2px;
padding-top: 8px;
padding-left: 0%;
padding-bottom: 8px;
padding-right: 0%;
min-height: 2px;
}

#s-67b97c4c-9cf6-41b2-9bc6-98cea79b8882  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: #000;
  border-radius: 8px;
  
  
  font-size: ;
  font-style: ;
  color: rgba(249, 220, 214, 1);
  font-family: Montserrat;
  font-weight: ;
  line-height: 2.5em;
  
}

#s-67b97c4c-9cf6-41b2-9bc6-98cea79b8882  .shogun-form-text-input-field::placeholder {
  font-size: ;
  font-style: ;
  color: rgba(207, 171, 165, 1);
  font-family: Montserrat;
  font-weight: ;
  
  
}


#s-67b97c4c-9cf6-41b2-9bc6-98cea79b8882 .shogun-form-text-input-field:hover {
  border-width: 0px;
  border-color: #000;
  
  
  color: rgba(207, 171, 165, 1);
}



#s-67b97c4c-9cf6-41b2-9bc6-98cea79b8882 .shogun-form-text-input-field:focus {
  border-width: 0px;
  border-color: #000;
  
  
  color: rgba(207, 171, 165, 1);
}


#s-1ac5c339-1aec-406e-a466-7c43cd4123bc {
  padding-top: 8px;
padding-left: 0%;
padding-bottom: 8px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 10px;
color: #FFFFFF;
background-color: #252525;
text-align: center;
cursor: pointer;
font-family: Montserrat;
font-weight: 500;
font-size: 14px;
letter-spacing: 2px;
}
#s-1ac5c339-1aec-406e-a466-7c43cd4123bc:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1ac5c339-1aec-406e-a466-7c43cd4123bc:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-1ac5c339-1aec-406e-a466-7c43cd4123bc[disabled],
#s-1ac5c339-1aec-406e-a466-7c43cd4123bc[disabled]:hover,
#s-1ac5c339-1aec-406e-a466-7c43cd4123bc[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-1ac5c339-1aec-406e-a466-7c43cd4123bc {
  display:  block ;
  width:  100% ;
}


#s-5f388cd6-bb44-4db8-93e2-d2b87f24e8e6 {
  text-align: center;
}







  #s-5f388cd6-bb44-4db8-93e2-d2b87f24e8e6 img.shogun-image {
    

    
    
    
  }


#s-5f388cd6-bb44-4db8-93e2-d2b87f24e8e6 .shogun-image-content {
  
    align-items: center;
  
}

.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-3c5ed1c1-41a1-4d2e-a999-e5a1afbfb0a7 {
  margin-bottom: 0px;
padding-top: 15px;
padding-bottom: 0%;
text-align: center;
background-color: rgba(249, 220, 214, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-3c5ed1c1-41a1-4d2e-a999-e5a1afbfb0a7 {
  display: none;
}
#s-3c5ed1c1-41a1-4d2e-a999-e5a1afbfb0a7, #wrap-s-3c5ed1c1-41a1-4d2e-a999-e5a1afbfb0a7 { display:none !important; }}@media (max-width: 767px){#s-3c5ed1c1-41a1-4d2e-a999-e5a1afbfb0a7 {
  display: none;
}
#s-3c5ed1c1-41a1-4d2e-a999-e5a1afbfb0a7, #wrap-s-3c5ed1c1-41a1-4d2e-a999-e5a1afbfb0a7 { display:none !important; }}
#s-707a77a2-c8c6-4e59-9558-9e1bb6fdac47 {
  margin-bottom: 0px;
padding-top: 15px;
padding-bottom: 25px;
text-align: center;
background-color: rgba(249, 220, 214, 1);
}
@media (min-width: 1200px){#s-707a77a2-c8c6-4e59-9558-9e1bb6fdac47 {
  display: none;
}
#s-707a77a2-c8c6-4e59-9558-9e1bb6fdac47, #wrap-s-707a77a2-c8c6-4e59-9558-9e1bb6fdac47 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-707a77a2-c8c6-4e59-9558-9e1bb6fdac47 {
  display: none;
}
#s-707a77a2-c8c6-4e59-9558-9e1bb6fdac47, #wrap-s-707a77a2-c8c6-4e59-9558-9e1bb6fdac47 { display:none !important; }}
@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

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

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#mc_embed_signup .clear{width:auto!important;height:auto!important;visibility:visible!important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline!important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.85)}.shg-lightbox.hidden{display:none!important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}