#s-318081b2-14f8-4472-b93b-1bf6a5c6a6f3 {
  text-align: left;
}

.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-f80ea774-9633-4ed1-b378-9aa1579f6875 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f80ea774-9633-4ed1-b378-9aa1579f6875 {
  display: none;
}
#s-f80ea774-9633-4ed1-b378-9aa1579f6875, #wrap-s-f80ea774-9633-4ed1-b378-9aa1579f6875 { display: none !important; }}@media (max-width: 767px){#s-f80ea774-9633-4ed1-b378-9aa1579f6875 {
  display: none;
}
#s-f80ea774-9633-4ed1-b378-9aa1579f6875, #wrap-s-f80ea774-9633-4ed1-b378-9aa1579f6875 { display: none !important; }}







#s-f80ea774-9633-4ed1-b378-9aa1579f6875 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f80ea774-9633-4ed1-b378-9aa1579f6875.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-27b75e1b-93b3-4050-9c95-d73e16eb8053 {
  min-height: 50px;
background-color: rgba(254, 254, 249, 1);
}








#s-27b75e1b-93b3-4050-9c95-d73e16eb8053 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27b75e1b-93b3-4050-9c95-d73e16eb8053.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-6f2c47eb-2d9f-4fe5-b644-f3414b30ea2a .shg-sld-dot {
  background-color: rgba(24, 2, 138, 1);
}

#s-6f2c47eb-2d9f-4fe5-b644-f3414b30ea2a .shg-sld-nav-button.shg-sld-left,
#s-6f2c47eb-2d9f-4fe5-b644-f3414b30ea2a .shg-sld-nav-button.shg-sld-right {
  fill: rgba(24, 2, 138, 1);
}

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

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

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

@media (min-width: 0px) {
[id="s-ac6f98f4-7ab7-47dd-a528-9dd614842723"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac6f98f4-7ab7-47dd-a528-9dd614842723"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ac6f98f4-7ab7-47dd-a528-9dd614842723"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac6f98f4-7ab7-47dd-a528-9dd614842723"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-5d0bdfd1-f1a5-4fa3-b739-711043700ce3 {
  min-height: 50px;
}








#s-5d0bdfd1-f1a5-4fa3-b739-711043700ce3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d0bdfd1-f1a5-4fa3-b739-711043700ce3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-337ec54e-2df6-4bda-8a72-de3cdb2a13bc {
  margin-left: 15%;
max-width: 205px;
text-align: left;
}







  img.s-337ec54e-2df6-4bda-8a72-de3cdb2a13bc.shogun-image {
    
    
  }


.s-337ec54e-2df6-4bda-8a72-de3cdb2a13bc .shogun-image-content {
  
    align-items: center;
  
}

.s-337ec54e-2df6-4bda-8a72-de3cdb2a13bc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-337ec54e-2df6-4bda-8a72-de3cdb2a13bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-337ec54e-2df6-4bda-8a72-de3cdb2a13bc.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-337ec54e-2df6-4bda-8a72-de3cdb2a13bc.shogun-image {
    
    
  }


.s-337ec54e-2df6-4bda-8a72-de3cdb2a13bc .shogun-image-content {
  
    align-items: center;
  
}

.s-337ec54e-2df6-4bda-8a72-de3cdb2a13bc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-337ec54e-2df6-4bda-8a72-de3cdb2a13bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-337ec54e-2df6-4bda-8a72-de3cdb2a13bc.shogun-image {
  box-sizing: border-box;
}



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





  img.s-337ec54e-2df6-4bda-8a72-de3cdb2a13bc.shogun-image {
    
    
  }


.s-337ec54e-2df6-4bda-8a72-de3cdb2a13bc .shogun-image-content {
  
    align-items: center;
  
}

.s-337ec54e-2df6-4bda-8a72-de3cdb2a13bc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-337ec54e-2df6-4bda-8a72-de3cdb2a13bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-337ec54e-2df6-4bda-8a72-de3cdb2a13bc.shogun-image {
  box-sizing: border-box;
}



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





  img.s-337ec54e-2df6-4bda-8a72-de3cdb2a13bc.shogun-image {
    
    
  }


.s-337ec54e-2df6-4bda-8a72-de3cdb2a13bc .shogun-image-content {
  
    align-items: center;
  
}

.s-337ec54e-2df6-4bda-8a72-de3cdb2a13bc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-337ec54e-2df6-4bda-8a72-de3cdb2a13bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-337ec54e-2df6-4bda-8a72-de3cdb2a13bc.shogun-image {
  box-sizing: border-box;
}



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





  img.s-337ec54e-2df6-4bda-8a72-de3cdb2a13bc.shogun-image {
    
    
  }


.s-337ec54e-2df6-4bda-8a72-de3cdb2a13bc .shogun-image-content {
  
    align-items: center;
  
}

.s-337ec54e-2df6-4bda-8a72-de3cdb2a13bc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-337ec54e-2df6-4bda-8a72-de3cdb2a13bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-337ec54e-2df6-4bda-8a72-de3cdb2a13bc.shogun-image {
  box-sizing: border-box;
}



}
.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-7d63ca4b-b15c-4f51-a4f5-540c57b7fcf0 {
  margin-top: 2%;
margin-left: 15%;
}

#s-5d5af670-d53f-46dc-b88a-fa9e8328b6cc {
  margin-top: 1%;
margin-left: 15%;
margin-bottom: 3%;
margin-right: 7%;
}

.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-43adae25-4ea5-4ba1-ae54-f48a70aa9090 {
  border-style: solid;
margin-top: 1%;
margin-left: 15%;
margin-right: 5%;
padding-top: 16px;
padding-left: 20px;
padding-bottom: 16px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(24, 2, 138, 1);
border-radius: 30px;
max-width: 450px;
background-color: rgba(24, 2, 138, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-43adae25-4ea5-4ba1-ae54-f48a70aa9090:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(34, 0, 204, 1) !important;
border-radius: 30px !important;
background-color: rgba(34, 0, 204, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-43adae25-4ea5-4ba1-ae54-f48a70aa9090:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(24, 2, 138, 1) !important;
border-radius: 30px !important;
background-color: rgba(24, 2, 138, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-43adae25-4ea5-4ba1-ae54-f48a70aa9090-root {
    text-align: center;
  }


#s-43adae25-4ea5-4ba1-ae54-f48a70aa9090.shg-btn {
  color: #ffffff;
  font-size: 1.05em;
  
  
  font-family: Soleil;
  display:  block ;
}
@media (min-width: 1200px){
  #s-43adae25-4ea5-4ba1-ae54-f48a70aa9090-root {
    text-align: center;
  }


#s-43adae25-4ea5-4ba1-ae54-f48a70aa9090.shg-btn {
  color: #ffffff;
  font-size: 1.05em;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-43adae25-4ea5-4ba1-ae54-f48a70aa9090-root {
    text-align: center;
  }


#s-43adae25-4ea5-4ba1-ae54-f48a70aa9090.shg-btn {
  color: #ffffff;
  font-size: 1.05em;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-43adae25-4ea5-4ba1-ae54-f48a70aa9090-root {
    text-align: center;
  }


#s-43adae25-4ea5-4ba1-ae54-f48a70aa9090.shg-btn {
  color: #ffffff;
  font-size: 1.05em;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (max-width: 767px){
  #s-43adae25-4ea5-4ba1-ae54-f48a70aa9090-root {
    text-align: center;
  }


#s-43adae25-4ea5-4ba1-ae54-f48a70aa9090.shg-btn {
  color: #ffffff;
  font-size: 1.05em;
  
  
  font-family: Soleil;
  display:  block ;
}
}
#s-f7d9f331-1a51-42ff-9894-6e60b61fc961 {
  min-height: 50px;
}








#s-f7d9f331-1a51-42ff-9894-6e60b61fc961 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7d9f331-1a51-42ff-9894-6e60b61fc961.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-b6b69d32-9ea2-43fc-9227-1482f7963d0d {
  margin-left: 3%;
margin-right: 0px;
text-align: right;
}







  #s-b6b69d32-9ea2-43fc-9227-1482f7963d0d img.shogun-image {
    

    
    
    
  }


#s-b6b69d32-9ea2-43fc-9227-1482f7963d0d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-0dd689c2-e2ae-47bc-b81c-ef2bbc11ca9f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0dd689c2-e2ae-47bc-b81c-ef2bbc11ca9f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0dd689c2-e2ae-47bc-b81c-ef2bbc11ca9f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0dd689c2-e2ae-47bc-b81c-ef2bbc11ca9f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-fbd8b868-9adc-4190-bba8-4dd97c95c50f {
  min-height: 50px;
}








#s-fbd8b868-9adc-4190-bba8-4dd97c95c50f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbd8b868-9adc-4190-bba8-4dd97c95c50f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cb62f9c2-ee5b-4539-be72-79f9e69025c4 {
  margin-top: 1%;
margin-left: 15%;
margin-bottom: 1%;
margin-right: 7%;
}

#s-53745f83-52eb-4df1-a9c7-4c4a17796af6 {
  margin-top: 0%;
margin-left: 15%;
}

#s-c163fe66-412c-435a-a598-a64d337b11b6 {
  margin-top: 1%;
margin-left: 15%;
margin-bottom: 3%;
margin-right: 7%;
}

#s-351b3b4e-577f-4a29-bd33-7287dd51755a {
  border-style: solid;
margin-top: 1%;
margin-left: 15%;
margin-right: 5%;
padding-top: 16px;
padding-left: 20px;
padding-bottom: 16px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(24, 2, 138, 1);
border-radius: 30px;
max-width: 450px;
background-color: rgba(24, 2, 138, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-351b3b4e-577f-4a29-bd33-7287dd51755a:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(34, 0, 204, 1) !important;
border-radius: 30px !important;
background-color: rgba(34, 0, 204, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-351b3b4e-577f-4a29-bd33-7287dd51755a:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(24, 2, 138, 1) !important;
border-radius: 30px !important;
background-color: rgba(24, 2, 138, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-351b3b4e-577f-4a29-bd33-7287dd51755a-root {
    text-align: center;
  }


#s-351b3b4e-577f-4a29-bd33-7287dd51755a.shg-btn {
  color: #ffffff;
  font-size: 1.05em;
  
  
  font-family: Soleil;
  display:  block ;
}
@media (min-width: 1200px){
  #s-351b3b4e-577f-4a29-bd33-7287dd51755a-root {
    text-align: center;
  }


#s-351b3b4e-577f-4a29-bd33-7287dd51755a.shg-btn {
  color: #ffffff;
  font-size: 1.05em;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-351b3b4e-577f-4a29-bd33-7287dd51755a-root {
    text-align: center;
  }


#s-351b3b4e-577f-4a29-bd33-7287dd51755a.shg-btn {
  color: #ffffff;
  font-size: 1.05em;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-351b3b4e-577f-4a29-bd33-7287dd51755a-root {
    text-align: center;
  }


#s-351b3b4e-577f-4a29-bd33-7287dd51755a.shg-btn {
  color: #ffffff;
  font-size: 1.05em;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (max-width: 767px){
  #s-351b3b4e-577f-4a29-bd33-7287dd51755a-root {
    text-align: center;
  }


#s-351b3b4e-577f-4a29-bd33-7287dd51755a.shg-btn {
  color: #ffffff;
  font-size: 1.05em;
  
  
  font-family: Soleil;
  display:  block ;
}
}
#s-b0269e79-7981-4325-98bd-b23a7c0a4af4 {
  min-height: 50px;
}








#s-b0269e79-7981-4325-98bd-b23a7c0a4af4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0269e79-7981-4325-98bd-b23a7c0a4af4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd83430e-3d66-4e3f-bf84-1e71905b68ec {
  margin-left: 3%;
margin-right: 0px;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: right;
}





  #s-fd83430e-3d66-4e3f-bf84-1e71905b68ec img.shogun-image,
  #s-fd83430e-3d66-4e3f-bf84-1e71905b68ec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fd83430e-3d66-4e3f-bf84-1e71905b68ec {
    width: 100%;
    height: auto;
  }



  #s-fd83430e-3d66-4e3f-bf84-1e71905b68ec img.shogun-image {
    

    
    
    
  }


#s-fd83430e-3d66-4e3f-bf84-1e71905b68ec .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-07879c79-ca5e-43cd-8b67-bf4c0ccdbf41"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07879c79-ca5e-43cd-8b67-bf4c0ccdbf41"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-07879c79-ca5e-43cd-8b67-bf4c0ccdbf41"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-07879c79-ca5e-43cd-8b67-bf4c0ccdbf41"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-33ed306a-63e8-4dff-a699-1166d4a8b28b {
  margin-left: 0%;
margin-right: 3%;
text-align: left;
}







  #s-33ed306a-63e8-4dff-a699-1166d4a8b28b img.shogun-image {
    

    
    
    
  }


#s-33ed306a-63e8-4dff-a699-1166d4a8b28b .shogun-image-content {
  
    align-items: center;
  
}

#s-c07ce974-f3ce-444b-9385-d1716581b0df {
  min-height: 50px;
}








#s-c07ce974-f3ce-444b-9385-d1716581b0df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c07ce974-f3ce-444b-9385-d1716581b0df.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33ec1123-d67e-4824-b345-667bbcf90994 {
  min-height: 50px;
}








#s-33ec1123-d67e-4824-b345-667bbcf90994 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33ec1123-d67e-4824-b345-667bbcf90994.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aaf2aa62-0e7f-420f-b8f8-51eddd72e79e {
  margin-left: 5%;
max-width: 200px;
text-align: left;
}







  img.s-aaf2aa62-0e7f-420f-b8f8-51eddd72e79e.shogun-image {
    
    
  }


.s-aaf2aa62-0e7f-420f-b8f8-51eddd72e79e .shogun-image-content {
  
    align-items: center;
  
}

.s-aaf2aa62-0e7f-420f-b8f8-51eddd72e79e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-aaf2aa62-0e7f-420f-b8f8-51eddd72e79e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaf2aa62-0e7f-420f-b8f8-51eddd72e79e.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-aaf2aa62-0e7f-420f-b8f8-51eddd72e79e.shogun-image {
    
    
  }


.s-aaf2aa62-0e7f-420f-b8f8-51eddd72e79e .shogun-image-content {
  
    align-items: center;
  
}

.s-aaf2aa62-0e7f-420f-b8f8-51eddd72e79e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-aaf2aa62-0e7f-420f-b8f8-51eddd72e79e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaf2aa62-0e7f-420f-b8f8-51eddd72e79e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-aaf2aa62-0e7f-420f-b8f8-51eddd72e79e.shogun-image {
    
    
  }


.s-aaf2aa62-0e7f-420f-b8f8-51eddd72e79e .shogun-image-content {
  
    align-items: center;
  
}

.s-aaf2aa62-0e7f-420f-b8f8-51eddd72e79e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-aaf2aa62-0e7f-420f-b8f8-51eddd72e79e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaf2aa62-0e7f-420f-b8f8-51eddd72e79e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-aaf2aa62-0e7f-420f-b8f8-51eddd72e79e.shogun-image {
    
    
  }


.s-aaf2aa62-0e7f-420f-b8f8-51eddd72e79e .shogun-image-content {
  
    align-items: center;
  
}

.s-aaf2aa62-0e7f-420f-b8f8-51eddd72e79e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-aaf2aa62-0e7f-420f-b8f8-51eddd72e79e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaf2aa62-0e7f-420f-b8f8-51eddd72e79e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-aaf2aa62-0e7f-420f-b8f8-51eddd72e79e.shogun-image {
    
    
  }


.s-aaf2aa62-0e7f-420f-b8f8-51eddd72e79e .shogun-image-content {
  
    align-items: center;
  
}

.s-aaf2aa62-0e7f-420f-b8f8-51eddd72e79e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-aaf2aa62-0e7f-420f-b8f8-51eddd72e79e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaf2aa62-0e7f-420f-b8f8-51eddd72e79e.shogun-image {
  box-sizing: border-box;
}



}
#s-4990fc64-5cdb-459c-b10a-aac3880f9069 {
  margin-top: 2%;
margin-left: 5%;
}

#s-a66af558-86a8-47c5-b818-cffba3b633d7 {
  margin-top: 1%;
margin-left: 5%;
margin-bottom: 3%;
margin-right: 15%;
}

#s-7ef14a2f-ba97-47af-a439-62c60fcca682 {
  border-style: solid;
margin-top: 1%;
margin-left: 5%;
margin-right: 5%;
padding-top: 16px;
padding-left: 20px;
padding-bottom: 16px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(24, 2, 138, 1);
border-radius: 30px;
max-width: 450px;
background-color: rgba(24, 2, 138, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7ef14a2f-ba97-47af-a439-62c60fcca682:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(34, 0, 204, 1) !important;
border-radius: 30px !important;
background-color: rgba(34, 0, 204, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7ef14a2f-ba97-47af-a439-62c60fcca682:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(24, 2, 138, 1) !important;
border-radius: 30px !important;
background-color: rgba(24, 2, 138, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-7ef14a2f-ba97-47af-a439-62c60fcca682-root {
    text-align: center;
  }


#s-7ef14a2f-ba97-47af-a439-62c60fcca682.shg-btn {
  color: #ffffff;
  font-size: 1.05em;
  
  
  font-family: Soleil;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7ef14a2f-ba97-47af-a439-62c60fcca682-root {
    text-align: center;
  }


#s-7ef14a2f-ba97-47af-a439-62c60fcca682.shg-btn {
  color: #ffffff;
  font-size: 1.05em;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7ef14a2f-ba97-47af-a439-62c60fcca682-root {
    text-align: center;
  }


#s-7ef14a2f-ba97-47af-a439-62c60fcca682.shg-btn {
  color: #ffffff;
  font-size: 1.05em;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7ef14a2f-ba97-47af-a439-62c60fcca682-root {
    text-align: center;
  }


#s-7ef14a2f-ba97-47af-a439-62c60fcca682.shg-btn {
  color: #ffffff;
  font-size: 1.05em;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7ef14a2f-ba97-47af-a439-62c60fcca682-root {
    text-align: center;
  }


#s-7ef14a2f-ba97-47af-a439-62c60fcca682.shg-btn {
  color: #ffffff;
  font-size: 1.05em;
  
  
  font-family: Soleil;
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-389e922e-0fda-4bc2-adad-0372c0176770"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-389e922e-0fda-4bc2-adad-0372c0176770"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-389e922e-0fda-4bc2-adad-0372c0176770"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-389e922e-0fda-4bc2-adad-0372c0176770"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9415cea8-f79c-4d0d-9dc3-0c6a3c0fcc2b {
  min-height: 50px;
}








#s-9415cea8-f79c-4d0d-9dc3-0c6a3c0fcc2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9415cea8-f79c-4d0d-9dc3-0c6a3c0fcc2b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a65317bc-4838-4e71-9a98-06d62862eb38 {
  margin-top: 1%;
margin-left: 16%;
margin-right: 12%;
}

#s-9ef97fb0-6614-4040-a8ce-e1df9bb41f5c {
  margin-top: 1%;
margin-left: 16%;
margin-right: 1%;
}

#s-06ea2d42-0d63-47ee-ae93-a8fdb2b2a62a {
  margin-top: 1%;
margin-left: 16%;
margin-right: 15%;
}

#s-18c71a03-88c6-4b36-b103-dd5935aaf470 {
  border-style: solid;
margin-top: 4%;
margin-left: 15%;
margin-right: 5%;
padding-top: 16px;
padding-left: 20px;
padding-bottom: 16px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(24, 2, 138, 1);
border-radius: 30px;
max-width: 450px;
background-color: rgba(24, 2, 138, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-18c71a03-88c6-4b36-b103-dd5935aaf470:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(34, 0, 204, 1) !important;
border-radius: 30px !important;
background-color: rgba(34, 0, 204, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-18c71a03-88c6-4b36-b103-dd5935aaf470:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(24, 2, 138, 1) !important;
border-radius: 30px !important;
background-color: rgba(24, 2, 138, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-18c71a03-88c6-4b36-b103-dd5935aaf470-root {
    text-align: center;
  }


#s-18c71a03-88c6-4b36-b103-dd5935aaf470.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  font-family: Soleil;
  display:  block ;
}
@media (min-width: 1200px){
  #s-18c71a03-88c6-4b36-b103-dd5935aaf470-root {
    text-align: center;
  }


#s-18c71a03-88c6-4b36-b103-dd5935aaf470.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-18c71a03-88c6-4b36-b103-dd5935aaf470-root {
    text-align: center;
  }


#s-18c71a03-88c6-4b36-b103-dd5935aaf470.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-18c71a03-88c6-4b36-b103-dd5935aaf470-root {
    text-align: center;
  }


#s-18c71a03-88c6-4b36-b103-dd5935aaf470.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (max-width: 767px){
  #s-18c71a03-88c6-4b36-b103-dd5935aaf470-root {
    text-align: center;
  }


#s-18c71a03-88c6-4b36-b103-dd5935aaf470.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  font-family: Soleil;
  display:  block ;
}
}
#s-7366d160-1f69-4753-ae85-2fc2ebc6691a {
  max-width: 1695px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-7366d160-1f69-4753-ae85-2fc2ebc6691a img.shogun-image,
  #s-7366d160-1f69-4753-ae85-2fc2ebc6691a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7366d160-1f69-4753-ae85-2fc2ebc6691a {
    width: 100%;
    height: auto;
  }

  #s-7366d160-1f69-4753-ae85-2fc2ebc6691a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7366d160-1f69-4753-ae85-2fc2ebc6691a.shogun-image {
    
    
  }


.s-7366d160-1f69-4753-ae85-2fc2ebc6691a .shogun-image-content {
  
    align-items: center;
  
}

.s-7366d160-1f69-4753-ae85-2fc2ebc6691a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7366d160-1f69-4753-ae85-2fc2ebc6691a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7366d160-1f69-4753-ae85-2fc2ebc6691a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7366d160-1f69-4753-ae85-2fc2ebc6691a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7366d160-1f69-4753-ae85-2fc2ebc6691a.shogun-image-container {
      position: relative;
    }

    .s-7366d160-1f69-4753-ae85-2fc2ebc6691a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7366d160-1f69-4753-ae85-2fc2ebc6691a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7366d160-1f69-4753-ae85-2fc2ebc6691a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-7366d160-1f69-4753-ae85-2fc2ebc6691a img.shogun-image,
  #s-7366d160-1f69-4753-ae85-2fc2ebc6691a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7366d160-1f69-4753-ae85-2fc2ebc6691a {
    width: 100%;
    height: auto;
  }

  #s-7366d160-1f69-4753-ae85-2fc2ebc6691a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7366d160-1f69-4753-ae85-2fc2ebc6691a.shogun-image {
    
    
  }


.s-7366d160-1f69-4753-ae85-2fc2ebc6691a .shogun-image-content {
  
    align-items: center;
  
}

.s-7366d160-1f69-4753-ae85-2fc2ebc6691a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7366d160-1f69-4753-ae85-2fc2ebc6691a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7366d160-1f69-4753-ae85-2fc2ebc6691a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7366d160-1f69-4753-ae85-2fc2ebc6691a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7366d160-1f69-4753-ae85-2fc2ebc6691a.shogun-image-container {
      position: relative;
    }

    .s-7366d160-1f69-4753-ae85-2fc2ebc6691a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7366d160-1f69-4753-ae85-2fc2ebc6691a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7366d160-1f69-4753-ae85-2fc2ebc6691a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-7366d160-1f69-4753-ae85-2fc2ebc6691a img.shogun-image,
  #s-7366d160-1f69-4753-ae85-2fc2ebc6691a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7366d160-1f69-4753-ae85-2fc2ebc6691a {
    width: 100%;
    height: auto;
  }

  #s-7366d160-1f69-4753-ae85-2fc2ebc6691a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7366d160-1f69-4753-ae85-2fc2ebc6691a.shogun-image {
    
    
  }


.s-7366d160-1f69-4753-ae85-2fc2ebc6691a .shogun-image-content {
  
    align-items: center;
  
}

.s-7366d160-1f69-4753-ae85-2fc2ebc6691a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7366d160-1f69-4753-ae85-2fc2ebc6691a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7366d160-1f69-4753-ae85-2fc2ebc6691a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7366d160-1f69-4753-ae85-2fc2ebc6691a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7366d160-1f69-4753-ae85-2fc2ebc6691a.shogun-image-container {
      position: relative;
    }

    .s-7366d160-1f69-4753-ae85-2fc2ebc6691a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7366d160-1f69-4753-ae85-2fc2ebc6691a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7366d160-1f69-4753-ae85-2fc2ebc6691a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-7366d160-1f69-4753-ae85-2fc2ebc6691a img.shogun-image,
  #s-7366d160-1f69-4753-ae85-2fc2ebc6691a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7366d160-1f69-4753-ae85-2fc2ebc6691a {
    width: 100%;
    height: auto;
  }

  #s-7366d160-1f69-4753-ae85-2fc2ebc6691a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7366d160-1f69-4753-ae85-2fc2ebc6691a.shogun-image {
    
    
  }


.s-7366d160-1f69-4753-ae85-2fc2ebc6691a .shogun-image-content {
  
    align-items: center;
  
}

.s-7366d160-1f69-4753-ae85-2fc2ebc6691a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7366d160-1f69-4753-ae85-2fc2ebc6691a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7366d160-1f69-4753-ae85-2fc2ebc6691a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7366d160-1f69-4753-ae85-2fc2ebc6691a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7366d160-1f69-4753-ae85-2fc2ebc6691a.shogun-image-container {
      position: relative;
    }

    .s-7366d160-1f69-4753-ae85-2fc2ebc6691a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7366d160-1f69-4753-ae85-2fc2ebc6691a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7366d160-1f69-4753-ae85-2fc2ebc6691a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-7366d160-1f69-4753-ae85-2fc2ebc6691a img.shogun-image,
  #s-7366d160-1f69-4753-ae85-2fc2ebc6691a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7366d160-1f69-4753-ae85-2fc2ebc6691a {
    width: 100%;
    height: auto;
  }

  #s-7366d160-1f69-4753-ae85-2fc2ebc6691a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7366d160-1f69-4753-ae85-2fc2ebc6691a.shogun-image {
    
    
  }


.s-7366d160-1f69-4753-ae85-2fc2ebc6691a .shogun-image-content {
  
    align-items: center;
  
}

.s-7366d160-1f69-4753-ae85-2fc2ebc6691a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7366d160-1f69-4753-ae85-2fc2ebc6691a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7366d160-1f69-4753-ae85-2fc2ebc6691a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7366d160-1f69-4753-ae85-2fc2ebc6691a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7366d160-1f69-4753-ae85-2fc2ebc6691a.shogun-image-container {
      position: relative;
    }

    .s-7366d160-1f69-4753-ae85-2fc2ebc6691a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7366d160-1f69-4753-ae85-2fc2ebc6691a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7366d160-1f69-4753-ae85-2fc2ebc6691a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-036180ab-ed3d-405a-9bc3-31bdbb66ae31 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 125px;
background-color: rgba(240, 247, 255, 1);
}








#s-036180ab-ed3d-405a-9bc3-31bdbb66ae31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-036180ab-ed3d-405a-9bc3-31bdbb66ae31.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-b8c24292-5a12-49c8-9eab-05db72bf434c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b8c24292-5a12-49c8-9eab-05db72bf434c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b8c24292-5a12-49c8-9eab-05db72bf434c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8c24292-5a12-49c8-9eab-05db72bf434c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-79718cf2-c9c8-42f0-b119-cb8aeb1933c2 {
  margin-left: 4%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-79718cf2-c9c8-42f0-b119-cb8aeb1933c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-79718cf2-c9c8-42f0-b119-cb8aeb1933c2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-79718cf2-c9c8-42f0-b119-cb8aeb1933c2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-79718cf2-c9c8-42f0-b119-cb8aeb1933c2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-9c5cde8c-848e-4819-98d5-86c6dcaf31d7 {
  max-width: 250px;
text-align: center;
}







  img.s-9c5cde8c-848e-4819-98d5-86c6dcaf31d7.shogun-image {
    
    
  }


.s-9c5cde8c-848e-4819-98d5-86c6dcaf31d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-9c5cde8c-848e-4819-98d5-86c6dcaf31d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c5cde8c-848e-4819-98d5-86c6dcaf31d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c5cde8c-848e-4819-98d5-86c6dcaf31d7.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-9c5cde8c-848e-4819-98d5-86c6dcaf31d7.shogun-image {
    
    
  }


.s-9c5cde8c-848e-4819-98d5-86c6dcaf31d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-9c5cde8c-848e-4819-98d5-86c6dcaf31d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c5cde8c-848e-4819-98d5-86c6dcaf31d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c5cde8c-848e-4819-98d5-86c6dcaf31d7.shogun-image {
  box-sizing: border-box;
}



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





  img.s-9c5cde8c-848e-4819-98d5-86c6dcaf31d7.shogun-image {
    
    
  }


.s-9c5cde8c-848e-4819-98d5-86c6dcaf31d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-9c5cde8c-848e-4819-98d5-86c6dcaf31d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c5cde8c-848e-4819-98d5-86c6dcaf31d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c5cde8c-848e-4819-98d5-86c6dcaf31d7.shogun-image {
  box-sizing: border-box;
}



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





  img.s-9c5cde8c-848e-4819-98d5-86c6dcaf31d7.shogun-image {
    
    
  }


.s-9c5cde8c-848e-4819-98d5-86c6dcaf31d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-9c5cde8c-848e-4819-98d5-86c6dcaf31d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c5cde8c-848e-4819-98d5-86c6dcaf31d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c5cde8c-848e-4819-98d5-86c6dcaf31d7.shogun-image {
  box-sizing: border-box;
}



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





  img.s-9c5cde8c-848e-4819-98d5-86c6dcaf31d7.shogun-image {
    
    
  }


.s-9c5cde8c-848e-4819-98d5-86c6dcaf31d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-9c5cde8c-848e-4819-98d5-86c6dcaf31d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c5cde8c-848e-4819-98d5-86c6dcaf31d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c5cde8c-848e-4819-98d5-86c6dcaf31d7.shogun-image {
  box-sizing: border-box;
}



}
#s-d7b80f66-f052-46a0-a4f2-61e375553706 {
  margin-left: 2%;
margin-right: -6%;
max-width: 250px;
text-align: center;
}







  img.s-d7b80f66-f052-46a0-a4f2-61e375553706.shogun-image {
    
    
  }


.s-d7b80f66-f052-46a0-a4f2-61e375553706 .shogun-image-content {
  
    align-items: center;
  
}

.s-d7b80f66-f052-46a0-a4f2-61e375553706.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7b80f66-f052-46a0-a4f2-61e375553706.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7b80f66-f052-46a0-a4f2-61e375553706.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-d7b80f66-f052-46a0-a4f2-61e375553706.shogun-image {
    
    
  }


.s-d7b80f66-f052-46a0-a4f2-61e375553706 .shogun-image-content {
  
    align-items: center;
  
}

.s-d7b80f66-f052-46a0-a4f2-61e375553706.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7b80f66-f052-46a0-a4f2-61e375553706.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7b80f66-f052-46a0-a4f2-61e375553706.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d7b80f66-f052-46a0-a4f2-61e375553706.shogun-image {
    
    
  }


.s-d7b80f66-f052-46a0-a4f2-61e375553706 .shogun-image-content {
  
    align-items: center;
  
}

.s-d7b80f66-f052-46a0-a4f2-61e375553706.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7b80f66-f052-46a0-a4f2-61e375553706.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7b80f66-f052-46a0-a4f2-61e375553706.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d7b80f66-f052-46a0-a4f2-61e375553706.shogun-image {
    
    
  }


.s-d7b80f66-f052-46a0-a4f2-61e375553706 .shogun-image-content {
  
    align-items: center;
  
}

.s-d7b80f66-f052-46a0-a4f2-61e375553706.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7b80f66-f052-46a0-a4f2-61e375553706.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7b80f66-f052-46a0-a4f2-61e375553706.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d7b80f66-f052-46a0-a4f2-61e375553706.shogun-image {
    
    
  }


.s-d7b80f66-f052-46a0-a4f2-61e375553706 .shogun-image-content {
  
    align-items: center;
  
}

.s-d7b80f66-f052-46a0-a4f2-61e375553706.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7b80f66-f052-46a0-a4f2-61e375553706.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7b80f66-f052-46a0-a4f2-61e375553706.shogun-image {
  box-sizing: border-box;
}



}
#s-31739433-b93f-4435-a723-7bfd5cc1eac8 {
  max-width: 250px;
text-align: center;
}







  img.s-31739433-b93f-4435-a723-7bfd5cc1eac8.shogun-image {
    
    
  }


.s-31739433-b93f-4435-a723-7bfd5cc1eac8 .shogun-image-content {
  
    align-items: center;
  
}

.s-31739433-b93f-4435-a723-7bfd5cc1eac8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31739433-b93f-4435-a723-7bfd5cc1eac8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31739433-b93f-4435-a723-7bfd5cc1eac8.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-31739433-b93f-4435-a723-7bfd5cc1eac8.shogun-image {
    
    
  }


.s-31739433-b93f-4435-a723-7bfd5cc1eac8 .shogun-image-content {
  
    align-items: center;
  
}

.s-31739433-b93f-4435-a723-7bfd5cc1eac8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31739433-b93f-4435-a723-7bfd5cc1eac8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31739433-b93f-4435-a723-7bfd5cc1eac8.shogun-image {
  box-sizing: border-box;
}



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





  img.s-31739433-b93f-4435-a723-7bfd5cc1eac8.shogun-image {
    
    
  }


.s-31739433-b93f-4435-a723-7bfd5cc1eac8 .shogun-image-content {
  
    align-items: center;
  
}

.s-31739433-b93f-4435-a723-7bfd5cc1eac8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31739433-b93f-4435-a723-7bfd5cc1eac8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31739433-b93f-4435-a723-7bfd5cc1eac8.shogun-image {
  box-sizing: border-box;
}



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





  img.s-31739433-b93f-4435-a723-7bfd5cc1eac8.shogun-image {
    
    
  }


.s-31739433-b93f-4435-a723-7bfd5cc1eac8 .shogun-image-content {
  
    align-items: center;
  
}

.s-31739433-b93f-4435-a723-7bfd5cc1eac8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31739433-b93f-4435-a723-7bfd5cc1eac8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31739433-b93f-4435-a723-7bfd5cc1eac8.shogun-image {
  box-sizing: border-box;
}



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





  img.s-31739433-b93f-4435-a723-7bfd5cc1eac8.shogun-image {
    
    
  }


.s-31739433-b93f-4435-a723-7bfd5cc1eac8 .shogun-image-content {
  
    align-items: center;
  
}

.s-31739433-b93f-4435-a723-7bfd5cc1eac8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31739433-b93f-4435-a723-7bfd5cc1eac8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31739433-b93f-4435-a723-7bfd5cc1eac8.shogun-image {
  box-sizing: border-box;
}



}
@media (min-width: 0px) {
[id="s-f531e1d1-7db1-477c-b7ff-f565f113feb4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f531e1d1-7db1-477c-b7ff-f565f113feb4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f531e1d1-7db1-477c-b7ff-f565f113feb4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f531e1d1-7db1-477c-b7ff-f565f113feb4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-5efce825-58e0-49c7-964c-0210dee971d7 {
  max-width: 250px;
text-align: center;
}







  img.s-5efce825-58e0-49c7-964c-0210dee971d7.shogun-image {
    
    
  }


.s-5efce825-58e0-49c7-964c-0210dee971d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-5efce825-58e0-49c7-964c-0210dee971d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5efce825-58e0-49c7-964c-0210dee971d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5efce825-58e0-49c7-964c-0210dee971d7.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-5efce825-58e0-49c7-964c-0210dee971d7.shogun-image {
    
    
  }


.s-5efce825-58e0-49c7-964c-0210dee971d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-5efce825-58e0-49c7-964c-0210dee971d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5efce825-58e0-49c7-964c-0210dee971d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5efce825-58e0-49c7-964c-0210dee971d7.shogun-image {
  box-sizing: border-box;
}



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





  img.s-5efce825-58e0-49c7-964c-0210dee971d7.shogun-image {
    
    
  }


.s-5efce825-58e0-49c7-964c-0210dee971d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-5efce825-58e0-49c7-964c-0210dee971d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5efce825-58e0-49c7-964c-0210dee971d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5efce825-58e0-49c7-964c-0210dee971d7.shogun-image {
  box-sizing: border-box;
}



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





  img.s-5efce825-58e0-49c7-964c-0210dee971d7.shogun-image {
    
    
  }


.s-5efce825-58e0-49c7-964c-0210dee971d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-5efce825-58e0-49c7-964c-0210dee971d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5efce825-58e0-49c7-964c-0210dee971d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5efce825-58e0-49c7-964c-0210dee971d7.shogun-image {
  box-sizing: border-box;
}



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





  img.s-5efce825-58e0-49c7-964c-0210dee971d7.shogun-image {
    
    
  }


.s-5efce825-58e0-49c7-964c-0210dee971d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-5efce825-58e0-49c7-964c-0210dee971d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5efce825-58e0-49c7-964c-0210dee971d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5efce825-58e0-49c7-964c-0210dee971d7.shogun-image {
  box-sizing: border-box;
}



}
#s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1 {
  max-width: 300px;
aspect-ratio: 300/60;
text-align: center;
}





  #s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1 img.shogun-image,
  #s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1 {
    width: 100%;
    height: auto;
  }

  #s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1.shogun-image {
    
    
  }


.s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1 {
      --shg-aspect-ratio: calc(300/60); 
    }

    .s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1.shogun-image-container {
      position: relative;
    }

    .s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1 img.shogun-image,
  #s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1 {
    width: 100%;
    height: auto;
  }

  #s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1.shogun-image {
    
    
  }


.s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1 {
      --shg-aspect-ratio: calc(300/60); 
    }

    .s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1.shogun-image-container {
      position: relative;
    }

    .s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1 img.shogun-image,
  #s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1 {
    width: 100%;
    height: auto;
  }

  #s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1.shogun-image {
    
    
  }


.s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1 {
      --shg-aspect-ratio: calc(300/60); 
    }

    .s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1.shogun-image-container {
      position: relative;
    }

    .s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1 img.shogun-image,
  #s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1 {
    width: 100%;
    height: auto;
  }

  #s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1.shogun-image {
    
    
  }


.s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1 {
      --shg-aspect-ratio: calc(300/60); 
    }

    .s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1.shogun-image-container {
      position: relative;
    }

    .s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1 img.shogun-image,
  #s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1 {
    width: 100%;
    height: auto;
  }

  #s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1.shogun-image {
    
    
  }


.s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1 {
      --shg-aspect-ratio: calc(300/60); 
    }

    .s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1.shogun-image-container {
      position: relative;
    }

    .s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20d02dbe-a6cf-4387-b578-5b9e74ecc7b1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c415b448-2589-4c9d-b7dc-fb2c6d872a84 {
  max-width: 250px;
text-align: center;
}







  img.s-c415b448-2589-4c9d-b7dc-fb2c6d872a84.shogun-image {
    
    
  }


.s-c415b448-2589-4c9d-b7dc-fb2c6d872a84 .shogun-image-content {
  
    align-items: center;
  
}

.s-c415b448-2589-4c9d-b7dc-fb2c6d872a84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c415b448-2589-4c9d-b7dc-fb2c6d872a84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c415b448-2589-4c9d-b7dc-fb2c6d872a84.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-c415b448-2589-4c9d-b7dc-fb2c6d872a84.shogun-image {
    
    
  }


.s-c415b448-2589-4c9d-b7dc-fb2c6d872a84 .shogun-image-content {
  
    align-items: center;
  
}

.s-c415b448-2589-4c9d-b7dc-fb2c6d872a84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c415b448-2589-4c9d-b7dc-fb2c6d872a84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c415b448-2589-4c9d-b7dc-fb2c6d872a84.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c415b448-2589-4c9d-b7dc-fb2c6d872a84.shogun-image {
    
    
  }


.s-c415b448-2589-4c9d-b7dc-fb2c6d872a84 .shogun-image-content {
  
    align-items: center;
  
}

.s-c415b448-2589-4c9d-b7dc-fb2c6d872a84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c415b448-2589-4c9d-b7dc-fb2c6d872a84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c415b448-2589-4c9d-b7dc-fb2c6d872a84.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c415b448-2589-4c9d-b7dc-fb2c6d872a84.shogun-image {
    
    
  }


.s-c415b448-2589-4c9d-b7dc-fb2c6d872a84 .shogun-image-content {
  
    align-items: center;
  
}

.s-c415b448-2589-4c9d-b7dc-fb2c6d872a84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c415b448-2589-4c9d-b7dc-fb2c6d872a84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c415b448-2589-4c9d-b7dc-fb2c6d872a84.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c415b448-2589-4c9d-b7dc-fb2c6d872a84.shogun-image {
    
    
  }


.s-c415b448-2589-4c9d-b7dc-fb2c6d872a84 .shogun-image-content {
  
    align-items: center;
  
}

.s-c415b448-2589-4c9d-b7dc-fb2c6d872a84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c415b448-2589-4c9d-b7dc-fb2c6d872a84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c415b448-2589-4c9d-b7dc-fb2c6d872a84.shogun-image {
  box-sizing: border-box;
}



}
#s-7f9e0706-6ac9-4235-a89e-ce9c44dd7cb5 {
  margin-left: 2%;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-7f9e0706-6ac9-4235-a89e-ce9c44dd7cb5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7f9e0706-6ac9-4235-a89e-ce9c44dd7cb5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7f9e0706-6ac9-4235-a89e-ce9c44dd7cb5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f9e0706-6ac9-4235-a89e-ce9c44dd7cb5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-e4c7f5dc-7f14-499a-b3d6-623f228d7d6f {
  margin-right: -7%;
max-width: 250px;
text-align: center;
}







  img.s-e4c7f5dc-7f14-499a-b3d6-623f228d7d6f.shogun-image {
    
    
  }


.s-e4c7f5dc-7f14-499a-b3d6-623f228d7d6f .shogun-image-content {
  
    align-items: center;
  
}

.s-e4c7f5dc-7f14-499a-b3d6-623f228d7d6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4c7f5dc-7f14-499a-b3d6-623f228d7d6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4c7f5dc-7f14-499a-b3d6-623f228d7d6f.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-e4c7f5dc-7f14-499a-b3d6-623f228d7d6f.shogun-image {
    
    
  }


.s-e4c7f5dc-7f14-499a-b3d6-623f228d7d6f .shogun-image-content {
  
    align-items: center;
  
}

.s-e4c7f5dc-7f14-499a-b3d6-623f228d7d6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4c7f5dc-7f14-499a-b3d6-623f228d7d6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4c7f5dc-7f14-499a-b3d6-623f228d7d6f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-e4c7f5dc-7f14-499a-b3d6-623f228d7d6f.shogun-image {
    
    
  }


.s-e4c7f5dc-7f14-499a-b3d6-623f228d7d6f .shogun-image-content {
  
    align-items: center;
  
}

.s-e4c7f5dc-7f14-499a-b3d6-623f228d7d6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4c7f5dc-7f14-499a-b3d6-623f228d7d6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4c7f5dc-7f14-499a-b3d6-623f228d7d6f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-e4c7f5dc-7f14-499a-b3d6-623f228d7d6f.shogun-image {
    
    
  }


.s-e4c7f5dc-7f14-499a-b3d6-623f228d7d6f .shogun-image-content {
  
    align-items: center;
  
}

.s-e4c7f5dc-7f14-499a-b3d6-623f228d7d6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4c7f5dc-7f14-499a-b3d6-623f228d7d6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4c7f5dc-7f14-499a-b3d6-623f228d7d6f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-e4c7f5dc-7f14-499a-b3d6-623f228d7d6f.shogun-image {
    
    
  }


.s-e4c7f5dc-7f14-499a-b3d6-623f228d7d6f .shogun-image-content {
  
    align-items: center;
  
}

.s-e4c7f5dc-7f14-499a-b3d6-623f228d7d6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4c7f5dc-7f14-499a-b3d6-623f228d7d6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4c7f5dc-7f14-499a-b3d6-623f228d7d6f.shogun-image {
  box-sizing: border-box;
}



}
#s-f0365eb1-f404-4121-b0bc-848597f1f29d {
  text-align: center;
}







  img.s-f0365eb1-f404-4121-b0bc-848597f1f29d.shogun-image {
    
    
  }


.s-f0365eb1-f404-4121-b0bc-848597f1f29d .shogun-image-content {
  
    align-items: center;
  
}

.s-f0365eb1-f404-4121-b0bc-848597f1f29d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0365eb1-f404-4121-b0bc-848597f1f29d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0365eb1-f404-4121-b0bc-848597f1f29d.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-f0365eb1-f404-4121-b0bc-848597f1f29d.shogun-image {
    
    
  }


.s-f0365eb1-f404-4121-b0bc-848597f1f29d .shogun-image-content {
  
    align-items: center;
  
}

.s-f0365eb1-f404-4121-b0bc-848597f1f29d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0365eb1-f404-4121-b0bc-848597f1f29d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0365eb1-f404-4121-b0bc-848597f1f29d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f0365eb1-f404-4121-b0bc-848597f1f29d.shogun-image {
    
    
  }


.s-f0365eb1-f404-4121-b0bc-848597f1f29d .shogun-image-content {
  
    align-items: center;
  
}

.s-f0365eb1-f404-4121-b0bc-848597f1f29d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0365eb1-f404-4121-b0bc-848597f1f29d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0365eb1-f404-4121-b0bc-848597f1f29d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f0365eb1-f404-4121-b0bc-848597f1f29d.shogun-image {
    
    
  }


.s-f0365eb1-f404-4121-b0bc-848597f1f29d .shogun-image-content {
  
    align-items: center;
  
}

.s-f0365eb1-f404-4121-b0bc-848597f1f29d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0365eb1-f404-4121-b0bc-848597f1f29d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0365eb1-f404-4121-b0bc-848597f1f29d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f0365eb1-f404-4121-b0bc-848597f1f29d.shogun-image {
    
    
  }


.s-f0365eb1-f404-4121-b0bc-848597f1f29d .shogun-image-content {
  
    align-items: center;
  
}

.s-f0365eb1-f404-4121-b0bc-848597f1f29d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0365eb1-f404-4121-b0bc-848597f1f29d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0365eb1-f404-4121-b0bc-848597f1f29d.shogun-image {
  box-sizing: border-box;
}



}
#s-0b3e4c6b-a6c1-4c0b-bf8e-f8c93b86edd5 {
  max-width: 250px;
text-align: center;
}







  img.s-0b3e4c6b-a6c1-4c0b-bf8e-f8c93b86edd5.shogun-image {
    
    
  }


.s-0b3e4c6b-a6c1-4c0b-bf8e-f8c93b86edd5 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b3e4c6b-a6c1-4c0b-bf8e-f8c93b86edd5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b3e4c6b-a6c1-4c0b-bf8e-f8c93b86edd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b3e4c6b-a6c1-4c0b-bf8e-f8c93b86edd5.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-0b3e4c6b-a6c1-4c0b-bf8e-f8c93b86edd5.shogun-image {
    
    
  }


.s-0b3e4c6b-a6c1-4c0b-bf8e-f8c93b86edd5 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b3e4c6b-a6c1-4c0b-bf8e-f8c93b86edd5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b3e4c6b-a6c1-4c0b-bf8e-f8c93b86edd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b3e4c6b-a6c1-4c0b-bf8e-f8c93b86edd5.shogun-image {
  box-sizing: border-box;
}



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





  img.s-0b3e4c6b-a6c1-4c0b-bf8e-f8c93b86edd5.shogun-image {
    
    
  }


.s-0b3e4c6b-a6c1-4c0b-bf8e-f8c93b86edd5 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b3e4c6b-a6c1-4c0b-bf8e-f8c93b86edd5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b3e4c6b-a6c1-4c0b-bf8e-f8c93b86edd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b3e4c6b-a6c1-4c0b-bf8e-f8c93b86edd5.shogun-image {
  box-sizing: border-box;
}



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





  img.s-0b3e4c6b-a6c1-4c0b-bf8e-f8c93b86edd5.shogun-image {
    
    
  }


.s-0b3e4c6b-a6c1-4c0b-bf8e-f8c93b86edd5 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b3e4c6b-a6c1-4c0b-bf8e-f8c93b86edd5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b3e4c6b-a6c1-4c0b-bf8e-f8c93b86edd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b3e4c6b-a6c1-4c0b-bf8e-f8c93b86edd5.shogun-image {
  box-sizing: border-box;
}



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





  img.s-0b3e4c6b-a6c1-4c0b-bf8e-f8c93b86edd5.shogun-image {
    
    
  }


.s-0b3e4c6b-a6c1-4c0b-bf8e-f8c93b86edd5 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b3e4c6b-a6c1-4c0b-bf8e-f8c93b86edd5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b3e4c6b-a6c1-4c0b-bf8e-f8c93b86edd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b3e4c6b-a6c1-4c0b-bf8e-f8c93b86edd5.shogun-image {
  box-sizing: border-box;
}



}
#s-f07987f0-955f-4e35-9b37-80b18b11f9d9 {
  min-height: 50px;
}








#s-f07987f0-955f-4e35-9b37-80b18b11f9d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f07987f0-955f-4e35-9b37-80b18b11f9d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-48fac20d-ae32-4553-9f04-ce02b440867f {
  min-height: 50px;
}








#s-48fac20d-ae32-4553-9f04-ce02b440867f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48fac20d-ae32-4553-9f04-ce02b440867f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4a0b0d21-c495-43ed-8d17-b1f50cad0a41 {
  padding-top: 1%;
padding-bottom: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(34, 0, 204, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(240, 247, 255, 1);
}








#s-4a0b0d21-c495-43ed-8d17-b1f50cad0a41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a0b0d21-c495-43ed-8d17-b1f50cad0a41.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-73101370-43f6-4556-9dd0-53cad9450fe5 {
  margin-left: 12%;
margin-right: 8%;
}

@media (min-width: 0px) {
[id="s-73101370-43f6-4556-9dd0-53cad9450fe5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-73101370-43f6-4556-9dd0-53cad9450fe5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-73101370-43f6-4556-9dd0-53cad9450fe5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-73101370-43f6-4556-9dd0-53cad9450fe5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-af70098a-5e46-450d-8966-1009ca0640fd {
  margin-top: 2%;
margin-bottom: 2%;
padding-bottom: 3px;
max-width: 215px;
aspect-ratio: 1260/130;
text-align: left;
}





  #s-af70098a-5e46-450d-8966-1009ca0640fd img.shogun-image,
  #s-af70098a-5e46-450d-8966-1009ca0640fd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-af70098a-5e46-450d-8966-1009ca0640fd {
    width: 100%;
    height: auto;
  }

  #s-af70098a-5e46-450d-8966-1009ca0640fd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-af70098a-5e46-450d-8966-1009ca0640fd.shogun-image {
    
    
  }


.s-af70098a-5e46-450d-8966-1009ca0640fd .shogun-image-content {
  
    align-items: center;
  
}

.s-af70098a-5e46-450d-8966-1009ca0640fd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-af70098a-5e46-450d-8966-1009ca0640fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af70098a-5e46-450d-8966-1009ca0640fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af70098a-5e46-450d-8966-1009ca0640fd {
      --shg-aspect-ratio: calc(1260/130); 
    }

    .s-af70098a-5e46-450d-8966-1009ca0640fd.shogun-image-container {
      position: relative;
    }

    .s-af70098a-5e46-450d-8966-1009ca0640fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af70098a-5e46-450d-8966-1009ca0640fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af70098a-5e46-450d-8966-1009ca0640fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-af70098a-5e46-450d-8966-1009ca0640fd img.shogun-image,
  #s-af70098a-5e46-450d-8966-1009ca0640fd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-af70098a-5e46-450d-8966-1009ca0640fd {
    width: 100%;
    height: auto;
  }

  #s-af70098a-5e46-450d-8966-1009ca0640fd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-af70098a-5e46-450d-8966-1009ca0640fd.shogun-image {
    
    
  }


.s-af70098a-5e46-450d-8966-1009ca0640fd .shogun-image-content {
  
    align-items: center;
  
}

.s-af70098a-5e46-450d-8966-1009ca0640fd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-af70098a-5e46-450d-8966-1009ca0640fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af70098a-5e46-450d-8966-1009ca0640fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af70098a-5e46-450d-8966-1009ca0640fd {
      --shg-aspect-ratio: calc(1260/130); 
    }

    .s-af70098a-5e46-450d-8966-1009ca0640fd.shogun-image-container {
      position: relative;
    }

    .s-af70098a-5e46-450d-8966-1009ca0640fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af70098a-5e46-450d-8966-1009ca0640fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af70098a-5e46-450d-8966-1009ca0640fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-af70098a-5e46-450d-8966-1009ca0640fd img.shogun-image,
  #s-af70098a-5e46-450d-8966-1009ca0640fd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-af70098a-5e46-450d-8966-1009ca0640fd {
    width: 100%;
    height: auto;
  }

  #s-af70098a-5e46-450d-8966-1009ca0640fd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-af70098a-5e46-450d-8966-1009ca0640fd.shogun-image {
    
    
  }


.s-af70098a-5e46-450d-8966-1009ca0640fd .shogun-image-content {
  
    align-items: center;
  
}

.s-af70098a-5e46-450d-8966-1009ca0640fd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-af70098a-5e46-450d-8966-1009ca0640fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af70098a-5e46-450d-8966-1009ca0640fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af70098a-5e46-450d-8966-1009ca0640fd {
      --shg-aspect-ratio: calc(1260/130); 
    }

    .s-af70098a-5e46-450d-8966-1009ca0640fd.shogun-image-container {
      position: relative;
    }

    .s-af70098a-5e46-450d-8966-1009ca0640fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af70098a-5e46-450d-8966-1009ca0640fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af70098a-5e46-450d-8966-1009ca0640fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-af70098a-5e46-450d-8966-1009ca0640fd img.shogun-image,
  #s-af70098a-5e46-450d-8966-1009ca0640fd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-af70098a-5e46-450d-8966-1009ca0640fd {
    width: 100%;
    height: auto;
  }

  #s-af70098a-5e46-450d-8966-1009ca0640fd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-af70098a-5e46-450d-8966-1009ca0640fd.shogun-image {
    
    
  }


.s-af70098a-5e46-450d-8966-1009ca0640fd .shogun-image-content {
  
    align-items: center;
  
}

.s-af70098a-5e46-450d-8966-1009ca0640fd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-af70098a-5e46-450d-8966-1009ca0640fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af70098a-5e46-450d-8966-1009ca0640fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af70098a-5e46-450d-8966-1009ca0640fd {
      --shg-aspect-ratio: calc(1260/130); 
    }

    .s-af70098a-5e46-450d-8966-1009ca0640fd.shogun-image-container {
      position: relative;
    }

    .s-af70098a-5e46-450d-8966-1009ca0640fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af70098a-5e46-450d-8966-1009ca0640fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af70098a-5e46-450d-8966-1009ca0640fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-af70098a-5e46-450d-8966-1009ca0640fd img.shogun-image,
  #s-af70098a-5e46-450d-8966-1009ca0640fd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-af70098a-5e46-450d-8966-1009ca0640fd {
    width: 100%;
    height: auto;
  }

  #s-af70098a-5e46-450d-8966-1009ca0640fd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-af70098a-5e46-450d-8966-1009ca0640fd.shogun-image {
    
    
  }


.s-af70098a-5e46-450d-8966-1009ca0640fd .shogun-image-content {
  
    align-items: center;
  
}

.s-af70098a-5e46-450d-8966-1009ca0640fd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-af70098a-5e46-450d-8966-1009ca0640fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af70098a-5e46-450d-8966-1009ca0640fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af70098a-5e46-450d-8966-1009ca0640fd {
      --shg-aspect-ratio: calc(1260/130); 
    }

    .s-af70098a-5e46-450d-8966-1009ca0640fd.shogun-image-container {
      position: relative;
    }

    .s-af70098a-5e46-450d-8966-1009ca0640fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af70098a-5e46-450d-8966-1009ca0640fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af70098a-5e46-450d-8966-1009ca0640fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-8e932fe9-9f80-4202-9f92-89f3be21e2cc {
  margin-top: 2%;
margin-right: 5%;
}

#s-42ea0361-8243-4d29-bd3c-4851cc46f0de {
  margin-top: 4%;
max-width: 274px;
text-align: left;
}







  img.s-42ea0361-8243-4d29-bd3c-4851cc46f0de.shogun-image {
    
    
  }


.s-42ea0361-8243-4d29-bd3c-4851cc46f0de .shogun-image-content {
  
    align-items: center;
  
}

.s-42ea0361-8243-4d29-bd3c-4851cc46f0de.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-42ea0361-8243-4d29-bd3c-4851cc46f0de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42ea0361-8243-4d29-bd3c-4851cc46f0de.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-42ea0361-8243-4d29-bd3c-4851cc46f0de.shogun-image {
    
    
  }


.s-42ea0361-8243-4d29-bd3c-4851cc46f0de .shogun-image-content {
  
    align-items: center;
  
}

.s-42ea0361-8243-4d29-bd3c-4851cc46f0de.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-42ea0361-8243-4d29-bd3c-4851cc46f0de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42ea0361-8243-4d29-bd3c-4851cc46f0de.shogun-image {
  box-sizing: border-box;
}



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





  img.s-42ea0361-8243-4d29-bd3c-4851cc46f0de.shogun-image {
    
    
  }


.s-42ea0361-8243-4d29-bd3c-4851cc46f0de .shogun-image-content {
  
    align-items: center;
  
}

.s-42ea0361-8243-4d29-bd3c-4851cc46f0de.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-42ea0361-8243-4d29-bd3c-4851cc46f0de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42ea0361-8243-4d29-bd3c-4851cc46f0de.shogun-image {
  box-sizing: border-box;
}



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





  img.s-42ea0361-8243-4d29-bd3c-4851cc46f0de.shogun-image {
    
    
  }


.s-42ea0361-8243-4d29-bd3c-4851cc46f0de .shogun-image-content {
  
    align-items: center;
  
}

.s-42ea0361-8243-4d29-bd3c-4851cc46f0de.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-42ea0361-8243-4d29-bd3c-4851cc46f0de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42ea0361-8243-4d29-bd3c-4851cc46f0de.shogun-image {
  box-sizing: border-box;
}



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





  img.s-42ea0361-8243-4d29-bd3c-4851cc46f0de.shogun-image {
    
    
  }


.s-42ea0361-8243-4d29-bd3c-4851cc46f0de .shogun-image-content {
  
    align-items: center;
  
}

.s-42ea0361-8243-4d29-bd3c-4851cc46f0de.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-42ea0361-8243-4d29-bd3c-4851cc46f0de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42ea0361-8243-4d29-bd3c-4851cc46f0de.shogun-image {
  box-sizing: border-box;
}



}
#s-1ef3ac23-1959-4081-bb46-756d4b180e7c {
  margin-top: 4%;
margin-left: 20%;
margin-right: 25%;
padding-top: 7%;
padding-bottom: 7%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 18px;
min-height: 50px;
background-color: rgba(254, 254, 249, 1);
}








#s-1ef3ac23-1959-4081-bb46-756d4b180e7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ef3ac23-1959-4081-bb46-756d4b180e7c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1d34fa86-31f1-465a-beb7-659529cc696c {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
min-height: 300px;
background-position: center center;
}








#s-1d34fa86-31f1-465a-beb7-659529cc696c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d34fa86-31f1-465a-beb7-659529cc696c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-80be3a36-a182-45c7-aaa8-56cb947005e6 {
  border-style: solid;
margin-top: 2%;
margin-left: auto;
margin-right: auto;
padding-top: 16px;
padding-left: 20px;
padding-bottom: 16px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(24, 2, 138, 1);
border-radius: 30px;
max-width: 600px;
background-color: rgba(24, 2, 138, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-80be3a36-a182-45c7-aaa8-56cb947005e6:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(34, 0, 204, 1) !important;
border-radius: 30px !important;
background-color: rgba(34, 0, 204, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-80be3a36-a182-45c7-aaa8-56cb947005e6:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(24, 2, 138, 1) !important;
border-radius: 30px !important;
background-color: rgba(24, 2, 138, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-80be3a36-a182-45c7-aaa8-56cb947005e6-root {
    text-align: center;
  }


#s-80be3a36-a182-45c7-aaa8-56cb947005e6.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  font-family: Soleil;
  display:  block ;
}
@media (min-width: 1200px){
  #s-80be3a36-a182-45c7-aaa8-56cb947005e6-root {
    text-align: center;
  }


#s-80be3a36-a182-45c7-aaa8-56cb947005e6.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-80be3a36-a182-45c7-aaa8-56cb947005e6-root {
    text-align: center;
  }


#s-80be3a36-a182-45c7-aaa8-56cb947005e6.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-80be3a36-a182-45c7-aaa8-56cb947005e6-root {
    text-align: center;
  }


#s-80be3a36-a182-45c7-aaa8-56cb947005e6.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (max-width: 767px){
  #s-80be3a36-a182-45c7-aaa8-56cb947005e6-root {
    text-align: center;
  }


#s-80be3a36-a182-45c7-aaa8-56cb947005e6.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  font-family: Soleil;
  display:  block ;
}
}
#s-52eab99c-d444-49de-ba54-b97c719a36c9 {
  min-height: 50px;
background-color: rgba(254, 254, 249, 1);
}








#s-52eab99c-d444-49de-ba54-b97c719a36c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52eab99c-d444-49de-ba54-b97c719a36c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-22af6bb8-331d-4d71-b696-7d163ef41c18 {
  margin-top: 1%;
padding-top: 3%;
padding-bottom: 0%;
min-height: 50px;
background-color: rgba(254, 254, 249, 1);
}








#s-22af6bb8-331d-4d71-b696-7d163ef41c18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22af6bb8-331d-4d71-b696-7d163ef41c18.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a5bd610-0f15-4dc1-be60-afdc757f1782 {
  margin-top: 0%;
margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-6a5bd610-0f15-4dc1-be60-afdc757f1782"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6a5bd610-0f15-4dc1-be60-afdc757f1782"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6a5bd610-0f15-4dc1-be60-afdc757f1782"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6a5bd610-0f15-4dc1-be60-afdc757f1782"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6a5bd610-0f15-4dc1-be60-afdc757f1782"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6a5bd610-0f15-4dc1-be60-afdc757f1782"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6a5bd610-0f15-4dc1-be60-afdc757f1782"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-d76352df-3d7a-4e88-9826-6ad952b58a95 {
  margin-left: 0%;
margin-right: 0%;
}

#s-40e3a105-126d-4150-8bb6-d38bc806df4a {
  border-style: solid;
margin-top: 5%;
margin-left: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(24, 2, 138, 1);
border-radius: 30px;
max-width: 400px;
background-color: rgba(254, 254, 249, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-40e3a105-126d-4150-8bb6-d38bc806df4a:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(24, 2, 138, 1) !important;
border-radius: 30px !important;
background-color: rgba(24, 2, 138, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-40e3a105-126d-4150-8bb6-d38bc806df4a:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(34, 0, 204, 1) !important;
border-radius: 30px !important;
background-color: rgba(34, 0, 204, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-40e3a105-126d-4150-8bb6-d38bc806df4a-root {
    text-align: center;
  }


#s-40e3a105-126d-4150-8bb6-d38bc806df4a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  font-family: Soleil;
  display:  block ;
}
@media (min-width: 1200px){
  #s-40e3a105-126d-4150-8bb6-d38bc806df4a-root {
    text-align: center;
  }


#s-40e3a105-126d-4150-8bb6-d38bc806df4a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-40e3a105-126d-4150-8bb6-d38bc806df4a-root {
    text-align: center;
  }


#s-40e3a105-126d-4150-8bb6-d38bc806df4a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-40e3a105-126d-4150-8bb6-d38bc806df4a-root {
    text-align: center;
  }


#s-40e3a105-126d-4150-8bb6-d38bc806df4a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (max-width: 767px){
  #s-40e3a105-126d-4150-8bb6-d38bc806df4a-root {
    text-align: center;
  }


#s-40e3a105-126d-4150-8bb6-d38bc806df4a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  font-family: Soleil;
  display:  block ;
}
}
#s-1abef9b0-2851-47bc-8fe9-1ce17e4cf8d9 {
  min-height: 50px;
}








#s-1abef9b0-2851-47bc-8fe9-1ce17e4cf8d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1abef9b0-2851-47bc-8fe9-1ce17e4cf8d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-505cc0cf-5dbd-4883-9c03-cafcfffdafa5 {
  margin-left: 2%;
margin-right: 2%;
}
@media (min-width: 1200px){#s-505cc0cf-5dbd-4883-9c03-cafcfffdafa5 {
  margin-top: 1%;
margin-bottom: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-505cc0cf-5dbd-4883-9c03-cafcfffdafa5 {
  margin-top: 1%;
margin-bottom: 0%;
}
}
@media (min-width: 0px) {
[id="s-505cc0cf-5dbd-4883-9c03-cafcfffdafa5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-505cc0cf-5dbd-4883-9c03-cafcfffdafa5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-505cc0cf-5dbd-4883-9c03-cafcfffdafa5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-505cc0cf-5dbd-4883-9c03-cafcfffdafa5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-4cca0c8d-a0a2-4fdb-87e2-1c8711df86d5 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(198, 200, 218, 1);
border-style: solid;
border-radius: 18px;
min-height: 50px;
background-color: rgba(254, 254, 249, 1);
}








#s-4cca0c8d-a0a2-4fdb-87e2-1c8711df86d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4cca0c8d-a0a2-4fdb-87e2-1c8711df86d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-87619a8e-218a-4c1a-8876-34723a2a30d3 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 22px;
max-width: 854px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-87619a8e-218a-4c1a-8876-34723a2a30d3 img.shogun-image,
  #s-87619a8e-218a-4c1a-8876-34723a2a30d3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-87619a8e-218a-4c1a-8876-34723a2a30d3 {
    width: 100%;
    height: auto;
  }

  #s-87619a8e-218a-4c1a-8876-34723a2a30d3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-87619a8e-218a-4c1a-8876-34723a2a30d3.shogun-image {
    
    
  }


.s-87619a8e-218a-4c1a-8876-34723a2a30d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-87619a8e-218a-4c1a-8876-34723a2a30d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87619a8e-218a-4c1a-8876-34723a2a30d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87619a8e-218a-4c1a-8876-34723a2a30d3.shogun-image {
  box-sizing: border-box;
}


.s-87619a8e-218a-4c1a-8876-34723a2a30d3 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-87619a8e-218a-4c1a-8876-34723a2a30d3 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-87619a8e-218a-4c1a-8876-34723a2a30d3 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-87619a8e-218a-4c1a-8876-34723a2a30d3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87619a8e-218a-4c1a-8876-34723a2a30d3.shogun-image-container {
      position: relative;
    }

    .s-87619a8e-218a-4c1a-8876-34723a2a30d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87619a8e-218a-4c1a-8876-34723a2a30d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87619a8e-218a-4c1a-8876-34723a2a30d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-87619a8e-218a-4c1a-8876-34723a2a30d3 img.shogun-image,
  #s-87619a8e-218a-4c1a-8876-34723a2a30d3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-87619a8e-218a-4c1a-8876-34723a2a30d3 {
    width: 100%;
    height: auto;
  }

  #s-87619a8e-218a-4c1a-8876-34723a2a30d3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-87619a8e-218a-4c1a-8876-34723a2a30d3.shogun-image {
    
    
  }


.s-87619a8e-218a-4c1a-8876-34723a2a30d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-87619a8e-218a-4c1a-8876-34723a2a30d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87619a8e-218a-4c1a-8876-34723a2a30d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87619a8e-218a-4c1a-8876-34723a2a30d3.shogun-image {
  box-sizing: border-box;
}


.s-87619a8e-218a-4c1a-8876-34723a2a30d3 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-87619a8e-218a-4c1a-8876-34723a2a30d3 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-87619a8e-218a-4c1a-8876-34723a2a30d3 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-87619a8e-218a-4c1a-8876-34723a2a30d3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87619a8e-218a-4c1a-8876-34723a2a30d3.shogun-image-container {
      position: relative;
    }

    .s-87619a8e-218a-4c1a-8876-34723a2a30d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87619a8e-218a-4c1a-8876-34723a2a30d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87619a8e-218a-4c1a-8876-34723a2a30d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-87619a8e-218a-4c1a-8876-34723a2a30d3 img.shogun-image,
  #s-87619a8e-218a-4c1a-8876-34723a2a30d3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-87619a8e-218a-4c1a-8876-34723a2a30d3 {
    width: 100%;
    height: auto;
  }

  #s-87619a8e-218a-4c1a-8876-34723a2a30d3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-87619a8e-218a-4c1a-8876-34723a2a30d3.shogun-image {
    
    
  }


.s-87619a8e-218a-4c1a-8876-34723a2a30d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-87619a8e-218a-4c1a-8876-34723a2a30d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87619a8e-218a-4c1a-8876-34723a2a30d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87619a8e-218a-4c1a-8876-34723a2a30d3.shogun-image {
  box-sizing: border-box;
}


.s-87619a8e-218a-4c1a-8876-34723a2a30d3 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-87619a8e-218a-4c1a-8876-34723a2a30d3 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-87619a8e-218a-4c1a-8876-34723a2a30d3 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-87619a8e-218a-4c1a-8876-34723a2a30d3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87619a8e-218a-4c1a-8876-34723a2a30d3.shogun-image-container {
      position: relative;
    }

    .s-87619a8e-218a-4c1a-8876-34723a2a30d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87619a8e-218a-4c1a-8876-34723a2a30d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87619a8e-218a-4c1a-8876-34723a2a30d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-87619a8e-218a-4c1a-8876-34723a2a30d3 img.shogun-image,
  #s-87619a8e-218a-4c1a-8876-34723a2a30d3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-87619a8e-218a-4c1a-8876-34723a2a30d3 {
    width: 100%;
    height: auto;
  }

  #s-87619a8e-218a-4c1a-8876-34723a2a30d3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-87619a8e-218a-4c1a-8876-34723a2a30d3.shogun-image {
    
    
  }


.s-87619a8e-218a-4c1a-8876-34723a2a30d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-87619a8e-218a-4c1a-8876-34723a2a30d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87619a8e-218a-4c1a-8876-34723a2a30d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87619a8e-218a-4c1a-8876-34723a2a30d3.shogun-image {
  box-sizing: border-box;
}


.s-87619a8e-218a-4c1a-8876-34723a2a30d3 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-87619a8e-218a-4c1a-8876-34723a2a30d3 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-87619a8e-218a-4c1a-8876-34723a2a30d3 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-87619a8e-218a-4c1a-8876-34723a2a30d3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87619a8e-218a-4c1a-8876-34723a2a30d3.shogun-image-container {
      position: relative;
    }

    .s-87619a8e-218a-4c1a-8876-34723a2a30d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87619a8e-218a-4c1a-8876-34723a2a30d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87619a8e-218a-4c1a-8876-34723a2a30d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-87619a8e-218a-4c1a-8876-34723a2a30d3 img.shogun-image,
  #s-87619a8e-218a-4c1a-8876-34723a2a30d3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-87619a8e-218a-4c1a-8876-34723a2a30d3 {
    width: 100%;
    height: auto;
  }

  #s-87619a8e-218a-4c1a-8876-34723a2a30d3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-87619a8e-218a-4c1a-8876-34723a2a30d3.shogun-image {
    
    
  }


.s-87619a8e-218a-4c1a-8876-34723a2a30d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-87619a8e-218a-4c1a-8876-34723a2a30d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87619a8e-218a-4c1a-8876-34723a2a30d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87619a8e-218a-4c1a-8876-34723a2a30d3.shogun-image {
  box-sizing: border-box;
}


.s-87619a8e-218a-4c1a-8876-34723a2a30d3 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-87619a8e-218a-4c1a-8876-34723a2a30d3 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-87619a8e-218a-4c1a-8876-34723a2a30d3 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-87619a8e-218a-4c1a-8876-34723a2a30d3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87619a8e-218a-4c1a-8876-34723a2a30d3.shogun-image-container {
      position: relative;
    }

    .s-87619a8e-218a-4c1a-8876-34723a2a30d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87619a8e-218a-4c1a-8876-34723a2a30d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87619a8e-218a-4c1a-8876-34723a2a30d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a79c2e37-775f-4f52-a502-0584697c1464 {
  padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 18px;
min-height: 50px;
background-color: rgba(246, 246, 246, 0);
}
@media (min-width: 1200px){#s-a79c2e37-775f-4f52-a502-0584697c1464 {
  padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a79c2e37-775f-4f52-a502-0584697c1464 {
  padding-bottom: 0px;
}
}







#s-a79c2e37-775f-4f52-a502-0584697c1464 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a79c2e37-775f-4f52-a502-0584697c1464.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c29a7aaa-722a-4e66-9d70-20e7b97c0941 {
  margin-top: 1%;
margin-left: 4%;
}

#s-9f57e3f3-0c69-42ce-85ee-fe9b11d56f6b {
  margin-top: 0px;
margin-left: 3%;
margin-right: 3%;
}

#s-0f3c9dfe-5916-4a63-a422-1008fbe5ffb9 {
  margin-top: 3px;
margin-left: 3%;
margin-right: 3%;
}

.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-c69b9446-b1fb-4515-8186-a9e9e3a646d9 {
  margin-top: 17px;
margin-left: 4%;
margin-right: 4%;
padding-top: 12px;
padding-left: 4em;
padding-bottom: 12px;
padding-right: 4em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(34, 0, 204, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(34, 0, 204, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-c69b9446-b1fb-4515-8186-a9e9e3a646d9:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(24, 2, 138, 1) !important;
border-radius: 30px !important;
background-color: rgba(24, 2, 138, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c69b9446-b1fb-4515-8186-a9e9e3a646d9:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(34, 0, 204, 1) !important;
border-radius: 30px !important;
background-color: rgba(34, 0, 204, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-c69b9446-b1fb-4515-8186-a9e9e3a646d9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c69b9446-b1fb-4515-8186-a9e9e3a646d9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c69b9446-b1fb-4515-8186-a9e9e3a646d9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  font-family: Soleil;
  display:  block ;
}

#s-c69b9446-b1fb-4515-8186-a9e9e3a646d9.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Work Sans;
  
  font-size: 14px;
  color: rgba(24, 2, 138, 1);
}



#s-eea0a06e-627e-47d2-8eab-8a18c67330be {
  margin-top: 1%;
margin-left: 3.5%;
margin-right: 7.5%;
}
@media (min-width: 1200px){#s-eea0a06e-627e-47d2-8eab-8a18c67330be {
  margin-left: 3.5%;
margin-right: 3.5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-eea0a06e-627e-47d2-8eab-8a18c67330be {
  margin-right: 3.5%;
}
}
@media (min-width: 0px) {
[id="s-eea0a06e-627e-47d2-8eab-8a18c67330be"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-eea0a06e-627e-47d2-8eab-8a18c67330be"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-eea0a06e-627e-47d2-8eab-8a18c67330be"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-eea0a06e-627e-47d2-8eab-8a18c67330be"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-eea0a06e-627e-47d2-8eab-8a18c67330be"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-eea0a06e-627e-47d2-8eab-8a18c67330be"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-eea0a06e-627e-47d2-8eab-8a18c67330be"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-dba46f41-8aec-43ee-8216-d57c871d2596 {
  margin-left: auto;
margin-right: 10%;
max-width: 75px;
text-align: right;
}







  #s-dba46f41-8aec-43ee-8216-d57c871d2596 img.shogun-image {
    

    
    
    
  }


#s-dba46f41-8aec-43ee-8216-d57c871d2596 .shogun-image-content {
  
    align-items: center;
  
}

#s-cd9e5365-b1df-437c-b874-95359f18e392 {
  margin-left: 0%;
}

#s-c482e3cc-30a9-4c60-b492-8dd307cdd77d {
  margin-top: 8px;
margin-bottom: 4%;
}

#s-efd0261b-e699-4d25-8932-3e49bfa499d9 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(198, 200, 218, 1);
border-style: solid;
border-radius: 18px;
min-height: 50px;
background-color: rgba(254, 254, 249, 1);
}








#s-efd0261b-e699-4d25-8932-3e49bfa499d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-efd0261b-e699-4d25-8932-3e49bfa499d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-761f2f7a-eb01-4841-8b19-7f39946d14ba {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 18px;
max-width: 1100px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-761f2f7a-eb01-4841-8b19-7f39946d14ba img.shogun-image,
  #s-761f2f7a-eb01-4841-8b19-7f39946d14ba .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-761f2f7a-eb01-4841-8b19-7f39946d14ba {
    width: 100%;
    height: auto;
  }

  #s-761f2f7a-eb01-4841-8b19-7f39946d14ba img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-761f2f7a-eb01-4841-8b19-7f39946d14ba.shogun-image {
    
    
  }


.s-761f2f7a-eb01-4841-8b19-7f39946d14ba .shogun-image-content {
  
    align-items: center;
  
}

.s-761f2f7a-eb01-4841-8b19-7f39946d14ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-761f2f7a-eb01-4841-8b19-7f39946d14ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-761f2f7a-eb01-4841-8b19-7f39946d14ba.shogun-image {
  box-sizing: border-box;
}


.s-761f2f7a-eb01-4841-8b19-7f39946d14ba .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-761f2f7a-eb01-4841-8b19-7f39946d14ba .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-761f2f7a-eb01-4841-8b19-7f39946d14ba .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-761f2f7a-eb01-4841-8b19-7f39946d14ba {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-761f2f7a-eb01-4841-8b19-7f39946d14ba.shogun-image-container {
      position: relative;
    }

    .s-761f2f7a-eb01-4841-8b19-7f39946d14ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-761f2f7a-eb01-4841-8b19-7f39946d14ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-761f2f7a-eb01-4841-8b19-7f39946d14ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-761f2f7a-eb01-4841-8b19-7f39946d14ba img.shogun-image,
  #s-761f2f7a-eb01-4841-8b19-7f39946d14ba .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-761f2f7a-eb01-4841-8b19-7f39946d14ba {
    width: 100%;
    height: auto;
  }

  #s-761f2f7a-eb01-4841-8b19-7f39946d14ba img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-761f2f7a-eb01-4841-8b19-7f39946d14ba.shogun-image {
    
    
  }


.s-761f2f7a-eb01-4841-8b19-7f39946d14ba .shogun-image-content {
  
    align-items: center;
  
}

.s-761f2f7a-eb01-4841-8b19-7f39946d14ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-761f2f7a-eb01-4841-8b19-7f39946d14ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-761f2f7a-eb01-4841-8b19-7f39946d14ba.shogun-image {
  box-sizing: border-box;
}


.s-761f2f7a-eb01-4841-8b19-7f39946d14ba .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-761f2f7a-eb01-4841-8b19-7f39946d14ba .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-761f2f7a-eb01-4841-8b19-7f39946d14ba .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-761f2f7a-eb01-4841-8b19-7f39946d14ba {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-761f2f7a-eb01-4841-8b19-7f39946d14ba.shogun-image-container {
      position: relative;
    }

    .s-761f2f7a-eb01-4841-8b19-7f39946d14ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-761f2f7a-eb01-4841-8b19-7f39946d14ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-761f2f7a-eb01-4841-8b19-7f39946d14ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-761f2f7a-eb01-4841-8b19-7f39946d14ba img.shogun-image,
  #s-761f2f7a-eb01-4841-8b19-7f39946d14ba .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-761f2f7a-eb01-4841-8b19-7f39946d14ba {
    width: 100%;
    height: auto;
  }

  #s-761f2f7a-eb01-4841-8b19-7f39946d14ba img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-761f2f7a-eb01-4841-8b19-7f39946d14ba.shogun-image {
    
    
  }


.s-761f2f7a-eb01-4841-8b19-7f39946d14ba .shogun-image-content {
  
    align-items: center;
  
}

.s-761f2f7a-eb01-4841-8b19-7f39946d14ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-761f2f7a-eb01-4841-8b19-7f39946d14ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-761f2f7a-eb01-4841-8b19-7f39946d14ba.shogun-image {
  box-sizing: border-box;
}


.s-761f2f7a-eb01-4841-8b19-7f39946d14ba .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-761f2f7a-eb01-4841-8b19-7f39946d14ba .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-761f2f7a-eb01-4841-8b19-7f39946d14ba .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-761f2f7a-eb01-4841-8b19-7f39946d14ba {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-761f2f7a-eb01-4841-8b19-7f39946d14ba.shogun-image-container {
      position: relative;
    }

    .s-761f2f7a-eb01-4841-8b19-7f39946d14ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-761f2f7a-eb01-4841-8b19-7f39946d14ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-761f2f7a-eb01-4841-8b19-7f39946d14ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-761f2f7a-eb01-4841-8b19-7f39946d14ba img.shogun-image,
  #s-761f2f7a-eb01-4841-8b19-7f39946d14ba .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-761f2f7a-eb01-4841-8b19-7f39946d14ba {
    width: 100%;
    height: auto;
  }

  #s-761f2f7a-eb01-4841-8b19-7f39946d14ba img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-761f2f7a-eb01-4841-8b19-7f39946d14ba.shogun-image {
    
    
  }


.s-761f2f7a-eb01-4841-8b19-7f39946d14ba .shogun-image-content {
  
    align-items: center;
  
}

.s-761f2f7a-eb01-4841-8b19-7f39946d14ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-761f2f7a-eb01-4841-8b19-7f39946d14ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-761f2f7a-eb01-4841-8b19-7f39946d14ba.shogun-image {
  box-sizing: border-box;
}


.s-761f2f7a-eb01-4841-8b19-7f39946d14ba .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-761f2f7a-eb01-4841-8b19-7f39946d14ba .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-761f2f7a-eb01-4841-8b19-7f39946d14ba .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-761f2f7a-eb01-4841-8b19-7f39946d14ba {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-761f2f7a-eb01-4841-8b19-7f39946d14ba.shogun-image-container {
      position: relative;
    }

    .s-761f2f7a-eb01-4841-8b19-7f39946d14ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-761f2f7a-eb01-4841-8b19-7f39946d14ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-761f2f7a-eb01-4841-8b19-7f39946d14ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-761f2f7a-eb01-4841-8b19-7f39946d14ba img.shogun-image,
  #s-761f2f7a-eb01-4841-8b19-7f39946d14ba .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-761f2f7a-eb01-4841-8b19-7f39946d14ba {
    width: 100%;
    height: auto;
  }

  #s-761f2f7a-eb01-4841-8b19-7f39946d14ba img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-761f2f7a-eb01-4841-8b19-7f39946d14ba.shogun-image {
    
    
  }


.s-761f2f7a-eb01-4841-8b19-7f39946d14ba .shogun-image-content {
  
    align-items: center;
  
}

.s-761f2f7a-eb01-4841-8b19-7f39946d14ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-761f2f7a-eb01-4841-8b19-7f39946d14ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-761f2f7a-eb01-4841-8b19-7f39946d14ba.shogun-image {
  box-sizing: border-box;
}


.s-761f2f7a-eb01-4841-8b19-7f39946d14ba .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-761f2f7a-eb01-4841-8b19-7f39946d14ba .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-761f2f7a-eb01-4841-8b19-7f39946d14ba .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-761f2f7a-eb01-4841-8b19-7f39946d14ba {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-761f2f7a-eb01-4841-8b19-7f39946d14ba.shogun-image-container {
      position: relative;
    }

    .s-761f2f7a-eb01-4841-8b19-7f39946d14ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-761f2f7a-eb01-4841-8b19-7f39946d14ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-761f2f7a-eb01-4841-8b19-7f39946d14ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-3a2029e1-1bc5-419b-b484-44b847dcdeb6 {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 18px;
min-height: 50px;
background-color: rgba(246, 246, 246, 0);
}








#s-3a2029e1-1bc5-419b-b484-44b847dcdeb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a2029e1-1bc5-419b-b484-44b847dcdeb6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1d31a9f-34e6-4bed-92f3-e590caf78038 {
  margin-top: 1%;
margin-left: 4%;
}

#s-389b9678-2ae2-4229-bcc7-287e910518f9 {
  margin-top: 0px;
margin-left: 4%;
margin-right: 12px;
}

#s-9c9569e2-6f52-493b-86f4-fbd5cef51533 {
  margin-top: 3px;
margin-left: 4%;
margin-right: 12px;
}

#s-b22a90d7-ba5b-41d2-a570-38c28070df38 {
  margin-top: 17px;
margin-left: 4%;
margin-right: 4%;
padding-top: 12px;
padding-left: 4em;
padding-bottom: 12px;
padding-right: 4em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(34, 0, 204, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(34, 0, 204, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-b22a90d7-ba5b-41d2-a570-38c28070df38:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(24, 2, 138, 1) !important;
border-radius: 30px !important;
background-color: rgba(24, 2, 138, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b22a90d7-ba5b-41d2-a570-38c28070df38:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(34, 0, 204, 1) !important;
border-radius: 30px !important;
background-color: rgba(34, 0, 204, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-b22a90d7-ba5b-41d2-a570-38c28070df38 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b22a90d7-ba5b-41d2-a570-38c28070df38.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b22a90d7-ba5b-41d2-a570-38c28070df38.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  font-family: Soleil;
  display:  block ;
}

#s-b22a90d7-ba5b-41d2-a570-38c28070df38.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Work Sans;
  
  font-size: 14px;
  color: rgba(24, 2, 138, 1);
}



#s-f2e8292d-ee14-47a5-91cd-7976c4db403b {
  margin-top: 1%;
margin-left: 3.5%;
margin-right: 7.5%;
}
@media (min-width: 1200px){#s-f2e8292d-ee14-47a5-91cd-7976c4db403b {
  margin-left: 3.5%;
margin-right: 3.5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f2e8292d-ee14-47a5-91cd-7976c4db403b {
  margin-right: 3.5%;
}
}
@media (min-width: 0px) {
[id="s-f2e8292d-ee14-47a5-91cd-7976c4db403b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f2e8292d-ee14-47a5-91cd-7976c4db403b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f2e8292d-ee14-47a5-91cd-7976c4db403b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f2e8292d-ee14-47a5-91cd-7976c4db403b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f2e8292d-ee14-47a5-91cd-7976c4db403b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f2e8292d-ee14-47a5-91cd-7976c4db403b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f2e8292d-ee14-47a5-91cd-7976c4db403b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-31e8a4ba-c5dc-4550-bede-6d0ffc4a2302 {
  margin-left: auto;
margin-right: 10%;
max-width: 75px;
text-align: right;
}







  #s-31e8a4ba-c5dc-4550-bede-6d0ffc4a2302 img.shogun-image {
    

    
    
    
  }


#s-31e8a4ba-c5dc-4550-bede-6d0ffc4a2302 .shogun-image-content {
  
    align-items: center;
  
}

#s-0742719b-108e-4124-a7dc-b7fd310acfa4 {
  margin-left: 0%;
}

#s-47135ea9-76d9-44c3-8fe1-3b37f9e09ab2 {
  margin-top: 8px;
margin-bottom: 4%;
}

#s-5ea9bf88-5fb4-4192-b8a1-17e723ebf593 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(198, 200, 218, 1);
border-style: solid;
border-radius: 18px;
min-height: 50px;
background-color: rgba(254, 254, 249, 1);
}








#s-5ea9bf88-5fb4-4192-b8a1-17e723ebf593 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ea9bf88-5fb4-4192-b8a1-17e723ebf593.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d491905c-041f-49b1-a0d9-d26cc7c2e08c {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 18px;
text-align: center;
}







  img.s-d491905c-041f-49b1-a0d9-d26cc7c2e08c.shogun-image {
    
    
  }


.s-d491905c-041f-49b1-a0d9-d26cc7c2e08c .shogun-image-content {
  
    align-items: center;
  
}

.s-d491905c-041f-49b1-a0d9-d26cc7c2e08c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d491905c-041f-49b1-a0d9-d26cc7c2e08c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d491905c-041f-49b1-a0d9-d26cc7c2e08c.shogun-image {
  box-sizing: border-box;
}


.s-d491905c-041f-49b1-a0d9-d26cc7c2e08c .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-d491905c-041f-49b1-a0d9-d26cc7c2e08c .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d491905c-041f-49b1-a0d9-d26cc7c2e08c .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


@media (min-width: 1200px){





  img.s-d491905c-041f-49b1-a0d9-d26cc7c2e08c.shogun-image {
    
    
  }


.s-d491905c-041f-49b1-a0d9-d26cc7c2e08c .shogun-image-content {
  
    align-items: center;
  
}

.s-d491905c-041f-49b1-a0d9-d26cc7c2e08c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d491905c-041f-49b1-a0d9-d26cc7c2e08c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d491905c-041f-49b1-a0d9-d26cc7c2e08c.shogun-image {
  box-sizing: border-box;
}


.s-d491905c-041f-49b1-a0d9-d26cc7c2e08c .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-d491905c-041f-49b1-a0d9-d26cc7c2e08c .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d491905c-041f-49b1-a0d9-d26cc7c2e08c .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


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





  img.s-d491905c-041f-49b1-a0d9-d26cc7c2e08c.shogun-image {
    
    
  }


.s-d491905c-041f-49b1-a0d9-d26cc7c2e08c .shogun-image-content {
  
    align-items: center;
  
}

.s-d491905c-041f-49b1-a0d9-d26cc7c2e08c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d491905c-041f-49b1-a0d9-d26cc7c2e08c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d491905c-041f-49b1-a0d9-d26cc7c2e08c.shogun-image {
  box-sizing: border-box;
}


.s-d491905c-041f-49b1-a0d9-d26cc7c2e08c .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-d491905c-041f-49b1-a0d9-d26cc7c2e08c .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d491905c-041f-49b1-a0d9-d26cc7c2e08c .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


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





  img.s-d491905c-041f-49b1-a0d9-d26cc7c2e08c.shogun-image {
    
    
  }


.s-d491905c-041f-49b1-a0d9-d26cc7c2e08c .shogun-image-content {
  
    align-items: center;
  
}

.s-d491905c-041f-49b1-a0d9-d26cc7c2e08c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d491905c-041f-49b1-a0d9-d26cc7c2e08c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d491905c-041f-49b1-a0d9-d26cc7c2e08c.shogun-image {
  box-sizing: border-box;
}


.s-d491905c-041f-49b1-a0d9-d26cc7c2e08c .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-d491905c-041f-49b1-a0d9-d26cc7c2e08c .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d491905c-041f-49b1-a0d9-d26cc7c2e08c .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


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





  img.s-d491905c-041f-49b1-a0d9-d26cc7c2e08c.shogun-image {
    
    
  }


.s-d491905c-041f-49b1-a0d9-d26cc7c2e08c .shogun-image-content {
  
    align-items: center;
  
}

.s-d491905c-041f-49b1-a0d9-d26cc7c2e08c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d491905c-041f-49b1-a0d9-d26cc7c2e08c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d491905c-041f-49b1-a0d9-d26cc7c2e08c.shogun-image {
  box-sizing: border-box;
}


.s-d491905c-041f-49b1-a0d9-d26cc7c2e08c .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-d491905c-041f-49b1-a0d9-d26cc7c2e08c .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d491905c-041f-49b1-a0d9-d26cc7c2e08c .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


}
#s-b18d78d8-9fc0-4935-b825-af33e5ab7693 {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 18px;
min-height: 50px;
background-color: rgba(246, 246, 246, 0);
}








#s-b18d78d8-9fc0-4935-b825-af33e5ab7693 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b18d78d8-9fc0-4935-b825-af33e5ab7693.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-870f43c3-3aac-4705-80ed-cd387e91be88 {
  margin-top: 1%;
margin-left: 4%;
}

#s-806e35ba-8942-4e35-9aa0-3f7e85bf6808 {
  margin-top: 0px;
margin-left: 4%;
margin-right: 12px;
}

#s-8dec67bc-dab9-4eee-a548-8cec23488dca {
  margin-top: 3px;
margin-left: 4%;
margin-right: 12px;
}

#s-4ffdd043-1219-4bd6-85d3-f44aa046e4d6 {
  margin-top: 17px;
margin-left: 4%;
margin-right: 4%;
padding-top: 12px;
padding-left: 4em;
padding-bottom: 12px;
padding-right: 4em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(34, 0, 204, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(34, 0, 204, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-4ffdd043-1219-4bd6-85d3-f44aa046e4d6:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(24, 2, 138, 1) !important;
border-radius: 30px !important;
background-color: rgba(24, 2, 138, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4ffdd043-1219-4bd6-85d3-f44aa046e4d6:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(34, 0, 204, 1) !important;
border-radius: 30px !important;
background-color: rgba(34, 0, 204, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-4ffdd043-1219-4bd6-85d3-f44aa046e4d6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4ffdd043-1219-4bd6-85d3-f44aa046e4d6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4ffdd043-1219-4bd6-85d3-f44aa046e4d6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  font-family: Soleil;
  display:  block ;
}

#s-4ffdd043-1219-4bd6-85d3-f44aa046e4d6.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Work Sans;
  
  font-size: 14px;
  color: rgba(24, 2, 138, 1);
}



#s-2ae15ac3-840d-4d89-bbf6-b4963d92aea7 {
  margin-top: 1%;
margin-left: 3.5%;
margin-right: 7.5%;
}
@media (min-width: 1200px){#s-2ae15ac3-840d-4d89-bbf6-b4963d92aea7 {
  margin-left: 3.5%;
margin-right: 3.5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2ae15ac3-840d-4d89-bbf6-b4963d92aea7 {
  margin-right: 3.5%;
}
}
@media (min-width: 0px) {
[id="s-2ae15ac3-840d-4d89-bbf6-b4963d92aea7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2ae15ac3-840d-4d89-bbf6-b4963d92aea7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2ae15ac3-840d-4d89-bbf6-b4963d92aea7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2ae15ac3-840d-4d89-bbf6-b4963d92aea7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2ae15ac3-840d-4d89-bbf6-b4963d92aea7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ae15ac3-840d-4d89-bbf6-b4963d92aea7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2ae15ac3-840d-4d89-bbf6-b4963d92aea7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-2178ae6e-3e52-41c1-8313-48dcfd1fdd9f {
  margin-left: auto;
margin-right: 10%;
max-width: 75px;
text-align: right;
}







  #s-2178ae6e-3e52-41c1-8313-48dcfd1fdd9f img.shogun-image {
    

    
    
    
  }


#s-2178ae6e-3e52-41c1-8313-48dcfd1fdd9f .shogun-image-content {
  
    align-items: center;
  
}

#s-67c8aa0a-fa24-4de9-8db2-6699f8898415 {
  margin-left: 0%;
}

#s-75b11ef3-d0ac-4b76-a690-d29ef0f824c4 {
  margin-top: 8px;
margin-bottom: 4px;
}

#s-8a5ec719-254f-459f-b2f8-75ede389046e {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(198, 200, 218, 1);
border-style: solid;
border-radius: 18px;
min-height: 50px;
background-color: rgba(254, 254, 249, 1);
}








#s-8a5ec719-254f-459f-b2f8-75ede389046e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a5ec719-254f-459f-b2f8-75ede389046e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f44e422-614f-40df-a228-3a840e500e18 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 22px;
max-width: 2240px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-1f44e422-614f-40df-a228-3a840e500e18 img.shogun-image,
  #s-1f44e422-614f-40df-a228-3a840e500e18 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1f44e422-614f-40df-a228-3a840e500e18 {
    width: 100%;
    height: auto;
  }

  #s-1f44e422-614f-40df-a228-3a840e500e18 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1f44e422-614f-40df-a228-3a840e500e18.shogun-image {
    
    
  }


.s-1f44e422-614f-40df-a228-3a840e500e18 .shogun-image-content {
  
    align-items: center;
  
}

.s-1f44e422-614f-40df-a228-3a840e500e18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f44e422-614f-40df-a228-3a840e500e18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f44e422-614f-40df-a228-3a840e500e18.shogun-image {
  box-sizing: border-box;
}


.s-1f44e422-614f-40df-a228-3a840e500e18 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1f44e422-614f-40df-a228-3a840e500e18 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1f44e422-614f-40df-a228-3a840e500e18 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-1f44e422-614f-40df-a228-3a840e500e18 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1f44e422-614f-40df-a228-3a840e500e18.shogun-image-container {
      position: relative;
    }

    .s-1f44e422-614f-40df-a228-3a840e500e18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f44e422-614f-40df-a228-3a840e500e18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f44e422-614f-40df-a228-3a840e500e18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-1f44e422-614f-40df-a228-3a840e500e18 img.shogun-image,
  #s-1f44e422-614f-40df-a228-3a840e500e18 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1f44e422-614f-40df-a228-3a840e500e18 {
    width: 100%;
    height: auto;
  }

  #s-1f44e422-614f-40df-a228-3a840e500e18 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1f44e422-614f-40df-a228-3a840e500e18.shogun-image {
    
    
  }


.s-1f44e422-614f-40df-a228-3a840e500e18 .shogun-image-content {
  
    align-items: center;
  
}

.s-1f44e422-614f-40df-a228-3a840e500e18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f44e422-614f-40df-a228-3a840e500e18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f44e422-614f-40df-a228-3a840e500e18.shogun-image {
  box-sizing: border-box;
}


.s-1f44e422-614f-40df-a228-3a840e500e18 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1f44e422-614f-40df-a228-3a840e500e18 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1f44e422-614f-40df-a228-3a840e500e18 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-1f44e422-614f-40df-a228-3a840e500e18 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1f44e422-614f-40df-a228-3a840e500e18.shogun-image-container {
      position: relative;
    }

    .s-1f44e422-614f-40df-a228-3a840e500e18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f44e422-614f-40df-a228-3a840e500e18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f44e422-614f-40df-a228-3a840e500e18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-1f44e422-614f-40df-a228-3a840e500e18 img.shogun-image,
  #s-1f44e422-614f-40df-a228-3a840e500e18 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1f44e422-614f-40df-a228-3a840e500e18 {
    width: 100%;
    height: auto;
  }

  #s-1f44e422-614f-40df-a228-3a840e500e18 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1f44e422-614f-40df-a228-3a840e500e18.shogun-image {
    
    
  }


.s-1f44e422-614f-40df-a228-3a840e500e18 .shogun-image-content {
  
    align-items: center;
  
}

.s-1f44e422-614f-40df-a228-3a840e500e18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f44e422-614f-40df-a228-3a840e500e18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f44e422-614f-40df-a228-3a840e500e18.shogun-image {
  box-sizing: border-box;
}


.s-1f44e422-614f-40df-a228-3a840e500e18 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1f44e422-614f-40df-a228-3a840e500e18 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1f44e422-614f-40df-a228-3a840e500e18 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-1f44e422-614f-40df-a228-3a840e500e18 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1f44e422-614f-40df-a228-3a840e500e18.shogun-image-container {
      position: relative;
    }

    .s-1f44e422-614f-40df-a228-3a840e500e18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f44e422-614f-40df-a228-3a840e500e18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f44e422-614f-40df-a228-3a840e500e18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-1f44e422-614f-40df-a228-3a840e500e18 img.shogun-image,
  #s-1f44e422-614f-40df-a228-3a840e500e18 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1f44e422-614f-40df-a228-3a840e500e18 {
    width: 100%;
    height: auto;
  }

  #s-1f44e422-614f-40df-a228-3a840e500e18 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1f44e422-614f-40df-a228-3a840e500e18.shogun-image {
    
    
  }


.s-1f44e422-614f-40df-a228-3a840e500e18 .shogun-image-content {
  
    align-items: center;
  
}

.s-1f44e422-614f-40df-a228-3a840e500e18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f44e422-614f-40df-a228-3a840e500e18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f44e422-614f-40df-a228-3a840e500e18.shogun-image {
  box-sizing: border-box;
}


.s-1f44e422-614f-40df-a228-3a840e500e18 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1f44e422-614f-40df-a228-3a840e500e18 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1f44e422-614f-40df-a228-3a840e500e18 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-1f44e422-614f-40df-a228-3a840e500e18 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1f44e422-614f-40df-a228-3a840e500e18.shogun-image-container {
      position: relative;
    }

    .s-1f44e422-614f-40df-a228-3a840e500e18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f44e422-614f-40df-a228-3a840e500e18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f44e422-614f-40df-a228-3a840e500e18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-1f44e422-614f-40df-a228-3a840e500e18 img.shogun-image,
  #s-1f44e422-614f-40df-a228-3a840e500e18 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1f44e422-614f-40df-a228-3a840e500e18 {
    width: 100%;
    height: auto;
  }

  #s-1f44e422-614f-40df-a228-3a840e500e18 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1f44e422-614f-40df-a228-3a840e500e18.shogun-image {
    
    
  }


.s-1f44e422-614f-40df-a228-3a840e500e18 .shogun-image-content {
  
    align-items: center;
  
}

.s-1f44e422-614f-40df-a228-3a840e500e18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f44e422-614f-40df-a228-3a840e500e18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f44e422-614f-40df-a228-3a840e500e18.shogun-image {
  box-sizing: border-box;
}


.s-1f44e422-614f-40df-a228-3a840e500e18 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1f44e422-614f-40df-a228-3a840e500e18 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1f44e422-614f-40df-a228-3a840e500e18 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-1f44e422-614f-40df-a228-3a840e500e18 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1f44e422-614f-40df-a228-3a840e500e18.shogun-image-container {
      position: relative;
    }

    .s-1f44e422-614f-40df-a228-3a840e500e18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f44e422-614f-40df-a228-3a840e500e18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f44e422-614f-40df-a228-3a840e500e18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-2bc7963e-b482-4a52-a0f0-0b2380d1a634 {
  padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 18px;
min-height: 50px;
background-color: rgba(246, 246, 246, 0);
}
@media (min-width: 1200px){#s-2bc7963e-b482-4a52-a0f0-0b2380d1a634 {
  padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2bc7963e-b482-4a52-a0f0-0b2380d1a634 {
  padding-bottom: 0px;
}
}







#s-2bc7963e-b482-4a52-a0f0-0b2380d1a634 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2bc7963e-b482-4a52-a0f0-0b2380d1a634.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-76272f23-c972-48dc-9f09-7754acc72713 {
  margin-top: 1%;
margin-left: 4%;
}

#s-e6cc25e2-7e37-46f7-ba30-c6a56b3fb29e {
  margin-top: 0px;
margin-left: 4%;
margin-right: 12px;
}

#s-9b3a7082-103c-4463-a667-011a4111f08f {
  margin-top: 3px;
margin-left: 4%;
margin-right: 12px;
}

#s-0d1039f7-b2bf-4c94-9ecb-70ca0d04f75c {
  margin-top: 17px;
margin-left: 4%;
margin-right: 4%;
padding-top: 12px;
padding-left: 4em;
padding-bottom: 12px;
padding-right: 4em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(34, 0, 204, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(34, 0, 204, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-0d1039f7-b2bf-4c94-9ecb-70ca0d04f75c:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(24, 2, 138, 1) !important;
border-radius: 30px !important;
background-color: rgba(24, 2, 138, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0d1039f7-b2bf-4c94-9ecb-70ca0d04f75c:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(34, 0, 204, 1) !important;
border-radius: 30px !important;
background-color: rgba(34, 0, 204, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-0d1039f7-b2bf-4c94-9ecb-70ca0d04f75c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0d1039f7-b2bf-4c94-9ecb-70ca0d04f75c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0d1039f7-b2bf-4c94-9ecb-70ca0d04f75c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  font-family: Soleil;
  display:  block ;
}

#s-0d1039f7-b2bf-4c94-9ecb-70ca0d04f75c.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Work Sans;
  
  font-size: 14px;
  color: rgba(24, 2, 138, 1);
}



#s-4329648c-d5f2-4cfb-92d7-1bc02e6dd4ae {
  margin-top: 1%;
margin-left: 3.5%;
margin-right: 7.5%;
}
@media (min-width: 1200px){#s-4329648c-d5f2-4cfb-92d7-1bc02e6dd4ae {
  margin-left: 3.5%;
margin-right: 3.5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4329648c-d5f2-4cfb-92d7-1bc02e6dd4ae {
  margin-right: 3.5%;
}
}
@media (min-width: 0px) {
[id="s-4329648c-d5f2-4cfb-92d7-1bc02e6dd4ae"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4329648c-d5f2-4cfb-92d7-1bc02e6dd4ae"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4329648c-d5f2-4cfb-92d7-1bc02e6dd4ae"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4329648c-d5f2-4cfb-92d7-1bc02e6dd4ae"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4329648c-d5f2-4cfb-92d7-1bc02e6dd4ae"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4329648c-d5f2-4cfb-92d7-1bc02e6dd4ae"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4329648c-d5f2-4cfb-92d7-1bc02e6dd4ae"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-e1810d51-2cd9-435a-b9f8-ceba95c33378 {
  margin-left: auto;
margin-right: 10%;
max-width: 75px;
text-align: right;
}







  #s-e1810d51-2cd9-435a-b9f8-ceba95c33378 img.shogun-image {
    

    
    
    
  }


#s-e1810d51-2cd9-435a-b9f8-ceba95c33378 .shogun-image-content {
  
    align-items: center;
  
}

#s-30734c59-18b1-4679-9b7a-1bc2aef3937d {
  margin-left: 0%;
}

#s-41e42a83-40d3-4b5b-929d-41a9b24dd5f4 {
  margin-top: 8px;
margin-bottom: 4px;
}

#s-0ac6aaf3-2d66-4b53-b9b1-2b1a913a133a {
  margin-top: 2%;
margin-bottom: 5%;
}

@media (min-width: 0px) {
[id="s-0ac6aaf3-2d66-4b53-b9b1-2b1a913a133a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0ac6aaf3-2d66-4b53-b9b1-2b1a913a133a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0ac6aaf3-2d66-4b53-b9b1-2b1a913a133a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ac6aaf3-2d66-4b53-b9b1-2b1a913a133a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-673860ec-4e05-4f62-bf80-ae387ce78728 {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
text-align: center;
}







  #s-673860ec-4e05-4f62-bf80-ae387ce78728 img.shogun-image {
    

    
    
    
  }


#s-673860ec-4e05-4f62-bf80-ae387ce78728 .shogun-image-content {
  
    align-items: center;
  
}

#s-f4eaac30-f85a-49ab-988d-7a7e55630700 {
  border-style: solid;
margin-top: 1%;
margin-left: auto;
margin-right: auto;
padding-top: 16px;
padding-left: 20px;
padding-bottom: 16px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(24, 2, 138, 1);
border-radius: 30px;
max-width: 450px;
background-color: rgba(24, 2, 138, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f4eaac30-f85a-49ab-988d-7a7e55630700:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(34, 0, 204, 1) !important;
border-radius: 30px !important;
background-color: rgba(34, 0, 204, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f4eaac30-f85a-49ab-988d-7a7e55630700:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(24, 2, 138, 1) !important;
border-radius: 30px !important;
background-color: rgba(24, 2, 138, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-f4eaac30-f85a-49ab-988d-7a7e55630700-root {
    text-align: center;
  }


#s-f4eaac30-f85a-49ab-988d-7a7e55630700.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Soleil;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f4eaac30-f85a-49ab-988d-7a7e55630700-root {
    text-align: center;
  }


#s-f4eaac30-f85a-49ab-988d-7a7e55630700.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f4eaac30-f85a-49ab-988d-7a7e55630700-root {
    text-align: center;
  }


#s-f4eaac30-f85a-49ab-988d-7a7e55630700.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f4eaac30-f85a-49ab-988d-7a7e55630700-root {
    text-align: center;
  }


#s-f4eaac30-f85a-49ab-988d-7a7e55630700.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f4eaac30-f85a-49ab-988d-7a7e55630700-root {
    text-align: center;
  }


#s-f4eaac30-f85a-49ab-988d-7a7e55630700.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Soleil;
  display:  block ;
}
}
#s-55e26034-03f4-4321-a781-37b5f997e56e {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
text-align: center;
}







  #s-55e26034-03f4-4321-a781-37b5f997e56e img.shogun-image {
    

    
    
    
  }


#s-55e26034-03f4-4321-a781-37b5f997e56e .shogun-image-content {
  
    align-items: center;
  
}

#s-b1f2fbe1-b429-4348-b29f-1497d498e62d {
  margin-left: 8%;
margin-right: 8%;
padding-top: 2.5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 234, 242, 1);
border-style: solid;
border-radius: 18px;
min-height: 50px;
background-color: rgba(240, 247, 255, 1);
}








#s-b1f2fbe1-b429-4348-b29f-1497d498e62d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1f2fbe1-b429-4348-b29f-1497d498e62d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b7089b61-c612-45b3-834d-d816aeac8bce {
  margin-left: 15%;
margin-right: 15%;
padding-top: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(206, 206, 206, 1);
border-style: solid;
border-radius: 30px;
}

#s-b7089b61-c612-45b3-834d-d816aeac8bce .shg-sld-dot {
  background-color: rgba(34, 0, 204, 1);
}

#s-b7089b61-c612-45b3-834d-d816aeac8bce .shg-sld-nav-button.shg-sld-left,
#s-b7089b61-c612-45b3-834d-d816aeac8bce .shg-sld-nav-button.shg-sld-right {
  fill: rgba(34, 0, 204, 1);
}

#s-4ca8ac60-8e4b-42a9-b4ba-8353fc6aa453 {
  min-height: 50px;
}








#s-4ca8ac60-8e4b-42a9-b4ba-8353fc6aa453 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ca8ac60-8e4b-42a9-b4ba-8353fc6aa453.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-1c752ef8-9433-479b-80ed-163b263337ce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1c752ef8-9433-479b-80ed-163b263337ce"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1c752ef8-9433-479b-80ed-163b263337ce"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c752ef8-9433-479b-80ed-163b263337ce"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-5023a4a8-f15d-4897-b715-8c6bd70f6c4f {
  margin-top: 0px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(148, 148, 148, 1);
border-style: solid;
}

#s-85b99de0-fb60-4d0f-805e-4124d0e137fd {
  margin-top: 5%;
margin-left: 8%;
margin-right: 8%;
min-height: 165px;
}

#s-c052612a-a602-415a-8a54-a41c54ec9f08 {
  min-height: 50px;
}








#s-c052612a-a602-415a-8a54-a41c54ec9f08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c052612a-a602-415a-8a54-a41c54ec9f08.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-bf249c2f-d75f-4100-9dce-bfa33b0386bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bf249c2f-d75f-4100-9dce-bfa33b0386bd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bf249c2f-d75f-4100-9dce-bfa33b0386bd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf249c2f-d75f-4100-9dce-bfa33b0386bd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-11d1083d-abf1-46f8-be5f-63251d3d5cd3 {
  margin-top: 0px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(148, 148, 148, 1);
border-style: solid;
}

#s-916122ce-b153-4383-9d27-9d1deebb7692 {
  margin-top: 5%;
margin-left: 8%;
margin-right: 8%;
min-height: 165px;
}

#s-195c8e0d-03de-43f8-b11e-7d1fad9c521e {
  min-height: 50px;
}








#s-195c8e0d-03de-43f8-b11e-7d1fad9c521e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-195c8e0d-03de-43f8-b11e-7d1fad9c521e.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-38799836-e637-48a5-af4c-1f4b38f8d9c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-38799836-e637-48a5-af4c-1f4b38f8d9c2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-38799836-e637-48a5-af4c-1f4b38f8d9c2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-38799836-e637-48a5-af4c-1f4b38f8d9c2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-e3c215dd-f759-472d-ab24-6633c68ff235 {
  margin-top: 0px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(148, 148, 148, 1);
border-style: solid;
}

#s-ddfe3d04-fbf6-4201-9dea-78e5ca2bb02c {
  margin-top: 5%;
margin-left: 8%;
margin-right: 8%;
min-height: 165px;
}

#s-47f932dd-8f47-4b2e-90fd-18eccbd9834b {
  min-height: 50px;
}








#s-47f932dd-8f47-4b2e-90fd-18eccbd9834b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47f932dd-8f47-4b2e-90fd-18eccbd9834b.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-def7dc56-99f9-4033-8751-80ad3a035a7f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-def7dc56-99f9-4033-8751-80ad3a035a7f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-def7dc56-99f9-4033-8751-80ad3a035a7f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-def7dc56-99f9-4033-8751-80ad3a035a7f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-af06a739-1e64-4885-ace2-14752dd309ed {
  margin-top: 0px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(148, 148, 148, 1);
border-style: solid;
}

#s-f128fbdc-e31e-48ff-9389-07b18fe81aba {
  margin-top: 5%;
margin-left: 8%;
margin-right: 8%;
min-height: 165px;
}

#s-6a6ad644-fb75-4ae7-9f93-aa25395d49b4 {
  min-height: 50px;
}








#s-6a6ad644-fb75-4ae7-9f93-aa25395d49b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a6ad644-fb75-4ae7-9f93-aa25395d49b4.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-1fa7436c-660e-45f5-81c9-36c81b19e8a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1fa7436c-660e-45f5-81c9-36c81b19e8a2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1fa7436c-660e-45f5-81c9-36c81b19e8a2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1fa7436c-660e-45f5-81c9-36c81b19e8a2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-4a568bb9-3825-4589-9166-55ff431f07ff {
  margin-top: 0px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(148, 148, 148, 1);
border-style: solid;
}

#s-fa053619-dbf0-4f67-971e-980c49aff187 {
  margin-top: 5%;
margin-left: 8%;
margin-right: 8%;
min-height: 165px;
}

#s-c5210183-5a8a-48b1-a3d3-0c7eaf37eab5 {
  min-height: 50px;
}








#s-c5210183-5a8a-48b1-a3d3-0c7eaf37eab5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5210183-5a8a-48b1-a3d3-0c7eaf37eab5.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-cf8bf93a-40db-4cc1-b209-cc530da79888"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf8bf93a-40db-4cc1-b209-cc530da79888"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cf8bf93a-40db-4cc1-b209-cc530da79888"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf8bf93a-40db-4cc1-b209-cc530da79888"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-addede35-a790-4a36-af08-a00e879a3515 {
  margin-top: 0px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(148, 148, 148, 1);
border-style: solid;
}

#s-da07767c-d6b0-4d74-b521-ba53fd09f186 {
  margin-top: 5%;
margin-left: 8%;
margin-right: 8%;
min-height: 165px;
}

#s-fdf96787-7926-4241-8f50-ae01f111293a {
  min-height: 50px;
}








#s-fdf96787-7926-4241-8f50-ae01f111293a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fdf96787-7926-4241-8f50-ae01f111293a.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-c0a8e1d3-ec8f-4246-aa29-a0f3a3d6d737"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c0a8e1d3-ec8f-4246-aa29-a0f3a3d6d737"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c0a8e1d3-ec8f-4246-aa29-a0f3a3d6d737"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c0a8e1d3-ec8f-4246-aa29-a0f3a3d6d737"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-7f87b06e-4aae-4836-80ed-4cb026b6d4e8 {
  margin-top: 0px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(148, 148, 148, 1);
border-style: solid;
}

#s-17579b38-c36f-41a4-8904-7a41bcab6b1b {
  margin-top: 5%;
margin-left: 8%;
margin-right: 8%;
min-height: 165px;
}

#s-20c8b4a7-ada7-4b46-a07e-62a5da06958a {
  min-height: 50px;
}








#s-20c8b4a7-ada7-4b46-a07e-62a5da06958a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20c8b4a7-ada7-4b46-a07e-62a5da06958a.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-428ddc74-3e73-4d30-b76a-8723c6e9e898"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-428ddc74-3e73-4d30-b76a-8723c6e9e898"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-428ddc74-3e73-4d30-b76a-8723c6e9e898"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-428ddc74-3e73-4d30-b76a-8723c6e9e898"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-ffd6f8bc-ba6a-4fbb-8a44-424b07586005 {
  margin-top: 0px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(148, 148, 148, 1);
border-style: solid;
}

#s-d4a4a8e5-aa77-437c-b593-fa86e0c6ec78 {
  margin-top: 5%;
margin-left: 8%;
margin-right: 8%;
min-height: 165px;
}

#s-74f83587-6569-4dfe-bcd5-73597d5b0710 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(191, 191, 191, 1);
border-style: solid;
border-radius: 30px;
min-height: 50px;
}








#s-74f83587-6569-4dfe-bcd5-73597d5b0710 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74f83587-6569-4dfe-bcd5-73597d5b0710.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-e97cd1d9-b983-4207-a649-8426b4ce8e7a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e97cd1d9-b983-4207-a649-8426b4ce8e7a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e97cd1d9-b983-4207-a649-8426b4ce8e7a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e97cd1d9-b983-4207-a649-8426b4ce8e7a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-aa893320-9d43-4a89-b4d3-59afa5f15801 {
  margin-top: 0px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(148, 148, 148, 1);
border-style: solid;
}

#s-fa35d2b2-cafc-45a7-b50f-d63c4e87d6bd {
  margin-top: 5%;
margin-left: 8%;
margin-right: 8%;
min-height: 165px;
}








#s-b50d3442-b653-4714-a5e5-7021051403e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b50d3442-b653-4714-a5e5-7021051403e3.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-a6feea91-049a-4e76-8862-dc604584b471"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a6feea91-049a-4e76-8862-dc604584b471"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a6feea91-049a-4e76-8862-dc604584b471"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a6feea91-049a-4e76-8862-dc604584b471"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-4a68e56a-c0da-4723-bc67-a65e0554d4eb {
  margin-top: 0px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(148, 148, 148, 1);
border-style: solid;
}

#s-05d472f9-7797-4476-b331-79957e42e2af {
  margin-top: 5%;
margin-left: 8%;
margin-right: 8%;
min-height: 165px;
}

#s-44bc613a-97b7-4a71-9fe4-6c9efba47038 {
  margin-left: 8%;
margin-right: 8%;
padding-bottom: 1%;
min-height: 50px;
}








#s-44bc613a-97b7-4a71-9fe4-6c9efba47038 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44bc613a-97b7-4a71-9fe4-6c9efba47038.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-498a86f4-a137-410a-b8cd-d05ad2e6e0d0 {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-498a86f4-a137-410a-b8cd-d05ad2e6e0d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-498a86f4-a137-410a-b8cd-d05ad2e6e0d0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-498a86f4-a137-410a-b8cd-d05ad2e6e0d0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-498a86f4-a137-410a-b8cd-d05ad2e6e0d0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e7d3105d-9dd2-4316-8417-c42a9324603a {
  padding-top: 7%;
padding-bottom: 10%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(237, 248, 223, 1);
border-style: solid;
border-radius: 18px;
min-height: 50px;
background-color: rgba(237, 248, 223, 0.62);
}








#s-e7d3105d-9dd2-4316-8417-c42a9324603a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7d3105d-9dd2-4316-8417-c42a9324603a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-15840a6d-657a-4b0f-a682-6253e6349981 {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 4%;
margin-right: 5%;
}

#s-24f36b8c-3b97-43f1-ab41-dcbb2d5ef223 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 5%;
margin-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 18px;
min-height: 550px;
background-position: center center;
}








#s-24f36b8c-3b97-43f1-ab41-dcbb2d5ef223 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24f36b8c-3b97-43f1-ab41-dcbb2d5ef223.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-95871e1d-175c-49dc-ba47-a4869adaeb95 {
  border-style: solid;
margin-top: 0%;
margin-left: auto;
margin-bottom: 10%;
margin-right: auto;
padding-top: 16px;
padding-left: 20px;
padding-bottom: 16px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(24, 2, 138, 1);
border-radius: 30px;
max-width: 450px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(24, 2, 138, 1);
}
#s-95871e1d-175c-49dc-ba47-a4869adaeb95:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(34, 0, 204, 1) !important;
border-radius: 30px !important;
background-color: rgba(34, 0, 204, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-95871e1d-175c-49dc-ba47-a4869adaeb95:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(24, 2, 138, 1) !important;
border-radius: 30px !important;
background-color: rgba(24, 2, 138, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-95871e1d-175c-49dc-ba47-a4869adaeb95-root {
    text-align: center;
  }


#s-95871e1d-175c-49dc-ba47-a4869adaeb95.shg-btn {
  color: rgba(24, 2, 138, 1);
  font-size: 20px;
  
  
  font-family: Soleil;
  display:  block ;
}
@media (min-width: 1200px){
  #s-95871e1d-175c-49dc-ba47-a4869adaeb95-root {
    text-align: center;
  }


#s-95871e1d-175c-49dc-ba47-a4869adaeb95.shg-btn {
  color: rgba(24, 2, 138, 1);
  font-size: 20px;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-95871e1d-175c-49dc-ba47-a4869adaeb95-root {
    text-align: center;
  }


#s-95871e1d-175c-49dc-ba47-a4869adaeb95.shg-btn {
  color: rgba(24, 2, 138, 1);
  font-size: 20px;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-95871e1d-175c-49dc-ba47-a4869adaeb95-root {
    text-align: center;
  }


#s-95871e1d-175c-49dc-ba47-a4869adaeb95.shg-btn {
  color: rgba(24, 2, 138, 1);
  font-size: 20px;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (max-width: 767px){
  #s-95871e1d-175c-49dc-ba47-a4869adaeb95-root {
    text-align: center;
  }


#s-95871e1d-175c-49dc-ba47-a4869adaeb95.shg-btn {
  color: rgba(24, 2, 138, 1);
  font-size: 20px;
  
  
  font-family: Soleil;
  display:  block ;
}
}
#s-109a43a7-45db-4261-b39f-971b511dbf8b {
  padding-top: 7%;
padding-bottom: 10%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(243, 243, 228, 1);
border-style: solid;
border-radius: 18px;
min-height: 50px;
background-color: rgba(253, 253, 238, 1);
}








#s-109a43a7-45db-4261-b39f-971b511dbf8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-109a43a7-45db-4261-b39f-971b511dbf8b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0907a62f-ab3b-498c-9f63-c0016165d355 {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 4%;
margin-right: 5%;
}

#s-87cff4b7-0320-499a-b331-53bfe18bcc79 {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 5%;
margin-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 18px;
min-height: 550px;
background-position: right center;
}








#s-87cff4b7-0320-499a-b331-53bfe18bcc79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87cff4b7-0320-499a-b331-53bfe18bcc79.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-f2206abc-d6ef-459c-a474-b4cbf56b0fe5 {
  border-style: solid;
margin-top: 1%;
margin-left: auto;
margin-bottom: 10%;
margin-right: auto;
padding-top: 16px;
padding-left: 20px;
padding-bottom: 16px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(24, 2, 138, 1);
border-radius: 30px;
max-width: 450px;
background-color: rgba(24, 2, 138, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f2206abc-d6ef-459c-a474-b4cbf56b0fe5:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(34, 0, 204, 1) !important;
border-radius: 30px !important;
background-color: rgba(34, 0, 204, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f2206abc-d6ef-459c-a474-b4cbf56b0fe5:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(24, 2, 138, 1) !important;
border-radius: 30px !important;
background-color: rgba(24, 2, 138, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-f2206abc-d6ef-459c-a474-b4cbf56b0fe5-root {
    text-align: center;
  }


#s-f2206abc-d6ef-459c-a474-b4cbf56b0fe5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Soleil;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f2206abc-d6ef-459c-a474-b4cbf56b0fe5-root {
    text-align: center;
  }


#s-f2206abc-d6ef-459c-a474-b4cbf56b0fe5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f2206abc-d6ef-459c-a474-b4cbf56b0fe5-root {
    text-align: center;
  }


#s-f2206abc-d6ef-459c-a474-b4cbf56b0fe5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f2206abc-d6ef-459c-a474-b4cbf56b0fe5-root {
    text-align: center;
  }


#s-f2206abc-d6ef-459c-a474-b4cbf56b0fe5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f2206abc-d6ef-459c-a474-b4cbf56b0fe5-root {
    text-align: center;
  }


#s-f2206abc-d6ef-459c-a474-b4cbf56b0fe5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Soleil;
  display:  block ;
}
}
#s-56d72117-5192-4f02-acc8-6606093e06c1 {
  margin-top: 30px;
margin-bottom: 5%;
padding-top: 3%;
padding-bottom: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
min-height: 50px;
background-color: rgba(240, 247, 255, 1);
}








#s-56d72117-5192-4f02-acc8-6606093e06c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56d72117-5192-4f02-acc8-6606093e06c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a27f79f6-0501-46ed-a1f8-552ab69bcb41 {
  margin-left: 6%;
margin-right: 6%;
}

@media (min-width: 0px) {
[id="s-a27f79f6-0501-46ed-a1f8-552ab69bcb41"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a27f79f6-0501-46ed-a1f8-552ab69bcb41"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a27f79f6-0501-46ed-a1f8-552ab69bcb41"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a27f79f6-0501-46ed-a1f8-552ab69bcb41"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a27f79f6-0501-46ed-a1f8-552ab69bcb41"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a27f79f6-0501-46ed-a1f8-552ab69bcb41"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a27f79f6-0501-46ed-a1f8-552ab69bcb41"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-a1790795-359e-4b18-a4f9-1df8cc9cc3c4 {
  margin-top: 20%;
margin-left: 5%;
max-width: 190px;
text-align: center;
}







  #s-a1790795-359e-4b18-a4f9-1df8cc9cc3c4 img.shogun-image {
    

    
    
    
  }


#s-a1790795-359e-4b18-a4f9-1df8cc9cc3c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-040cad95-d776-447e-b904-646dc5d2ba05 {
  margin-top: 8px;
margin-left: 5%;
}

#s-fbec534e-ea31-4878-adeb-9a60b333be82 {
  margin-top: 8px;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 7%;
}

#s-71a3a4da-de7f-4dfd-9f25-833ac242eb43 {
  margin-top: 3%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
}

#s-7b661c72-e46c-4ae9-a43d-bbc43309f22b {
  margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
}

#s-2b3ca2ca-d1d6-43b0-b3af-7b02358d4afd {
  margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
}

#s-2a3dbf51-d26d-4cac-b2bc-9a2ae7812bde {
  text-align: left;
}

#s-94521808-0ac2-4c51-b2e7-960614797245 {
  margin-top: 3%;
margin-left: auto;
margin-right: auto;
padding-top: 16px;
padding-left: 20px;
padding-bottom: 16px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(34, 0, 204, 1);
border-style: solid;
border-radius: 34px;
max-width: 600px;
background-color: rgba(34, 0, 204, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-94521808-0ac2-4c51-b2e7-960614797245:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(24, 2, 138, 1) !important;
border-radius: 30px !important;
background-color: rgba(24, 2, 138, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-94521808-0ac2-4c51-b2e7-960614797245:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(34, 0, 204, 1) !important;
border-radius: 30px !important;
background-color: rgba(34, 0, 204, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-94521808-0ac2-4c51-b2e7-960614797245-root {
    text-align: center;
  }


#s-94521808-0ac2-4c51-b2e7-960614797245.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Soleil;
  display:  block ;
}
@media (min-width: 1200px){
  #s-94521808-0ac2-4c51-b2e7-960614797245-root {
    text-align: center;
  }


#s-94521808-0ac2-4c51-b2e7-960614797245.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-94521808-0ac2-4c51-b2e7-960614797245-root {
    text-align: center;
  }


#s-94521808-0ac2-4c51-b2e7-960614797245.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-94521808-0ac2-4c51-b2e7-960614797245-root {
    text-align: center;
  }


#s-94521808-0ac2-4c51-b2e7-960614797245.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (max-width: 767px){
  #s-94521808-0ac2-4c51-b2e7-960614797245-root {
    text-align: center;
  }


#s-94521808-0ac2-4c51-b2e7-960614797245.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Soleil;
  display:  block ;
}
}
#s-2e97d73f-ffe2-4b32-99a9-7ff1c4bdead3 {
  padding-top: 1%;
padding-left: 12%;
padding-bottom: 1%;
padding-right: 12%;
min-height: 50px;
background-color: rgba(240, 247, 255, 0.55);
}








#s-2e97d73f-ffe2-4b32-99a9-7ff1c4bdead3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e97d73f-ffe2-4b32-99a9-7ff1c4bdead3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a16b249d-bbfc-4c4f-b75d-ca4c576e6da6 {
  padding-top: 2%;
padding-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-a16b249d-bbfc-4c4f-b75d-ca4c576e6da6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a16b249d-bbfc-4c4f-b75d-ca4c576e6da6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a16b249d-bbfc-4c4f-b75d-ca4c576e6da6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a16b249d-bbfc-4c4f-b75d-ca4c576e6da6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a16b249d-bbfc-4c4f-b75d-ca4c576e6da6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a16b249d-bbfc-4c4f-b75d-ca4c576e6da6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a16b249d-bbfc-4c4f-b75d-ca4c576e6da6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-669ad5f3-0504-4331-bc78-26817ec61792 {
  margin-top: 28%;
margin-bottom: 0%;
max-width: 220px;
text-align: center;
}







  #s-669ad5f3-0504-4331-bc78-26817ec61792 img.shogun-image {
    

    
    
    
  }


#s-669ad5f3-0504-4331-bc78-26817ec61792 .shogun-image-content {
  
    align-items: center;
  
}

#s-025a9b9b-1b8a-49af-b798-4e0640320f66 {
  margin-top: 2%;
margin-right: 15%;
}

#s-3ad86a5a-a584-487b-a7fc-03d6a151fa63 {
  margin-top: 2%;
margin-right: 15%;
}

#s-16a9ffc4-dd92-456d-be0b-9a9eaa696b2a {
  margin-top: 5%;
margin-right: 25%;
}

@media (min-width: 0px) {
[id="s-16a9ffc4-dd92-456d-be0b-9a9eaa696b2a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-16a9ffc4-dd92-456d-be0b-9a9eaa696b2a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-16a9ffc4-dd92-456d-be0b-9a9eaa696b2a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-16a9ffc4-dd92-456d-be0b-9a9eaa696b2a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-ac6b5b91-e99c-4fea-9b41-e375766594e6 {
  min-height: 50px;
}








#s-ac6b5b91-e99c-4fea-9b41-e375766594e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac6b5b91-e99c-4fea-9b41-e375766594e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f1a62c5e-d2bd-4ecf-8a84-4ed33aa456b9 {
  text-align: center;
}







  img.s-f1a62c5e-d2bd-4ecf-8a84-4ed33aa456b9.shogun-image {
    
    
  }


.s-f1a62c5e-d2bd-4ecf-8a84-4ed33aa456b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-f1a62c5e-d2bd-4ecf-8a84-4ed33aa456b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1a62c5e-d2bd-4ecf-8a84-4ed33aa456b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1a62c5e-d2bd-4ecf-8a84-4ed33aa456b9.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-f1a62c5e-d2bd-4ecf-8a84-4ed33aa456b9.shogun-image {
    
    
  }


.s-f1a62c5e-d2bd-4ecf-8a84-4ed33aa456b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-f1a62c5e-d2bd-4ecf-8a84-4ed33aa456b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1a62c5e-d2bd-4ecf-8a84-4ed33aa456b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1a62c5e-d2bd-4ecf-8a84-4ed33aa456b9.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f1a62c5e-d2bd-4ecf-8a84-4ed33aa456b9.shogun-image {
    
    
  }


.s-f1a62c5e-d2bd-4ecf-8a84-4ed33aa456b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-f1a62c5e-d2bd-4ecf-8a84-4ed33aa456b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1a62c5e-d2bd-4ecf-8a84-4ed33aa456b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1a62c5e-d2bd-4ecf-8a84-4ed33aa456b9.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f1a62c5e-d2bd-4ecf-8a84-4ed33aa456b9.shogun-image {
    
    
  }


.s-f1a62c5e-d2bd-4ecf-8a84-4ed33aa456b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-f1a62c5e-d2bd-4ecf-8a84-4ed33aa456b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1a62c5e-d2bd-4ecf-8a84-4ed33aa456b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1a62c5e-d2bd-4ecf-8a84-4ed33aa456b9.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f1a62c5e-d2bd-4ecf-8a84-4ed33aa456b9.shogun-image {
    
    
  }


.s-f1a62c5e-d2bd-4ecf-8a84-4ed33aa456b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-f1a62c5e-d2bd-4ecf-8a84-4ed33aa456b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1a62c5e-d2bd-4ecf-8a84-4ed33aa456b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1a62c5e-d2bd-4ecf-8a84-4ed33aa456b9.shogun-image {
  box-sizing: border-box;
}



}
#s-69233168-d043-4c9a-a751-1e67c923c4b6 {
  min-height: 50px;
}








#s-69233168-d043-4c9a-a751-1e67c923c4b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69233168-d043-4c9a-a751-1e67c923c4b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ec467f49-b8a8-4b6a-b834-8d4841f8254d {
  text-align: center;
}







  img.s-ec467f49-b8a8-4b6a-b834-8d4841f8254d.shogun-image {
    
    
  }


.s-ec467f49-b8a8-4b6a-b834-8d4841f8254d .shogun-image-content {
  
    align-items: center;
  
}

.s-ec467f49-b8a8-4b6a-b834-8d4841f8254d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec467f49-b8a8-4b6a-b834-8d4841f8254d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec467f49-b8a8-4b6a-b834-8d4841f8254d.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-ec467f49-b8a8-4b6a-b834-8d4841f8254d.shogun-image {
    
    
  }


.s-ec467f49-b8a8-4b6a-b834-8d4841f8254d .shogun-image-content {
  
    align-items: center;
  
}

.s-ec467f49-b8a8-4b6a-b834-8d4841f8254d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec467f49-b8a8-4b6a-b834-8d4841f8254d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec467f49-b8a8-4b6a-b834-8d4841f8254d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-ec467f49-b8a8-4b6a-b834-8d4841f8254d.shogun-image {
    
    
  }


.s-ec467f49-b8a8-4b6a-b834-8d4841f8254d .shogun-image-content {
  
    align-items: center;
  
}

.s-ec467f49-b8a8-4b6a-b834-8d4841f8254d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec467f49-b8a8-4b6a-b834-8d4841f8254d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec467f49-b8a8-4b6a-b834-8d4841f8254d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-ec467f49-b8a8-4b6a-b834-8d4841f8254d.shogun-image {
    
    
  }


.s-ec467f49-b8a8-4b6a-b834-8d4841f8254d .shogun-image-content {
  
    align-items: center;
  
}

.s-ec467f49-b8a8-4b6a-b834-8d4841f8254d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec467f49-b8a8-4b6a-b834-8d4841f8254d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec467f49-b8a8-4b6a-b834-8d4841f8254d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-ec467f49-b8a8-4b6a-b834-8d4841f8254d.shogun-image {
    
    
  }


.s-ec467f49-b8a8-4b6a-b834-8d4841f8254d .shogun-image-content {
  
    align-items: center;
  
}

.s-ec467f49-b8a8-4b6a-b834-8d4841f8254d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec467f49-b8a8-4b6a-b834-8d4841f8254d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec467f49-b8a8-4b6a-b834-8d4841f8254d.shogun-image {
  box-sizing: border-box;
}



}
#s-f74b5b33-b44e-42d0-8ae2-c5e9398332fc {
  min-height: 50px;
}








#s-f74b5b33-b44e-42d0-8ae2-c5e9398332fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f74b5b33-b44e-42d0-8ae2-c5e9398332fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-debaac81-f905-4299-a1a2-eaadbb24bb07 {
  text-align: center;
}







  img.s-debaac81-f905-4299-a1a2-eaadbb24bb07.shogun-image {
    
    
  }


.s-debaac81-f905-4299-a1a2-eaadbb24bb07 .shogun-image-content {
  
    align-items: center;
  
}

.s-debaac81-f905-4299-a1a2-eaadbb24bb07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-debaac81-f905-4299-a1a2-eaadbb24bb07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-debaac81-f905-4299-a1a2-eaadbb24bb07.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-debaac81-f905-4299-a1a2-eaadbb24bb07.shogun-image {
    
    
  }


.s-debaac81-f905-4299-a1a2-eaadbb24bb07 .shogun-image-content {
  
    align-items: center;
  
}

.s-debaac81-f905-4299-a1a2-eaadbb24bb07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-debaac81-f905-4299-a1a2-eaadbb24bb07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-debaac81-f905-4299-a1a2-eaadbb24bb07.shogun-image {
  box-sizing: border-box;
}



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





  img.s-debaac81-f905-4299-a1a2-eaadbb24bb07.shogun-image {
    
    
  }


.s-debaac81-f905-4299-a1a2-eaadbb24bb07 .shogun-image-content {
  
    align-items: center;
  
}

.s-debaac81-f905-4299-a1a2-eaadbb24bb07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-debaac81-f905-4299-a1a2-eaadbb24bb07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-debaac81-f905-4299-a1a2-eaadbb24bb07.shogun-image {
  box-sizing: border-box;
}



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





  img.s-debaac81-f905-4299-a1a2-eaadbb24bb07.shogun-image {
    
    
  }


.s-debaac81-f905-4299-a1a2-eaadbb24bb07 .shogun-image-content {
  
    align-items: center;
  
}

.s-debaac81-f905-4299-a1a2-eaadbb24bb07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-debaac81-f905-4299-a1a2-eaadbb24bb07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-debaac81-f905-4299-a1a2-eaadbb24bb07.shogun-image {
  box-sizing: border-box;
}



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





  img.s-debaac81-f905-4299-a1a2-eaadbb24bb07.shogun-image {
    
    
  }


.s-debaac81-f905-4299-a1a2-eaadbb24bb07 .shogun-image-content {
  
    align-items: center;
  
}

.s-debaac81-f905-4299-a1a2-eaadbb24bb07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-debaac81-f905-4299-a1a2-eaadbb24bb07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-debaac81-f905-4299-a1a2-eaadbb24bb07.shogun-image {
  box-sizing: border-box;
}



}
#s-d9bb1786-cf3d-47c3-bca8-93002b367667 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(198, 200, 218, 1);
border-style: solid;
border-radius: 18px;
min-height: 50px;
background-color: rgba(254, 254, 249, 1);
}








#s-d9bb1786-cf3d-47c3-bca8-93002b367667 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9bb1786-cf3d-47c3-bca8-93002b367667.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0254f636-c575-41bd-bd1c-ca627aadd851 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 18px;
text-align: center;
}







  img.s-0254f636-c575-41bd-bd1c-ca627aadd851.shogun-image {
    
    
  }


.s-0254f636-c575-41bd-bd1c-ca627aadd851 .shogun-image-content {
  
    align-items: center;
  
}

.s-0254f636-c575-41bd-bd1c-ca627aadd851.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0254f636-c575-41bd-bd1c-ca627aadd851.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0254f636-c575-41bd-bd1c-ca627aadd851.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-0254f636-c575-41bd-bd1c-ca627aadd851.shogun-image {
    
    
  }


.s-0254f636-c575-41bd-bd1c-ca627aadd851 .shogun-image-content {
  
    align-items: center;
  
}

.s-0254f636-c575-41bd-bd1c-ca627aadd851.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0254f636-c575-41bd-bd1c-ca627aadd851.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0254f636-c575-41bd-bd1c-ca627aadd851.shogun-image {
  box-sizing: border-box;
}



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





  img.s-0254f636-c575-41bd-bd1c-ca627aadd851.shogun-image {
    
    
  }


.s-0254f636-c575-41bd-bd1c-ca627aadd851 .shogun-image-content {
  
    align-items: center;
  
}

.s-0254f636-c575-41bd-bd1c-ca627aadd851.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0254f636-c575-41bd-bd1c-ca627aadd851.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0254f636-c575-41bd-bd1c-ca627aadd851.shogun-image {
  box-sizing: border-box;
}



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





  img.s-0254f636-c575-41bd-bd1c-ca627aadd851.shogun-image {
    
    
  }


.s-0254f636-c575-41bd-bd1c-ca627aadd851 .shogun-image-content {
  
    align-items: center;
  
}

.s-0254f636-c575-41bd-bd1c-ca627aadd851.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0254f636-c575-41bd-bd1c-ca627aadd851.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0254f636-c575-41bd-bd1c-ca627aadd851.shogun-image {
  box-sizing: border-box;
}



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





  img.s-0254f636-c575-41bd-bd1c-ca627aadd851.shogun-image {
    
    
  }


.s-0254f636-c575-41bd-bd1c-ca627aadd851 .shogun-image-content {
  
    align-items: center;
  
}

.s-0254f636-c575-41bd-bd1c-ca627aadd851.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0254f636-c575-41bd-bd1c-ca627aadd851.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0254f636-c575-41bd-bd1c-ca627aadd851.shogun-image {
  box-sizing: border-box;
}



}
#s-6f4df48b-ed55-4ff6-941a-8728af71de45 {
  padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 18px;
min-height: 50px;
background-color: rgba(246, 246, 246, 0);
}








#s-6f4df48b-ed55-4ff6-941a-8728af71de45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f4df48b-ed55-4ff6-941a-8728af71de45.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f2a1754-02b0-4e92-bf21-0844fc428b4f {
  margin-top: 1%;
margin-left: 4%;
}

#s-421bcd6d-a7b2-4492-a55f-121d3bbccde3 {
  margin-top: 2px;
margin-left: 4%;
margin-right: 12px;
}

#s-12fd6b75-cb85-4504-9942-453fd083f69d {
  margin-top: 3px;
margin-left: 4%;
margin-right: 12px;
}

#s-4074e345-dd04-4a9f-9034-372c15e2564c {
  margin-top: 17px;
margin-left: 4%;
margin-right: 4%;
padding-top: 12px;
padding-left: 4em;
padding-bottom: 12px;
padding-right: 4em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(34, 0, 204, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(34, 0, 204, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-4074e345-dd04-4a9f-9034-372c15e2564c:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(24, 2, 138, 1) !important;
border-radius: 30px !important;
background-color: rgba(24, 2, 138, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4074e345-dd04-4a9f-9034-372c15e2564c:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(34, 0, 204, 1) !important;
border-radius: 30px !important;
background-color: rgba(34, 0, 204, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-4074e345-dd04-4a9f-9034-372c15e2564c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4074e345-dd04-4a9f-9034-372c15e2564c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4074e345-dd04-4a9f-9034-372c15e2564c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  font-family: Soleil;
  display:  block ;
}

#s-4074e345-dd04-4a9f-9034-372c15e2564c.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Work Sans;
  
  font-size: 14px;
  color: rgba(24, 2, 138, 1);
}



#s-be0178ed-0a90-4d56-9ba3-61dbf66b839e {
  margin-top: 8px;
}

#s-3dbb72c8-1d37-4b95-81a3-006f483a9232 {
  margin-left: 12%;
margin-right: 12%;
padding-top: 3%;
padding-bottom: 3%;
min-height: 50px;
background-color: rgba(254, 254, 249, 1);
}








#s-3dbb72c8-1d37-4b95-81a3-006f483a9232 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3dbb72c8-1d37-4b95-81a3-006f483a9232.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-abc57f3c-f120-40fa-8fe2-e036011dcc90"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-abc57f3c-f120-40fa-8fe2-e036011dcc90"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-abc57f3c-f120-40fa-8fe2-e036011dcc90"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-abc57f3c-f120-40fa-8fe2-e036011dcc90"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b202236c-b18b-48bf-b850-4599e4d1ce9d {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 7%;
padding-bottom: 10%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(237, 248, 223, 1);
border-style: solid;
border-radius: 18px;
min-height: 600px;
background-position: center center;
}








#s-b202236c-b18b-48bf-b850-4599e4d1ce9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b202236c-b18b-48bf-b850-4599e4d1ce9d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b540d2d3-c5ea-4bcb-a09a-8848e35ad538 {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 4%;
margin-right: 5%;
}

#s-ff9d55ec-112d-4cbf-9bdb-11d706c34cb1 {
  min-height: 50px;
}








#s-ff9d55ec-112d-4cbf-9bdb-11d706c34cb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff9d55ec-112d-4cbf-9bdb-11d706c34cb1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c96b1b50-1e4c-46c4-80dc-3a61d27eb8bc {
  margin-top: -1px;
margin-left: 4%;
margin-right: 4%;
padding-top: 10px;
}

@media (min-width: 0px) {
[id="s-c96b1b50-1e4c-46c4-80dc-3a61d27eb8bc"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-c96b1b50-1e4c-46c4-80dc-3a61d27eb8bc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-c96b1b50-1e4c-46c4-80dc-3a61d27eb8bc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-c96b1b50-1e4c-46c4-80dc-3a61d27eb8bc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-c32f1d58-f14c-45d5-8fe0-ac4aeb3bc9ae {
  min-height: 50px;
}








#s-c32f1d58-f14c-45d5-8fe0-ac4aeb3bc9ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c32f1d58-f14c-45d5-8fe0-ac4aeb3bc9ae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-314f0122-66cd-4f63-bab6-ac8e16911f3d {
  max-width: 24px;
text-align: center;
}







  img.s-314f0122-66cd-4f63-bab6-ac8e16911f3d.shogun-image {
    
    
  }


.s-314f0122-66cd-4f63-bab6-ac8e16911f3d .shogun-image-content {
  
    align-items: center;
  
}

.s-314f0122-66cd-4f63-bab6-ac8e16911f3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-314f0122-66cd-4f63-bab6-ac8e16911f3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-314f0122-66cd-4f63-bab6-ac8e16911f3d.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-314f0122-66cd-4f63-bab6-ac8e16911f3d.shogun-image {
    
    
  }


.s-314f0122-66cd-4f63-bab6-ac8e16911f3d .shogun-image-content {
  
    align-items: center;
  
}

.s-314f0122-66cd-4f63-bab6-ac8e16911f3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-314f0122-66cd-4f63-bab6-ac8e16911f3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-314f0122-66cd-4f63-bab6-ac8e16911f3d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-314f0122-66cd-4f63-bab6-ac8e16911f3d.shogun-image {
    
    
  }


.s-314f0122-66cd-4f63-bab6-ac8e16911f3d .shogun-image-content {
  
    align-items: center;
  
}

.s-314f0122-66cd-4f63-bab6-ac8e16911f3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-314f0122-66cd-4f63-bab6-ac8e16911f3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-314f0122-66cd-4f63-bab6-ac8e16911f3d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-314f0122-66cd-4f63-bab6-ac8e16911f3d.shogun-image {
    
    
  }


.s-314f0122-66cd-4f63-bab6-ac8e16911f3d .shogun-image-content {
  
    align-items: center;
  
}

.s-314f0122-66cd-4f63-bab6-ac8e16911f3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-314f0122-66cd-4f63-bab6-ac8e16911f3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-314f0122-66cd-4f63-bab6-ac8e16911f3d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-314f0122-66cd-4f63-bab6-ac8e16911f3d.shogun-image {
    
    
  }


.s-314f0122-66cd-4f63-bab6-ac8e16911f3d .shogun-image-content {
  
    align-items: center;
  
}

.s-314f0122-66cd-4f63-bab6-ac8e16911f3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-314f0122-66cd-4f63-bab6-ac8e16911f3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-314f0122-66cd-4f63-bab6-ac8e16911f3d.shogun-image {
  box-sizing: border-box;
}



}
#s-c4e52354-897c-4f68-8f02-fca88b03fca8 {
  min-height: 50px;
}








#s-c4e52354-897c-4f68-8f02-fca88b03fca8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4e52354-897c-4f68-8f02-fca88b03fca8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52752f72-74ee-4e85-988d-c13c444cd56d {
  max-width: 30px;
text-align: center;
}







  img.s-52752f72-74ee-4e85-988d-c13c444cd56d.shogun-image {
    
    
  }


.s-52752f72-74ee-4e85-988d-c13c444cd56d .shogun-image-content {
  
    align-items: center;
  
}

.s-52752f72-74ee-4e85-988d-c13c444cd56d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52752f72-74ee-4e85-988d-c13c444cd56d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52752f72-74ee-4e85-988d-c13c444cd56d.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-52752f72-74ee-4e85-988d-c13c444cd56d.shogun-image {
    
    
  }


.s-52752f72-74ee-4e85-988d-c13c444cd56d .shogun-image-content {
  
    align-items: center;
  
}

.s-52752f72-74ee-4e85-988d-c13c444cd56d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52752f72-74ee-4e85-988d-c13c444cd56d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52752f72-74ee-4e85-988d-c13c444cd56d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-52752f72-74ee-4e85-988d-c13c444cd56d.shogun-image {
    
    
  }


.s-52752f72-74ee-4e85-988d-c13c444cd56d .shogun-image-content {
  
    align-items: center;
  
}

.s-52752f72-74ee-4e85-988d-c13c444cd56d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52752f72-74ee-4e85-988d-c13c444cd56d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52752f72-74ee-4e85-988d-c13c444cd56d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-52752f72-74ee-4e85-988d-c13c444cd56d.shogun-image {
    
    
  }


.s-52752f72-74ee-4e85-988d-c13c444cd56d .shogun-image-content {
  
    align-items: center;
  
}

.s-52752f72-74ee-4e85-988d-c13c444cd56d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52752f72-74ee-4e85-988d-c13c444cd56d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52752f72-74ee-4e85-988d-c13c444cd56d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-52752f72-74ee-4e85-988d-c13c444cd56d.shogun-image {
    
    
  }


.s-52752f72-74ee-4e85-988d-c13c444cd56d .shogun-image-content {
  
    align-items: center;
  
}

.s-52752f72-74ee-4e85-988d-c13c444cd56d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52752f72-74ee-4e85-988d-c13c444cd56d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52752f72-74ee-4e85-988d-c13c444cd56d.shogun-image {
  box-sizing: border-box;
}



}
#s-4c8d21f1-3974-4b6e-904b-85ada34927ae {
  min-height: 50px;
}








#s-4c8d21f1-3974-4b6e-904b-85ada34927ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c8d21f1-3974-4b6e-904b-85ada34927ae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66ad96e7-e8b5-4f02-9d2d-a987ced6fed4 {
  max-width: 24px;
text-align: center;
}







  img.s-66ad96e7-e8b5-4f02-9d2d-a987ced6fed4.shogun-image {
    
    
  }


.s-66ad96e7-e8b5-4f02-9d2d-a987ced6fed4 .shogun-image-content {
  
    align-items: center;
  
}

.s-66ad96e7-e8b5-4f02-9d2d-a987ced6fed4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66ad96e7-e8b5-4f02-9d2d-a987ced6fed4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66ad96e7-e8b5-4f02-9d2d-a987ced6fed4.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-66ad96e7-e8b5-4f02-9d2d-a987ced6fed4.shogun-image {
    
    
  }


.s-66ad96e7-e8b5-4f02-9d2d-a987ced6fed4 .shogun-image-content {
  
    align-items: center;
  
}

.s-66ad96e7-e8b5-4f02-9d2d-a987ced6fed4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66ad96e7-e8b5-4f02-9d2d-a987ced6fed4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66ad96e7-e8b5-4f02-9d2d-a987ced6fed4.shogun-image {
  box-sizing: border-box;
}



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





  img.s-66ad96e7-e8b5-4f02-9d2d-a987ced6fed4.shogun-image {
    
    
  }


.s-66ad96e7-e8b5-4f02-9d2d-a987ced6fed4 .shogun-image-content {
  
    align-items: center;
  
}

.s-66ad96e7-e8b5-4f02-9d2d-a987ced6fed4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66ad96e7-e8b5-4f02-9d2d-a987ced6fed4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66ad96e7-e8b5-4f02-9d2d-a987ced6fed4.shogun-image {
  box-sizing: border-box;
}



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





  img.s-66ad96e7-e8b5-4f02-9d2d-a987ced6fed4.shogun-image {
    
    
  }


.s-66ad96e7-e8b5-4f02-9d2d-a987ced6fed4 .shogun-image-content {
  
    align-items: center;
  
}

.s-66ad96e7-e8b5-4f02-9d2d-a987ced6fed4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66ad96e7-e8b5-4f02-9d2d-a987ced6fed4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66ad96e7-e8b5-4f02-9d2d-a987ced6fed4.shogun-image {
  box-sizing: border-box;
}



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





  img.s-66ad96e7-e8b5-4f02-9d2d-a987ced6fed4.shogun-image {
    
    
  }


.s-66ad96e7-e8b5-4f02-9d2d-a987ced6fed4 .shogun-image-content {
  
    align-items: center;
  
}

.s-66ad96e7-e8b5-4f02-9d2d-a987ced6fed4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66ad96e7-e8b5-4f02-9d2d-a987ced6fed4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66ad96e7-e8b5-4f02-9d2d-a987ced6fed4.shogun-image {
  box-sizing: border-box;
}



}
#s-d4d0eb0f-dc10-4a32-bed3-9902a8d29a07 {
  margin-top: 1%;
margin-left: 4%;
margin-bottom: 0%;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-d4d0eb0f-dc10-4a32-bed3-9902a8d29a07"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-d4d0eb0f-dc10-4a32-bed3-9902a8d29a07"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-d4d0eb0f-dc10-4a32-bed3-9902a8d29a07"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-d4d0eb0f-dc10-4a32-bed3-9902a8d29a07"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-589866d1-a1d5-4d02-8b26-9d3d6c228898 {
  min-height: 50px;
}








#s-589866d1-a1d5-4d02-8b26-9d3d6c228898 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-589866d1-a1d5-4d02-8b26-9d3d6c228898.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f704856-b6de-4baf-b3be-6cf7656a0406 {
  max-width: 24px;
text-align: center;
}







  img.s-8f704856-b6de-4baf-b3be-6cf7656a0406.shogun-image {
    
    
  }


.s-8f704856-b6de-4baf-b3be-6cf7656a0406 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f704856-b6de-4baf-b3be-6cf7656a0406.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f704856-b6de-4baf-b3be-6cf7656a0406.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f704856-b6de-4baf-b3be-6cf7656a0406.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-8f704856-b6de-4baf-b3be-6cf7656a0406.shogun-image {
    
    
  }


.s-8f704856-b6de-4baf-b3be-6cf7656a0406 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f704856-b6de-4baf-b3be-6cf7656a0406.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f704856-b6de-4baf-b3be-6cf7656a0406.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f704856-b6de-4baf-b3be-6cf7656a0406.shogun-image {
  box-sizing: border-box;
}



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





  img.s-8f704856-b6de-4baf-b3be-6cf7656a0406.shogun-image {
    
    
  }


.s-8f704856-b6de-4baf-b3be-6cf7656a0406 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f704856-b6de-4baf-b3be-6cf7656a0406.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f704856-b6de-4baf-b3be-6cf7656a0406.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f704856-b6de-4baf-b3be-6cf7656a0406.shogun-image {
  box-sizing: border-box;
}



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





  img.s-8f704856-b6de-4baf-b3be-6cf7656a0406.shogun-image {
    
    
  }


.s-8f704856-b6de-4baf-b3be-6cf7656a0406 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f704856-b6de-4baf-b3be-6cf7656a0406.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f704856-b6de-4baf-b3be-6cf7656a0406.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f704856-b6de-4baf-b3be-6cf7656a0406.shogun-image {
  box-sizing: border-box;
}



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





  img.s-8f704856-b6de-4baf-b3be-6cf7656a0406.shogun-image {
    
    
  }


.s-8f704856-b6de-4baf-b3be-6cf7656a0406 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f704856-b6de-4baf-b3be-6cf7656a0406.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f704856-b6de-4baf-b3be-6cf7656a0406.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f704856-b6de-4baf-b3be-6cf7656a0406.shogun-image {
  box-sizing: border-box;
}



}
#s-bcd46473-cad8-40d5-8c9c-f3bd8494d37b {
  margin-left: -5%;
margin-right: -5%;
}

#s-9322e66a-488b-4b4c-89c3-50a87bfd6df8 {
  min-height: 50px;
}








#s-9322e66a-488b-4b4c-89c3-50a87bfd6df8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9322e66a-488b-4b4c-89c3-50a87bfd6df8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3fbb6368-c7fe-4495-9e0d-56ac45b50891 {
  max-width: 30px;
text-align: center;
}







  img.s-3fbb6368-c7fe-4495-9e0d-56ac45b50891.shogun-image {
    
    
  }


.s-3fbb6368-c7fe-4495-9e0d-56ac45b50891 .shogun-image-content {
  
    align-items: center;
  
}

.s-3fbb6368-c7fe-4495-9e0d-56ac45b50891.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fbb6368-c7fe-4495-9e0d-56ac45b50891.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fbb6368-c7fe-4495-9e0d-56ac45b50891.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-3fbb6368-c7fe-4495-9e0d-56ac45b50891.shogun-image {
    
    
  }


.s-3fbb6368-c7fe-4495-9e0d-56ac45b50891 .shogun-image-content {
  
    align-items: center;
  
}

.s-3fbb6368-c7fe-4495-9e0d-56ac45b50891.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fbb6368-c7fe-4495-9e0d-56ac45b50891.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fbb6368-c7fe-4495-9e0d-56ac45b50891.shogun-image {
  box-sizing: border-box;
}



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





  img.s-3fbb6368-c7fe-4495-9e0d-56ac45b50891.shogun-image {
    
    
  }


.s-3fbb6368-c7fe-4495-9e0d-56ac45b50891 .shogun-image-content {
  
    align-items: center;
  
}

.s-3fbb6368-c7fe-4495-9e0d-56ac45b50891.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fbb6368-c7fe-4495-9e0d-56ac45b50891.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fbb6368-c7fe-4495-9e0d-56ac45b50891.shogun-image {
  box-sizing: border-box;
}



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





  img.s-3fbb6368-c7fe-4495-9e0d-56ac45b50891.shogun-image {
    
    
  }


.s-3fbb6368-c7fe-4495-9e0d-56ac45b50891 .shogun-image-content {
  
    align-items: center;
  
}

.s-3fbb6368-c7fe-4495-9e0d-56ac45b50891.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fbb6368-c7fe-4495-9e0d-56ac45b50891.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fbb6368-c7fe-4495-9e0d-56ac45b50891.shogun-image {
  box-sizing: border-box;
}



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





  img.s-3fbb6368-c7fe-4495-9e0d-56ac45b50891.shogun-image {
    
    
  }


.s-3fbb6368-c7fe-4495-9e0d-56ac45b50891 .shogun-image-content {
  
    align-items: center;
  
}

.s-3fbb6368-c7fe-4495-9e0d-56ac45b50891.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fbb6368-c7fe-4495-9e0d-56ac45b50891.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fbb6368-c7fe-4495-9e0d-56ac45b50891.shogun-image {
  box-sizing: border-box;
}



}
#s-7c14b48c-7a06-411a-a4d5-55f55836bed1 {
  min-height: 50px;
}








#s-7c14b48c-7a06-411a-a4d5-55f55836bed1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c14b48c-7a06-411a-a4d5-55f55836bed1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8e700656-dfad-4708-aead-f60024c39d78 {
  max-width: 24px;
text-align: center;
}







  img.s-8e700656-dfad-4708-aead-f60024c39d78.shogun-image {
    
    
  }


.s-8e700656-dfad-4708-aead-f60024c39d78 .shogun-image-content {
  
    align-items: center;
  
}

.s-8e700656-dfad-4708-aead-f60024c39d78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e700656-dfad-4708-aead-f60024c39d78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e700656-dfad-4708-aead-f60024c39d78.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-8e700656-dfad-4708-aead-f60024c39d78.shogun-image {
    
    
  }


.s-8e700656-dfad-4708-aead-f60024c39d78 .shogun-image-content {
  
    align-items: center;
  
}

.s-8e700656-dfad-4708-aead-f60024c39d78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e700656-dfad-4708-aead-f60024c39d78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e700656-dfad-4708-aead-f60024c39d78.shogun-image {
  box-sizing: border-box;
}



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





  img.s-8e700656-dfad-4708-aead-f60024c39d78.shogun-image {
    
    
  }


.s-8e700656-dfad-4708-aead-f60024c39d78 .shogun-image-content {
  
    align-items: center;
  
}

.s-8e700656-dfad-4708-aead-f60024c39d78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e700656-dfad-4708-aead-f60024c39d78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e700656-dfad-4708-aead-f60024c39d78.shogun-image {
  box-sizing: border-box;
}



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





  img.s-8e700656-dfad-4708-aead-f60024c39d78.shogun-image {
    
    
  }


.s-8e700656-dfad-4708-aead-f60024c39d78 .shogun-image-content {
  
    align-items: center;
  
}

.s-8e700656-dfad-4708-aead-f60024c39d78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e700656-dfad-4708-aead-f60024c39d78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e700656-dfad-4708-aead-f60024c39d78.shogun-image {
  box-sizing: border-box;
}



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





  img.s-8e700656-dfad-4708-aead-f60024c39d78.shogun-image {
    
    
  }


.s-8e700656-dfad-4708-aead-f60024c39d78 .shogun-image-content {
  
    align-items: center;
  
}

.s-8e700656-dfad-4708-aead-f60024c39d78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e700656-dfad-4708-aead-f60024c39d78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e700656-dfad-4708-aead-f60024c39d78.shogun-image {
  box-sizing: border-box;
}



}
#s-d418204d-105c-4b49-9477-4c1c8a73ed06 {
  border-style: solid;
margin-top: 8%;
margin-left: auto;
margin-right: auto;
padding-top: 16px;
padding-left: 20px;
padding-bottom: 16px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(24, 2, 138, 1);
border-radius: 30px;
max-width: 450px;
background-color: rgba(24, 2, 138, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d418204d-105c-4b49-9477-4c1c8a73ed06:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(34, 0, 204, 1) !important;
border-radius: 30px !important;
background-color: rgba(34, 0, 204, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d418204d-105c-4b49-9477-4c1c8a73ed06:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(24, 2, 138, 1) !important;
border-radius: 30px !important;
background-color: rgba(24, 2, 138, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d418204d-105c-4b49-9477-4c1c8a73ed06-root {
    text-align: center;
  }


#s-d418204d-105c-4b49-9477-4c1c8a73ed06.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Soleil;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d418204d-105c-4b49-9477-4c1c8a73ed06-root {
    text-align: center;
  }


#s-d418204d-105c-4b49-9477-4c1c8a73ed06.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d418204d-105c-4b49-9477-4c1c8a73ed06-root {
    text-align: center;
  }


#s-d418204d-105c-4b49-9477-4c1c8a73ed06.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d418204d-105c-4b49-9477-4c1c8a73ed06-root {
    text-align: center;
  }


#s-d418204d-105c-4b49-9477-4c1c8a73ed06.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d418204d-105c-4b49-9477-4c1c8a73ed06-root {
    text-align: center;
  }


#s-d418204d-105c-4b49-9477-4c1c8a73ed06.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Soleil;
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-09922b8d-0c4a-413b-8378-490609e70b29"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-09922b8d-0c4a-413b-8378-490609e70b29"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-09922b8d-0c4a-413b-8378-490609e70b29"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-09922b8d-0c4a-413b-8378-490609e70b29"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-37f15356-6d48-4c1b-aef2-f7a9d6206d24 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 18px;
text-align: center;
}







  img.s-37f15356-6d48-4c1b-aef2-f7a9d6206d24.shogun-image {
    
    
  }


.s-37f15356-6d48-4c1b-aef2-f7a9d6206d24 .shogun-image-content {
  
    align-items: center;
  
}

.s-37f15356-6d48-4c1b-aef2-f7a9d6206d24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37f15356-6d48-4c1b-aef2-f7a9d6206d24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37f15356-6d48-4c1b-aef2-f7a9d6206d24.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-37f15356-6d48-4c1b-aef2-f7a9d6206d24.shogun-image {
    
    
  }


.s-37f15356-6d48-4c1b-aef2-f7a9d6206d24 .shogun-image-content {
  
    align-items: center;
  
}

.s-37f15356-6d48-4c1b-aef2-f7a9d6206d24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37f15356-6d48-4c1b-aef2-f7a9d6206d24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37f15356-6d48-4c1b-aef2-f7a9d6206d24.shogun-image {
  box-sizing: border-box;
}



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





  img.s-37f15356-6d48-4c1b-aef2-f7a9d6206d24.shogun-image {
    
    
  }


.s-37f15356-6d48-4c1b-aef2-f7a9d6206d24 .shogun-image-content {
  
    align-items: center;
  
}

.s-37f15356-6d48-4c1b-aef2-f7a9d6206d24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37f15356-6d48-4c1b-aef2-f7a9d6206d24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37f15356-6d48-4c1b-aef2-f7a9d6206d24.shogun-image {
  box-sizing: border-box;
}



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





  img.s-37f15356-6d48-4c1b-aef2-f7a9d6206d24.shogun-image {
    
    
  }


.s-37f15356-6d48-4c1b-aef2-f7a9d6206d24 .shogun-image-content {
  
    align-items: center;
  
}

.s-37f15356-6d48-4c1b-aef2-f7a9d6206d24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37f15356-6d48-4c1b-aef2-f7a9d6206d24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37f15356-6d48-4c1b-aef2-f7a9d6206d24.shogun-image {
  box-sizing: border-box;
}



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





  img.s-37f15356-6d48-4c1b-aef2-f7a9d6206d24.shogun-image {
    
    
  }


.s-37f15356-6d48-4c1b-aef2-f7a9d6206d24 .shogun-image-content {
  
    align-items: center;
  
}

.s-37f15356-6d48-4c1b-aef2-f7a9d6206d24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37f15356-6d48-4c1b-aef2-f7a9d6206d24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37f15356-6d48-4c1b-aef2-f7a9d6206d24.shogun-image {
  box-sizing: border-box;
}



}
#s-01693e95-12c2-4379-a39a-b1503b2b9ef4 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 18px;
text-align: center;
}







  img.s-01693e95-12c2-4379-a39a-b1503b2b9ef4.shogun-image {
    
    
  }


.s-01693e95-12c2-4379-a39a-b1503b2b9ef4 .shogun-image-content {
  
    align-items: center;
  
}

.s-01693e95-12c2-4379-a39a-b1503b2b9ef4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01693e95-12c2-4379-a39a-b1503b2b9ef4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01693e95-12c2-4379-a39a-b1503b2b9ef4.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-01693e95-12c2-4379-a39a-b1503b2b9ef4.shogun-image {
    
    
  }


.s-01693e95-12c2-4379-a39a-b1503b2b9ef4 .shogun-image-content {
  
    align-items: center;
  
}

.s-01693e95-12c2-4379-a39a-b1503b2b9ef4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01693e95-12c2-4379-a39a-b1503b2b9ef4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01693e95-12c2-4379-a39a-b1503b2b9ef4.shogun-image {
  box-sizing: border-box;
}



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





  img.s-01693e95-12c2-4379-a39a-b1503b2b9ef4.shogun-image {
    
    
  }


.s-01693e95-12c2-4379-a39a-b1503b2b9ef4 .shogun-image-content {
  
    align-items: center;
  
}

.s-01693e95-12c2-4379-a39a-b1503b2b9ef4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01693e95-12c2-4379-a39a-b1503b2b9ef4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01693e95-12c2-4379-a39a-b1503b2b9ef4.shogun-image {
  box-sizing: border-box;
}



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





  img.s-01693e95-12c2-4379-a39a-b1503b2b9ef4.shogun-image {
    
    
  }


.s-01693e95-12c2-4379-a39a-b1503b2b9ef4 .shogun-image-content {
  
    align-items: center;
  
}

.s-01693e95-12c2-4379-a39a-b1503b2b9ef4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01693e95-12c2-4379-a39a-b1503b2b9ef4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01693e95-12c2-4379-a39a-b1503b2b9ef4.shogun-image {
  box-sizing: border-box;
}



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





  img.s-01693e95-12c2-4379-a39a-b1503b2b9ef4.shogun-image {
    
    
  }


.s-01693e95-12c2-4379-a39a-b1503b2b9ef4 .shogun-image-content {
  
    align-items: center;
  
}

.s-01693e95-12c2-4379-a39a-b1503b2b9ef4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01693e95-12c2-4379-a39a-b1503b2b9ef4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01693e95-12c2-4379-a39a-b1503b2b9ef4.shogun-image {
  box-sizing: border-box;
}



}
#s-34712f44-50c3-4052-a502-33c0f5b5e817 {
  margin-top: 30px;
padding-top: 7%;
padding-bottom: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(243, 243, 228, 1);
border-style: solid;
border-radius: 18px;
min-height: 0px;
background-color: rgba(240, 247, 255, 1);
}








#s-34712f44-50c3-4052-a502-33c0f5b5e817 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34712f44-50c3-4052-a502-33c0f5b5e817.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cdc9730a-6dcd-462e-9732-6ea0540dd7d2 {
  margin-top: 4%;
margin-left: auto;
margin-right: auto;
max-width: 225px;
text-align: center;
}







  #s-cdc9730a-6dcd-462e-9732-6ea0540dd7d2 img.shogun-image {
    

    
    
    
  }


#s-cdc9730a-6dcd-462e-9732-6ea0540dd7d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-2b984c34-ef9e-4201-ab18-9a1a83bf6891 {
  margin-top: 5%;
margin-left: 5%;
margin-bottom: 4%;
margin-right: 5%;
}

#s-92121e5c-b157-4dc1-94b4-875bbaed3a03 {
  padding-top: 1%;
padding-left: 12%;
padding-bottom: 1%;
padding-right: 12%;
min-height: 50px;
background-color: rgba(254, 254, 249, 1);
}








#s-92121e5c-b157-4dc1-94b4-875bbaed3a03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92121e5c-b157-4dc1-94b4-875bbaed3a03.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2a7ece35-2ef3-441f-916c-6902c406daab {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 18px;
max-width: 85%;
text-align: center;
}







  #s-2a7ece35-2ef3-441f-916c-6902c406daab img.shogun-image {
    

    
    
    
  }


#s-2a7ece35-2ef3-441f-916c-6902c406daab .shogun-image-content {
  
    align-items: center;
  
}

#s-c20b4a26-cd9c-472f-bd23-0668ae6a00a8 {
  margin-top: 5%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
}

#s-33be2e2a-f2d1-421b-ab33-6f596a61e1d9 {
  margin-bottom: 20%;
}

#s-39f707a2-c8bb-4173-9040-caf6a49e35ac {
  border-style: solid;
margin-top: 1%;
margin-left: auto;
margin-right: auto;
padding-top: 16px;
padding-left: 20px;
padding-bottom: 16px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(24, 2, 138, 1);
border-radius: 30px;
max-width: 450px;
background-color: rgba(24, 2, 138, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-39f707a2-c8bb-4173-9040-caf6a49e35ac:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(34, 0, 204, 1) !important;
border-radius: 30px !important;
background-color: rgba(34, 0, 204, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-39f707a2-c8bb-4173-9040-caf6a49e35ac:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(24, 2, 138, 1) !important;
border-radius: 30px !important;
background-color: rgba(24, 2, 138, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-39f707a2-c8bb-4173-9040-caf6a49e35ac-root {
    text-align: center;
  }


#s-39f707a2-c8bb-4173-9040-caf6a49e35ac.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Soleil;
  display:  block ;
}
@media (min-width: 1200px){
  #s-39f707a2-c8bb-4173-9040-caf6a49e35ac-root {
    text-align: center;
  }


#s-39f707a2-c8bb-4173-9040-caf6a49e35ac.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-39f707a2-c8bb-4173-9040-caf6a49e35ac-root {
    text-align: center;
  }


#s-39f707a2-c8bb-4173-9040-caf6a49e35ac.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-39f707a2-c8bb-4173-9040-caf6a49e35ac-root {
    text-align: center;
  }


#s-39f707a2-c8bb-4173-9040-caf6a49e35ac.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (max-width: 767px){
  #s-39f707a2-c8bb-4173-9040-caf6a49e35ac-root {
    text-align: center;
  }


#s-39f707a2-c8bb-4173-9040-caf6a49e35ac.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Soleil;
  display:  block ;
}
}
#s-92296829-92ca-490c-8cbf-3cafd52ed36b {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-92296829-92ca-490c-8cbf-3cafd52ed36b .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-92296829-92ca-490c-8cbf-3cafd52ed36b .shg-sld-nav-button.shg-sld-left,
#s-92296829-92ca-490c-8cbf-3cafd52ed36b .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-8c892ed1-e275-496e-9c6f-4fc187c9e7c4 {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
text-align: center;
}







  #s-8c892ed1-e275-496e-9c6f-4fc187c9e7c4 img.shogun-image {
    

    
    
    
  }


#s-8c892ed1-e275-496e-9c6f-4fc187c9e7c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-63043519-a853-4c2a-afaf-2900e67536c8 {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
text-align: center;
}







  #s-63043519-a853-4c2a-afaf-2900e67536c8 img.shogun-image {
    

    
    
    
  }


#s-63043519-a853-4c2a-afaf-2900e67536c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-a210b0b2-8434-478d-884d-79258523af51 {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
text-align: center;
}







  #s-a210b0b2-8434-478d-884d-79258523af51 img.shogun-image {
    

    
    
    
  }


#s-a210b0b2-8434-478d-884d-79258523af51 .shogun-image-content {
  
    align-items: center;
  
}

#s-add3014b-36b6-470f-a12d-e819d26e760d {
  text-align: left;
}

#s-ff45aa82-5218-4ce9-a6fd-6a6a6333e458 {
  padding-top: 0%;
padding-bottom: 3%;
min-height: 50px;
}








#s-ff45aa82-5218-4ce9-a6fd-6a6a6333e458 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff45aa82-5218-4ce9-a6fd-6a6a6333e458.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5a3501ef-9454-4468-ad32-6a856ba10865 {
  margin-top: 2%;
margin-left: 7%;
margin-bottom: 1%;
margin-right: 13%;
}

.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-b2e5841c-1b2b-43a1-a320-7609332f9466 {
  margin-left: 7%;
margin-right: 7%;
}

[id="s-b2e5841c-1b2b-43a1-a320-7609332f9466"] .shg-ig-posts-container > .shg-ig-posts {
  width: 50%;
  padding-right: 15px;
}

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

@media (min-width: 768px) {
  [id="s-b2e5841c-1b2b-43a1-a320-7609332f9466"] .shg-ig-posts-container > .shg-ig-posts {
    width: 25.0%;
    padding-right: 15px;
  }

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

#s-87d57677-635d-4cda-8fdc-a1443628a0d0 {
  margin-left: 7%;
margin-right: 7%;
min-height: 50px;
}








#s-87d57677-635d-4cda-8fdc-a1443628a0d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87d57677-635d-4cda-8fdc-a1443628a0d0.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-7a361bf5-e980-4eb3-a798-141cddf5fa2e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a361bf5-e980-4eb3-a798-141cddf5fa2e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7a361bf5-e980-4eb3-a798-141cddf5fa2e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7a361bf5-e980-4eb3-a798-141cddf5fa2e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7a361bf5-e980-4eb3-a798-141cddf5fa2e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a361bf5-e980-4eb3-a798-141cddf5fa2e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7a361bf5-e980-4eb3-a798-141cddf5fa2e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-b1748cdf-fd5a-4c31-84c9-664408721081 {
  max-width: 30px;
text-align: left;
}







  img.s-b1748cdf-fd5a-4c31-84c9-664408721081.shogun-image {
    
    
  }


.s-b1748cdf-fd5a-4c31-84c9-664408721081 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-b1748cdf-fd5a-4c31-84c9-664408721081.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b1748cdf-fd5a-4c31-84c9-664408721081.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1748cdf-fd5a-4c31-84c9-664408721081.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-b1748cdf-fd5a-4c31-84c9-664408721081.shogun-image {
    
    
  }


.s-b1748cdf-fd5a-4c31-84c9-664408721081 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-b1748cdf-fd5a-4c31-84c9-664408721081.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b1748cdf-fd5a-4c31-84c9-664408721081.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1748cdf-fd5a-4c31-84c9-664408721081.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b1748cdf-fd5a-4c31-84c9-664408721081.shogun-image {
    
    
  }


.s-b1748cdf-fd5a-4c31-84c9-664408721081 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-b1748cdf-fd5a-4c31-84c9-664408721081.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b1748cdf-fd5a-4c31-84c9-664408721081.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1748cdf-fd5a-4c31-84c9-664408721081.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b1748cdf-fd5a-4c31-84c9-664408721081.shogun-image {
    
    
  }


.s-b1748cdf-fd5a-4c31-84c9-664408721081 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-b1748cdf-fd5a-4c31-84c9-664408721081.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b1748cdf-fd5a-4c31-84c9-664408721081.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1748cdf-fd5a-4c31-84c9-664408721081.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b1748cdf-fd5a-4c31-84c9-664408721081.shogun-image {
    
    
  }


.s-b1748cdf-fd5a-4c31-84c9-664408721081 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-b1748cdf-fd5a-4c31-84c9-664408721081.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b1748cdf-fd5a-4c31-84c9-664408721081.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1748cdf-fd5a-4c31-84c9-664408721081.shogun-image {
  box-sizing: border-box;
}



}
#s-2db0af2f-4e0c-4af1-b9cf-66253c0b54bf {
  margin-left: -5%;
}

#s-84cdfc0c-2ee1-4b59-8644-04a6e5fa09fd {
  min-height: 50px;
}
@media (min-width: 1200px){#s-84cdfc0c-2ee1-4b59-8644-04a6e5fa09fd {
  display: none;
}
#s-84cdfc0c-2ee1-4b59-8644-04a6e5fa09fd, #wrap-s-84cdfc0c-2ee1-4b59-8644-04a6e5fa09fd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-84cdfc0c-2ee1-4b59-8644-04a6e5fa09fd {
  display: none;
}
#s-84cdfc0c-2ee1-4b59-8644-04a6e5fa09fd, #wrap-s-84cdfc0c-2ee1-4b59-8644-04a6e5fa09fd { display: none !important; }}







#s-84cdfc0c-2ee1-4b59-8644-04a6e5fa09fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84cdfc0c-2ee1-4b59-8644-04a6e5fa09fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b8e5caf4-189c-491e-859a-4a3720b37e14 {
  max-width: 1695px;
aspect-ratio: 1695/2471;
text-align: center;
}





  #s-b8e5caf4-189c-491e-859a-4a3720b37e14 img.shogun-image,
  #s-b8e5caf4-189c-491e-859a-4a3720b37e14 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b8e5caf4-189c-491e-859a-4a3720b37e14 {
    width: 100%;
    height: auto;
  }

  #s-b8e5caf4-189c-491e-859a-4a3720b37e14 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b8e5caf4-189c-491e-859a-4a3720b37e14.shogun-image {
    
    
  }


.s-b8e5caf4-189c-491e-859a-4a3720b37e14 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-b8e5caf4-189c-491e-859a-4a3720b37e14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8e5caf4-189c-491e-859a-4a3720b37e14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8e5caf4-189c-491e-859a-4a3720b37e14.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b8e5caf4-189c-491e-859a-4a3720b37e14 {
      --shg-aspect-ratio: calc(1695/2471); 
    }

    .s-b8e5caf4-189c-491e-859a-4a3720b37e14.shogun-image-container {
      position: relative;
    }

    .s-b8e5caf4-189c-491e-859a-4a3720b37e14.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8e5caf4-189c-491e-859a-4a3720b37e14.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8e5caf4-189c-491e-859a-4a3720b37e14 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-b8e5caf4-189c-491e-859a-4a3720b37e14 img.shogun-image,
  #s-b8e5caf4-189c-491e-859a-4a3720b37e14 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b8e5caf4-189c-491e-859a-4a3720b37e14 {
    width: 100%;
    height: auto;
  }

  #s-b8e5caf4-189c-491e-859a-4a3720b37e14 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b8e5caf4-189c-491e-859a-4a3720b37e14.shogun-image {
    
    
  }


.s-b8e5caf4-189c-491e-859a-4a3720b37e14 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-b8e5caf4-189c-491e-859a-4a3720b37e14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8e5caf4-189c-491e-859a-4a3720b37e14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8e5caf4-189c-491e-859a-4a3720b37e14.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b8e5caf4-189c-491e-859a-4a3720b37e14 {
      --shg-aspect-ratio: calc(1695/2471); 
    }

    .s-b8e5caf4-189c-491e-859a-4a3720b37e14.shogun-image-container {
      position: relative;
    }

    .s-b8e5caf4-189c-491e-859a-4a3720b37e14.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8e5caf4-189c-491e-859a-4a3720b37e14.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8e5caf4-189c-491e-859a-4a3720b37e14 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-b8e5caf4-189c-491e-859a-4a3720b37e14 img.shogun-image,
  #s-b8e5caf4-189c-491e-859a-4a3720b37e14 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b8e5caf4-189c-491e-859a-4a3720b37e14 {
    width: 100%;
    height: auto;
  }

  #s-b8e5caf4-189c-491e-859a-4a3720b37e14 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b8e5caf4-189c-491e-859a-4a3720b37e14.shogun-image {
    
    
  }


.s-b8e5caf4-189c-491e-859a-4a3720b37e14 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-b8e5caf4-189c-491e-859a-4a3720b37e14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8e5caf4-189c-491e-859a-4a3720b37e14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8e5caf4-189c-491e-859a-4a3720b37e14.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b8e5caf4-189c-491e-859a-4a3720b37e14 {
      --shg-aspect-ratio: calc(1695/2471); 
    }

    .s-b8e5caf4-189c-491e-859a-4a3720b37e14.shogun-image-container {
      position: relative;
    }

    .s-b8e5caf4-189c-491e-859a-4a3720b37e14.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8e5caf4-189c-491e-859a-4a3720b37e14.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8e5caf4-189c-491e-859a-4a3720b37e14 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-b8e5caf4-189c-491e-859a-4a3720b37e14 img.shogun-image,
  #s-b8e5caf4-189c-491e-859a-4a3720b37e14 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b8e5caf4-189c-491e-859a-4a3720b37e14 {
    width: 100%;
    height: auto;
  }

  #s-b8e5caf4-189c-491e-859a-4a3720b37e14 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b8e5caf4-189c-491e-859a-4a3720b37e14.shogun-image {
    
    
  }


.s-b8e5caf4-189c-491e-859a-4a3720b37e14 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-b8e5caf4-189c-491e-859a-4a3720b37e14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8e5caf4-189c-491e-859a-4a3720b37e14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8e5caf4-189c-491e-859a-4a3720b37e14.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b8e5caf4-189c-491e-859a-4a3720b37e14 {
      --shg-aspect-ratio: calc(1695/2471); 
    }

    .s-b8e5caf4-189c-491e-859a-4a3720b37e14.shogun-image-container {
      position: relative;
    }

    .s-b8e5caf4-189c-491e-859a-4a3720b37e14.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8e5caf4-189c-491e-859a-4a3720b37e14.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8e5caf4-189c-491e-859a-4a3720b37e14 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-b8e5caf4-189c-491e-859a-4a3720b37e14 img.shogun-image,
  #s-b8e5caf4-189c-491e-859a-4a3720b37e14 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b8e5caf4-189c-491e-859a-4a3720b37e14 {
    width: 100%;
    height: auto;
  }

  #s-b8e5caf4-189c-491e-859a-4a3720b37e14 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b8e5caf4-189c-491e-859a-4a3720b37e14.shogun-image {
    
    
  }


.s-b8e5caf4-189c-491e-859a-4a3720b37e14 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-b8e5caf4-189c-491e-859a-4a3720b37e14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8e5caf4-189c-491e-859a-4a3720b37e14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8e5caf4-189c-491e-859a-4a3720b37e14.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b8e5caf4-189c-491e-859a-4a3720b37e14 {
      --shg-aspect-ratio: calc(1695/2471); 
    }

    .s-b8e5caf4-189c-491e-859a-4a3720b37e14.shogun-image-container {
      position: relative;
    }

    .s-b8e5caf4-189c-491e-859a-4a3720b37e14.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8e5caf4-189c-491e-859a-4a3720b37e14.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8e5caf4-189c-491e-859a-4a3720b37e14 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-3a8d0ff0-e658-44a3-9172-71f7ff9c5737 {
  margin-top: 7%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 4%;
}

#s-87c73fe0-4b4e-4289-a160-cf354b06e0fb {
  margin-top: 3%;
margin-left: 3%;
margin-right: 3%;
}

#s-6cabbe88-1516-4944-9dec-b26f7b10b8f7 {
  margin-top: 1%;
margin-left: 3%;
margin-bottom: 5%;
margin-right: 4%;
}

#s-eb84f1eb-6b92-40dd-8569-e66d1ce2f455 {
  margin-top: 66%;
margin-left: 5%;
margin-right: 5%;
padding-top: 16px;
padding-left: 20px;
padding-bottom: 16px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(34, 0, 204, 1);
border-style: solid;
border-radius: 34px;
background-color: rgba(24, 2, 138, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-eb84f1eb-6b92-40dd-8569-e66d1ce2f455:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(24, 2, 138, 1) !important;
border-radius: 30px !important;
background-color: rgba(24, 2, 138, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-eb84f1eb-6b92-40dd-8569-e66d1ce2f455:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(34, 0, 204, 1) !important;
border-radius: 30px !important;
background-color: rgba(34, 0, 204, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-eb84f1eb-6b92-40dd-8569-e66d1ce2f455-root {
    text-align: center;
  }


#s-eb84f1eb-6b92-40dd-8569-e66d1ce2f455.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Soleil;
  display:  block ;
}
@media (min-width: 1200px){
  #s-eb84f1eb-6b92-40dd-8569-e66d1ce2f455-root {
    text-align: center;
  }


#s-eb84f1eb-6b92-40dd-8569-e66d1ce2f455.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eb84f1eb-6b92-40dd-8569-e66d1ce2f455-root {
    text-align: center;
  }


#s-eb84f1eb-6b92-40dd-8569-e66d1ce2f455.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eb84f1eb-6b92-40dd-8569-e66d1ce2f455-root {
    text-align: center;
  }


#s-eb84f1eb-6b92-40dd-8569-e66d1ce2f455.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (max-width: 767px){
  #s-eb84f1eb-6b92-40dd-8569-e66d1ce2f455-root {
    text-align: center;
  }


#s-eb84f1eb-6b92-40dd-8569-e66d1ce2f455.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Soleil;
  display:  block ;
}
}
#s-d2304fba-0822-46fe-a67f-2cfd15ed29b3 {
  min-height: 50px;
}








#s-d2304fba-0822-46fe-a67f-2cfd15ed29b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2304fba-0822-46fe-a67f-2cfd15ed29b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a23903b-893e-4572-b8dc-437917af19c0 {
  padding-top: 8%;
padding-bottom: 4%;
min-height: 50px;
background-color: rgba(240, 247, 255, 1);
}








#s-7a23903b-893e-4572-b8dc-437917af19c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a23903b-893e-4572-b8dc-437917af19c0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cb066f70-2941-4794-ab63-4ec2658ddaad {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 8px;
margin-right: auto;
max-width: 185px;
text-align: left;
}







  #s-cb066f70-2941-4794-ab63-4ec2658ddaad img.shogun-image {
    

    
    
    
  }


#s-cb066f70-2941-4794-ab63-4ec2658ddaad .shogun-image-content {
  
    align-items: center;
  
}

#s-7a42b37e-0c51-42a9-9623-62512cf108a3 {
  margin-left: 4%;
margin-right: 4%;
}

#s-dd0f18aa-f4f3-4530-ba89-6d270dd66ad6 {
  margin-top: 0%;
margin-left: 4%;
margin-bottom: 1%;
margin-right: 4%;
}

#s-21752a33-116d-49cb-8d8f-30c03e64e883 {
  min-height: 50px;
}








#s-21752a33-116d-49cb-8d8f-30c03e64e883 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21752a33-116d-49cb-8d8f-30c03e64e883.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9212bfc8-5fe8-426d-b4fd-50c04c070a88 {
  margin-top: 2%;
margin-left: 4%;
margin-bottom: 2%;
margin-right: 4%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 18px;
min-height: 50px;
background-color: rgba(254, 254, 249, 1);
}








#s-9212bfc8-5fe8-426d-b4fd-50c04c070a88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9212bfc8-5fe8-426d-b4fd-50c04c070a88.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-534dbf5c-c537-42af-8a2a-adc5bb91c643 {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 0%;
margin-right: 0%;
min-height: 200px;
background-position: center center;
}








#s-534dbf5c-c537-42af-8a2a-adc5bb91c643 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-534dbf5c-c537-42af-8a2a-adc5bb91c643.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18470e9e-5d21-41cd-bb1a-64d8f844f3d0 {
  margin-top: 3%;
margin-left: 5%;
margin-right: 5%;
padding-top: 16px;
padding-left: 20px;
padding-bottom: 16px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(34, 0, 204, 1);
border-style: solid;
border-radius: 34px;
background-color: rgba(34, 0, 204, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-18470e9e-5d21-41cd-bb1a-64d8f844f3d0:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(24, 2, 138, 1) !important;
border-radius: 30px !important;
background-color: rgba(24, 2, 138, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-18470e9e-5d21-41cd-bb1a-64d8f844f3d0:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(34, 0, 204, 1) !important;
border-radius: 30px !important;
background-color: rgba(34, 0, 204, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-18470e9e-5d21-41cd-bb1a-64d8f844f3d0-root {
    text-align: center;
  }


#s-18470e9e-5d21-41cd-bb1a-64d8f844f3d0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Soleil;
  display:  block ;
}
@media (min-width: 1200px){
  #s-18470e9e-5d21-41cd-bb1a-64d8f844f3d0-root {
    text-align: center;
  }


#s-18470e9e-5d21-41cd-bb1a-64d8f844f3d0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-18470e9e-5d21-41cd-bb1a-64d8f844f3d0-root {
    text-align: center;
  }


#s-18470e9e-5d21-41cd-bb1a-64d8f844f3d0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-18470e9e-5d21-41cd-bb1a-64d8f844f3d0-root {
    text-align: center;
  }


#s-18470e9e-5d21-41cd-bb1a-64d8f844f3d0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (max-width: 767px){
  #s-18470e9e-5d21-41cd-bb1a-64d8f844f3d0-root {
    text-align: center;
  }


#s-18470e9e-5d21-41cd-bb1a-64d8f844f3d0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Soleil;
  display:  block ;
}
}
#s-a5217065-1984-407a-87e6-21609b2876da {
  text-align: left;
}

#s-0d79742c-2b49-4ad1-9e4e-c2a11703e920 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0d79742c-2b49-4ad1-9e4e-c2a11703e920 {
  display: none;
}
#s-0d79742c-2b49-4ad1-9e4e-c2a11703e920, #wrap-s-0d79742c-2b49-4ad1-9e4e-c2a11703e920 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0d79742c-2b49-4ad1-9e4e-c2a11703e920 {
  display: none;
}
#s-0d79742c-2b49-4ad1-9e4e-c2a11703e920, #wrap-s-0d79742c-2b49-4ad1-9e4e-c2a11703e920 { display: none !important; }}







#s-0d79742c-2b49-4ad1-9e4e-c2a11703e920 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d79742c-2b49-4ad1-9e4e-c2a11703e920.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ef9f536a-e7f9-4360-bcd3-4513067c0767 {
  padding-bottom: 8%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(24, 2, 138, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(254, 254, 249, 1);
}








#s-ef9f536a-e7f9-4360-bcd3-4513067c0767 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef9f536a-e7f9-4360-bcd3-4513067c0767.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c409c8ea-1ecf-4334-926d-0f39a42f09b9 {
  padding-top: 7%;
padding-bottom: 0%;
min-height: 50px;
background-color: rgba(254, 254, 249, 1);
}








#s-c409c8ea-1ecf-4334-926d-0f39a42f09b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c409c8ea-1ecf-4334-926d-0f39a42f09b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1728d074-ce23-4fd9-90fd-250ec4df2b39 {
  margin-left: 4%;
margin-right: 4%;
}

#s-1c12fb04-0fe6-4f23-ab7a-1cdf78b8aa39 {
  margin-top: 1%;
margin-left: 4%;
margin-right: 4%;
}

#s-556e536e-d607-45ad-827e-769740059c9d {
  margin-top: 15px;
margin-left: 1%;
margin-right: 1%;
padding-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-556e536e-d607-45ad-827e-769740059c9d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-556e536e-d607-45ad-827e-769740059c9d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-556e536e-d607-45ad-827e-769740059c9d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-556e536e-d607-45ad-827e-769740059c9d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-5020389a-dace-41f8-9fc5-172acd01b063 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(198, 200, 218, 0.62);
border-style: solid;
border-radius: 18px;
min-height: 50px;
background-color: rgba(254, 254, 249, 1);
}








#s-5020389a-dace-41f8-9fc5-172acd01b063 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5020389a-dace-41f8-9fc5-172acd01b063.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 18px;
max-width: 854px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa img.shogun-image,
  #s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa {
    width: 100%;
    height: auto;
  }

  #s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa.shogun-image {
    
    
  }


.s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa .shogun-image-content {
  
    align-items: center;
  
}

.s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa.shogun-image-container {
      position: relative;
    }

    .s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa img.shogun-image,
  #s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa {
    width: 100%;
    height: auto;
  }

  #s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa.shogun-image {
    
    
  }


.s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa .shogun-image-content {
  
    align-items: center;
  
}

.s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa.shogun-image-container {
      position: relative;
    }

    .s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa img.shogun-image,
  #s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa {
    width: 100%;
    height: auto;
  }

  #s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa.shogun-image {
    
    
  }


.s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa .shogun-image-content {
  
    align-items: center;
  
}

.s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa.shogun-image-container {
      position: relative;
    }

    .s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa img.shogun-image,
  #s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa {
    width: 100%;
    height: auto;
  }

  #s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa.shogun-image {
    
    
  }


.s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa .shogun-image-content {
  
    align-items: center;
  
}

.s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa.shogun-image-container {
      position: relative;
    }

    .s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa img.shogun-image,
  #s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa {
    width: 100%;
    height: auto;
  }

  #s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa.shogun-image {
    
    
  }


.s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa .shogun-image-content {
  
    align-items: center;
  
}

.s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa.shogun-image-container {
      position: relative;
    }

    .s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66ca7bd9-fa02-4d8d-a9d9-c465240241fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-afcbfbdc-35fd-4153-9821-b5e215e78064 {
  padding-bottom: 13px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 18px;
min-height: 50px;
background-color: rgba(246, 246, 246, 0);
}








#s-afcbfbdc-35fd-4153-9821-b5e215e78064 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-afcbfbdc-35fd-4153-9821-b5e215e78064.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-740fbf68-8c0e-4798-8c96-2606a2537dd1 {
  margin-top: 1%;
margin-left: 4%;
}

#s-ed215689-4973-4270-8c0a-34c101a67dd7 {
  margin-top: 2px;
margin-left: 4%;
margin-right: 12px;
}

#s-e5886cf6-8c82-42fa-ab3b-11e01d516d2c {
  margin-top: 3px;
margin-left: 4%;
margin-right: 12px;
}

#s-d5aa27e2-5e8a-43d5-a28c-1a9f792559a8 {
  margin-top: 10px;
margin-left: 4%;
margin-right: 4%;
padding-top: 9px;
padding-left: 0em;
padding-bottom: 9px;
padding-right: 0em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(34, 0, 204, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(34, 0, 204, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-d5aa27e2-5e8a-43d5-a28c-1a9f792559a8:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(24, 2, 138, 1) !important;
border-radius: 30px !important;
background-color: rgba(34, 0, 204, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d5aa27e2-5e8a-43d5-a28c-1a9f792559a8:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(34, 0, 204, 1) !important;
border-radius: 30px !important;
background-color: rgba(34, 0, 204, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-d5aa27e2-5e8a-43d5-a28c-1a9f792559a8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d5aa27e2-5e8a-43d5-a28c-1a9f792559a8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d5aa27e2-5e8a-43d5-a28c-1a9f792559a8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  font-family: Soleil;
  display:  block ;
}

#s-d5aa27e2-5e8a-43d5-a28c-1a9f792559a8.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Work Sans;
  
  font-size: 14px;
  color: rgba(24, 2, 138, 1);
}



#s-8a63e13d-a235-420b-bad0-7ca9d46332f6 {
  margin-top: 5px;
}

#s-17b17b1a-b8a8-480a-af3a-60395348e5bf {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(198, 200, 218, 0.62);
border-style: solid;
border-radius: 18px;
min-height: 50px;
background-color: rgba(254, 254, 249, 1);
}








#s-17b17b1a-b8a8-480a-af3a-60395348e5bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17b17b1a-b8a8-480a-af3a-60395348e5bf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd630409-764c-4e77-ab24-7eadd06fd377 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 18px;
text-align: center;
}







  img.s-cd630409-764c-4e77-ab24-7eadd06fd377.shogun-image {
    
    
  }


.s-cd630409-764c-4e77-ab24-7eadd06fd377 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd630409-764c-4e77-ab24-7eadd06fd377.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd630409-764c-4e77-ab24-7eadd06fd377.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd630409-764c-4e77-ab24-7eadd06fd377.shogun-image {
  box-sizing: border-box;
}


.s-cd630409-764c-4e77-ab24-7eadd06fd377 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-cd630409-764c-4e77-ab24-7eadd06fd377 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-cd630409-764c-4e77-ab24-7eadd06fd377 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


@media (min-width: 1200px){





  img.s-cd630409-764c-4e77-ab24-7eadd06fd377.shogun-image {
    
    
  }


.s-cd630409-764c-4e77-ab24-7eadd06fd377 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd630409-764c-4e77-ab24-7eadd06fd377.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd630409-764c-4e77-ab24-7eadd06fd377.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd630409-764c-4e77-ab24-7eadd06fd377.shogun-image {
  box-sizing: border-box;
}


.s-cd630409-764c-4e77-ab24-7eadd06fd377 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-cd630409-764c-4e77-ab24-7eadd06fd377 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-cd630409-764c-4e77-ab24-7eadd06fd377 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


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





  img.s-cd630409-764c-4e77-ab24-7eadd06fd377.shogun-image {
    
    
  }


.s-cd630409-764c-4e77-ab24-7eadd06fd377 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd630409-764c-4e77-ab24-7eadd06fd377.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd630409-764c-4e77-ab24-7eadd06fd377.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd630409-764c-4e77-ab24-7eadd06fd377.shogun-image {
  box-sizing: border-box;
}


.s-cd630409-764c-4e77-ab24-7eadd06fd377 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-cd630409-764c-4e77-ab24-7eadd06fd377 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-cd630409-764c-4e77-ab24-7eadd06fd377 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


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





  img.s-cd630409-764c-4e77-ab24-7eadd06fd377.shogun-image {
    
    
  }


.s-cd630409-764c-4e77-ab24-7eadd06fd377 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd630409-764c-4e77-ab24-7eadd06fd377.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd630409-764c-4e77-ab24-7eadd06fd377.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd630409-764c-4e77-ab24-7eadd06fd377.shogun-image {
  box-sizing: border-box;
}


.s-cd630409-764c-4e77-ab24-7eadd06fd377 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-cd630409-764c-4e77-ab24-7eadd06fd377 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-cd630409-764c-4e77-ab24-7eadd06fd377 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


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





  img.s-cd630409-764c-4e77-ab24-7eadd06fd377.shogun-image {
    
    
  }


.s-cd630409-764c-4e77-ab24-7eadd06fd377 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd630409-764c-4e77-ab24-7eadd06fd377.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd630409-764c-4e77-ab24-7eadd06fd377.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd630409-764c-4e77-ab24-7eadd06fd377.shogun-image {
  box-sizing: border-box;
}


.s-cd630409-764c-4e77-ab24-7eadd06fd377 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-cd630409-764c-4e77-ab24-7eadd06fd377 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-cd630409-764c-4e77-ab24-7eadd06fd377 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


}
#s-30ee2c6d-6bd9-4224-86dc-43c858ddc4c2 {
  padding-bottom: 13px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 18px;
min-height: 50px;
background-color: rgba(246, 246, 246, 0);
}








#s-30ee2c6d-6bd9-4224-86dc-43c858ddc4c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30ee2c6d-6bd9-4224-86dc-43c858ddc4c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd90bd38-d26a-4a16-aeca-df8715110ad9 {
  margin-top: 1%;
margin-left: 4%;
}

#s-281dd7f9-e2e2-41c8-a69c-250dcba969b1 {
  margin-top: 2px;
margin-left: 4%;
margin-right: 12px;
}

#s-e716e3d2-5cde-4c7d-8562-5d045945c0d6 {
  margin-top: 3px;
margin-left: 4%;
margin-right: 12px;
}

#s-d21143fa-82c0-4a97-847b-03035a545d51 {
  margin-top: 10px;
margin-left: 4%;
margin-right: 4%;
padding-top: 9px;
padding-left: 0em;
padding-bottom: 9px;
padding-right: 0em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(34, 0, 204, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(34, 0, 204, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-d21143fa-82c0-4a97-847b-03035a545d51:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(24, 2, 138, 1) !important;
border-radius: 30px !important;
background-color: rgba(34, 0, 204, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d21143fa-82c0-4a97-847b-03035a545d51:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(34, 0, 204, 1) !important;
border-radius: 30px !important;
background-color: rgba(34, 0, 204, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-d21143fa-82c0-4a97-847b-03035a545d51 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d21143fa-82c0-4a97-847b-03035a545d51.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d21143fa-82c0-4a97-847b-03035a545d51.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  font-family: Soleil;
  display:  block ;
}

#s-d21143fa-82c0-4a97-847b-03035a545d51.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Work Sans;
  
  font-size: 14px;
  color: rgba(24, 2, 138, 1);
}



#s-ffdbd8ab-6c76-4b5d-a3cb-4c3abec4ebb2 {
  margin-top: 5px;
}

#s-c7daed68-c083-4eb9-b702-d273b943cafa {
  margin-left: 1%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-c7daed68-c083-4eb9-b702-d273b943cafa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-c7daed68-c083-4eb9-b702-d273b943cafa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-c7daed68-c083-4eb9-b702-d273b943cafa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-c7daed68-c083-4eb9-b702-d273b943cafa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-bac52113-13a4-4931-bfef-3bc8eca120bd {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(198, 200, 218, 0.62);
border-style: solid;
border-radius: 18px;
min-height: 50px;
background-color: rgba(254, 254, 249, 1);
}








#s-bac52113-13a4-4931-bfef-3bc8eca120bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bac52113-13a4-4931-bfef-3bc8eca120bd.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-86a592df-d381-49ab-8935-1bf47e1b7b5e {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
text-align: center;
}







  img.s-86a592df-d381-49ab-8935-1bf47e1b7b5e.shogun-image {
    
    
  }


.s-86a592df-d381-49ab-8935-1bf47e1b7b5e .shogun-image-content {
  
    align-items: center;
  
}

.s-86a592df-d381-49ab-8935-1bf47e1b7b5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86a592df-d381-49ab-8935-1bf47e1b7b5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86a592df-d381-49ab-8935-1bf47e1b7b5e.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-86a592df-d381-49ab-8935-1bf47e1b7b5e.shogun-image {
    
    
  }


.s-86a592df-d381-49ab-8935-1bf47e1b7b5e .shogun-image-content {
  
    align-items: center;
  
}

.s-86a592df-d381-49ab-8935-1bf47e1b7b5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86a592df-d381-49ab-8935-1bf47e1b7b5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86a592df-d381-49ab-8935-1bf47e1b7b5e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-86a592df-d381-49ab-8935-1bf47e1b7b5e.shogun-image {
    
    
  }


.s-86a592df-d381-49ab-8935-1bf47e1b7b5e .shogun-image-content {
  
    align-items: center;
  
}

.s-86a592df-d381-49ab-8935-1bf47e1b7b5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86a592df-d381-49ab-8935-1bf47e1b7b5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86a592df-d381-49ab-8935-1bf47e1b7b5e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-86a592df-d381-49ab-8935-1bf47e1b7b5e.shogun-image {
    
    
  }


.s-86a592df-d381-49ab-8935-1bf47e1b7b5e .shogun-image-content {
  
    align-items: center;
  
}

.s-86a592df-d381-49ab-8935-1bf47e1b7b5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86a592df-d381-49ab-8935-1bf47e1b7b5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86a592df-d381-49ab-8935-1bf47e1b7b5e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-86a592df-d381-49ab-8935-1bf47e1b7b5e.shogun-image {
    
    
  }


.s-86a592df-d381-49ab-8935-1bf47e1b7b5e .shogun-image-content {
  
    align-items: center;
  
}

.s-86a592df-d381-49ab-8935-1bf47e1b7b5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86a592df-d381-49ab-8935-1bf47e1b7b5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86a592df-d381-49ab-8935-1bf47e1b7b5e.shogun-image {
  box-sizing: border-box;
}



}
#s-c5ab2221-5103-46bb-a416-d01bc1bdcfbb {
  padding-bottom: 13px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 18px;
min-height: 50px;
background-color: rgba(246, 246, 246, 0);
}








#s-c5ab2221-5103-46bb-a416-d01bc1bdcfbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5ab2221-5103-46bb-a416-d01bc1bdcfbb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-056f8408-4e9a-4bf1-aded-78d1156f48f2 {
  margin-left: 4%;
max-width: 100px;
}








#s-056f8408-4e9a-4bf1-aded-78d1156f48f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-056f8408-4e9a-4bf1-aded-78d1156f48f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b8986ef4-dd82-49a2-b870-555750b26fef {
  text-align: left;
}

#s-d62f98a3-1990-46f7-a045-f78b813dd6f4 {
  margin-top: 2px;
margin-left: 4%;
margin-right: 8px;
}

#s-7968eca6-b152-46a7-8654-6f2ddee6b845 {
  margin-top: 3px;
margin-left: 4%;
margin-right: 12px;
}

#s-a6941546-b13d-4781-a596-f652fe585c92 {
  margin-top: 10px;
margin-left: 4%;
margin-right: 4%;
padding-top: 9px;
padding-left: 0em;
padding-bottom: 9px;
padding-right: 0em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(34, 0, 204, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(34, 0, 204, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-a6941546-b13d-4781-a596-f652fe585c92:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(24, 2, 138, 1) !important;
border-radius: 30px !important;
background-color: rgba(34, 0, 204, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a6941546-b13d-4781-a596-f652fe585c92:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(34, 0, 204, 1) !important;
border-radius: 30px !important;
background-color: rgba(34, 0, 204, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-a6941546-b13d-4781-a596-f652fe585c92 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a6941546-b13d-4781-a596-f652fe585c92.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a6941546-b13d-4781-a596-f652fe585c92.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  font-family: Soleil;
  display:  block ;
}

#s-a6941546-b13d-4781-a596-f652fe585c92.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Work Sans;
  
  font-size: 14px;
  color: rgba(24, 2, 138, 1);
}



#s-c177c824-3cba-445d-8fa9-d3fa6f123c05 {
  margin-top: 5px;
}

#s-4ca19fe7-6638-4200-a2ae-ea6fb9abbba6 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(198, 200, 218, 0.62);
border-style: solid;
border-radius: 18px;
min-height: 50px;
background-color: rgba(254, 254, 249, 1);
}








#s-4ca19fe7-6638-4200-a2ae-ea6fb9abbba6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ca19fe7-6638-4200-a2ae-ea6fb9abbba6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-af9316a0-5013-4f42-8fa4-d721d489470d {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 18px;
text-align: center;
}







  img.s-af9316a0-5013-4f42-8fa4-d721d489470d.shogun-image {
    
    
  }


.s-af9316a0-5013-4f42-8fa4-d721d489470d .shogun-image-content {
  
    align-items: center;
  
}

.s-af9316a0-5013-4f42-8fa4-d721d489470d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af9316a0-5013-4f42-8fa4-d721d489470d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af9316a0-5013-4f42-8fa4-d721d489470d.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-af9316a0-5013-4f42-8fa4-d721d489470d.shogun-image {
    
    
  }


.s-af9316a0-5013-4f42-8fa4-d721d489470d .shogun-image-content {
  
    align-items: center;
  
}

.s-af9316a0-5013-4f42-8fa4-d721d489470d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af9316a0-5013-4f42-8fa4-d721d489470d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af9316a0-5013-4f42-8fa4-d721d489470d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-af9316a0-5013-4f42-8fa4-d721d489470d.shogun-image {
    
    
  }


.s-af9316a0-5013-4f42-8fa4-d721d489470d .shogun-image-content {
  
    align-items: center;
  
}

.s-af9316a0-5013-4f42-8fa4-d721d489470d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af9316a0-5013-4f42-8fa4-d721d489470d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af9316a0-5013-4f42-8fa4-d721d489470d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-af9316a0-5013-4f42-8fa4-d721d489470d.shogun-image {
    
    
  }


.s-af9316a0-5013-4f42-8fa4-d721d489470d .shogun-image-content {
  
    align-items: center;
  
}

.s-af9316a0-5013-4f42-8fa4-d721d489470d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af9316a0-5013-4f42-8fa4-d721d489470d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af9316a0-5013-4f42-8fa4-d721d489470d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-af9316a0-5013-4f42-8fa4-d721d489470d.shogun-image {
    
    
  }


.s-af9316a0-5013-4f42-8fa4-d721d489470d .shogun-image-content {
  
    align-items: center;
  
}

.s-af9316a0-5013-4f42-8fa4-d721d489470d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af9316a0-5013-4f42-8fa4-d721d489470d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af9316a0-5013-4f42-8fa4-d721d489470d.shogun-image {
  box-sizing: border-box;
}



}
#s-45fc887e-5be2-4081-919e-71b5c3a7ab18 {
  padding-bottom: 13px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 18px;
min-height: 50px;
background-color: rgba(246, 246, 246, 0);
}








#s-45fc887e-5be2-4081-919e-71b5c3a7ab18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45fc887e-5be2-4081-919e-71b5c3a7ab18.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-391b57d9-3bf4-4ebb-8e76-2fc5ab9aae1f {
  margin-left: 4%;
max-width: 100px;
}








#s-391b57d9-3bf4-4ebb-8e76-2fc5ab9aae1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-391b57d9-3bf4-4ebb-8e76-2fc5ab9aae1f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc6d31bc-a25a-421f-9794-3ad71f66acc8 {
  text-align: left;
}

#s-94eb4a23-ba07-400a-a7b4-27da5eabc01b {
  margin-top: 2px;
margin-left: 4%;
margin-right: 8px;
}

#s-4baaa26d-6190-4685-b41b-4c457571d118 {
  margin-top: 3px;
margin-left: 4%;
margin-right: 12px;
}

#s-034cd4ff-203c-43ed-ad48-988337731b47 {
  margin-top: 10px;
margin-left: 4%;
margin-right: 4%;
padding-top: 9px;
padding-left: 0em;
padding-bottom: 9px;
padding-right: 0em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(34, 0, 204, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(34, 0, 204, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-034cd4ff-203c-43ed-ad48-988337731b47:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(24, 2, 138, 1) !important;
border-radius: 30px !important;
background-color: rgba(34, 0, 204, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-034cd4ff-203c-43ed-ad48-988337731b47:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(34, 0, 204, 1) !important;
border-radius: 30px !important;
background-color: rgba(34, 0, 204, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-034cd4ff-203c-43ed-ad48-988337731b47 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-034cd4ff-203c-43ed-ad48-988337731b47.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-034cd4ff-203c-43ed-ad48-988337731b47.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  font-family: Soleil;
  display:  block ;
}

#s-034cd4ff-203c-43ed-ad48-988337731b47.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Work Sans;
  
  font-size: 14px;
  color: rgba(24, 2, 138, 1);
}



#s-9b782d71-4334-4cc8-a958-4ad78e65c319 {
  margin-top: 5px;
}

#s-0c60d0fc-6985-4ea6-aa18-25c3f209aa1d {
  border-style: solid;
margin-top: 4%;
margin-left: 4%;
margin-right: 4%;
padding-top: 16px;
padding-left: 20px;
padding-bottom: 16px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(24, 2, 138, 1);
border-radius: 30px;
max-width: 450px;
background-color: rgba(24, 2, 138, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0c60d0fc-6985-4ea6-aa18-25c3f209aa1d:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(34, 0, 204, 1) !important;
border-radius: 30px !important;
background-color: rgba(34, 0, 204, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0c60d0fc-6985-4ea6-aa18-25c3f209aa1d:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(24, 2, 138, 1) !important;
border-radius: 30px !important;
background-color: rgba(24, 2, 138, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-0c60d0fc-6985-4ea6-aa18-25c3f209aa1d-root {
    text-align: center;
  }


#s-0c60d0fc-6985-4ea6-aa18-25c3f209aa1d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Soleil;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0c60d0fc-6985-4ea6-aa18-25c3f209aa1d-root {
    text-align: center;
  }


#s-0c60d0fc-6985-4ea6-aa18-25c3f209aa1d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0c60d0fc-6985-4ea6-aa18-25c3f209aa1d-root {
    text-align: center;
  }


#s-0c60d0fc-6985-4ea6-aa18-25c3f209aa1d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0c60d0fc-6985-4ea6-aa18-25c3f209aa1d-root {
    text-align: center;
  }


#s-0c60d0fc-6985-4ea6-aa18-25c3f209aa1d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0c60d0fc-6985-4ea6-aa18-25c3f209aa1d-root {
    text-align: center;
  }


#s-0c60d0fc-6985-4ea6-aa18-25c3f209aa1d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Soleil;
  display:  block ;
}
}
#s-b1bd2e1e-4684-45f8-9c60-68754c4e5c09 {
  margin-top: 8%;
margin-left: 4%;
margin-right: 4%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 18px;
min-height: 50px;
background-color: rgba(243, 250, 231, 1);
}








#s-b1bd2e1e-4684-45f8-9c60-68754c4e5c09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1bd2e1e-4684-45f8-9c60-68754c4e5c09.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6048ba13-5d63-4680-b436-da33b3838dc4 {
  margin-top: 5%;
margin-left: 4%;
margin-right: 4%;
}

#s-cf6d9d7b-29ae-4725-a069-80eec9070606 {
  margin-top: 1px;
margin-left: 4%;
margin-bottom: 1%;
margin-right: 4%;
}

#s-87852751-5700-4c0a-849e-12708a74d40d {
  border-style: solid;
margin-top: 2%;
margin-bottom: 5%;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 30px;
background-color: rgba(24, 32, 138, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-87852751-5700-4c0a-849e-12708a74d40d:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(34, 0, 204, 1) !important;
border-radius: 30px !important;
background-color: rgba(34, 0, 204, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-87852751-5700-4c0a-849e-12708a74d40d:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(34, 0, 204, 1) !important;
border-radius: 30px !important;
background-color: rgba(34, 0, 204, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-87852751-5700-4c0a-849e-12708a74d40d-root {
    text-align: center;
  }


#s-87852751-5700-4c0a-849e-12708a74d40d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Soleil;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-87852751-5700-4c0a-849e-12708a74d40d-root {
    text-align: center;
  }


#s-87852751-5700-4c0a-849e-12708a74d40d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Soleil;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-87852751-5700-4c0a-849e-12708a74d40d-root {
    text-align: center;
  }


#s-87852751-5700-4c0a-849e-12708a74d40d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Soleil;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-87852751-5700-4c0a-849e-12708a74d40d-root {
    text-align: center;
  }


#s-87852751-5700-4c0a-849e-12708a74d40d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Soleil;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-87852751-5700-4c0a-849e-12708a74d40d-root {
    text-align: center;
  }


#s-87852751-5700-4c0a-849e-12708a74d40d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Soleil;
  display:  inline-block ;
}
}
#s-bf62c515-7d1e-4464-89f4-a3a2072219f7 {
  margin-top: 8%;
min-height: 50px;
}








#s-bf62c515-7d1e-4464-89f4-a3a2072219f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf62c515-7d1e-4464-89f4-a3a2072219f7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2d8e5ad3-6a65-4022-a5f6-b2a363f61f74 {
  margin-left: 4%;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-2d8e5ad3-6a65-4022-a5f6-b2a363f61f74"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-2d8e5ad3-6a65-4022-a5f6-b2a363f61f74"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-2d8e5ad3-6a65-4022-a5f6-b2a363f61f74"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-2d8e5ad3-6a65-4022-a5f6-b2a363f61f74"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-ad12ab93-1dec-4405-9915-0bc7021363e7 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 12px;
text-align: center;
}







  img.s-ad12ab93-1dec-4405-9915-0bc7021363e7.shogun-image {
    
    
  }


.s-ad12ab93-1dec-4405-9915-0bc7021363e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-ad12ab93-1dec-4405-9915-0bc7021363e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad12ab93-1dec-4405-9915-0bc7021363e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad12ab93-1dec-4405-9915-0bc7021363e7.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-ad12ab93-1dec-4405-9915-0bc7021363e7.shogun-image {
    
    
  }


.s-ad12ab93-1dec-4405-9915-0bc7021363e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-ad12ab93-1dec-4405-9915-0bc7021363e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad12ab93-1dec-4405-9915-0bc7021363e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad12ab93-1dec-4405-9915-0bc7021363e7.shogun-image {
  box-sizing: border-box;
}



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





  img.s-ad12ab93-1dec-4405-9915-0bc7021363e7.shogun-image {
    
    
  }


.s-ad12ab93-1dec-4405-9915-0bc7021363e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-ad12ab93-1dec-4405-9915-0bc7021363e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad12ab93-1dec-4405-9915-0bc7021363e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad12ab93-1dec-4405-9915-0bc7021363e7.shogun-image {
  box-sizing: border-box;
}



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





  img.s-ad12ab93-1dec-4405-9915-0bc7021363e7.shogun-image {
    
    
  }


.s-ad12ab93-1dec-4405-9915-0bc7021363e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-ad12ab93-1dec-4405-9915-0bc7021363e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad12ab93-1dec-4405-9915-0bc7021363e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad12ab93-1dec-4405-9915-0bc7021363e7.shogun-image {
  box-sizing: border-box;
}



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





  img.s-ad12ab93-1dec-4405-9915-0bc7021363e7.shogun-image {
    
    
  }


.s-ad12ab93-1dec-4405-9915-0bc7021363e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-ad12ab93-1dec-4405-9915-0bc7021363e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad12ab93-1dec-4405-9915-0bc7021363e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad12ab93-1dec-4405-9915-0bc7021363e7.shogun-image {
  box-sizing: border-box;
}



}
#s-00bc4da5-ce49-4ac9-add0-9590f707466c {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 12px;
text-align: center;
}







  img.s-00bc4da5-ce49-4ac9-add0-9590f707466c.shogun-image {
    
    
  }


.s-00bc4da5-ce49-4ac9-add0-9590f707466c .shogun-image-content {
  
    align-items: center;
  
}

.s-00bc4da5-ce49-4ac9-add0-9590f707466c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00bc4da5-ce49-4ac9-add0-9590f707466c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00bc4da5-ce49-4ac9-add0-9590f707466c.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-00bc4da5-ce49-4ac9-add0-9590f707466c.shogun-image {
    
    
  }


.s-00bc4da5-ce49-4ac9-add0-9590f707466c .shogun-image-content {
  
    align-items: center;
  
}

.s-00bc4da5-ce49-4ac9-add0-9590f707466c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00bc4da5-ce49-4ac9-add0-9590f707466c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00bc4da5-ce49-4ac9-add0-9590f707466c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-00bc4da5-ce49-4ac9-add0-9590f707466c.shogun-image {
    
    
  }


.s-00bc4da5-ce49-4ac9-add0-9590f707466c .shogun-image-content {
  
    align-items: center;
  
}

.s-00bc4da5-ce49-4ac9-add0-9590f707466c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00bc4da5-ce49-4ac9-add0-9590f707466c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00bc4da5-ce49-4ac9-add0-9590f707466c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-00bc4da5-ce49-4ac9-add0-9590f707466c.shogun-image {
    
    
  }


.s-00bc4da5-ce49-4ac9-add0-9590f707466c .shogun-image-content {
  
    align-items: center;
  
}

.s-00bc4da5-ce49-4ac9-add0-9590f707466c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00bc4da5-ce49-4ac9-add0-9590f707466c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00bc4da5-ce49-4ac9-add0-9590f707466c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-00bc4da5-ce49-4ac9-add0-9590f707466c.shogun-image {
    
    
  }


.s-00bc4da5-ce49-4ac9-add0-9590f707466c .shogun-image-content {
  
    align-items: center;
  
}

.s-00bc4da5-ce49-4ac9-add0-9590f707466c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00bc4da5-ce49-4ac9-add0-9590f707466c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00bc4da5-ce49-4ac9-add0-9590f707466c.shogun-image {
  box-sizing: border-box;
}



}
#s-b24ecb58-32d0-4d28-a994-c140442218c4 {
  margin-top: 5px;
margin-left: 4%;
margin-right: 4%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 12px;
min-height: 50px;
background-color: rgba(240, 247, 255, 1);
}








#s-b24ecb58-32d0-4d28-a994-c140442218c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b24ecb58-32d0-4d28-a994-c140442218c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0c9147db-957e-4d54-a464-1808829106c0 {
  margin-top: 4%;
}

#s-10f7dddf-53d6-405b-a968-deb992a592af {
  padding-top: 10px;
padding-bottom: 6%;
min-height: 250px;
}

#s-10f7dddf-53d6-405b-a968-deb992a592af .shg-sld-dot {
  background-color: rgba(34, 0, 204, 1);
}

#s-10f7dddf-53d6-405b-a968-deb992a592af .shg-sld-nav-button.shg-sld-left,
#s-10f7dddf-53d6-405b-a968-deb992a592af .shg-sld-nav-button.shg-sld-right {
  fill: rgba(34, 0, 204, 1);
}

#s-decd8fd0-d6b0-4c0f-bb31-b641f7dae09c {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
min-height: 50px;
background-color: rgba(254, 254, 249, 0);
}








#s-decd8fd0-d6b0-4c0f-bb31-b641f7dae09c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-decd8fd0-d6b0-4c0f-bb31-b641f7dae09c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-26ee0576-ec76-43a5-90ac-0f3924a55d5a {
  margin-top: 0px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(148, 148, 148, 1);
border-style: solid;
}

#s-5d4fa912-0959-4bd2-9d0a-1dd6a1ba84f9 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(148, 148, 148, 1);
border-style: solid;
}

#s-1365ebc1-58ca-4058-adde-54a6f541324e {
  margin-top: 4%;
margin-left: 2%;
margin-right: 2%;
min-height: 150px;
}

#s-c9522713-c3d0-4710-b648-60305f24b5ba {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
min-height: 50px;
background-color: rgba(254, 254, 249, 0);
}








#s-c9522713-c3d0-4710-b648-60305f24b5ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9522713-c3d0-4710-b648-60305f24b5ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d8a5e0cf-16e8-491e-81fc-ec58b32646ce {
  margin-top: 0px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(148, 148, 148, 1);
border-style: solid;
}

#s-94f4d6bb-ffc9-4cb0-b9aa-c217778659cc {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(148, 148, 148, 1);
border-style: solid;
}

#s-a99ddd23-c711-453a-8c61-4ff4a815c069 {
  margin-top: 4%;
margin-left: 1%;
margin-right: 1%;
min-height: 150px;
background-color: rgba(254, 254, 249, 0);
}

#s-e60e2244-0197-43a9-a964-9179e7b17df9 {
  min-height: 50px;
}








#s-e60e2244-0197-43a9-a964-9179e7b17df9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e60e2244-0197-43a9-a964-9179e7b17df9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d42b2bb-0ea6-4d60-a494-589e41c38098 {
  margin-top: 0px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(148, 148, 148, 1);
border-style: solid;
}

#s-36d96a79-af74-4c3c-8f65-91897a679d70 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(148, 148, 148, 1);
border-style: solid;
}

#s-c3a68631-fb21-4f66-9686-d45ddc985b85 {
  margin-top: 4%;
margin-left: 2%;
margin-right: 2%;
min-height: 150px;
}

#s-fde3cb6a-11b0-4f8d-9a81-9e74665225a5 {
  min-height: 50px;
}








#s-fde3cb6a-11b0-4f8d-9a81-9e74665225a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fde3cb6a-11b0-4f8d-9a81-9e74665225a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ec512a0-28ea-4208-9660-36f59fbccb5f {
  margin-top: 0px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(148, 148, 148, 1);
border-style: solid;
}

#s-3c222d21-fe96-4fe4-9953-a4fb631dff29 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(148, 148, 148, 1);
border-style: solid;
}

#s-ee35b269-c126-402b-a27a-5aebc530ae6c {
  margin-top: 4%;
margin-left: 2%;
margin-right: 2%;
min-height: 150px;
}

#s-b30421d9-6fae-429f-97aa-0767149da094 {
  min-height: 50px;
}








#s-b30421d9-6fae-429f-97aa-0767149da094 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b30421d9-6fae-429f-97aa-0767149da094.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a134bcc7-0234-4c89-8cfa-6c52c803ffde {
  margin-top: 0px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(148, 148, 148, 1);
border-style: solid;
}

#s-527a2ca3-4a94-40b5-9eac-ed607926d5b3 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(148, 148, 148, 1);
border-style: solid;
}

#s-b0f1a36d-3f3e-49e3-b130-744855bbb8c6 {
  margin-top: 4%;
margin-left: 2%;
margin-right: 2%;
min-height: 150px;
}

#s-2b928c88-fdf6-4e96-8a4f-4d1cc1596f29 {
  min-height: 50px;
}








#s-2b928c88-fdf6-4e96-8a4f-4d1cc1596f29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b928c88-fdf6-4e96-8a4f-4d1cc1596f29.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-040a5871-fcbf-4e72-87cf-59b04286eef0 {
  margin-top: 0px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(148, 148, 148, 1);
border-style: solid;
}

#s-63f9b579-ed99-473c-a3d9-2944843aa53f {
  margin-left: 0%;
margin-right: 0%;
}

#s-56ff62d3-8761-46ee-8a2e-a750ebbd2974 {
  margin-top: 4%;
margin-left: 2%;
margin-right: 2%;
min-height: 150px;
}

#s-0996933c-fff0-4ce2-8a00-1f21fb4722ca {
  min-height: 50px;
}








#s-0996933c-fff0-4ce2-8a00-1f21fb4722ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0996933c-fff0-4ce2-8a00-1f21fb4722ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d8eca62c-e356-447b-9e3f-97ad95c9f3b0 {
  margin-top: 0px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(148, 148, 148, 1);
border-style: solid;
}

#s-ecf90863-a29c-406a-8234-6a3d80476989 {
  margin-top: 0px;
margin-left: 7%;
margin-bottom: 0px;
margin-right: 7%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(148, 148, 148, 1);
border-style: solid;
}

#s-88752da6-fce4-44b1-bded-59e24c604a3f {
  margin-top: 4%;
margin-left: 2%;
margin-right: 2%;
min-height: 180px;
}

#s-2e729611-ec2b-466d-8ff4-ed062a1bb4e7 {
  min-height: 50px;
}








#s-2e729611-ec2b-466d-8ff4-ed062a1bb4e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e729611-ec2b-466d-8ff4-ed062a1bb4e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-65a922c7-9b48-4312-9f57-a3c32afc2043 {
  margin-top: 0px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(148, 148, 148, 1);
border-style: solid;
}

#s-b939c94d-4969-4ad2-b30a-124f3c3742c0 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(148, 148, 148, 1);
border-style: solid;
}

#s-62c68c8e-a849-4b87-9d1d-cc7666ad1da9 {
  margin-top: 4%;
margin-left: 2%;
margin-right: 2%;
min-height: 150px;
}

#s-c55cac73-32be-4eaa-ae52-0bd5ad092d1e {
  min-height: 50px;
}








#s-c55cac73-32be-4eaa-ae52-0bd5ad092d1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c55cac73-32be-4eaa-ae52-0bd5ad092d1e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a89578f5-7bde-4f46-8c93-a55e6f5e0798 {
  margin-top: 0px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(148, 148, 148, 1);
border-style: solid;
}

#s-db347969-81fc-485a-9338-26222e1d2edc {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(148, 148, 148, 1);
border-style: solid;
}

#s-d2a1df3e-19bc-453f-ae3e-cf3089204a02 {
  margin-top: 4%;
margin-left: 2%;
margin-right: 2%;
min-height: 150px;
}








#s-da6a413c-7d26-40cc-a1ea-1b5af21ce7b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da6a413c-7d26-40cc-a1ea-1b5af21ce7b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-91cb84b2-0ab0-48be-b4aa-a6336bb06c59 {
  margin-top: 0px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(148, 148, 148, 1);
border-style: solid;
}

#s-c2f65cc8-f3e1-4aad-94c1-2e9d3996dbba {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(148, 148, 148, 1);
border-style: solid;
}

#s-4c36a732-4fb5-4468-b64d-fd175e5a8545 {
  margin-top: 4%;
margin-left: 2%;
margin-right: 2%;
min-height: 150px;
}

#s-1b014026-e60d-44c3-83b8-20542ba6669c {
  margin-left: 4%;
margin-bottom: 5%;
margin-right: 4%;
padding-top: 5%;
padding-bottom: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
min-height: 50px;
background-color: rgba(252, 230, 247, 0.23);
}








#s-1b014026-e60d-44c3-83b8-20542ba6669c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b014026-e60d-44c3-83b8-20542ba6669c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b7ffc1ea-ee10-4dd5-bca3-65d6c65345a9 {
  margin-left: 5%;
margin-right: 5%;
max-width: 190px;
text-align: center;
}







  #s-b7ffc1ea-ee10-4dd5-bca3-65d6c65345a9 img.shogun-image {
    

    
    
    
  }


#s-b7ffc1ea-ee10-4dd5-bca3-65d6c65345a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-cd703284-e2bc-40e9-a494-66e532a68d70 {
  margin-top: 8px;
margin-left: 5%;
margin-right: 5%;
}

#s-b54803ce-5459-466c-ba38-9b18840025f7 {
  margin-top: 8px;
margin-left: 5%;
margin-bottom: 4%;
margin-right: 5%;
}

#s-63b9806b-b001-413d-8295-83fac62034f5 {
  margin-top: 8px;
margin-left: 5%;
margin-bottom: 1%;
margin-right: 5%;
}

#s-01d6881b-8c90-4bd0-9ce8-4a6f5cc616d8 {
  margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
}

#s-9bd1d1d5-a2d4-4b07-8e9f-e6c1afb54a37 {
  margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
}

#s-1b818332-f19d-411e-93c2-9ad0df2bd622 {
  margin-left: 4%;
margin-right: 4%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 35px;
text-align: center;
}







  img.s-1b818332-f19d-411e-93c2-9ad0df2bd622.shogun-image {
    
    
  }


.s-1b818332-f19d-411e-93c2-9ad0df2bd622 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b818332-f19d-411e-93c2-9ad0df2bd622.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b818332-f19d-411e-93c2-9ad0df2bd622.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b818332-f19d-411e-93c2-9ad0df2bd622.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-1b818332-f19d-411e-93c2-9ad0df2bd622.shogun-image {
    
    
  }


.s-1b818332-f19d-411e-93c2-9ad0df2bd622 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b818332-f19d-411e-93c2-9ad0df2bd622.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b818332-f19d-411e-93c2-9ad0df2bd622.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b818332-f19d-411e-93c2-9ad0df2bd622.shogun-image {
  box-sizing: border-box;
}



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





  img.s-1b818332-f19d-411e-93c2-9ad0df2bd622.shogun-image {
    
    
  }


.s-1b818332-f19d-411e-93c2-9ad0df2bd622 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b818332-f19d-411e-93c2-9ad0df2bd622.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b818332-f19d-411e-93c2-9ad0df2bd622.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b818332-f19d-411e-93c2-9ad0df2bd622.shogun-image {
  box-sizing: border-box;
}



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





  img.s-1b818332-f19d-411e-93c2-9ad0df2bd622.shogun-image {
    
    
  }


.s-1b818332-f19d-411e-93c2-9ad0df2bd622 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b818332-f19d-411e-93c2-9ad0df2bd622.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b818332-f19d-411e-93c2-9ad0df2bd622.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b818332-f19d-411e-93c2-9ad0df2bd622.shogun-image {
  box-sizing: border-box;
}



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





  img.s-1b818332-f19d-411e-93c2-9ad0df2bd622.shogun-image {
    
    
  }


.s-1b818332-f19d-411e-93c2-9ad0df2bd622 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b818332-f19d-411e-93c2-9ad0df2bd622.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b818332-f19d-411e-93c2-9ad0df2bd622.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b818332-f19d-411e-93c2-9ad0df2bd622.shogun-image {
  box-sizing: border-box;
}



}
#s-8bf84e91-9895-43dd-bf8c-b31b540291ec {
  margin-top: 3%;
margin-left: 5%;
margin-bottom: 3%;
margin-right: 5%;
padding-top: 16px;
padding-left: 20px;
padding-bottom: 16px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(24, 2, 138, 1);
border-style: solid;
border-radius: 34px;
background-color: rgba(24, 2, 138, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-8bf84e91-9895-43dd-bf8c-b31b540291ec:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(34, 0, 204, 1) !important;
border-radius: 30px !important;
background-color: rgba(34, 0, 204, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-8bf84e91-9895-43dd-bf8c-b31b540291ec:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(34, 0, 204, 1) !important;
border-radius: 30px !important;
background-color: rgba(34, 0, 204, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-8bf84e91-9895-43dd-bf8c-b31b540291ec-root {
    text-align: center;
  }


#s-8bf84e91-9895-43dd-bf8c-b31b540291ec.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Soleil;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8bf84e91-9895-43dd-bf8c-b31b540291ec-root {
    text-align: center;
  }


#s-8bf84e91-9895-43dd-bf8c-b31b540291ec.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8bf84e91-9895-43dd-bf8c-b31b540291ec-root {
    text-align: center;
  }


#s-8bf84e91-9895-43dd-bf8c-b31b540291ec.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8bf84e91-9895-43dd-bf8c-b31b540291ec-root {
    text-align: center;
  }


#s-8bf84e91-9895-43dd-bf8c-b31b540291ec.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8bf84e91-9895-43dd-bf8c-b31b540291ec-root {
    text-align: center;
  }


#s-8bf84e91-9895-43dd-bf8c-b31b540291ec.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Soleil;
  display:  block ;
}
}
#s-0f800f7d-e68c-42e9-87e2-71c0b7a287d2 {
  margin-left: 4%;
margin-right: 4%;
padding-top: 7%;
padding-bottom: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
min-height: 50px;
background-color: rgba(243, 250, 231, 1);
}








#s-0f800f7d-e68c-42e9-87e2-71c0b7a287d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f800f7d-e68c-42e9-87e2-71c0b7a287d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c924b566-2d12-417b-90b8-c503bed3c600 {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 4%;
margin-right: 5%;
}

#s-a9feec0b-efb8-4fb0-b4f6-96a4c5611537 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 5%;
margin-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 18px;
min-height: 450px;
background-position: center center;
}








#s-a9feec0b-efb8-4fb0-b4f6-96a4c5611537 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9feec0b-efb8-4fb0-b4f6-96a4c5611537 {
  cursor: pointer;
}#s-a9feec0b-efb8-4fb0-b4f6-96a4c5611537.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-f5f6f922-55c8-4479-8a8b-8862b1dfcc69 {
  border-style: solid;
margin-top: 1%;
margin-left: 7%;
margin-bottom: 8%;
margin-right: 7%;
padding-top: 16px;
padding-left: 20px;
padding-bottom: 16px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(24, 2, 138, 1);
border-radius: 30px;
max-width: 450px;
background-color: rgba(24, 2, 138, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f5f6f922-55c8-4479-8a8b-8862b1dfcc69:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(34, 0, 204, 1) !important;
border-radius: 30px !important;
background-color: rgba(34, 0, 204, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f5f6f922-55c8-4479-8a8b-8862b1dfcc69:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(24, 2, 138, 1) !important;
border-radius: 30px !important;
background-color: rgba(24, 2, 138, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-f5f6f922-55c8-4479-8a8b-8862b1dfcc69-root {
    text-align: center;
  }


#s-f5f6f922-55c8-4479-8a8b-8862b1dfcc69.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Soleil;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f5f6f922-55c8-4479-8a8b-8862b1dfcc69-root {
    text-align: center;
  }


#s-f5f6f922-55c8-4479-8a8b-8862b1dfcc69.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f5f6f922-55c8-4479-8a8b-8862b1dfcc69-root {
    text-align: center;
  }


#s-f5f6f922-55c8-4479-8a8b-8862b1dfcc69.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f5f6f922-55c8-4479-8a8b-8862b1dfcc69-root {
    text-align: center;
  }


#s-f5f6f922-55c8-4479-8a8b-8862b1dfcc69.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f5f6f922-55c8-4479-8a8b-8862b1dfcc69-root {
    text-align: center;
  }


#s-f5f6f922-55c8-4479-8a8b-8862b1dfcc69.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Soleil;
  display:  block ;
}
}
#s-83e3fb03-1e71-4a87-a5af-1659d5494a79 {
  min-height: 50px;
background-color: rgba(254, 254, 249, 1);
}








#s-83e3fb03-1e71-4a87-a5af-1659d5494a79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83e3fb03-1e71-4a87-a5af-1659d5494a79.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5c720b80-bbc0-4478-95bd-1266794861aa {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 5%;
margin-left: 4%;
margin-bottom: 0%;
margin-right: 4%;
padding-top: 40px;
padding-bottom: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(24, 2, 138, 1);
border-style: solid;
border-radius: 18px;
background-position: center center;
}








#s-5c720b80-bbc0-4478-95bd-1266794861aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c720b80-bbc0-4478-95bd-1266794861aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-038e85fb-4a68-465a-9729-e0f015a4f1b3 {
  margin-left: 5%;
margin-right: 5%;
}

#s-5ba13af0-1b86-4ea1-bf41-baf994618329 {
  margin-top: 1%;
margin-left: 7%;
margin-bottom: 4%;
margin-right: 7%;
}

#s-e0930e15-40be-4e87-a4b7-9fca4fc7598d {
  min-height: 50px;
}








#s-e0930e15-40be-4e87-a4b7-9fca4fc7598d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0930e15-40be-4e87-a4b7-9fca4fc7598d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-84231337-41d3-4ab6-9cac-0c131802afc7 {
  margin-top: -1px;
margin-left: 4%;
margin-right: 4%;
padding-top: 10px;
}

@media (min-width: 0px) {
[id="s-84231337-41d3-4ab6-9cac-0c131802afc7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-84231337-41d3-4ab6-9cac-0c131802afc7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-84231337-41d3-4ab6-9cac-0c131802afc7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-84231337-41d3-4ab6-9cac-0c131802afc7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-4096846c-44a8-4e41-87bf-2731d3472aaa {
  min-height: 50px;
}








#s-4096846c-44a8-4e41-87bf-2731d3472aaa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4096846c-44a8-4e41-87bf-2731d3472aaa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6cb0b06c-09d6-4493-b621-cb00714acc06 {
  max-width: 24px;
text-align: center;
}







  img.s-6cb0b06c-09d6-4493-b621-cb00714acc06.shogun-image {
    
    
  }


.s-6cb0b06c-09d6-4493-b621-cb00714acc06 .shogun-image-content {
  
    align-items: center;
  
}

.s-6cb0b06c-09d6-4493-b621-cb00714acc06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cb0b06c-09d6-4493-b621-cb00714acc06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cb0b06c-09d6-4493-b621-cb00714acc06.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-6cb0b06c-09d6-4493-b621-cb00714acc06.shogun-image {
    
    
  }


.s-6cb0b06c-09d6-4493-b621-cb00714acc06 .shogun-image-content {
  
    align-items: center;
  
}

.s-6cb0b06c-09d6-4493-b621-cb00714acc06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cb0b06c-09d6-4493-b621-cb00714acc06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cb0b06c-09d6-4493-b621-cb00714acc06.shogun-image {
  box-sizing: border-box;
}



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





  img.s-6cb0b06c-09d6-4493-b621-cb00714acc06.shogun-image {
    
    
  }


.s-6cb0b06c-09d6-4493-b621-cb00714acc06 .shogun-image-content {
  
    align-items: center;
  
}

.s-6cb0b06c-09d6-4493-b621-cb00714acc06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cb0b06c-09d6-4493-b621-cb00714acc06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cb0b06c-09d6-4493-b621-cb00714acc06.shogun-image {
  box-sizing: border-box;
}



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





  img.s-6cb0b06c-09d6-4493-b621-cb00714acc06.shogun-image {
    
    
  }


.s-6cb0b06c-09d6-4493-b621-cb00714acc06 .shogun-image-content {
  
    align-items: center;
  
}

.s-6cb0b06c-09d6-4493-b621-cb00714acc06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cb0b06c-09d6-4493-b621-cb00714acc06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cb0b06c-09d6-4493-b621-cb00714acc06.shogun-image {
  box-sizing: border-box;
}



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





  img.s-6cb0b06c-09d6-4493-b621-cb00714acc06.shogun-image {
    
    
  }


.s-6cb0b06c-09d6-4493-b621-cb00714acc06 .shogun-image-content {
  
    align-items: center;
  
}

.s-6cb0b06c-09d6-4493-b621-cb00714acc06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cb0b06c-09d6-4493-b621-cb00714acc06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cb0b06c-09d6-4493-b621-cb00714acc06.shogun-image {
  box-sizing: border-box;
}



}
#s-d341aa72-19ba-4c0f-9b37-d3f856b44051 {
  min-height: 50px;
}








#s-d341aa72-19ba-4c0f-9b37-d3f856b44051 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d341aa72-19ba-4c0f-9b37-d3f856b44051.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-186931aa-bba6-4a4a-afa0-b982e2a810b6 {
  max-width: 30px;
text-align: center;
}







  img.s-186931aa-bba6-4a4a-afa0-b982e2a810b6.shogun-image {
    
    
  }


.s-186931aa-bba6-4a4a-afa0-b982e2a810b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-186931aa-bba6-4a4a-afa0-b982e2a810b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-186931aa-bba6-4a4a-afa0-b982e2a810b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-186931aa-bba6-4a4a-afa0-b982e2a810b6.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-186931aa-bba6-4a4a-afa0-b982e2a810b6.shogun-image {
    
    
  }


.s-186931aa-bba6-4a4a-afa0-b982e2a810b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-186931aa-bba6-4a4a-afa0-b982e2a810b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-186931aa-bba6-4a4a-afa0-b982e2a810b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-186931aa-bba6-4a4a-afa0-b982e2a810b6.shogun-image {
  box-sizing: border-box;
}



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





  img.s-186931aa-bba6-4a4a-afa0-b982e2a810b6.shogun-image {
    
    
  }


.s-186931aa-bba6-4a4a-afa0-b982e2a810b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-186931aa-bba6-4a4a-afa0-b982e2a810b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-186931aa-bba6-4a4a-afa0-b982e2a810b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-186931aa-bba6-4a4a-afa0-b982e2a810b6.shogun-image {
  box-sizing: border-box;
}



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





  img.s-186931aa-bba6-4a4a-afa0-b982e2a810b6.shogun-image {
    
    
  }


.s-186931aa-bba6-4a4a-afa0-b982e2a810b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-186931aa-bba6-4a4a-afa0-b982e2a810b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-186931aa-bba6-4a4a-afa0-b982e2a810b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-186931aa-bba6-4a4a-afa0-b982e2a810b6.shogun-image {
  box-sizing: border-box;
}



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





  img.s-186931aa-bba6-4a4a-afa0-b982e2a810b6.shogun-image {
    
    
  }


.s-186931aa-bba6-4a4a-afa0-b982e2a810b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-186931aa-bba6-4a4a-afa0-b982e2a810b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-186931aa-bba6-4a4a-afa0-b982e2a810b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-186931aa-bba6-4a4a-afa0-b982e2a810b6.shogun-image {
  box-sizing: border-box;
}



}
#s-c51c1076-0ca3-41ae-b777-1e07c4c0f79b {
  min-height: 50px;
}








#s-c51c1076-0ca3-41ae-b777-1e07c4c0f79b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c51c1076-0ca3-41ae-b777-1e07c4c0f79b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66249b89-9f25-44a0-b90a-ea7e5cd1ae14 {
  max-width: 24px;
text-align: center;
}







  img.s-66249b89-9f25-44a0-b90a-ea7e5cd1ae14.shogun-image {
    
    
  }


.s-66249b89-9f25-44a0-b90a-ea7e5cd1ae14 .shogun-image-content {
  
    align-items: center;
  
}

.s-66249b89-9f25-44a0-b90a-ea7e5cd1ae14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66249b89-9f25-44a0-b90a-ea7e5cd1ae14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66249b89-9f25-44a0-b90a-ea7e5cd1ae14.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-66249b89-9f25-44a0-b90a-ea7e5cd1ae14.shogun-image {
    
    
  }


.s-66249b89-9f25-44a0-b90a-ea7e5cd1ae14 .shogun-image-content {
  
    align-items: center;
  
}

.s-66249b89-9f25-44a0-b90a-ea7e5cd1ae14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66249b89-9f25-44a0-b90a-ea7e5cd1ae14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66249b89-9f25-44a0-b90a-ea7e5cd1ae14.shogun-image {
  box-sizing: border-box;
}



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





  img.s-66249b89-9f25-44a0-b90a-ea7e5cd1ae14.shogun-image {
    
    
  }


.s-66249b89-9f25-44a0-b90a-ea7e5cd1ae14 .shogun-image-content {
  
    align-items: center;
  
}

.s-66249b89-9f25-44a0-b90a-ea7e5cd1ae14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66249b89-9f25-44a0-b90a-ea7e5cd1ae14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66249b89-9f25-44a0-b90a-ea7e5cd1ae14.shogun-image {
  box-sizing: border-box;
}



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





  img.s-66249b89-9f25-44a0-b90a-ea7e5cd1ae14.shogun-image {
    
    
  }


.s-66249b89-9f25-44a0-b90a-ea7e5cd1ae14 .shogun-image-content {
  
    align-items: center;
  
}

.s-66249b89-9f25-44a0-b90a-ea7e5cd1ae14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66249b89-9f25-44a0-b90a-ea7e5cd1ae14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66249b89-9f25-44a0-b90a-ea7e5cd1ae14.shogun-image {
  box-sizing: border-box;
}



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





  img.s-66249b89-9f25-44a0-b90a-ea7e5cd1ae14.shogun-image {
    
    
  }


.s-66249b89-9f25-44a0-b90a-ea7e5cd1ae14 .shogun-image-content {
  
    align-items: center;
  
}

.s-66249b89-9f25-44a0-b90a-ea7e5cd1ae14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66249b89-9f25-44a0-b90a-ea7e5cd1ae14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66249b89-9f25-44a0-b90a-ea7e5cd1ae14.shogun-image {
  box-sizing: border-box;
}



}
#s-eb275624-287f-406c-bc66-9e31127b4359 {
  margin-left: 4%;
margin-bottom: 5%;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-eb275624-287f-406c-bc66-9e31127b4359"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-eb275624-287f-406c-bc66-9e31127b4359"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-eb275624-287f-406c-bc66-9e31127b4359"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-eb275624-287f-406c-bc66-9e31127b4359"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-a34a3521-887a-445b-9ac1-bcc386220b65 {
  min-height: 50px;
}








#s-a34a3521-887a-445b-9ac1-bcc386220b65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a34a3521-887a-445b-9ac1-bcc386220b65.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9d126591-126d-40e6-b069-790133406080 {
  max-width: 24px;
text-align: center;
}







  img.s-9d126591-126d-40e6-b069-790133406080.shogun-image {
    
    
  }


.s-9d126591-126d-40e6-b069-790133406080 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d126591-126d-40e6-b069-790133406080.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d126591-126d-40e6-b069-790133406080.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d126591-126d-40e6-b069-790133406080.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-9d126591-126d-40e6-b069-790133406080.shogun-image {
    
    
  }


.s-9d126591-126d-40e6-b069-790133406080 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d126591-126d-40e6-b069-790133406080.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d126591-126d-40e6-b069-790133406080.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d126591-126d-40e6-b069-790133406080.shogun-image {
  box-sizing: border-box;
}



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





  img.s-9d126591-126d-40e6-b069-790133406080.shogun-image {
    
    
  }


.s-9d126591-126d-40e6-b069-790133406080 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d126591-126d-40e6-b069-790133406080.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d126591-126d-40e6-b069-790133406080.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d126591-126d-40e6-b069-790133406080.shogun-image {
  box-sizing: border-box;
}



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





  img.s-9d126591-126d-40e6-b069-790133406080.shogun-image {
    
    
  }


.s-9d126591-126d-40e6-b069-790133406080 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d126591-126d-40e6-b069-790133406080.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d126591-126d-40e6-b069-790133406080.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d126591-126d-40e6-b069-790133406080.shogun-image {
  box-sizing: border-box;
}



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





  img.s-9d126591-126d-40e6-b069-790133406080.shogun-image {
    
    
  }


.s-9d126591-126d-40e6-b069-790133406080 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d126591-126d-40e6-b069-790133406080.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d126591-126d-40e6-b069-790133406080.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d126591-126d-40e6-b069-790133406080.shogun-image {
  box-sizing: border-box;
}



}
#s-5e2d5f9b-77c8-4d8f-81e5-0ff3dd6ddf48 {
  margin-left: -5%;
margin-right: -5%;
}

#s-6dcc7271-6ace-4ce0-a4f9-9efa49ec3940 {
  min-height: 50px;
}








#s-6dcc7271-6ace-4ce0-a4f9-9efa49ec3940 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6dcc7271-6ace-4ce0-a4f9-9efa49ec3940.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25fbd91b-ea22-4f34-be32-6510e011e48d {
  max-width: 30px;
text-align: center;
}







  img.s-25fbd91b-ea22-4f34-be32-6510e011e48d.shogun-image {
    
    
  }


.s-25fbd91b-ea22-4f34-be32-6510e011e48d .shogun-image-content {
  
    align-items: center;
  
}

.s-25fbd91b-ea22-4f34-be32-6510e011e48d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25fbd91b-ea22-4f34-be32-6510e011e48d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25fbd91b-ea22-4f34-be32-6510e011e48d.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-25fbd91b-ea22-4f34-be32-6510e011e48d.shogun-image {
    
    
  }


.s-25fbd91b-ea22-4f34-be32-6510e011e48d .shogun-image-content {
  
    align-items: center;
  
}

.s-25fbd91b-ea22-4f34-be32-6510e011e48d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25fbd91b-ea22-4f34-be32-6510e011e48d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25fbd91b-ea22-4f34-be32-6510e011e48d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-25fbd91b-ea22-4f34-be32-6510e011e48d.shogun-image {
    
    
  }


.s-25fbd91b-ea22-4f34-be32-6510e011e48d .shogun-image-content {
  
    align-items: center;
  
}

.s-25fbd91b-ea22-4f34-be32-6510e011e48d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25fbd91b-ea22-4f34-be32-6510e011e48d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25fbd91b-ea22-4f34-be32-6510e011e48d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-25fbd91b-ea22-4f34-be32-6510e011e48d.shogun-image {
    
    
  }


.s-25fbd91b-ea22-4f34-be32-6510e011e48d .shogun-image-content {
  
    align-items: center;
  
}

.s-25fbd91b-ea22-4f34-be32-6510e011e48d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25fbd91b-ea22-4f34-be32-6510e011e48d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25fbd91b-ea22-4f34-be32-6510e011e48d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-25fbd91b-ea22-4f34-be32-6510e011e48d.shogun-image {
    
    
  }


.s-25fbd91b-ea22-4f34-be32-6510e011e48d .shogun-image-content {
  
    align-items: center;
  
}

.s-25fbd91b-ea22-4f34-be32-6510e011e48d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25fbd91b-ea22-4f34-be32-6510e011e48d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25fbd91b-ea22-4f34-be32-6510e011e48d.shogun-image {
  box-sizing: border-box;
}



}
#s-8809475a-85b6-4774-a147-c523f4e73a08 {
  min-height: 50px;
}








#s-8809475a-85b6-4774-a147-c523f4e73a08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8809475a-85b6-4774-a147-c523f4e73a08.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-302b3c9a-05c3-42e4-b403-011276f6d88c {
  max-width: 24px;
text-align: center;
}







  img.s-302b3c9a-05c3-42e4-b403-011276f6d88c.shogun-image {
    
    
  }


.s-302b3c9a-05c3-42e4-b403-011276f6d88c .shogun-image-content {
  
    align-items: center;
  
}

.s-302b3c9a-05c3-42e4-b403-011276f6d88c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-302b3c9a-05c3-42e4-b403-011276f6d88c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-302b3c9a-05c3-42e4-b403-011276f6d88c.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-302b3c9a-05c3-42e4-b403-011276f6d88c.shogun-image {
    
    
  }


.s-302b3c9a-05c3-42e4-b403-011276f6d88c .shogun-image-content {
  
    align-items: center;
  
}

.s-302b3c9a-05c3-42e4-b403-011276f6d88c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-302b3c9a-05c3-42e4-b403-011276f6d88c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-302b3c9a-05c3-42e4-b403-011276f6d88c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-302b3c9a-05c3-42e4-b403-011276f6d88c.shogun-image {
    
    
  }


.s-302b3c9a-05c3-42e4-b403-011276f6d88c .shogun-image-content {
  
    align-items: center;
  
}

.s-302b3c9a-05c3-42e4-b403-011276f6d88c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-302b3c9a-05c3-42e4-b403-011276f6d88c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-302b3c9a-05c3-42e4-b403-011276f6d88c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-302b3c9a-05c3-42e4-b403-011276f6d88c.shogun-image {
    
    
  }


.s-302b3c9a-05c3-42e4-b403-011276f6d88c .shogun-image-content {
  
    align-items: center;
  
}

.s-302b3c9a-05c3-42e4-b403-011276f6d88c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-302b3c9a-05c3-42e4-b403-011276f6d88c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-302b3c9a-05c3-42e4-b403-011276f6d88c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-302b3c9a-05c3-42e4-b403-011276f6d88c.shogun-image {
    
    
  }


.s-302b3c9a-05c3-42e4-b403-011276f6d88c .shogun-image-content {
  
    align-items: center;
  
}

.s-302b3c9a-05c3-42e4-b403-011276f6d88c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-302b3c9a-05c3-42e4-b403-011276f6d88c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-302b3c9a-05c3-42e4-b403-011276f6d88c.shogun-image {
  box-sizing: border-box;
}



}
#s-a979da35-f7a4-40b7-996e-241ca2feed1d {
  border-style: solid;
margin-top: 1%;
margin-left: 7%;
margin-right: 7%;
padding-top: 16px;
padding-left: 20px;
padding-bottom: 16px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(24, 2, 138, 1);
border-radius: 30px;
max-width: 450px;
background-color: rgba(24, 2, 138, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a979da35-f7a4-40b7-996e-241ca2feed1d:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(34, 0, 204, 1) !important;
border-radius: 30px !important;
background-color: rgba(34, 0, 204, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a979da35-f7a4-40b7-996e-241ca2feed1d:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(24, 2, 138, 1) !important;
border-radius: 30px !important;
background-color: rgba(24, 2, 138, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a979da35-f7a4-40b7-996e-241ca2feed1d-root {
    text-align: center;
  }


#s-a979da35-f7a4-40b7-996e-241ca2feed1d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Soleil;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a979da35-f7a4-40b7-996e-241ca2feed1d-root {
    text-align: center;
  }


#s-a979da35-f7a4-40b7-996e-241ca2feed1d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a979da35-f7a4-40b7-996e-241ca2feed1d-root {
    text-align: center;
  }


#s-a979da35-f7a4-40b7-996e-241ca2feed1d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a979da35-f7a4-40b7-996e-241ca2feed1d-root {
    text-align: center;
  }


#s-a979da35-f7a4-40b7-996e-241ca2feed1d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a979da35-f7a4-40b7-996e-241ca2feed1d-root {
    text-align: center;
  }


#s-a979da35-f7a4-40b7-996e-241ca2feed1d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Soleil;
  display:  block ;
}
}
#s-9c58b110-946d-4274-a145-129d7392b344 {
  margin-top: 5%;
margin-left: 4%;
margin-right: 4%;
padding-top: 5%;
padding-bottom: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(234, 234, 223, 1);
border-style: solid;
border-radius: 30px;
min-height: 50px;
background-color: rgba(255, 255, 242, 0.73);
}








#s-9c58b110-946d-4274-a145-129d7392b344 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c58b110-946d-4274-a145-129d7392b344.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bfa981bc-da51-4eeb-b13c-c7dc55ea8a44 {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
text-align: center;
}







  #s-bfa981bc-da51-4eeb-b13c-c7dc55ea8a44 img.shogun-image {
    

    
    
    
  }


#s-bfa981bc-da51-4eeb-b13c-c7dc55ea8a44 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ecfb261-0f3d-4e50-917c-b14c102eb18a {
  margin-top: 8px;
margin-left: 5%;
margin-right: 5%;
}

#s-bc336856-8783-4c3a-a061-382f2174fa3a {
  margin-top: 1%;
margin-left: 7%;
margin-bottom: 1%;
margin-right: 7%;
}

#s-b221bfaa-eabb-45b6-9f19-a83f1f9968ad {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(198, 200, 218, 0.62);
border-style: solid;
border-radius: 0px;
min-height: 50px;
background-color: rgba(254, 254, 249, 0);
}








#s-b221bfaa-eabb-45b6-9f19-a83f1f9968ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b221bfaa-eabb-45b6-9f19-a83f1f9968ad.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f33ef5a0-07ce-4596-952d-f1794e7bbab1 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
text-align: center;
}







  img.s-f33ef5a0-07ce-4596-952d-f1794e7bbab1.shogun-image {
    
    
  }


.s-f33ef5a0-07ce-4596-952d-f1794e7bbab1 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-f33ef5a0-07ce-4596-952d-f1794e7bbab1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f33ef5a0-07ce-4596-952d-f1794e7bbab1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f33ef5a0-07ce-4596-952d-f1794e7bbab1.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-f33ef5a0-07ce-4596-952d-f1794e7bbab1.shogun-image {
    
    
  }


.s-f33ef5a0-07ce-4596-952d-f1794e7bbab1 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-f33ef5a0-07ce-4596-952d-f1794e7bbab1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f33ef5a0-07ce-4596-952d-f1794e7bbab1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f33ef5a0-07ce-4596-952d-f1794e7bbab1.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f33ef5a0-07ce-4596-952d-f1794e7bbab1.shogun-image {
    
    
  }


.s-f33ef5a0-07ce-4596-952d-f1794e7bbab1 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-f33ef5a0-07ce-4596-952d-f1794e7bbab1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f33ef5a0-07ce-4596-952d-f1794e7bbab1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f33ef5a0-07ce-4596-952d-f1794e7bbab1.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f33ef5a0-07ce-4596-952d-f1794e7bbab1.shogun-image {
    
    
  }


.s-f33ef5a0-07ce-4596-952d-f1794e7bbab1 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-f33ef5a0-07ce-4596-952d-f1794e7bbab1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f33ef5a0-07ce-4596-952d-f1794e7bbab1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f33ef5a0-07ce-4596-952d-f1794e7bbab1.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f33ef5a0-07ce-4596-952d-f1794e7bbab1.shogun-image {
    
    
  }


.s-f33ef5a0-07ce-4596-952d-f1794e7bbab1 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-f33ef5a0-07ce-4596-952d-f1794e7bbab1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f33ef5a0-07ce-4596-952d-f1794e7bbab1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f33ef5a0-07ce-4596-952d-f1794e7bbab1.shogun-image {
  box-sizing: border-box;
}



}
#s-42c9bccf-cd63-4167-9f12-7a732ec9d1ea {
  padding-bottom: 13px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 18px;
min-height: 50px;
background-color: rgba(246, 246, 246, 0);
}








#s-42c9bccf-cd63-4167-9f12-7a732ec9d1ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42c9bccf-cd63-4167-9f12-7a732ec9d1ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a4e8b6d-d4e1-4860-8970-3839f1e0232a {
  margin-top: 1%;
margin-left: 4%;
}

#s-ed745dfe-b3b7-4ffb-bdfd-a761710b895a {
  margin-top: 2px;
margin-left: 4%;
margin-right: 12px;
}

#s-5b6b9e07-3e51-466d-8e65-f022bdb3a7c0 {
  margin-top: 3px;
margin-left: 4%;
margin-right: 12px;
}

#s-c3fe3a95-fe29-44ab-9f1d-6a5ee25a0bd2 {
  margin-top: 13px;
margin-left: 4%;
margin-right: 4%;
padding-top: 12px;
padding-left: 0em;
padding-bottom: 12px;
padding-right: 0em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(34, 0, 204, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(34, 0, 204, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-c3fe3a95-fe29-44ab-9f1d-6a5ee25a0bd2:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(24, 2, 138, 1) !important;
border-radius: 30px !important;
background-color: rgba(34, 0, 204, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c3fe3a95-fe29-44ab-9f1d-6a5ee25a0bd2:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(34, 0, 204, 1) !important;
border-radius: 30px !important;
background-color: rgba(34, 0, 204, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-c3fe3a95-fe29-44ab-9f1d-6a5ee25a0bd2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c3fe3a95-fe29-44ab-9f1d-6a5ee25a0bd2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c3fe3a95-fe29-44ab-9f1d-6a5ee25a0bd2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  font-family: Soleil;
  display:  block ;
}

#s-c3fe3a95-fe29-44ab-9f1d-6a5ee25a0bd2.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Work Sans;
  
  font-size: 14px;
  color: rgba(24, 2, 138, 1);
}



#s-91a4f648-1663-4e91-a05f-ae420b7693f4 {
  margin-top: 5px;
}

#s-3de025a0-b296-48aa-af8e-c00a480363af {
  margin-top: 5%;
margin-left: 4%;
margin-bottom: 5%;
margin-right: 4%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(24, 2, 138, 1);
border-style: solid;
border-radius: 30px;
min-height: 50px;
background-color: rgba(240, 247, 255, 1);
}








#s-3de025a0-b296-48aa-af8e-c00a480363af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3de025a0-b296-48aa-af8e-c00a480363af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-653cb0fd-3b2d-4878-a6ae-a0ac0be71dc8 {
  margin-top: 8%;
margin-left: auto;
margin-bottom: 6%;
margin-right: auto;
max-width: 275px;
text-align: center;
}







  #s-653cb0fd-3b2d-4878-a6ae-a0ac0be71dc8 img.shogun-image {
    

    
    
    
  }


#s-653cb0fd-3b2d-4878-a6ae-a0ac0be71dc8 .shogun-image-content {
  
    align-items: center;
  
}

#s-bed5d99e-95a8-4d85-9cb3-6e6fa3e29bc1 {
  margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
}

#s-f405ea3b-01df-475e-9d9a-8f964763eab7 {
  padding-top: 7%;
padding-bottom: 9%;
min-height: 50px;
background-color: rgba(237, 248, 223, 0.27);
}








#s-f405ea3b-01df-475e-9d9a-8f964763eab7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f405ea3b-01df-475e-9d9a-8f964763eab7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-897b2812-f23b-4408-8bfe-869a05b35b01 {
  margin-top: 0%;
margin-bottom: 2%;
}

#s-aa8ceff8-af37-449e-abb8-2fc1d17dff8b {
  margin-top: 0%;
margin-left: 4%;
margin-bottom: 2%;
margin-right: 4%;
}

#s-c463505c-ff6f-47a2-a42d-25d00f0e668a {
  margin-left: 4%;
margin-right: 4%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 18px;
text-align: center;
}







  img.s-c463505c-ff6f-47a2-a42d-25d00f0e668a.shogun-image {
    
    
  }


.s-c463505c-ff6f-47a2-a42d-25d00f0e668a .shogun-image-content {
  
    align-items: center;
  
}

.s-c463505c-ff6f-47a2-a42d-25d00f0e668a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c463505c-ff6f-47a2-a42d-25d00f0e668a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c463505c-ff6f-47a2-a42d-25d00f0e668a.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-c463505c-ff6f-47a2-a42d-25d00f0e668a.shogun-image {
    
    
  }


.s-c463505c-ff6f-47a2-a42d-25d00f0e668a .shogun-image-content {
  
    align-items: center;
  
}

.s-c463505c-ff6f-47a2-a42d-25d00f0e668a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c463505c-ff6f-47a2-a42d-25d00f0e668a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c463505c-ff6f-47a2-a42d-25d00f0e668a.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c463505c-ff6f-47a2-a42d-25d00f0e668a.shogun-image {
    
    
  }


.s-c463505c-ff6f-47a2-a42d-25d00f0e668a .shogun-image-content {
  
    align-items: center;
  
}

.s-c463505c-ff6f-47a2-a42d-25d00f0e668a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c463505c-ff6f-47a2-a42d-25d00f0e668a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c463505c-ff6f-47a2-a42d-25d00f0e668a.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c463505c-ff6f-47a2-a42d-25d00f0e668a.shogun-image {
    
    
  }


.s-c463505c-ff6f-47a2-a42d-25d00f0e668a .shogun-image-content {
  
    align-items: center;
  
}

.s-c463505c-ff6f-47a2-a42d-25d00f0e668a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c463505c-ff6f-47a2-a42d-25d00f0e668a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c463505c-ff6f-47a2-a42d-25d00f0e668a.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c463505c-ff6f-47a2-a42d-25d00f0e668a.shogun-image {
    
    
  }


.s-c463505c-ff6f-47a2-a42d-25d00f0e668a .shogun-image-content {
  
    align-items: center;
  
}

.s-c463505c-ff6f-47a2-a42d-25d00f0e668a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c463505c-ff6f-47a2-a42d-25d00f0e668a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c463505c-ff6f-47a2-a42d-25d00f0e668a.shogun-image {
  box-sizing: border-box;
}



}
#s-87eb5028-cc45-4b97-afc0-b4f98ba1ce67 {
  margin-top: 3%;
margin-left: 5%;
margin-right: 5%;
padding-top: 16px;
padding-left: 20px;
padding-bottom: 16px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(34, 0, 204, 1);
border-style: solid;
border-radius: 34px;
background-color: rgba(34, 0, 204, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-87eb5028-cc45-4b97-afc0-b4f98ba1ce67:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(24, 2, 138, 1) !important;
border-radius: 30px !important;
background-color: rgba(24, 2, 138, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-87eb5028-cc45-4b97-afc0-b4f98ba1ce67:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(34, 0, 204, 1) !important;
border-radius: 30px !important;
background-color: rgba(34, 0, 204, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-87eb5028-cc45-4b97-afc0-b4f98ba1ce67-root {
    text-align: center;
  }


#s-87eb5028-cc45-4b97-afc0-b4f98ba1ce67.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Soleil;
  display:  block ;
}
@media (min-width: 1200px){
  #s-87eb5028-cc45-4b97-afc0-b4f98ba1ce67-root {
    text-align: center;
  }


#s-87eb5028-cc45-4b97-afc0-b4f98ba1ce67.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-87eb5028-cc45-4b97-afc0-b4f98ba1ce67-root {
    text-align: center;
  }


#s-87eb5028-cc45-4b97-afc0-b4f98ba1ce67.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-87eb5028-cc45-4b97-afc0-b4f98ba1ce67-root {
    text-align: center;
  }


#s-87eb5028-cc45-4b97-afc0-b4f98ba1ce67.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Soleil;
  display:  block ;
}
}@media (max-width: 767px){
  #s-87eb5028-cc45-4b97-afc0-b4f98ba1ce67-root {
    text-align: center;
  }


#s-87eb5028-cc45-4b97-afc0-b4f98ba1ce67.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Soleil;
  display:  block ;
}
}
#s-dbabc098-b0f6-4df1-a75e-2c575d12174c {
  padding-top: 0%;
padding-bottom: 3%;
min-height: 50px;
}








#s-dbabc098-b0f6-4df1-a75e-2c575d12174c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dbabc098-b0f6-4df1-a75e-2c575d12174c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b0e5b128-d03e-4e6f-a3bc-771533a364a7 {
  margin-top: 2%;
margin-left: 7%;
margin-bottom: 1%;
margin-right: 13%;
}

#s-178ba071-1407-4741-87bf-259c417e6cfe {
  margin-left: 7%;
margin-right: 7%;
}

[id="s-178ba071-1407-4741-87bf-259c417e6cfe"] .shg-ig-posts-container > .shg-ig-posts {
  width: 50%;
  padding-right: 15px;
}

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

@media (min-width: 768px) {
  [id="s-178ba071-1407-4741-87bf-259c417e6cfe"] .shg-ig-posts-container > .shg-ig-posts {
    width: 25.0%;
    padding-right: 15px;
  }

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

#s-aece6005-5184-4b30-bf19-ccd811f797fa {
  margin-left: 7%;
margin-right: 7%;
min-height: 50px;
}








#s-aece6005-5184-4b30-bf19-ccd811f797fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aece6005-5184-4b30-bf19-ccd811f797fa.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-f9d0408a-534f-490f-bfdd-1ce8d0292fcc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f9d0408a-534f-490f-bfdd-1ce8d0292fcc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f9d0408a-534f-490f-bfdd-1ce8d0292fcc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f9d0408a-534f-490f-bfdd-1ce8d0292fcc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f9d0408a-534f-490f-bfdd-1ce8d0292fcc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f9d0408a-534f-490f-bfdd-1ce8d0292fcc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f9d0408a-534f-490f-bfdd-1ce8d0292fcc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-fd4c5c99-930d-438a-810f-1606585e7696 {
  max-width: 30px;
text-align: left;
}







  img.s-fd4c5c99-930d-438a-810f-1606585e7696.shogun-image {
    
    
  }


.s-fd4c5c99-930d-438a-810f-1606585e7696 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-fd4c5c99-930d-438a-810f-1606585e7696.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-fd4c5c99-930d-438a-810f-1606585e7696.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd4c5c99-930d-438a-810f-1606585e7696.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-fd4c5c99-930d-438a-810f-1606585e7696.shogun-image {
    
    
  }


.s-fd4c5c99-930d-438a-810f-1606585e7696 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-fd4c5c99-930d-438a-810f-1606585e7696.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-fd4c5c99-930d-438a-810f-1606585e7696.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd4c5c99-930d-438a-810f-1606585e7696.shogun-image {
  box-sizing: border-box;
}



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





  img.s-fd4c5c99-930d-438a-810f-1606585e7696.shogun-image {
    
    
  }


.s-fd4c5c99-930d-438a-810f-1606585e7696 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-fd4c5c99-930d-438a-810f-1606585e7696.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-fd4c5c99-930d-438a-810f-1606585e7696.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd4c5c99-930d-438a-810f-1606585e7696.shogun-image {
  box-sizing: border-box;
}



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





  img.s-fd4c5c99-930d-438a-810f-1606585e7696.shogun-image {
    
    
  }


.s-fd4c5c99-930d-438a-810f-1606585e7696 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-fd4c5c99-930d-438a-810f-1606585e7696.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-fd4c5c99-930d-438a-810f-1606585e7696.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd4c5c99-930d-438a-810f-1606585e7696.shogun-image {
  box-sizing: border-box;
}



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





  img.s-fd4c5c99-930d-438a-810f-1606585e7696.shogun-image {
    
    
  }


.s-fd4c5c99-930d-438a-810f-1606585e7696 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-fd4c5c99-930d-438a-810f-1606585e7696.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-fd4c5c99-930d-438a-810f-1606585e7696.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd4c5c99-930d-438a-810f-1606585e7696.shogun-image {
  box-sizing: border-box;
}



}
#s-6e88828c-1aa5-44ca-9299-b62964278d58 {
  margin-left: -80%;
}

#s-03be2ae2-bb51-4680-b0f5-2bcc83b1cf6e {
  padding-top: 30px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(14, 14, 59, 1);
}
@media (min-width: 1200px){#s-03be2ae2-bb51-4680-b0f5-2bcc83b1cf6e {
  display: none;
}
#s-03be2ae2-bb51-4680-b0f5-2bcc83b1cf6e, #wrap-s-03be2ae2-bb51-4680-b0f5-2bcc83b1cf6e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-03be2ae2-bb51-4680-b0f5-2bcc83b1cf6e {
  display: none;
}
#s-03be2ae2-bb51-4680-b0f5-2bcc83b1cf6e, #wrap-s-03be2ae2-bb51-4680-b0f5-2bcc83b1cf6e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-03be2ae2-bb51-4680-b0f5-2bcc83b1cf6e {
  display: none;
}
#s-03be2ae2-bb51-4680-b0f5-2bcc83b1cf6e, #wrap-s-03be2ae2-bb51-4680-b0f5-2bcc83b1cf6e { display: none !important; }}







#s-03be2ae2-bb51-4680-b0f5-2bcc83b1cf6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03be2ae2-bb51-4680-b0f5-2bcc83b1cf6e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e9e1b21-f5cf-4bd0-8e73-c6095ea02240 {
  min-height: 50px;
}








#s-6e9e1b21-f5cf-4bd0-8e73-c6095ea02240 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e9e1b21-f5cf-4bd0-8e73-c6095ea02240.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ad0e853-da54-4e69-bbbb-d79e84450992 {
  padding-left: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-8ad0e853-da54-4e69-bbbb-d79e84450992 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ad0e853-da54-4e69-bbbb-d79e84450992.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d132cf53-8e22-49bf-ae46-cc352c1275c4 {
  margin-left: 20px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}








#s-d132cf53-8e22-49bf-ae46-cc352c1275c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d132cf53-8e22-49bf-ae46-cc352c1275c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-295ce832-633c-40b4-bd45-3e959b670cae {
  padding-top: 35px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(14, 14, 59, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-295ce832-633c-40b4-bd45-3e959b670cae {
  display: none;
}
#s-295ce832-633c-40b4-bd45-3e959b670cae, #wrap-s-295ce832-633c-40b4-bd45-3e959b670cae { display: none !important; }}@media (max-width: 767px){#s-295ce832-633c-40b4-bd45-3e959b670cae {
  display: none;
}
#s-295ce832-633c-40b4-bd45-3e959b670cae, #wrap-s-295ce832-633c-40b4-bd45-3e959b670cae { display: none !important; }}







#s-295ce832-633c-40b4-bd45-3e959b670cae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-295ce832-633c-40b4-bd45-3e959b670cae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b817a379-8882-4fb9-b9d9-a94888c6faab {
  min-height: 50px;
}








#s-b817a379-8882-4fb9-b9d9-a94888c6faab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b817a379-8882-4fb9-b9d9-a94888c6faab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-531c60df-78a0-40fa-849f-f7c022f36f26 {
  margin-left: 80px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-531c60df-78a0-40fa-849f-f7c022f36f26"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-531c60df-78a0-40fa-849f-f7c022f36f26"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-531c60df-78a0-40fa-849f-f7c022f36f26"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-531c60df-78a0-40fa-849f-f7c022f36f26"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-71d5ad32-f038-4929-8fe8-62a5afb56d3e {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}








#s-71d5ad32-f038-4929-8fe8-62a5afb56d3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71d5ad32-f038-4929-8fe8-62a5afb56d3e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a7a32f92-693d-4bb8-bca6-43c3733dab3b {
  margin-left: 80px;
}

@media (min-width: 0px) {
[id="s-a7a32f92-693d-4bb8-bca6-43c3733dab3b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7a32f92-693d-4bb8-bca6-43c3733dab3b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a7a32f92-693d-4bb8-bca6-43c3733dab3b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7a32f92-693d-4bb8-bca6-43c3733dab3b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-755d1064-b648-41ce-926f-eeba8d8dbf5d {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}








#s-755d1064-b648-41ce-926f-eeba8d8dbf5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-755d1064-b648-41ce-926f-eeba8d8dbf5d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

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

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
