.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-00bd0594-5fcc-4aca-b7e8-fcd1050d9122 {
  min-height: 50px;
}








#s-00bd0594-5fcc-4aca-b7e8-fcd1050d9122 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00bd0594-5fcc-4aca-b7e8-fcd1050d9122.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d612164a-ba01-468d-9ca8-d0ca2cf61d6a {
  margin-top: 0px;
margin-bottom: 20px;
min-height: 50px;
}








#s-d612164a-ba01-468d-9ca8-d0ca2cf61d6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d612164a-ba01-468d-9ca8-d0ca2cf61d6a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

@media (min-width: 0px) {
[id="s-431acea3-99d6-4873-9e45-0b9d8e2aa674"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-431acea3-99d6-4873-9e45-0b9d8e2aa674"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-431acea3-99d6-4873-9e45-0b9d8e2aa674"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-431acea3-99d6-4873-9e45-0b9d8e2aa674"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-431acea3-99d6-4873-9e45-0b9d8e2aa674"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-431acea3-99d6-4873-9e45-0b9d8e2aa674"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-431acea3-99d6-4873-9e45-0b9d8e2aa674"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-f28563b6-e7b9-4bfb-8727-d6ea14d6d8a3 {
  text-align: left;
}

.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-90927620-cc3d-4548-9fb1-6cbf8a0fd798 {
  margin-left: 14%;
margin-right: 14%;
}

#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (max-width: 767px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}







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

#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  margin-left: 0px;
margin-right: 0px;
min-height: 100%;
}
@media (min-width: 1200px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (max-width: 767px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}







#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a92d74ae-118a-47c8-b2dc-0104a67a8591.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe {
  
}
@media (min-width: 1200px){#s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe {
  
}
}@media (max-width: 767px){#s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe {
  
}
}
@media (min-width: 0px) {
[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
padding-top: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 415px;
max-width: 100%;
background-position: center center;
}
@media (min-width: 1200px){#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a {
  padding-bottom: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a {
  margin-bottom: 0%;
padding-bottom: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a {
  padding-bottom: 15%;
}
}@media (max-width: 767px){#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a {
  margin-top: 0px;
margin-bottom: 25px;
padding-bottom: 15%;
}
}
#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a {
  background-image: url(https://i.shgcdn.com/55208ffa-cbbd-4e08-8fad-000cb87b0879/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0.75;
}#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a {
  cursor: pointer;
}#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

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

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

#s-f4ef6672-0259-4a67-bf68-33bd3298f0e7 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-f4ef6672-0259-4a67-bf68-33bd3298f0e7 {
  margin-left: 75px;
margin-right: 75px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f4ef6672-0259-4a67-bf68-33bd3298f0e7 {
  margin-left: 75px;
margin-right: 75px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f4ef6672-0259-4a67-bf68-33bd3298f0e7 {
  
}
}@media (max-width: 767px){#s-f4ef6672-0259-4a67-bf68-33bd3298f0e7 {
  
}
}
#s-f4ef6672-0259-4a67-bf68-33bd3298f0e7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  
  
}


#s-f4ef6672-0259-4a67-bf68-33bd3298f0e7 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


.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-0593ea02-6a7a-4d45-a366-28d61dcdf1e7 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 0);
border-radius: 0px;
max-width: 275px;
text-align: center;
background-color: rgba(41, 168, 216, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0593ea02-6a7a-4d45-a366-28d61dcdf1e7:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-0593ea02-6a7a-4d45-a366-28d61dcdf1e7:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-0593ea02-6a7a-4d45-a366-28d61dcdf1e7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0593ea02-6a7a-4d45-a366-28d61dcdf1e7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0593ea02-6a7a-4d45-a366-28d61dcdf1e7 {
  
}
}@media (max-width: 767px){#s-0593ea02-6a7a-4d45-a366-28d61dcdf1e7 {
  
}
}

  #s-0593ea02-6a7a-4d45-a366-28d61dcdf1e7-root {
    text-align: center;
  }


#s-0593ea02-6a7a-4d45-a366-28d61dcdf1e7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0593ea02-6a7a-4d45-a366-28d61dcdf1e7-root {
    text-align: center;
  }


#s-0593ea02-6a7a-4d45-a366-28d61dcdf1e7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0593ea02-6a7a-4d45-a366-28d61dcdf1e7-root {
    text-align: center;
  }


#s-0593ea02-6a7a-4d45-a366-28d61dcdf1e7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0593ea02-6a7a-4d45-a366-28d61dcdf1e7-root {
    text-align: center;
  }


#s-0593ea02-6a7a-4d45-a366-28d61dcdf1e7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0593ea02-6a7a-4d45-a366-28d61dcdf1e7-root {
    text-align: center;
  }


#s-0593ea02-6a7a-4d45-a366-28d61dcdf1e7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-08fd8015-9c90-4601-b6fb-408258b31da2 {
  background-size: cover;
min-height: 415px;
max-width: 100%;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-08fd8015-9c90-4601-b6fb-408258b31da2 {
  padding-top: 15%;
padding-bottom: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-08fd8015-9c90-4601-b6fb-408258b31da2 {
  padding-top: 0%;
padding-bottom: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-08fd8015-9c90-4601-b6fb-408258b31da2 {
  padding-bottom: 15%;
}
}@media (max-width: 767px){#s-08fd8015-9c90-4601-b6fb-408258b31da2 {
  padding-bottom: 15%;
}
}







#s-08fd8015-9c90-4601-b6fb-408258b31da2 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-08fd8015-9c90-4601-b6fb-408258b31da2 {
  cursor: pointer;
}#s-08fd8015-9c90-4601-b6fb-408258b31da2.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-e8de5347-1bd4-4fd3-a306-f1c5fe022580 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-e8de5347-1bd4-4fd3-a306-f1c5fe022580 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e8de5347-1bd4-4fd3-a306-f1c5fe022580 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e8de5347-1bd4-4fd3-a306-f1c5fe022580 {
  
}
}@media (max-width: 767px){#s-e8de5347-1bd4-4fd3-a306-f1c5fe022580 {
  
}
}
#s-e8de5347-1bd4-4fd3-a306-f1c5fe022580 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  
  
}


#s-e8de5347-1bd4-4fd3-a306-f1c5fe022580 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-709b3464-8e85-44a2-b981-7c5cc02e0808 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 0);
border-radius: 0px;
max-width: 275px;
text-align: center;
background-color: rgba(41, 168, 216, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-709b3464-8e85-44a2-b981-7c5cc02e0808:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-709b3464-8e85-44a2-b981-7c5cc02e0808:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-709b3464-8e85-44a2-b981-7c5cc02e0808 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-709b3464-8e85-44a2-b981-7c5cc02e0808 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-709b3464-8e85-44a2-b981-7c5cc02e0808 {
  
}
}@media (max-width: 767px){#s-709b3464-8e85-44a2-b981-7c5cc02e0808 {
  
}
}

  #s-709b3464-8e85-44a2-b981-7c5cc02e0808-root {
    text-align: center;
  }


#s-709b3464-8e85-44a2-b981-7c5cc02e0808.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-709b3464-8e85-44a2-b981-7c5cc02e0808-root {
    text-align: center;
  }


#s-709b3464-8e85-44a2-b981-7c5cc02e0808.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-709b3464-8e85-44a2-b981-7c5cc02e0808-root {
    text-align: center;
  }


#s-709b3464-8e85-44a2-b981-7c5cc02e0808.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-709b3464-8e85-44a2-b981-7c5cc02e0808-root {
    text-align: center;
  }


#s-709b3464-8e85-44a2-b981-7c5cc02e0808.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-709b3464-8e85-44a2-b981-7c5cc02e0808-root {
    text-align: center;
  }


#s-709b3464-8e85-44a2-b981-7c5cc02e0808.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-bd273a0c-ac45-4b35-8023-44b8ed81f80c {
  background-repeat: no-repeat;
background-size: cover;
margin-top: auto;
margin-bottom: 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: 0px;
min-height: 360px;
background-position: center center;
}
@media (min-width: 1200px){#s-bd273a0c-ac45-4b35-8023-44b8ed81f80c {
  display: none;
}
#s-bd273a0c-ac45-4b35-8023-44b8ed81f80c, #wrap-s-bd273a0c-ac45-4b35-8023-44b8ed81f80c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bd273a0c-ac45-4b35-8023-44b8ed81f80c {
  display: none;
}
#s-bd273a0c-ac45-4b35-8023-44b8ed81f80c, #wrap-s-bd273a0c-ac45-4b35-8023-44b8ed81f80c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bd273a0c-ac45-4b35-8023-44b8ed81f80c {
  display: none;
}
#s-bd273a0c-ac45-4b35-8023-44b8ed81f80c, #wrap-s-bd273a0c-ac45-4b35-8023-44b8ed81f80c { display:none !important; }}@media (max-width: 767px){#s-bd273a0c-ac45-4b35-8023-44b8ed81f80c {
  margin-top: 25px;
margin-bottom: 25px;
}
}







#s-bd273a0c-ac45-4b35-8023-44b8ed81f80c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-bd273a0c-ac45-4b35-8023-44b8ed81f80c {
  cursor: pointer;
}#s-bd273a0c-ac45-4b35-8023-44b8ed81f80c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-105bf1d6-eb31-44a1-86b2-f3c0ca6878b1 {
  margin-top: auto;
margin-bottom: auto;
margin-right: 5%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-105bf1d6-eb31-44a1-86b2-f3c0ca6878b1 {
  margin-right: 0%;
}
}@media (max-width: 767px){#s-105bf1d6-eb31-44a1-86b2-f3c0ca6878b1 {
  margin-top: 25px;
}
}
#s-105bf1d6-eb31-44a1-86b2-f3c0ca6878b1 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  
  text-align: left;
}



@media (max-width: 767px){#s-23775502-d100-4e84-b501-89491aad363e {
  margin-left: 5%;
margin-right: 10%;
}
}
#s-acf2219a-1a4c-43ff-8ff7-8751246e8cf3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(41, 168, 216, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-acf2219a-1a4c-43ff-8ff7-8751246e8cf3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-acf2219a-1a4c-43ff-8ff7-8751246e8cf3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-acf2219a-1a4c-43ff-8ff7-8751246e8cf3-root {
    text-align: center;
  }


#s-acf2219a-1a4c-43ff-8ff7-8751246e8cf3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-acf2219a-1a4c-43ff-8ff7-8751246e8cf3-root {
    text-align: center;
  }


#s-acf2219a-1a4c-43ff-8ff7-8751246e8cf3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-acf2219a-1a4c-43ff-8ff7-8751246e8cf3-root {
    text-align: center;
  }


#s-acf2219a-1a4c-43ff-8ff7-8751246e8cf3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-acf2219a-1a4c-43ff-8ff7-8751246e8cf3-root {
    text-align: center;
  }


#s-acf2219a-1a4c-43ff-8ff7-8751246e8cf3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-acf2219a-1a4c-43ff-8ff7-8751246e8cf3-root {
    text-align: center;
  }


#s-acf2219a-1a4c-43ff-8ff7-8751246e8cf3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b8f7450a-1ccc-4445-8365-36e5366aadc2 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-b8f7450a-1ccc-4445-8365-36e5366aadc2 {
  display: none;
}
#s-b8f7450a-1ccc-4445-8365-36e5366aadc2, #wrap-s-b8f7450a-1ccc-4445-8365-36e5366aadc2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b8f7450a-1ccc-4445-8365-36e5366aadc2 {
  display: none;
}
#s-b8f7450a-1ccc-4445-8365-36e5366aadc2, #wrap-s-b8f7450a-1ccc-4445-8365-36e5366aadc2 { display:none !important; }}@media (max-width: 767px){#s-b8f7450a-1ccc-4445-8365-36e5366aadc2 {
  margin-bottom: 25px;
display: none;
}
#s-b8f7450a-1ccc-4445-8365-36e5366aadc2, #wrap-s-b8f7450a-1ccc-4445-8365-36e5366aadc2 { display:none !important; }}
#s-b8f7450a-1ccc-4445-8365-36e5366aadc2 {
  background-image: url(https://i.shgcdn.com/b4185115-09da-4f6c-b6da-4b48042d983d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-b8f7450a-1ccc-4445-8365-36e5366aadc2 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-b8f7450a-1ccc-4445-8365-36e5366aadc2 {
  cursor: pointer;
}#s-b8f7450a-1ccc-4445-8365-36e5366aadc2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c825a108-df59-49fe-8575-b0353148dfa1 {
  margin-top: 75px;
margin-bottom: auto;
margin-right: 16%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-c825a108-df59-49fe-8575-b0353148dfa1 {
  margin-top: 25px;
}
}
#s-c825a108-df59-49fe-8575-b0353148dfa1 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-ec648969-e57c-4465-a701-102305fc8669 {
  padding-left: 5%;
padding-right: 5%;
}

#s-296f8e6e-59e7-40c7-b8a3-c7a19682163a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(41, 168, 216, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-296f8e6e-59e7-40c7-b8a3-c7a19682163a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-296f8e6e-59e7-40c7-b8a3-c7a19682163a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-296f8e6e-59e7-40c7-b8a3-c7a19682163a-root {
    text-align: center;
  }


#s-296f8e6e-59e7-40c7-b8a3-c7a19682163a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-296f8e6e-59e7-40c7-b8a3-c7a19682163a-root {
    text-align: center;
  }


#s-296f8e6e-59e7-40c7-b8a3-c7a19682163a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-296f8e6e-59e7-40c7-b8a3-c7a19682163a-root {
    text-align: center;
  }


#s-296f8e6e-59e7-40c7-b8a3-c7a19682163a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-296f8e6e-59e7-40c7-b8a3-c7a19682163a-root {
    text-align: center;
  }


#s-296f8e6e-59e7-40c7-b8a3-c7a19682163a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-296f8e6e-59e7-40c7-b8a3-c7a19682163a-root {
    text-align: center;
  }


#s-296f8e6e-59e7-40c7-b8a3-c7a19682163a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-443beb8a-ae9b-47ca-a2bc-ae36e8e6612a {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-443beb8a-ae9b-47ca-a2bc-ae36e8e6612a {
  display: none;
}
#s-443beb8a-ae9b-47ca-a2bc-ae36e8e6612a, #wrap-s-443beb8a-ae9b-47ca-a2bc-ae36e8e6612a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-443beb8a-ae9b-47ca-a2bc-ae36e8e6612a {
  display: none;
}
#s-443beb8a-ae9b-47ca-a2bc-ae36e8e6612a, #wrap-s-443beb8a-ae9b-47ca-a2bc-ae36e8e6612a { display:none !important; }}@media (max-width: 767px){#s-443beb8a-ae9b-47ca-a2bc-ae36e8e6612a {
  display: none;
}
#s-443beb8a-ae9b-47ca-a2bc-ae36e8e6612a, #wrap-s-443beb8a-ae9b-47ca-a2bc-ae36e8e6612a { display:none !important; }}







#s-443beb8a-ae9b-47ca-a2bc-ae36e8e6612a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-443beb8a-ae9b-47ca-a2bc-ae36e8e6612a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3fafe6f2-b0d7-4c1b-bea9-2e3b987620c8 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-3fafe6f2-b0d7-4c1b-bea9-2e3b987620c8 {
  display: none;
}
#s-3fafe6f2-b0d7-4c1b-bea9-2e3b987620c8, #wrap-s-3fafe6f2-b0d7-4c1b-bea9-2e3b987620c8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3fafe6f2-b0d7-4c1b-bea9-2e3b987620c8 {
  display: none;
}
#s-3fafe6f2-b0d7-4c1b-bea9-2e3b987620c8, #wrap-s-3fafe6f2-b0d7-4c1b-bea9-2e3b987620c8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3fafe6f2-b0d7-4c1b-bea9-2e3b987620c8 {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-3fafe6f2-b0d7-4c1b-bea9-2e3b987620c8 {
  display: none;
}
#s-3fafe6f2-b0d7-4c1b-bea9-2e3b987620c8, #wrap-s-3fafe6f2-b0d7-4c1b-bea9-2e3b987620c8 { display:none !important; }}
@media (min-width: 0px) {
[id="s-3fafe6f2-b0d7-4c1b-bea9-2e3b987620c8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3fafe6f2-b0d7-4c1b-bea9-2e3b987620c8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-3fafe6f2-b0d7-4c1b-bea9-2e3b987620c8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-3fafe6f2-b0d7-4c1b-bea9-2e3b987620c8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-19abd491-4868-40a2-b861-5c0e3537b560 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: auto;
margin-bottom: 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: 0px;
min-height: 360px;
background-position: center center;
}








#s-19abd491-4868-40a2-b861-5c0e3537b560 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-19abd491-4868-40a2-b861-5c0e3537b560 {
  cursor: pointer;
}#s-19abd491-4868-40a2-b861-5c0e3537b560.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-dcf37155-e571-4338-946d-15662c81530b {
  margin-top: auto;
margin-bottom: auto;
margin-right: 25%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-dcf37155-e571-4338-946d-15662c81530b {
  margin-top: 20px;
margin-right: 2%;
}
}
#s-dcf37155-e571-4338-946d-15662c81530b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-4ad3b9f9-2e15-4cd9-a4e2-d62c097c7f71 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4ad3b9f9-2e15-4cd9-a4e2-d62c097c7f71 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-bdacb318-da8d-492f-8e35-8d537baa40e2 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: auto;
margin-bottom: 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: 0px;
min-height: 360px;
background-position: right center;
}








#s-bdacb318-da8d-492f-8e35-8d537baa40e2 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-bdacb318-da8d-492f-8e35-8d537baa40e2 {
  cursor: pointer;
}#s-bdacb318-da8d-492f-8e35-8d537baa40e2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9d367c90-8b91-4916-a0fa-a67260a6a133 {
  margin-top: auto;
margin-bottom: auto;
margin-right: 5%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-9d367c90-8b91-4916-a0fa-a67260a6a133 {
  margin-top: 20px;
margin-right: 0%;
}
}
#s-9d367c90-8b91-4916-a0fa-a67260a6a133 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-8231c496-054d-4542-a792-d0acc1d867d9 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8231c496-054d-4542-a792-d0acc1d867d9 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-c8776d13-291a-47bf-a688-7a493b3335b1 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-c8776d13-291a-47bf-a688-7a493b3335b1 {
  display: none;
}
#s-c8776d13-291a-47bf-a688-7a493b3335b1, #wrap-s-c8776d13-291a-47bf-a688-7a493b3335b1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c8776d13-291a-47bf-a688-7a493b3335b1 {
  display: none;
}
#s-c8776d13-291a-47bf-a688-7a493b3335b1, #wrap-s-c8776d13-291a-47bf-a688-7a493b3335b1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c8776d13-291a-47bf-a688-7a493b3335b1 {
  
}
}@media (max-width: 767px){#s-c8776d13-291a-47bf-a688-7a493b3335b1 {
  display: none;
}
#s-c8776d13-291a-47bf-a688-7a493b3335b1, #wrap-s-c8776d13-291a-47bf-a688-7a493b3335b1 { display:none !important; }}
@media (min-width: 0px) {
[id="s-c8776d13-291a-47bf-a688-7a493b3335b1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8776d13-291a-47bf-a688-7a493b3335b1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-c8776d13-291a-47bf-a688-7a493b3335b1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8776d13-291a-47bf-a688-7a493b3335b1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-3911b851-2764-4ac1-8167-5643cb9ed685 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: auto;
margin-bottom: 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: 0px;
min-height: 360px;
background-position: center center;
}








#s-3911b851-2764-4ac1-8167-5643cb9ed685 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-3911b851-2764-4ac1-8167-5643cb9ed685 {
  cursor: pointer;
}#s-3911b851-2764-4ac1-8167-5643cb9ed685.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-03fc7392-bb93-4376-a8f4-aa99fc993404 {
  margin-top: 20px;
margin-bottom: auto;
margin-right: 25%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-03fc7392-bb93-4376-a8f4-aa99fc993404 {
  margin-right: 2%;
}
}
#s-03fc7392-bb93-4376-a8f4-aa99fc993404 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-072d033f-c5ac-4bda-a178-791948a72ee4 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-072d033f-c5ac-4bda-a178-791948a72ee4 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-cd49d775-bb44-49ab-a813-0377fea5c671 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: auto;
margin-bottom: 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: 0px;
min-height: 360px;
background-position: center center;
}








#s-cd49d775-bb44-49ab-a813-0377fea5c671 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-cd49d775-bb44-49ab-a813-0377fea5c671 {
  cursor: pointer;
}#s-cd49d775-bb44-49ab-a813-0377fea5c671.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f097e879-57c6-4da8-a8ce-ad245f30a710 {
  margin-top: auto;
margin-bottom: auto;
margin-right: 5%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-f097e879-57c6-4da8-a8ce-ad245f30a710 {
  margin-top: 20px;
margin-right: 0%;
}
}
#s-f097e879-57c6-4da8-a8ce-ad245f30a710 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-61a25012-b7ad-4359-bd0d-7fa10e69b465 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-61a25012-b7ad-4359-bd0d-7fa10e69b465 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-c2de26ef-29fc-4b37-bd84-a7389f0030bc {
  background-repeat: no-repeat;
background-size: cover;
min-height: 360px;
background-position: center center;
}
@media (min-width: 1200px){#s-c2de26ef-29fc-4b37-bd84-a7389f0030bc {
  display: none;
}
#s-c2de26ef-29fc-4b37-bd84-a7389f0030bc, #wrap-s-c2de26ef-29fc-4b37-bd84-a7389f0030bc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c2de26ef-29fc-4b37-bd84-a7389f0030bc {
  display: none;
}
#s-c2de26ef-29fc-4b37-bd84-a7389f0030bc, #wrap-s-c2de26ef-29fc-4b37-bd84-a7389f0030bc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c2de26ef-29fc-4b37-bd84-a7389f0030bc {
  display: none;
}
#s-c2de26ef-29fc-4b37-bd84-a7389f0030bc, #wrap-s-c2de26ef-29fc-4b37-bd84-a7389f0030bc { display:none !important; }}@media (max-width: 767px){#s-c2de26ef-29fc-4b37-bd84-a7389f0030bc {
  margin-bottom: 25px;
}
}







#s-c2de26ef-29fc-4b37-bd84-a7389f0030bc > .shg-box-overlay {
  background-color: #252525;
  opacity: 0;
}#s-c2de26ef-29fc-4b37-bd84-a7389f0030bc {
  cursor: pointer;
}#s-c2de26ef-29fc-4b37-bd84-a7389f0030bc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-71a76e0c-282c-4863-aa04-e8b248f4553e {
  margin-top: 25px;
margin-bottom: auto;
margin-right: 15%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
text-align: left;
}

#s-71a76e0c-282c-4863-aa04-e8b248f4553e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  
  text-align: left;
}



@media (max-width: 767px){#s-6411d794-3343-4ff2-a814-ac0f02140238 {
  margin-left: 5%;
margin-right: 10%;
}
}
#s-ca577425-61e0-4e18-b7f0-773268d59bc8 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 360px;
background-position: right center;
}
@media (min-width: 1200px){#s-ca577425-61e0-4e18-b7f0-773268d59bc8 {
  display: none;
}
#s-ca577425-61e0-4e18-b7f0-773268d59bc8, #wrap-s-ca577425-61e0-4e18-b7f0-773268d59bc8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ca577425-61e0-4e18-b7f0-773268d59bc8 {
  display: none;
}
#s-ca577425-61e0-4e18-b7f0-773268d59bc8, #wrap-s-ca577425-61e0-4e18-b7f0-773268d59bc8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ca577425-61e0-4e18-b7f0-773268d59bc8 {
  display: none;
}
#s-ca577425-61e0-4e18-b7f0-773268d59bc8, #wrap-s-ca577425-61e0-4e18-b7f0-773268d59bc8 { display:none !important; }}@media (max-width: 767px){#s-ca577425-61e0-4e18-b7f0-773268d59bc8 {
  margin-bottom: 25px;
}
}







#s-ca577425-61e0-4e18-b7f0-773268d59bc8 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-ca577425-61e0-4e18-b7f0-773268d59bc8 {
  cursor: pointer;
}#s-ca577425-61e0-4e18-b7f0-773268d59bc8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-745f3cfc-167f-4654-a86b-6b7df6bb7874 {
  margin-top: 25px;
margin-bottom: auto;
margin-right: 10%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
text-align: left;
}

#s-745f3cfc-167f-4654-a86b-6b7df6bb7874 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  
  text-align: left;
}



@media (max-width: 767px){#s-e5f9dc32-f8d2-4b83-b5c6-c94dfa6eeef9 {
  margin-left: 5%;
margin-right: 10%;
}
}
#s-85566ec2-3b85-485c-a02d-89512fbbafc9 {
  min-height: 550px;
}
@media (min-width: 1200px){#s-85566ec2-3b85-485c-a02d-89512fbbafc9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-85566ec2-3b85-485c-a02d-89512fbbafc9 {
  display: none;
}
#s-85566ec2-3b85-485c-a02d-89512fbbafc9, #wrap-s-85566ec2-3b85-485c-a02d-89512fbbafc9 { display:none !important; }}@media (max-width: 767px){#s-85566ec2-3b85-485c-a02d-89512fbbafc9 {
  display: none;
}
#s-85566ec2-3b85-485c-a02d-89512fbbafc9, #wrap-s-85566ec2-3b85-485c-a02d-89512fbbafc9 { display:none !important; }}







#s-85566ec2-3b85-485c-a02d-89512fbbafc9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85566ec2-3b85-485c-a02d-89512fbbafc9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2ac0039-906b-4968-8b78-c986e34efb6e {
  margin-top: 30px;
margin-bottom: 30px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-a2ac0039-906b-4968-8b78-c986e34efb6e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a2ac0039-906b-4968-8b78-c986e34efb6e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a2ac0039-906b-4968-8b78-c986e34efb6e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2ac0039-906b-4968-8b78-c986e34efb6e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b7fb136c-09dc-486b-9232-443473a3305e {
  background-repeat: no-repeat;
background-size: cover;
margin-top: auto;
margin-left: 10%;
margin-bottom: 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: 0px;
min-height: 760px;
background-position: center center;
}
@media (min-width: 1200px){#s-b7fb136c-09dc-486b-9232-443473a3305e {
  min-height: 752px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b7fb136c-09dc-486b-9232-443473a3305e {
  min-height: 752px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b7fb136c-09dc-486b-9232-443473a3305e {
  min-height: 752px;
}
}@media (max-width: 767px){#s-b7fb136c-09dc-486b-9232-443473a3305e {
  margin-left: 5%;
margin-right: 0%;
min-height: 500px;
}
}
#s-b7fb136c-09dc-486b-9232-443473a3305e {
  background-image: url(https://i.shgcdn.com/b4185115-09da-4f6c-b6da-4b48042d983d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-b7fb136c-09dc-486b-9232-443473a3305e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-b7fb136c-09dc-486b-9232-443473a3305e {
  cursor: pointer;
}#s-b7fb136c-09dc-486b-9232-443473a3305e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ba5eed95-12eb-40a5-9b0a-a7a1e7e4862a {
  margin-top: 75px;
margin-bottom: auto;
margin-right: 5%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
text-align: left;
}

#s-ba5eed95-12eb-40a5-9b0a-a7a1e7e4862a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}



#s-02a2a3ce-a7be-4332-bc70-f933ba845687 {
  margin-left: 5%;
margin-right: 15%;
}

#s-31707b10-71fb-4f60-86a0-98efc649392f {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(41, 168, 216, 1);
text-align: center;
text-decoration: none;
}
#s-31707b10-71fb-4f60-86a0-98efc649392f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-31707b10-71fb-4f60-86a0-98efc649392f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-31707b10-71fb-4f60-86a0-98efc649392f-root {
    text-align: center;
  }


#s-31707b10-71fb-4f60-86a0-98efc649392f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-31707b10-71fb-4f60-86a0-98efc649392f-root {
    text-align: center;
  }


#s-31707b10-71fb-4f60-86a0-98efc649392f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-31707b10-71fb-4f60-86a0-98efc649392f-root {
    text-align: center;
  }


#s-31707b10-71fb-4f60-86a0-98efc649392f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-31707b10-71fb-4f60-86a0-98efc649392f-root {
    text-align: center;
  }


#s-31707b10-71fb-4f60-86a0-98efc649392f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-31707b10-71fb-4f60-86a0-98efc649392f-root {
    text-align: center;
  }


#s-31707b10-71fb-4f60-86a0-98efc649392f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-afa7637e-1bd1-4a81-a1fc-c2b0a378b758"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-afa7637e-1bd1-4a81-a1fc-c2b0a378b758"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-afa7637e-1bd1-4a81-a1fc-c2b0a378b758"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-afa7637e-1bd1-4a81-a1fc-c2b0a378b758"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-87eea4be-354c-4408-add7-bb2cd320b977 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: auto;
margin-bottom: 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: 0px;
min-height: 360px;
background-position: center center;
}

#s-87eea4be-354c-4408-add7-bb2cd320b977 {
  background-image: url(https://i.shgcdn.com/e34cbb6a-d884-4734-abfb-41cf3df884d5/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-87eea4be-354c-4408-add7-bb2cd320b977 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-87eea4be-354c-4408-add7-bb2cd320b977 {
  cursor: pointer;
}#s-87eea4be-354c-4408-add7-bb2cd320b977.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fbedb199-f13a-4b85-9a21-6769bf273d20 {
  margin-top: 5%;
margin-bottom: auto;
margin-right: 15%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
text-align: left;
}

#s-fbedb199-f13a-4b85-9a21-6769bf273d20 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-9a1d08a9-b18e-4a69-afc5-d24430b1df11 {
  margin-left: 5%;
padding-top: 3px;
padding-bottom: 3px;
text-align: left;
}

#s-9a1d08a9-b18e-4a69-afc5-d24430b1df11 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-aa7f9b2b-9c71-4bd0-ab94-ee266719faf5 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: auto;
margin-bottom: auto;
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;
border-radius: 0px;
min-height: 360px;
background-position: right center;
}

#s-aa7f9b2b-9c71-4bd0-ab94-ee266719faf5 {
  background-image: url(https://i.shgcdn.com/566adaf0-3f94-4c95-b64d-d603714f6305/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-aa7f9b2b-9c71-4bd0-ab94-ee266719faf5 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-aa7f9b2b-9c71-4bd0-ab94-ee266719faf5 {
  cursor: pointer;
}#s-aa7f9b2b-9c71-4bd0-ab94-ee266719faf5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-03a9b45e-76c2-4b34-a174-27c418b50429 {
  margin-top: 5%;
margin-bottom: auto;
margin-right: 5%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
text-align: left;
}

#s-03a9b45e-76c2-4b34-a174-27c418b50429 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-d990dc53-8258-4c34-9df7-fedaf96725ee {
  margin-left: 5%;
padding-top: 3px;
padding-bottom: 3px;
text-align: left;
}

#s-d990dc53-8258-4c34-9df7-fedaf96725ee .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-bb4f099e-0364-45a9-b7c5-eb3fde73460b {
  margin-top: 30px;
margin-bottom: 30px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-bb4f099e-0364-45a9-b7c5-eb3fde73460b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb4f099e-0364-45a9-b7c5-eb3fde73460b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bb4f099e-0364-45a9-b7c5-eb3fde73460b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb4f099e-0364-45a9-b7c5-eb3fde73460b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-338b5f3c-cbf7-4571-812f-bc0a557dc934 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: auto;
margin-bottom: 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: 0px;
min-height: 360px;
background-position: center center;
}








#s-338b5f3c-cbf7-4571-812f-bc0a557dc934 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-338b5f3c-cbf7-4571-812f-bc0a557dc934 {
  cursor: pointer;
}#s-338b5f3c-cbf7-4571-812f-bc0a557dc934.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fd3a3ff7-96fa-4a24-8f3f-61c23b04965c {
  margin-top: 5%;
margin-bottom: auto;
margin-right: 5%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-fd3a3ff7-96fa-4a24-8f3f-61c23b04965c {
  margin-right: 0%;
}
}
#s-fd3a3ff7-96fa-4a24-8f3f-61c23b04965c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-700b0d8c-7c2d-4a9c-a4c3-e5934324436f {
  margin-left: 5%;
padding-top: 3px;
padding-left: 1%;
padding-bottom: 3px;
padding-right: 1%;
text-align: left;
}

#s-700b0d8c-7c2d-4a9c-a4c3-e5934324436f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-c9bec1ec-1919-4e54-8b3f-1d44351ba3ac {
  background-repeat: no-repeat;
background-size: cover;
margin-top: auto;
margin-bottom: 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: 0px;
min-height: 360px;
background-position: center center;
}








#s-c9bec1ec-1919-4e54-8b3f-1d44351ba3ac > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-c9bec1ec-1919-4e54-8b3f-1d44351ba3ac {
  cursor: pointer;
}#s-c9bec1ec-1919-4e54-8b3f-1d44351ba3ac.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3b891f7a-68ee-4d15-acf0-6ca23729db41 {
  margin-top: 5%;
margin-bottom: auto;
margin-right: 6%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
text-align: left;
}

#s-3b891f7a-68ee-4d15-acf0-6ca23729db41 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-f1227eb3-fbcf-4241-9ec5-6e2bd0a633d1 {
  margin-left: 5%;
padding-top: 3px;
padding-bottom: 3px;
text-align: left;
}

#s-f1227eb3-fbcf-4241-9ec5-6e2bd0a633d1 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-44e3c840-f258-4c39-99b5-fa032456ae14 {
  margin-top: 30px;
margin-bottom: 30px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-44e3c840-f258-4c39-99b5-fa032456ae14 {
  display: none;
}
#s-44e3c840-f258-4c39-99b5-fa032456ae14, #wrap-s-44e3c840-f258-4c39-99b5-fa032456ae14 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-44e3c840-f258-4c39-99b5-fa032456ae14 {
  display: none;
}
#s-44e3c840-f258-4c39-99b5-fa032456ae14, #wrap-s-44e3c840-f258-4c39-99b5-fa032456ae14 { display:none !important; }}@media (max-width: 767px){#s-44e3c840-f258-4c39-99b5-fa032456ae14 {
  display: none;
}
#s-44e3c840-f258-4c39-99b5-fa032456ae14, #wrap-s-44e3c840-f258-4c39-99b5-fa032456ae14 { display:none !important; }}
@media (min-width: 0px) {
[id="s-44e3c840-f258-4c39-99b5-fa032456ae14"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-44e3c840-f258-4c39-99b5-fa032456ae14"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-44e3c840-f258-4c39-99b5-fa032456ae14"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-44e3c840-f258-4c39-99b5-fa032456ae14"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ac872f8e-e3f8-4f57-8c17-96240d2acb63 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: auto;
margin-bottom: 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: 0px;
min-height: 360px;
background-position: left top;
}








#s-ac872f8e-e3f8-4f57-8c17-96240d2acb63 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-ac872f8e-e3f8-4f57-8c17-96240d2acb63 {
  cursor: pointer;
}#s-ac872f8e-e3f8-4f57-8c17-96240d2acb63.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c0f2e444-20cd-46c0-af65-dc280ab2a121 {
  margin-top: 5%;
margin-bottom: auto;
margin-right: 15%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
text-align: left;
}

#s-c0f2e444-20cd-46c0-af65-dc280ab2a121 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-c9476962-dcdf-47cb-81e4-538caeceb57f {
  background-repeat: no-repeat;
background-size: cover;
margin-top: auto;
margin-bottom: 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: 0px;
min-height: 360px;
background-position: left center;
}








#s-c9476962-dcdf-47cb-81e4-538caeceb57f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-c9476962-dcdf-47cb-81e4-538caeceb57f {
  cursor: pointer;
}#s-c9476962-dcdf-47cb-81e4-538caeceb57f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c340ede7-9d44-4e22-85fc-46ed4d574639 {
  margin-top: 5%;
margin-bottom: auto;
margin-right: 6%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
text-align: left;
}

#s-c340ede7-9d44-4e22-85fc-46ed4d574639 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-019a13b2-7c40-451b-83b6-3843b5d6c55b {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
min-height: 50px;
max-width: 60%;
}
@media (max-width: 767px){#s-019a13b2-7c40-451b-83b6-3843b5d6c55b {
  max-width: 103%;
}
}







#s-019a13b2-7c40-451b-83b6-3843b5d6c55b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-019a13b2-7c40-451b-83b6-3843b5d6c55b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eaa925f5-4a22-4c01-bdcc-d5644e889209 {
  text-align: center;
}

#s-eaa925f5-4a22-4c01-bdcc-d5644e889209 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-7429c9d4-e978-4cbe-9b31-316e6440f2b5 {
  margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
max-width: 75%;
text-align: center;
}

#s-7429c9d4-e978-4cbe-9b31-316e6440f2b5 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-82fcb9a8-b883-4886-ab39-3cd1d9f7d7eb {
  border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 0);
border-radius: 0px;
max-width: 375px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-82fcb9a8-b883-4886-ab39-3cd1d9f7d7eb:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-82fcb9a8-b883-4886-ab39-3cd1d9f7d7eb:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-82fcb9a8-b883-4886-ab39-3cd1d9f7d7eb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-82fcb9a8-b883-4886-ab39-3cd1d9f7d7eb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-82fcb9a8-b883-4886-ab39-3cd1d9f7d7eb {
  
}
}@media (max-width: 767px){#s-82fcb9a8-b883-4886-ab39-3cd1d9f7d7eb {
  
}
}

  #s-82fcb9a8-b883-4886-ab39-3cd1d9f7d7eb-root {
    text-align: center;
  }


#s-82fcb9a8-b883-4886-ab39-3cd1d9f7d7eb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-82fcb9a8-b883-4886-ab39-3cd1d9f7d7eb-root {
    text-align: center;
  }


#s-82fcb9a8-b883-4886-ab39-3cd1d9f7d7eb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-82fcb9a8-b883-4886-ab39-3cd1d9f7d7eb-root {
    text-align: center;
  }


#s-82fcb9a8-b883-4886-ab39-3cd1d9f7d7eb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-82fcb9a8-b883-4886-ab39-3cd1d9f7d7eb-root {
    text-align: center;
  }


#s-82fcb9a8-b883-4886-ab39-3cd1d9f7d7eb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-82fcb9a8-b883-4886-ab39-3cd1d9f7d7eb-root {
    text-align: center;
  }


#s-82fcb9a8-b883-4886-ab39-3cd1d9f7d7eb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  block ;
}
}
#s-32f42610-0326-46a3-900d-c09cb2bab3cf {
  margin-top: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-32f42610-0326-46a3-900d-c09cb2bab3cf {
  display: none;
}
#s-32f42610-0326-46a3-900d-c09cb2bab3cf, #wrap-s-32f42610-0326-46a3-900d-c09cb2bab3cf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-32f42610-0326-46a3-900d-c09cb2bab3cf {
  display: none;
}
#s-32f42610-0326-46a3-900d-c09cb2bab3cf, #wrap-s-32f42610-0326-46a3-900d-c09cb2bab3cf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-32f42610-0326-46a3-900d-c09cb2bab3cf {
  display: none;
}
#s-32f42610-0326-46a3-900d-c09cb2bab3cf, #wrap-s-32f42610-0326-46a3-900d-c09cb2bab3cf { display:none !important; }}@media (max-width: 767px){#s-32f42610-0326-46a3-900d-c09cb2bab3cf {
  display: none;
}
#s-32f42610-0326-46a3-900d-c09cb2bab3cf, #wrap-s-32f42610-0326-46a3-900d-c09cb2bab3cf { display:none !important; }}
#s-32f42610-0326-46a3-900d-c09cb2bab3cf .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-2a4505fa-5415-4e2c-aa36-1f6c3778880d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2a4505fa-5415-4e2c-aa36-1f6c3778880d {
  display: none;
}
#s-2a4505fa-5415-4e2c-aa36-1f6c3778880d, #wrap-s-2a4505fa-5415-4e2c-aa36-1f6c3778880d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2a4505fa-5415-4e2c-aa36-1f6c3778880d {
  display: none;
}
#s-2a4505fa-5415-4e2c-aa36-1f6c3778880d, #wrap-s-2a4505fa-5415-4e2c-aa36-1f6c3778880d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2a4505fa-5415-4e2c-aa36-1f6c3778880d {
  display: none;
}
#s-2a4505fa-5415-4e2c-aa36-1f6c3778880d, #wrap-s-2a4505fa-5415-4e2c-aa36-1f6c3778880d { display:none !important; }}@media (max-width: 767px){#s-2a4505fa-5415-4e2c-aa36-1f6c3778880d {
  display: none;
}
#s-2a4505fa-5415-4e2c-aa36-1f6c3778880d, #wrap-s-2a4505fa-5415-4e2c-aa36-1f6c3778880d { display:none !important; }}







#s-2a4505fa-5415-4e2c-aa36-1f6c3778880d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a4505fa-5415-4e2c-aa36-1f6c3778880d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c11792f-559f-4324-a2b8-39914167b6e7 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-7c11792f-559f-4324-a2b8-39914167b6e7 {
  margin-left: auto;
margin-right: auto;
max-width: 75%;
}
}
@media (min-width: 0px) {
[id="s-7c11792f-559f-4324-a2b8-39914167b6e7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-7c11792f-559f-4324-a2b8-39914167b6e7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7c11792f-559f-4324-a2b8-39914167b6e7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c11792f-559f-4324-a2b8-39914167b6e7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-40c1c605-2516-4e1b-8a69-49cb971d9c95 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
opacity: 0.5;
}







  #s-40c1c605-2516-4e1b-8a69-49cb971d9c95 img.shogun-image {
    

    
    
    
  }


#s-40c1c605-2516-4e1b-8a69-49cb971d9c95 .shogun-image-content {
  
    align-items: center;
  
}

#s-e5912364-3dfa-4584-8967-0bd7c1fa55fe {
  padding-top: 2px;
padding-bottom: 2px;
text-align: center;
background-color: rgba(78, 215, 237, 0);
opacity: 0.72;
}

#s-e5912364-3dfa-4584-8967-0bd7c1fa55fe .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  
}



#s-ecb05474-ceb0-4dfb-ac7d-473cffecb2c1 {
  margin-top: 50px;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-ecb05474-ceb0-4dfb-ac7d-473cffecb2c1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ecb05474-ceb0-4dfb-ac7d-473cffecb2c1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ecb05474-ceb0-4dfb-ac7d-473cffecb2c1-root {
    text-align: center;
  }


#s-ecb05474-ceb0-4dfb-ac7d-473cffecb2c1.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ecb05474-ceb0-4dfb-ac7d-473cffecb2c1-root {
    text-align: center;
  }


#s-ecb05474-ceb0-4dfb-ac7d-473cffecb2c1.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ecb05474-ceb0-4dfb-ac7d-473cffecb2c1-root {
    text-align: center;
  }


#s-ecb05474-ceb0-4dfb-ac7d-473cffecb2c1.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ecb05474-ceb0-4dfb-ac7d-473cffecb2c1-root {
    text-align: center;
  }


#s-ecb05474-ceb0-4dfb-ac7d-473cffecb2c1.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ecb05474-ceb0-4dfb-ac7d-473cffecb2c1-root {
    text-align: center;
  }


#s-ecb05474-ceb0-4dfb-ac7d-473cffecb2c1.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-cad51e1c-56d7-43be-929b-bb626580420c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
opacity: 0.42;
}







  #s-cad51e1c-56d7-43be-929b-bb626580420c img.shogun-image {
    

    
    
    
  }


#s-cad51e1c-56d7-43be-929b-bb626580420c .shogun-image-content {
  
    align-items: center;
  
}

#s-626f32e5-35e0-4d91-82e4-37e00aaa88ba {
  padding-top: 2px;
padding-bottom: 2px;
text-align: center;
background-color: rgba(78, 215, 237, 0);
opacity: 0.72;
}

#s-626f32e5-35e0-4d91-82e4-37e00aaa88ba .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  
}



#s-4aa5bf9e-92c6-4e76-8f24-36aa97b23458 {
  margin-top: 50px;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-4aa5bf9e-92c6-4e76-8f24-36aa97b23458:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4aa5bf9e-92c6-4e76-8f24-36aa97b23458:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4aa5bf9e-92c6-4e76-8f24-36aa97b23458-root {
    text-align: center;
  }


#s-4aa5bf9e-92c6-4e76-8f24-36aa97b23458.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4aa5bf9e-92c6-4e76-8f24-36aa97b23458-root {
    text-align: center;
  }


#s-4aa5bf9e-92c6-4e76-8f24-36aa97b23458.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4aa5bf9e-92c6-4e76-8f24-36aa97b23458-root {
    text-align: center;
  }


#s-4aa5bf9e-92c6-4e76-8f24-36aa97b23458.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4aa5bf9e-92c6-4e76-8f24-36aa97b23458-root {
    text-align: center;
  }


#s-4aa5bf9e-92c6-4e76-8f24-36aa97b23458.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4aa5bf9e-92c6-4e76-8f24-36aa97b23458-root {
    text-align: center;
  }


#s-4aa5bf9e-92c6-4e76-8f24-36aa97b23458.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-bed6d0ac-3c50-4521-97f2-c92d29a6323e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
text-align: center;
opacity: 0.19;
}







  #s-bed6d0ac-3c50-4521-97f2-c92d29a6323e img.shogun-image {
    

    
    
    
  }


#s-bed6d0ac-3c50-4521-97f2-c92d29a6323e .shogun-image-content {
  
    align-items: center;
  
}

#s-dc6a4e02-c424-42b7-82f2-2c38e0a3184b {
  padding-top: 2px;
padding-bottom: 2px;
text-align: center;
background-color: rgba(233, 240, 241, 0);
opacity: 0.72;
}
@media (max-width: 767px){#s-dc6a4e02-c424-42b7-82f2-2c38e0a3184b {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-dc6a4e02-c424-42b7-82f2-2c38e0a3184b .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  
}



#s-08983c13-d38f-4204-b409-66d8f6715974 {
  margin-top: 50px;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-08983c13-d38f-4204-b409-66d8f6715974:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-08983c13-d38f-4204-b409-66d8f6715974:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-08983c13-d38f-4204-b409-66d8f6715974-root {
    text-align: center;
  }


#s-08983c13-d38f-4204-b409-66d8f6715974.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-08983c13-d38f-4204-b409-66d8f6715974-root {
    text-align: center;
  }


#s-08983c13-d38f-4204-b409-66d8f6715974.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-08983c13-d38f-4204-b409-66d8f6715974-root {
    text-align: center;
  }


#s-08983c13-d38f-4204-b409-66d8f6715974.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-08983c13-d38f-4204-b409-66d8f6715974-root {
    text-align: center;
  }


#s-08983c13-d38f-4204-b409-66d8f6715974.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-08983c13-d38f-4204-b409-66d8f6715974-root {
    text-align: center;
  }


#s-08983c13-d38f-4204-b409-66d8f6715974.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-21bb55a9-8354-4112-9e72-a8b6fc92cdbe {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
opacity: 0.6;
}







  #s-21bb55a9-8354-4112-9e72-a8b6fc92cdbe img.shogun-image {
    

    
    
    
  }


#s-21bb55a9-8354-4112-9e72-a8b6fc92cdbe .shogun-image-content {
  
    align-items: center;
  
}

#s-8a8a582b-ddd3-43af-b610-59cda4bbe346 {
  padding-top: 2px;
padding-bottom: 2px;
text-align: center;
background-color: rgba(78, 215, 237, 0);
opacity: 0.72;
}

#s-8a8a582b-ddd3-43af-b610-59cda4bbe346 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  
}



#s-b2e05af9-2eb3-4169-b371-b060a4c2787b {
  margin-top: 50px;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-b2e05af9-2eb3-4169-b371-b060a4c2787b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b2e05af9-2eb3-4169-b371-b060a4c2787b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b2e05af9-2eb3-4169-b371-b060a4c2787b-root {
    text-align: center;
  }


#s-b2e05af9-2eb3-4169-b371-b060a4c2787b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b2e05af9-2eb3-4169-b371-b060a4c2787b-root {
    text-align: center;
  }


#s-b2e05af9-2eb3-4169-b371-b060a4c2787b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b2e05af9-2eb3-4169-b371-b060a4c2787b-root {
    text-align: center;
  }


#s-b2e05af9-2eb3-4169-b371-b060a4c2787b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b2e05af9-2eb3-4169-b371-b060a4c2787b-root {
    text-align: center;
  }


#s-b2e05af9-2eb3-4169-b371-b060a4c2787b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b2e05af9-2eb3-4169-b371-b060a4c2787b-root {
    text-align: center;
  }


#s-b2e05af9-2eb3-4169-b371-b060a4c2787b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-12c87b8c-4f91-4c32-a220-241fef0dd19d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
opacity: 1;
}







  #s-12c87b8c-4f91-4c32-a220-241fef0dd19d img.shogun-image {
    

    
    
    
  }


#s-12c87b8c-4f91-4c32-a220-241fef0dd19d .shogun-image-content {
  
    align-items: center;
  
}

#s-9375e309-7857-44cc-a58d-6d3725fc79ba {
  box-shadow:0px 0px 0px 0px ;
padding-top: 2px;
padding-bottom: 2px;
text-align: center;
background-color: rgba(78, 215, 237, 0);
opacity: 0.72;
}

#s-9375e309-7857-44cc-a58d-6d3725fc79ba .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  
}



#s-47f1acd5-1587-4e31-8cd9-5e65aa387e63 {
  margin-top: 50px;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-47f1acd5-1587-4e31-8cd9-5e65aa387e63:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-47f1acd5-1587-4e31-8cd9-5e65aa387e63:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-47f1acd5-1587-4e31-8cd9-5e65aa387e63-root {
    text-align: center;
  }


#s-47f1acd5-1587-4e31-8cd9-5e65aa387e63.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-47f1acd5-1587-4e31-8cd9-5e65aa387e63-root {
    text-align: center;
  }


#s-47f1acd5-1587-4e31-8cd9-5e65aa387e63.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-47f1acd5-1587-4e31-8cd9-5e65aa387e63-root {
    text-align: center;
  }


#s-47f1acd5-1587-4e31-8cd9-5e65aa387e63.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-47f1acd5-1587-4e31-8cd9-5e65aa387e63-root {
    text-align: center;
  }


#s-47f1acd5-1587-4e31-8cd9-5e65aa387e63.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-47f1acd5-1587-4e31-8cd9-5e65aa387e63-root {
    text-align: center;
  }


#s-47f1acd5-1587-4e31-8cd9-5e65aa387e63.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-d75bbf19-9ac5-4e91-ae11-81ad37fc81a4 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
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;
text-align: center;
opacity: 1;
}







  #s-d75bbf19-9ac5-4e91-ae11-81ad37fc81a4 img.shogun-image {
    

    
    
    
  }


#s-d75bbf19-9ac5-4e91-ae11-81ad37fc81a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-8c167544-51da-480b-9952-e826d44d08db {
  padding-top: 2px;
padding-bottom: 2px;
text-align: center;
background-color: rgba(78, 215, 237, 0);
opacity: 0.72;
}
@media (max-width: 767px){#s-8c167544-51da-480b-9952-e826d44d08db {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-8c167544-51da-480b-9952-e826d44d08db .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  
}



#s-48ad79b5-c213-4880-af80-678ea9cd53c5 {
  margin-top: 50px;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-48ad79b5-c213-4880-af80-678ea9cd53c5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-48ad79b5-c213-4880-af80-678ea9cd53c5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-48ad79b5-c213-4880-af80-678ea9cd53c5-root {
    text-align: center;
  }


#s-48ad79b5-c213-4880-af80-678ea9cd53c5.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-48ad79b5-c213-4880-af80-678ea9cd53c5-root {
    text-align: center;
  }


#s-48ad79b5-c213-4880-af80-678ea9cd53c5.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-48ad79b5-c213-4880-af80-678ea9cd53c5-root {
    text-align: center;
  }


#s-48ad79b5-c213-4880-af80-678ea9cd53c5.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-48ad79b5-c213-4880-af80-678ea9cd53c5-root {
    text-align: center;
  }


#s-48ad79b5-c213-4880-af80-678ea9cd53c5.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-48ad79b5-c213-4880-af80-678ea9cd53c5-root {
    text-align: center;
  }


#s-48ad79b5-c213-4880-af80-678ea9cd53c5.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-7995ca70-2180-415b-93be-19d9a0f75328 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
opacity: 1;
}







  #s-7995ca70-2180-415b-93be-19d9a0f75328 img.shogun-image {
    

    
    
    
  }


#s-7995ca70-2180-415b-93be-19d9a0f75328 .shogun-image-content {
  
    align-items: center;
  
}

#s-11212694-b212-4d3c-8829-c0f214fc5fe7 {
  padding-top: 2px;
padding-bottom: 2px;
text-align: center;
background-color: rgba(78, 215, 237, 0);
opacity: 0.72;
}

#s-11212694-b212-4d3c-8829-c0f214fc5fe7 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  
}



#s-cbe35b1d-02c4-486d-a299-c29812e61751 {
  margin-top: 50px;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-cbe35b1d-02c4-486d-a299-c29812e61751:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cbe35b1d-02c4-486d-a299-c29812e61751:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cbe35b1d-02c4-486d-a299-c29812e61751-root {
    text-align: center;
  }


#s-cbe35b1d-02c4-486d-a299-c29812e61751.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cbe35b1d-02c4-486d-a299-c29812e61751-root {
    text-align: center;
  }


#s-cbe35b1d-02c4-486d-a299-c29812e61751.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cbe35b1d-02c4-486d-a299-c29812e61751-root {
    text-align: center;
  }


#s-cbe35b1d-02c4-486d-a299-c29812e61751.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cbe35b1d-02c4-486d-a299-c29812e61751-root {
    text-align: center;
  }


#s-cbe35b1d-02c4-486d-a299-c29812e61751.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cbe35b1d-02c4-486d-a299-c29812e61751-root {
    text-align: center;
  }


#s-cbe35b1d-02c4-486d-a299-c29812e61751.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-b45f2001-3202-4335-b39f-11cfa620f4c2 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-right: 0px;
text-align: center;
opacity: 0.43;
}







  #s-b45f2001-3202-4335-b39f-11cfa620f4c2 img.shogun-image {
    

    
    
    
  }


#s-b45f2001-3202-4335-b39f-11cfa620f4c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-0bccc606-d7ef-443c-92c9-33b081f8440b {
  padding-top: 2px;
padding-bottom: 2px;
text-align: center;
background-color: rgba(233, 240, 241, 0);
opacity: 0.72;
}

#s-0bccc606-d7ef-443c-92c9-33b081f8440b .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  
}



#s-cba704cb-4db5-492f-95c0-ccef94a730da {
  margin-top: 50px;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-cba704cb-4db5-492f-95c0-ccef94a730da:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cba704cb-4db5-492f-95c0-ccef94a730da:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cba704cb-4db5-492f-95c0-ccef94a730da-root {
    text-align: center;
  }


#s-cba704cb-4db5-492f-95c0-ccef94a730da.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cba704cb-4db5-492f-95c0-ccef94a730da-root {
    text-align: center;
  }


#s-cba704cb-4db5-492f-95c0-ccef94a730da.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cba704cb-4db5-492f-95c0-ccef94a730da-root {
    text-align: center;
  }


#s-cba704cb-4db5-492f-95c0-ccef94a730da.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cba704cb-4db5-492f-95c0-ccef94a730da-root {
    text-align: center;
  }


#s-cba704cb-4db5-492f-95c0-ccef94a730da.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cba704cb-4db5-492f-95c0-ccef94a730da-root {
    text-align: center;
  }


#s-cba704cb-4db5-492f-95c0-ccef94a730da.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-04f318cf-52fa-46bd-96a6-4f4f481d6f4c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
opacity: 0.38;
}







  #s-04f318cf-52fa-46bd-96a6-4f4f481d6f4c img.shogun-image {
    

    
    
    
  }


#s-04f318cf-52fa-46bd-96a6-4f4f481d6f4c .shogun-image-content {
  
    align-items: center;
  
}

#s-5068d632-7b3b-40a5-b435-eaf6d42b374a {
  padding-top: 2px;
padding-bottom: 2px;
text-align: center;
background-color: rgba(78, 215, 237, 0);
opacity: 0.72;
}
@media (max-width: 767px){#s-5068d632-7b3b-40a5-b435-eaf6d42b374a {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-5068d632-7b3b-40a5-b435-eaf6d42b374a .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  
}



#s-41e0433c-bf3e-4477-b1c3-f4b3794ca85b {
  margin-top: 50px;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-41e0433c-bf3e-4477-b1c3-f4b3794ca85b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-41e0433c-bf3e-4477-b1c3-f4b3794ca85b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-41e0433c-bf3e-4477-b1c3-f4b3794ca85b-root {
    text-align: center;
  }


#s-41e0433c-bf3e-4477-b1c3-f4b3794ca85b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-41e0433c-bf3e-4477-b1c3-f4b3794ca85b-root {
    text-align: center;
  }


#s-41e0433c-bf3e-4477-b1c3-f4b3794ca85b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-41e0433c-bf3e-4477-b1c3-f4b3794ca85b-root {
    text-align: center;
  }


#s-41e0433c-bf3e-4477-b1c3-f4b3794ca85b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-41e0433c-bf3e-4477-b1c3-f4b3794ca85b-root {
    text-align: center;
  }


#s-41e0433c-bf3e-4477-b1c3-f4b3794ca85b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-41e0433c-bf3e-4477-b1c3-f4b3794ca85b-root {
    text-align: center;
  }


#s-41e0433c-bf3e-4477-b1c3-f4b3794ca85b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-fa5ba424-eb1d-47c7-a00c-06c9c9f5f28e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
opacity: 0.61;
}







  #s-fa5ba424-eb1d-47c7-a00c-06c9c9f5f28e img.shogun-image {
    

    
    
    
  }


#s-fa5ba424-eb1d-47c7-a00c-06c9c9f5f28e .shogun-image-content {
  
    align-items: center;
  
}

#s-344905d6-a220-4475-864d-127642957a4c {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 2px;
padding-bottom: 2px;
text-align: center;
background-color: rgba(78, 215, 237, 0.04);
opacity: 0.72;
}

#s-344905d6-a220-4475-864d-127642957a4c .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  
}



#s-a28e1187-f9fa-42c2-af4a-12f59770c8e7 {
  margin-top: 50px;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-a28e1187-f9fa-42c2-af4a-12f59770c8e7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a28e1187-f9fa-42c2-af4a-12f59770c8e7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a28e1187-f9fa-42c2-af4a-12f59770c8e7-root {
    text-align: center;
  }


#s-a28e1187-f9fa-42c2-af4a-12f59770c8e7.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a28e1187-f9fa-42c2-af4a-12f59770c8e7-root {
    text-align: center;
  }


#s-a28e1187-f9fa-42c2-af4a-12f59770c8e7.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a28e1187-f9fa-42c2-af4a-12f59770c8e7-root {
    text-align: center;
  }


#s-a28e1187-f9fa-42c2-af4a-12f59770c8e7.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a28e1187-f9fa-42c2-af4a-12f59770c8e7-root {
    text-align: center;
  }


#s-a28e1187-f9fa-42c2-af4a-12f59770c8e7.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a28e1187-f9fa-42c2-af4a-12f59770c8e7-root {
    text-align: center;
  }


#s-a28e1187-f9fa-42c2-af4a-12f59770c8e7.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-48965e4e-2310-46b5-8475-97bfb967bdb4 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
opacity: 0.32;
}







  #s-48965e4e-2310-46b5-8475-97bfb967bdb4 img.shogun-image {
    

    
    
    
  }


#s-48965e4e-2310-46b5-8475-97bfb967bdb4 .shogun-image-content {
  
    align-items: center;
  
}

#s-d568dc39-483a-4dc1-bff9-e4182ba705ba {
  box-shadow:0px 0px 0px 0px ;
padding-top: 2px;
padding-bottom: 2px;
text-align: center;
background-color: rgba(78, 215, 237, 0);
opacity: 0.72;
}

#s-d568dc39-483a-4dc1-bff9-e4182ba705ba .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  
}



#s-cb5c75c0-5c72-4650-ad19-05652670072c {
  margin-top: 50px;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-cb5c75c0-5c72-4650-ad19-05652670072c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cb5c75c0-5c72-4650-ad19-05652670072c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cb5c75c0-5c72-4650-ad19-05652670072c-root {
    text-align: center;
  }


#s-cb5c75c0-5c72-4650-ad19-05652670072c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cb5c75c0-5c72-4650-ad19-05652670072c-root {
    text-align: center;
  }


#s-cb5c75c0-5c72-4650-ad19-05652670072c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cb5c75c0-5c72-4650-ad19-05652670072c-root {
    text-align: center;
  }


#s-cb5c75c0-5c72-4650-ad19-05652670072c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cb5c75c0-5c72-4650-ad19-05652670072c-root {
    text-align: center;
  }


#s-cb5c75c0-5c72-4650-ad19-05652670072c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cb5c75c0-5c72-4650-ad19-05652670072c-root {
    text-align: center;
  }


#s-cb5c75c0-5c72-4650-ad19-05652670072c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-2d3e7288-6f6d-4af0-a5c7-48d7cec90519 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
opacity: 1;
}







  #s-2d3e7288-6f6d-4af0-a5c7-48d7cec90519 img.shogun-image {
    

    
    
    
  }


#s-2d3e7288-6f6d-4af0-a5c7-48d7cec90519 .shogun-image-content {
  
    align-items: center;
  
}

#s-1d64b4fd-9a05-4867-b230-e54a5d2a0218 {
  padding-top: 2px;
padding-bottom: 2px;
text-align: center;
background-color: rgba(78, 215, 237, 0);
opacity: 0.72;
}

#s-1d64b4fd-9a05-4867-b230-e54a5d2a0218 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  
}



#s-518c1106-23b2-4b36-982e-c55977680f9e {
  margin-top: 50px;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-518c1106-23b2-4b36-982e-c55977680f9e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-518c1106-23b2-4b36-982e-c55977680f9e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-518c1106-23b2-4b36-982e-c55977680f9e-root {
    text-align: center;
  }


#s-518c1106-23b2-4b36-982e-c55977680f9e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-518c1106-23b2-4b36-982e-c55977680f9e-root {
    text-align: center;
  }


#s-518c1106-23b2-4b36-982e-c55977680f9e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-518c1106-23b2-4b36-982e-c55977680f9e-root {
    text-align: center;
  }


#s-518c1106-23b2-4b36-982e-c55977680f9e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-518c1106-23b2-4b36-982e-c55977680f9e-root {
    text-align: center;
  }


#s-518c1106-23b2-4b36-982e-c55977680f9e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-518c1106-23b2-4b36-982e-c55977680f9e-root {
    text-align: center;
  }


#s-518c1106-23b2-4b36-982e-c55977680f9e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-354f92b2-dd21-4a59-bd0f-bf17d67faf59 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 360px;
background-position: center center;
}
@media (min-width: 1200px){#s-354f92b2-dd21-4a59-bd0f-bf17d67faf59 {
  display: none;
}
#s-354f92b2-dd21-4a59-bd0f-bf17d67faf59, #wrap-s-354f92b2-dd21-4a59-bd0f-bf17d67faf59 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-354f92b2-dd21-4a59-bd0f-bf17d67faf59 {
  display: none;
}
#s-354f92b2-dd21-4a59-bd0f-bf17d67faf59, #wrap-s-354f92b2-dd21-4a59-bd0f-bf17d67faf59 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-354f92b2-dd21-4a59-bd0f-bf17d67faf59 {
  display: none;
}
#s-354f92b2-dd21-4a59-bd0f-bf17d67faf59, #wrap-s-354f92b2-dd21-4a59-bd0f-bf17d67faf59 { display:none !important; }}@media (max-width: 767px){#s-354f92b2-dd21-4a59-bd0f-bf17d67faf59 {
  margin-bottom: 25px;
}
}







#s-354f92b2-dd21-4a59-bd0f-bf17d67faf59 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-354f92b2-dd21-4a59-bd0f-bf17d67faf59 {
  cursor: pointer;
}#s-354f92b2-dd21-4a59-bd0f-bf17d67faf59.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fefc9101-af6f-4cde-b994-a7faac573a00 {
  margin-top: 25px;
margin-bottom: auto;
margin-right: 10%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
text-align: left;
}

#s-fefc9101-af6f-4cde-b994-a7faac573a00 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  
  text-align: left;
}



@media (max-width: 767px){#s-80069b1c-8f50-4a22-8b33-f2ea7c23c2fd {
  margin-left: 5%;
margin-right: 10%;
}
}
#s-312b7f44-99b9-4483-8732-3c3029228688 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: auto;
margin-bottom: auto;
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;
border-radius: 0px;
min-height: 360px;
background-position: center center;
}
@media (min-width: 1200px){#s-312b7f44-99b9-4483-8732-3c3029228688 {
  display: none;
}
#s-312b7f44-99b9-4483-8732-3c3029228688, #wrap-s-312b7f44-99b9-4483-8732-3c3029228688 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-312b7f44-99b9-4483-8732-3c3029228688 {
  display: none;
}
#s-312b7f44-99b9-4483-8732-3c3029228688, #wrap-s-312b7f44-99b9-4483-8732-3c3029228688 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-312b7f44-99b9-4483-8732-3c3029228688 {
  display: none;
}
#s-312b7f44-99b9-4483-8732-3c3029228688, #wrap-s-312b7f44-99b9-4483-8732-3c3029228688 { display:none !important; }}@media (max-width: 767px){#s-312b7f44-99b9-4483-8732-3c3029228688 {
  margin-bottom: 25px;
}
}







#s-312b7f44-99b9-4483-8732-3c3029228688 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-312b7f44-99b9-4483-8732-3c3029228688 {
  cursor: pointer;
}#s-312b7f44-99b9-4483-8732-3c3029228688.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ffdc50e4-77f8-40bd-bb62-a554a0c8337e {
  margin-top: auto;
margin-bottom: auto;
margin-right: 10%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-ffdc50e4-77f8-40bd-bb62-a554a0c8337e {
  margin-top: 25px;
}
}
#s-ffdc50e4-77f8-40bd-bb62-a554a0c8337e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  
  text-align: left;
}



@media (max-width: 767px){#s-6817c370-d619-4351-8015-66763a5ec272 {
  margin-left: 5%;
margin-right: 10%;
}
}
#s-ac00b419-b166-491a-bad5-f04432ad1263 {
  min-height: 50px;
}








#s-ac00b419-b166-491a-bad5-f04432ad1263 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac00b419-b166-491a-bad5-f04432ad1263.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e0070ad8-27e6-48fc-bca7-fae0a4141d1b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e0070ad8-27e6-48fc-bca7-fae0a4141d1b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-2e33442e-cae9-4d76-a77b-3845d2300daa {
  margin-bottom: 50px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2e33442e-cae9-4d76-a77b-3845d2300daa {
  display: none;
}
#s-2e33442e-cae9-4d76-a77b-3845d2300daa, #wrap-s-2e33442e-cae9-4d76-a77b-3845d2300daa { display:none !important; }}







#s-2e33442e-cae9-4d76-a77b-3845d2300daa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e33442e-cae9-4d76-a77b-3845d2300daa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ced6600-51b4-4b94-a4dd-6c71640bc2be {
  margin-left: auto;
margin-right: auto;
max-width: 85%;
}

@media (min-width: 0px) {
[id="s-4ced6600-51b4-4b94-a4dd-6c71640bc2be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4ced6600-51b4-4b94-a4dd-6c71640bc2be"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4ced6600-51b4-4b94-a4dd-6c71640bc2be"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ced6600-51b4-4b94-a4dd-6c71640bc2be"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d82df69f-fd80-4023-80d4-1edf25232655 {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(41, 168, 216, 1);
border-style: solid;
min-height: 50px;
}








#s-d82df69f-fd80-4023-80d4-1edf25232655 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d82df69f-fd80-4023-80d4-1edf25232655.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 767px){






#s-d82df69f-fd80-4023-80d4-1edf25232655 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d82df69f-fd80-4023-80d4-1edf25232655.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-2ba13d66-b896-4067-ac01-a7107a22568a {
  min-height: 75px;
background-color: rgba(2, 2, 2, 1);
}








#s-2ba13d66-b896-4067-ac01-a7107a22568a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ba13d66-b896-4067-ac01-a7107a22568a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1da7fa25-0626-4eac-93da-4c4a24768eb7 {
  text-align: center;
}

#s-1da7fa25-0626-4eac-93da-4c4a24768eb7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-7eeb9428-fdf7-4c03-a34e-d8b5aa7e0dbd {
  min-height: 75px;
}








#s-7eeb9428-fdf7-4c03-a34e-d8b5aa7e0dbd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7eeb9428-fdf7-4c03-a34e-d8b5aa7e0dbd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7319879e-f0f4-4fce-8454-c91905497569 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 95px;
text-align: center;
}

#s-7319879e-f0f4-4fce-8454-c91905497569 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-0eebd4d8-2c5d-404e-af47-47f7f4f60584 {
  margin-top: 0px;
margin-bottom: -1px;
padding-top: 1px;
padding-bottom: 1px;
text-align: center;
}







  #s-0eebd4d8-2c5d-404e-af47-47f7f4f60584 img.shogun-image {
    

    
    
    
  }


#s-0eebd4d8-2c5d-404e-af47-47f7f4f60584 .shogun-image-content {
  
    align-items: center;
  
}

#s-391d6e65-4308-4062-8a7a-0617b7338dab {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 66px;
background-color: rgba(2, 2, 2, 1);
}








#s-391d6e65-4308-4062-8a7a-0617b7338dab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-391d6e65-4308-4062-8a7a-0617b7338dab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ddc66124-ca0a-4d39-96bf-9901f8bd520b {
  margin-top: 30px;
margin-bottom: 0px;
text-align: center;
}







  #s-ddc66124-ca0a-4d39-96bf-9901f8bd520b img.shogun-image {
    

    
    
    
  }


#s-ddc66124-ca0a-4d39-96bf-9901f8bd520b .shogun-image-content {
  
    align-items: center;
  
}

#s-3378544f-56fe-445f-8f24-6209962e83ac {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-3378544f-56fe-445f-8f24-6209962e83ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3378544f-56fe-445f-8f24-6209962e83ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

#s-ac80c04e-4ef9-4f5c-b084-256a96d428b6 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-ac80c04e-4ef9-4f5c-b084-256a96d428b6 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-ac80c04e-4ef9-4f5c-b084-256a96d428b6 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-ac80c04e-4ef9-4f5c-b084-256a96d428b6 td.shogun-table-row {
  background-color: #fff;
  padding: 7px;
}

#s-ac80c04e-4ef9-4f5c-b084-256a96d428b6 td.shogun-table-column, #s-ac80c04e-4ef9-4f5c-b084-256a96d428b6 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-0521fe84-564c-4fea-880c-c08b9722e0ac {
  margin-top: auto;
margin-bottom: auto;
min-height: 25px;
}

#s-244233d8-b3de-46c0-a24d-30edba4b54b9 {
  margin-top: auto;
margin-bottom: auto;
min-height: 35px;
}

#s-244233d8-b3de-46c0-a24d-30edba4b54b9 .shogun-icon-wrapper {
  text-align: right;
}


#s-244233d8-b3de-46c0-a24d-30edba4b54b9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(41, 168, 216, 1);
}

#s-37b59a6c-d54b-4f0e-b3a2-009d4f0047d7 {
  margin-top: auto;
margin-bottom: auto;
min-height: 35px;
}

#s-37b59a6c-d54b-4f0e-b3a2-009d4f0047d7 .shogun-icon-wrapper {
  text-align: right;
}


#s-37b59a6c-d54b-4f0e-b3a2-009d4f0047d7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(41, 168, 216, 1);
}

#s-0252f021-6ff4-4ebb-90fc-e23ddf6a689f {
  margin-top: auto;
margin-bottom: auto;
min-height: 25px;
}

#s-c894514d-9fc6-40f8-9cd8-c7b4f944c37c {
  margin-top: auto;
margin-bottom: auto;
min-height: 25px;
}

#s-084b0951-2337-47d3-96ff-01ab8ae160ef {
  min-height: 50px;
}








#s-084b0951-2337-47d3-96ff-01ab8ae160ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-084b0951-2337-47d3-96ff-01ab8ae160ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f386c04c-ad9d-4993-b31b-fd8918906feb {
  margin-top: auto;
margin-bottom: auto;
min-height: 35px;
}

#s-f386c04c-ad9d-4993-b31b-fd8918906feb .shogun-icon-wrapper {
  text-align: right;
}


#s-f386c04c-ad9d-4993-b31b-fd8918906feb .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(41, 168, 216, 1);
}

#s-7be780f6-c8e8-49ff-90db-8f4083401bfe {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-7be780f6-c8e8-49ff-90db-8f4083401bfe:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7be780f6-c8e8-49ff-90db-8f4083401bfe:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7be780f6-c8e8-49ff-90db-8f4083401bfe-root {
    text-align: center;
  }


#s-7be780f6-c8e8-49ff-90db-8f4083401bfe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7be780f6-c8e8-49ff-90db-8f4083401bfe-root {
    text-align: center;
  }


#s-7be780f6-c8e8-49ff-90db-8f4083401bfe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7be780f6-c8e8-49ff-90db-8f4083401bfe-root {
    text-align: center;
  }


#s-7be780f6-c8e8-49ff-90db-8f4083401bfe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7be780f6-c8e8-49ff-90db-8f4083401bfe-root {
    text-align: center;
  }


#s-7be780f6-c8e8-49ff-90db-8f4083401bfe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7be780f6-c8e8-49ff-90db-8f4083401bfe-root {
    text-align: center;
  }


#s-7be780f6-c8e8-49ff-90db-8f4083401bfe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-bbbf1821-f043-4d5c-8192-6addac5b5bf5 {
  min-height: 10px;
}








#s-bbbf1821-f043-4d5c-8192-6addac5b5bf5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bbbf1821-f043-4d5c-8192-6addac5b5bf5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8faf885a-7923-4452-a806-0fc6911e156f {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(41, 168, 216, 1);
border-style: solid;
min-height: 0px;
}








#s-8faf885a-7923-4452-a806-0fc6911e156f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8faf885a-7923-4452-a806-0fc6911e156f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c924adbf-ae75-410f-a095-58b8d91df07b {
  min-height: 75px;
background-color: rgba(41, 168, 216, 1);
}








#s-c924adbf-ae75-410f-a095-58b8d91df07b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c924adbf-ae75-410f-a095-58b8d91df07b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-976027d9-edd6-49ba-b69a-279f6e8cfefc {
  text-align: center;
}

#s-976027d9-edd6-49ba-b69a-279f6e8cfefc .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}










#s-58614d5e-876f-43cd-a2b6-53c5e0869e77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58614d5e-876f-43cd-a2b6-53c5e0869e77.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dac2fcb0-98da-4e67-aeba-6a2c996b5558 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 95px;
text-align: center;
}

#s-dac2fcb0-98da-4e67-aeba-6a2c996b5558 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-5e0c64ca-fe35-4c87-b809-77ce5ae1cd70 {
  text-align: center;
}







  #s-5e0c64ca-fe35-4c87-b809-77ce5ae1cd70 img.shogun-image {
    

    
    
    
  }


#s-5e0c64ca-fe35-4c87-b809-77ce5ae1cd70 .shogun-image-content {
  
    align-items: center;
  
}

#s-b3659118-e446-456e-b218-6f7486781466 {
  min-height: 50px;
background-color: rgba(41, 168, 216, 1);
}








#s-b3659118-e446-456e-b218-6f7486781466 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3659118-e446-456e-b218-6f7486781466.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3c14f47-7752-4804-8410-b18cce89e6e3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a3c14f47-7752-4804-8410-b18cce89e6e3 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-bf18b531-e67d-4d05-b3ae-a68fd7db2522 {
  margin-top: auto;
margin-left: 7%;
margin-bottom: auto;
margin-right: 7%;
padding-top: 6.5%;
padding-bottom: 6.5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(41, 168, 216, 1);
border-style: solid;
min-height: 375px;
}








#s-bf18b531-e67d-4d05-b3ae-a68fd7db2522 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf18b531-e67d-4d05-b3ae-a68fd7db2522.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f7a5f82a-d574-4915-93f8-36a1b068b050 {
  text-align: center;
}







  #s-f7a5f82a-d574-4915-93f8-36a1b068b050 img.shogun-image {
    

    
    
    
  }


#s-f7a5f82a-d574-4915-93f8-36a1b068b050 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-4a68e3bc-5312-444c-a5f7-3df0ee915921 {
  min-height: 50px;
}








#s-4a68e3bc-5312-444c-a5f7-3df0ee915921 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a68e3bc-5312-444c-a5f7-3df0ee915921.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-af00e204-87a3-4169-9343-0329e0477f81 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-af00e204-87a3-4169-9343-0329e0477f81 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-af00e204-87a3-4169-9343-0329e0477f81 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-af00e204-87a3-4169-9343-0329e0477f81 td.shogun-table-row {
  background-color: #fff;
  padding: 7px;
}

#s-af00e204-87a3-4169-9343-0329e0477f81 td.shogun-table-column, #s-af00e204-87a3-4169-9343-0329e0477f81 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-35b8e7d0-a00d-469b-8656-40468df4a46e {
  margin-top: auto;
margin-bottom: auto;
min-height: 35px;
}

#s-35b8e7d0-a00d-469b-8656-40468df4a46e .shogun-icon-wrapper {
  text-align: right;
}


#s-35b8e7d0-a00d-469b-8656-40468df4a46e .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(41, 168, 216, 1);
}

#s-be536420-3ea1-4abf-9279-29b48b15f6b1 {
  margin-top: auto;
margin-bottom: auto;
min-height: 35px;
}

#s-be536420-3ea1-4abf-9279-29b48b15f6b1 .shogun-icon-wrapper {
  text-align: right;
}


#s-be536420-3ea1-4abf-9279-29b48b15f6b1 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(41, 168, 216, 1);
}

#s-7c16c879-b51e-4fce-89a8-3aae4a2f5588 {
  margin-top: auto;
margin-bottom: auto;
min-height: 25px;
}

#s-4cbee50c-6fed-43bb-a3a4-5f211bc0586b {
  margin-top: auto;
margin-bottom: auto;
min-height: 35px;
}

#s-4cbee50c-6fed-43bb-a3a4-5f211bc0586b .shogun-icon-wrapper {
  text-align: right;
}


#s-4cbee50c-6fed-43bb-a3a4-5f211bc0586b .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(41, 168, 216, 1);
}

#s-c56d7424-5849-4ea1-8031-d058485937cf {
  margin-top: auto;
margin-bottom: auto;
min-height: 25px;
}

#s-a42998e1-fce8-4e49-a520-1ddff8ef811d {
  margin-top: auto;
margin-bottom: auto;
min-height: 25px;
}

#s-8ace487c-b0ee-442d-8881-4b2fcc913e86 {
  margin-top: auto;
margin-bottom: auto;
min-height: 25px;
}

#s-a553bdb2-496c-4e86-8d44-4551ec052f7e {
  min-height: 50px;
}








#s-a553bdb2-496c-4e86-8d44-4551ec052f7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a553bdb2-496c-4e86-8d44-4551ec052f7e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-90a03dc2-d605-40f7-b7bb-8ca072c10e32 {
  margin-top: auto;
margin-bottom: auto;
min-height: 35px;
}

#s-90a03dc2-d605-40f7-b7bb-8ca072c10e32 .shogun-icon-wrapper {
  text-align: right;
}


#s-90a03dc2-d605-40f7-b7bb-8ca072c10e32 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(41, 168, 216, 1);
}

#s-b234bf14-64e4-4069-9489-ba406fccfc53 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-b234bf14-64e4-4069-9489-ba406fccfc53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b234bf14-64e4-4069-9489-ba406fccfc53.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-34a4563e-ff93-4a7b-8754-44e2a0f2da94 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-34a4563e-ff93-4a7b-8754-44e2a0f2da94:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-34a4563e-ff93-4a7b-8754-44e2a0f2da94:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-34a4563e-ff93-4a7b-8754-44e2a0f2da94-root {
    text-align: center;
  }


#s-34a4563e-ff93-4a7b-8754-44e2a0f2da94.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-34a4563e-ff93-4a7b-8754-44e2a0f2da94-root {
    text-align: center;
  }


#s-34a4563e-ff93-4a7b-8754-44e2a0f2da94.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-34a4563e-ff93-4a7b-8754-44e2a0f2da94-root {
    text-align: center;
  }


#s-34a4563e-ff93-4a7b-8754-44e2a0f2da94.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-34a4563e-ff93-4a7b-8754-44e2a0f2da94-root {
    text-align: center;
  }


#s-34a4563e-ff93-4a7b-8754-44e2a0f2da94.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-34a4563e-ff93-4a7b-8754-44e2a0f2da94-root {
    text-align: center;
  }


#s-34a4563e-ff93-4a7b-8754-44e2a0f2da94.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-9bba6c04-9a54-4fe8-ac66-6706bdce2c9c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-9bba6c04-9a54-4fe8-ac66-6706bdce2c9c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9bba6c04-9a54-4fe8-ac66-6706bdce2c9c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-9bba6c04-9a54-4fe8-ac66-6706bdce2c9c {
  margin-top: 10px;
margin-bottom: 10px;
}
}

  #s-9bba6c04-9a54-4fe8-ac66-6706bdce2c9c-root {
    text-align: center;
  }


#s-9bba6c04-9a54-4fe8-ac66-6706bdce2c9c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9bba6c04-9a54-4fe8-ac66-6706bdce2c9c-root {
    text-align: center;
  }


#s-9bba6c04-9a54-4fe8-ac66-6706bdce2c9c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9bba6c04-9a54-4fe8-ac66-6706bdce2c9c-root {
    text-align: center;
  }


#s-9bba6c04-9a54-4fe8-ac66-6706bdce2c9c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9bba6c04-9a54-4fe8-ac66-6706bdce2c9c-root {
    text-align: center;
  }


#s-9bba6c04-9a54-4fe8-ac66-6706bdce2c9c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9bba6c04-9a54-4fe8-ac66-6706bdce2c9c-root {
    text-align: center;
  }


#s-9bba6c04-9a54-4fe8-ac66-6706bdce2c9c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-436375f5-1ff0-4884-b3c8-2a89c6dcdab6 {
  margin-top: 0%;
margin-bottom: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 0.37);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-436375f5-1ff0-4884-b3c8-2a89c6dcdab6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-436375f5-1ff0-4884-b3c8-2a89c6dcdab6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-436375f5-1ff0-4884-b3c8-2a89c6dcdab6-root {
    text-align: center;
  }


#s-436375f5-1ff0-4884-b3c8-2a89c6dcdab6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-436375f5-1ff0-4884-b3c8-2a89c6dcdab6-root {
    text-align: center;
  }


#s-436375f5-1ff0-4884-b3c8-2a89c6dcdab6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-436375f5-1ff0-4884-b3c8-2a89c6dcdab6-root {
    text-align: center;
  }


#s-436375f5-1ff0-4884-b3c8-2a89c6dcdab6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-436375f5-1ff0-4884-b3c8-2a89c6dcdab6-root {
    text-align: center;
  }


#s-436375f5-1ff0-4884-b3c8-2a89c6dcdab6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-436375f5-1ff0-4884-b3c8-2a89c6dcdab6-root {
    text-align: center;
  }


#s-436375f5-1ff0-4884-b3c8-2a89c6dcdab6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-f8ff5f3a-fa13-45f8-bfcc-b45507cf15e6 {
  min-height: 50px;
}








#s-f8ff5f3a-fa13-45f8-bfcc-b45507cf15e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8ff5f3a-fa13-45f8-bfcc-b45507cf15e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-47e106c5-b3e5-492e-9031-15e9c21c1c60 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(41, 168, 216, 1);
border-style: solid;
min-height: 0px;
}








#s-47e106c5-b3e5-492e-9031-15e9c21c1c60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47e106c5-b3e5-492e-9031-15e9c21c1c60.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5ffcf432-21e4-4949-8246-cd1bae315625 {
  min-height: 75px;
background-color: rgba(212, 175, 55, 0.87);
}








#s-5ffcf432-21e4-4949-8246-cd1bae315625 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ffcf432-21e4-4949-8246-cd1bae315625.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-753a4bd9-6020-48da-bbe8-1448f6de7f11 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-753a4bd9-6020-48da-bbe8-1448f6de7f11 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-aaa7bc41-65b3-4762-956d-fd25edbe3956 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 95px;
text-align: center;
}

#s-aaa7bc41-65b3-4762-956d-fd25edbe3956 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-6ec02bea-3c2e-41ff-85dd-7d457369b557 {
  margin-top: 0%;
margin-bottom: 0%;
text-align: center;
opacity: 1;
}







  #s-6ec02bea-3c2e-41ff-85dd-7d457369b557 img.shogun-image {
    

    
    
    
  }


#s-6ec02bea-3c2e-41ff-85dd-7d457369b557 .shogun-image-content {
  
    align-items: center;
  
}

#s-bfddf87d-b4b1-4844-998e-db96bee7acf1 {
  min-height: 50px;
background-color: rgba(212, 175, 55, 1);
}








#s-bfddf87d-b4b1-4844-998e-db96bee7acf1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bfddf87d-b4b1-4844-998e-db96bee7acf1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2fa2ea4-5e98-45b5-9606-0f19621229c5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a2fa2ea4-5e98-45b5-9606-0f19621229c5 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-37772599-c3db-4e24-a17c-259e01108207 {
  margin-top: 0px;
margin-left: 7%;
margin-right: 7%;
padding-top: 25px;
padding-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(41, 168, 216, 1);
border-style: solid;
min-height: 375px;
}








#s-37772599-c3db-4e24-a17c-259e01108207 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37772599-c3db-4e24-a17c-259e01108207.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f1f0ce4e-5737-438d-a660-15d3d8e3b69c {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 310px;
text-align: center;
}







  #s-f1f0ce4e-5737-438d-a660-15d3d8e3b69c img.shogun-image {
    

    
    
    
  }


#s-f1f0ce4e-5737-438d-a660-15d3d8e3b69c .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-b9953bfa-8435-42b1-8fab-7258278eea9b .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-b9953bfa-8435-42b1-8fab-7258278eea9b table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-b9953bfa-8435-42b1-8fab-7258278eea9b td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-b9953bfa-8435-42b1-8fab-7258278eea9b td.shogun-table-row {
  background-color: #fff;
  padding: 7px;
}

#s-b9953bfa-8435-42b1-8fab-7258278eea9b td.shogun-table-column, #s-b9953bfa-8435-42b1-8fab-7258278eea9b td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-a4f0f9c5-0754-461e-a51a-136d75b68f47 {
  margin-top: auto;
margin-bottom: auto;
min-height: 25px;
}

#s-29bb844a-62c3-424c-81e7-2df0c75125a1 {
  margin-top: auto;
margin-bottom: auto;
min-height: 25px;
}

#s-4615d044-85e1-4371-a465-b2a7870a7647 {
  margin-top: auto;
margin-bottom: auto;
min-height: 35px;
}

#s-4615d044-85e1-4371-a465-b2a7870a7647 .shogun-icon-wrapper {
  text-align: right;
}


#s-4615d044-85e1-4371-a465-b2a7870a7647 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(41, 168, 216, 1);
}

#s-085c6e2c-5d2c-48df-bc50-5b725af38f99 {
  margin-top: auto;
margin-bottom: auto;
min-height: 35px;
}

#s-085c6e2c-5d2c-48df-bc50-5b725af38f99 .shogun-icon-wrapper {
  text-align: right;
}


#s-085c6e2c-5d2c-48df-bc50-5b725af38f99 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(41, 168, 216, 1);
}

#s-1d8185b1-2e7a-43cb-85f3-fa3849ec5ff6 {
  margin-top: auto;
margin-bottom: auto;
min-height: 35px;
}

#s-1d8185b1-2e7a-43cb-85f3-fa3849ec5ff6 .shogun-icon-wrapper {
  text-align: right;
}


#s-1d8185b1-2e7a-43cb-85f3-fa3849ec5ff6 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(41, 168, 216, 1);
}

#s-b58893dd-35eb-472a-8a4f-d1fceed7fb48 {
  margin-top: auto;
margin-bottom: auto;
min-height: 35px;
}

#s-b58893dd-35eb-472a-8a4f-d1fceed7fb48 .shogun-icon-wrapper {
  text-align: right;
}


#s-b58893dd-35eb-472a-8a4f-d1fceed7fb48 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(41, 168, 216, 1);
}

#s-8527a19c-237e-4318-9cb9-44fdfa552044 {
  margin-top: auto;
margin-bottom: auto;
min-height: 25px;
}

#s-7c1f695a-eea9-44bb-b638-17069b95cc14 {
  margin-top: auto;
margin-bottom: auto;
min-height: 35px;
}

#s-7c1f695a-eea9-44bb-b638-17069b95cc14 .shogun-icon-wrapper {
  text-align: right;
}


#s-7c1f695a-eea9-44bb-b638-17069b95cc14 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(41, 168, 216, 1);
}

#s-ed6b2e0f-0097-4d57-a223-fa37097790d1 {
  margin-top: auto;
margin-bottom: auto;
min-height: 25px;
}

#s-1b1ff5a4-6a4f-491c-8bb8-1f7ade57ea2b {
  margin-top: auto;
margin-bottom: auto;
min-height: 25px;
}

#s-c2a81938-1a8f-4f89-88ff-1f555926d060 {
  margin-top: auto;
margin-bottom: auto;
min-height: 25px;
}

#s-c174e425-c289-45a9-9083-6e4576e8686f {
  min-height: 50px;
}








#s-c174e425-c289-45a9-9083-6e4576e8686f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c174e425-c289-45a9-9083-6e4576e8686f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-01e99993-4433-40da-b3d5-cc3bc547b422 {
  margin-top: auto;
margin-bottom: auto;
min-height: 35px;
}

#s-01e99993-4433-40da-b3d5-cc3bc547b422 .shogun-icon-wrapper {
  text-align: right;
}


#s-01e99993-4433-40da-b3d5-cc3bc547b422 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(41, 168, 216, 1);
}

#s-7996cb6f-cb8b-45c9-90c9-059a9a2c5976 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-7996cb6f-cb8b-45c9-90c9-059a9a2c5976:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7996cb6f-cb8b-45c9-90c9-059a9a2c5976:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7996cb6f-cb8b-45c9-90c9-059a9a2c5976-root {
    text-align: center;
  }


#s-7996cb6f-cb8b-45c9-90c9-059a9a2c5976.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7996cb6f-cb8b-45c9-90c9-059a9a2c5976-root {
    text-align: center;
  }


#s-7996cb6f-cb8b-45c9-90c9-059a9a2c5976.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7996cb6f-cb8b-45c9-90c9-059a9a2c5976-root {
    text-align: center;
  }


#s-7996cb6f-cb8b-45c9-90c9-059a9a2c5976.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7996cb6f-cb8b-45c9-90c9-059a9a2c5976-root {
    text-align: center;
  }


#s-7996cb6f-cb8b-45c9-90c9-059a9a2c5976.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7996cb6f-cb8b-45c9-90c9-059a9a2c5976-root {
    text-align: center;
  }


#s-7996cb6f-cb8b-45c9-90c9-059a9a2c5976.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-f30c3509-90d9-4051-ac79-2379131fd6ff {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(212, 175, 55, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f30c3509-90d9-4051-ac79-2379131fd6ff:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f30c3509-90d9-4051-ac79-2379131fd6ff:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f30c3509-90d9-4051-ac79-2379131fd6ff-root {
    text-align: center;
  }


#s-f30c3509-90d9-4051-ac79-2379131fd6ff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f30c3509-90d9-4051-ac79-2379131fd6ff-root {
    text-align: center;
  }


#s-f30c3509-90d9-4051-ac79-2379131fd6ff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f30c3509-90d9-4051-ac79-2379131fd6ff-root {
    text-align: center;
  }


#s-f30c3509-90d9-4051-ac79-2379131fd6ff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f30c3509-90d9-4051-ac79-2379131fd6ff-root {
    text-align: center;
  }


#s-f30c3509-90d9-4051-ac79-2379131fd6ff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f30c3509-90d9-4051-ac79-2379131fd6ff-root {
    text-align: center;
  }


#s-f30c3509-90d9-4051-ac79-2379131fd6ff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-7a434e1d-b221-41f8-a151-64e7bb21fd68 {
  min-height: 50px;
background-color: rgba(41, 168, 216, 1);
}








#s-7a434e1d-b221-41f8-a151-64e7bb21fd68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a434e1d-b221-41f8-a151-64e7bb21fd68.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-037afff0-43f8-42c9-8b2f-14e343a0b1c6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-037afff0-43f8-42c9-8b2f-14e343a0b1c6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-2c29982c-b885-4f0d-98ba-12ad962c20d7 {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: 50px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-2c29982c-b885-4f0d-98ba-12ad962c20d7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2c29982c-b885-4f0d-98ba-12ad962c20d7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2c29982c-b885-4f0d-98ba-12ad962c20d7 {
  
}
}@media (max-width: 767px){#s-2c29982c-b885-4f0d-98ba-12ad962c20d7 {
  
}
}







#s-2c29982c-b885-4f0d-98ba-12ad962c20d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c29982c-b885-4f0d-98ba-12ad962c20d7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-b2d14a9f-e9d0-467c-a324-147a8262d6d1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-b2d14a9f-e9d0-467c-a324-147a8262d6d1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b2d14a9f-e9d0-467c-a324-147a8262d6d1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2d14a9f-e9d0-467c-a324-147a8262d6d1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-ce5a4f62-7ec5-4910-9a03-80935989f2ad {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

#s-1f61eef0-db2a-4cbb-90db-05605d205f60 {
  text-align: left;
}



.shg-c#s-1f61eef0-db2a-4cbb-90db-05605d205f60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f61eef0-db2a-4cbb-90db-05605d205f60 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1f61eef0-db2a-4cbb-90db-05605d205f60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f61eef0-db2a-4cbb-90db-05605d205f60 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1f61eef0-db2a-4cbb-90db-05605d205f60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f61eef0-db2a-4cbb-90db-05605d205f60 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1f61eef0-db2a-4cbb-90db-05605d205f60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f61eef0-db2a-4cbb-90db-05605d205f60 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1f61eef0-db2a-4cbb-90db-05605d205f60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f61eef0-db2a-4cbb-90db-05605d205f60 img.shogun-image {
  width: 100%;
}



}
#s-e6a121c6-0b6f-45ce-a855-e9894a0d71cd {
  min-height: 50px;
}








#s-e6a121c6-0b6f-45ce-a855-e9894a0d71cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6a121c6-0b6f-45ce-a855-e9894a0d71cd.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

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

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

#s-4ade8fca-3cca-4996-a967-67cf9cf2f545 {
  margin-left: 15%;
margin-right: 15%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4ade8fca-3cca-4996-a967-67cf9cf2f545 {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-4ade8fca-3cca-4996-a967-67cf9cf2f545 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

.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-641ebc8a-034a-417e-a0a6-9b058bf2dd8d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-641ebc8a-034a-417e-a0a6-9b058bf2dd8d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-641ebc8a-034a-417e-a0a6-9b058bf2dd8d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-641ebc8a-034a-417e-a0a6-9b058bf2dd8d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-641ebc8a-034a-417e-a0a6-9b058bf2dd8d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-641ebc8a-034a-417e-a0a6-9b058bf2dd8d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-641ebc8a-034a-417e-a0a6-9b058bf2dd8d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-418b3ef6-2573-4afd-859f-dbcb1d1825b8 {
  display: none;
}
#s-89f2ef75-c32b-408e-bc9f-b1b9a50ea5cd {
  text-align: left;
}



.shg-c#s-89f2ef75-c32b-408e-bc9f-b1b9a50ea5cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89f2ef75-c32b-408e-bc9f-b1b9a50ea5cd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-89f2ef75-c32b-408e-bc9f-b1b9a50ea5cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89f2ef75-c32b-408e-bc9f-b1b9a50ea5cd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-89f2ef75-c32b-408e-bc9f-b1b9a50ea5cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89f2ef75-c32b-408e-bc9f-b1b9a50ea5cd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-89f2ef75-c32b-408e-bc9f-b1b9a50ea5cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89f2ef75-c32b-408e-bc9f-b1b9a50ea5cd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-89f2ef75-c32b-408e-bc9f-b1b9a50ea5cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89f2ef75-c32b-408e-bc9f-b1b9a50ea5cd img.shogun-image {
  width: 100%;
}



}
#s-9150f442-79f9-431b-bc0f-cfb256748bf4 {
  min-height: 50px;
}








#s-9150f442-79f9-431b-bc0f-cfb256748bf4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9150f442-79f9-431b-bc0f-cfb256748bf4.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-90626caf-91da-4b7d-b1ad-fab15a2a7443 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-90626caf-91da-4b7d-b1ad-fab15a2a7443 {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-90626caf-91da-4b7d-b1ad-fab15a2a7443 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-78b26170-25fc-4374-ab8b-1936306a0df1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-78b26170-25fc-4374-ab8b-1936306a0df1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-78b26170-25fc-4374-ab8b-1936306a0df1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-78b26170-25fc-4374-ab8b-1936306a0df1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-78b26170-25fc-4374-ab8b-1936306a0df1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-78b26170-25fc-4374-ab8b-1936306a0df1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-78b26170-25fc-4374-ab8b-1936306a0df1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-79a90da0-5b9d-4fdc-bbc3-4aeacc8902c2 {
  display: none;
}
#s-be77a315-ea01-4868-b6ed-0aa66020b58d {
  text-align: left;
}



.shg-c#s-be77a315-ea01-4868-b6ed-0aa66020b58d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be77a315-ea01-4868-b6ed-0aa66020b58d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-be77a315-ea01-4868-b6ed-0aa66020b58d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be77a315-ea01-4868-b6ed-0aa66020b58d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-be77a315-ea01-4868-b6ed-0aa66020b58d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be77a315-ea01-4868-b6ed-0aa66020b58d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-be77a315-ea01-4868-b6ed-0aa66020b58d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be77a315-ea01-4868-b6ed-0aa66020b58d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-be77a315-ea01-4868-b6ed-0aa66020b58d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be77a315-ea01-4868-b6ed-0aa66020b58d img.shogun-image {
  width: 100%;
}



}
#s-0ad0600e-ce71-4e59-8ed5-ec4cdc777dc9 {
  min-height: 50px;
}








#s-0ad0600e-ce71-4e59-8ed5-ec4cdc777dc9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ad0600e-ce71-4e59-8ed5-ec4cdc777dc9.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-528b7be1-72d9-4cd0-8b24-4005518a828a {
  margin-left: 20%;
margin-right: 20%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-528b7be1-72d9-4cd0-8b24-4005518a828a {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-528b7be1-72d9-4cd0-8b24-4005518a828a {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-528b7be1-72d9-4cd0-8b24-4005518a828a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-1d4eca66-e41f-4dc0-8848-672caabb2871 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-1d4eca66-e41f-4dc0-8848-672caabb2871:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1d4eca66-e41f-4dc0-8848-672caabb2871:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1d4eca66-e41f-4dc0-8848-672caabb2871 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1d4eca66-e41f-4dc0-8848-672caabb2871.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d4eca66-e41f-4dc0-8848-672caabb2871.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1d4eca66-e41f-4dc0-8848-672caabb2871.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0c3a924d-ec13-4be4-aec2-15159e85cadc {
  display: none;
}
#s-66c479f0-bb9e-4d15-82a4-741bbbf14b53 {
  text-align: left;
}



.shg-c#s-66c479f0-bb9e-4d15-82a4-741bbbf14b53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66c479f0-bb9e-4d15-82a4-741bbbf14b53 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-66c479f0-bb9e-4d15-82a4-741bbbf14b53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66c479f0-bb9e-4d15-82a4-741bbbf14b53 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-66c479f0-bb9e-4d15-82a4-741bbbf14b53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66c479f0-bb9e-4d15-82a4-741bbbf14b53 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-66c479f0-bb9e-4d15-82a4-741bbbf14b53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66c479f0-bb9e-4d15-82a4-741bbbf14b53 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-66c479f0-bb9e-4d15-82a4-741bbbf14b53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66c479f0-bb9e-4d15-82a4-741bbbf14b53 img.shogun-image {
  width: 100%;
}



}
#s-7807d225-2316-44fd-b4e8-d0bcb7b5fa21 {
  margin-top: auto;
margin-bottom: auto;
min-height: 50px;
}








#s-7807d225-2316-44fd-b4e8-d0bcb7b5fa21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7807d225-2316-44fd-b4e8-d0bcb7b5fa21.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-d6cee07a-5f19-435e-b6c7-cba64c7d4380 {
  margin-bottom: 10px;
padding-top: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-d6cee07a-5f19-435e-b6c7-cba64c7d4380 {
  margin-left: 20%;
margin-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d6cee07a-5f19-435e-b6c7-cba64c7d4380 {
  margin-left: 20%;
margin-right: 20%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d6cee07a-5f19-435e-b6c7-cba64c7d4380 {
  margin-bottom: 35px;
margin-right: 10%;
}
}
#s-d6cee07a-5f19-435e-b6c7-cba64c7d4380 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-c4229919-d68f-41e4-abcb-115793026983 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c4229919-d68f-41e4-abcb-115793026983:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c4229919-d68f-41e4-abcb-115793026983:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c4229919-d68f-41e4-abcb-115793026983 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c4229919-d68f-41e4-abcb-115793026983.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c4229919-d68f-41e4-abcb-115793026983.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c4229919-d68f-41e4-abcb-115793026983.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4f077aa9-da58-40b9-8da0-d69596793aee {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(23, 149, 202, 1);
}








#s-4f077aa9-da58-40b9-8da0-d69596793aee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f077aa9-da58-40b9-8da0-d69596793aee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f0a0d42c-5621-4f21-accc-b1e2bc32004a {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 60%;
background-color: rgba(23, 149, 202, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-f0a0d42c-5621-4f21-accc-b1e2bc32004a {
  max-width: 90%;
}
}
#s-6d38837e-0270-49f8-8fc9-10145c2a6102 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-6d38837e-0270-49f8-8fc9-10145c2a6102 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d38837e-0270-49f8-8fc9-10145c2a6102.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-b867fa60-505f-4284-a5b0-17b486cd290a {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-b867fa60-505f-4284-a5b0-17b486cd290a {
  display: none;
}
#s-b867fa60-505f-4284-a5b0-17b486cd290a, #wrap-s-b867fa60-505f-4284-a5b0-17b486cd290a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b867fa60-505f-4284-a5b0-17b486cd290a {
  display: none;
}
#s-b867fa60-505f-4284-a5b0-17b486cd290a, #wrap-s-b867fa60-505f-4284-a5b0-17b486cd290a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b867fa60-505f-4284-a5b0-17b486cd290a {
  display: none;
}
#s-b867fa60-505f-4284-a5b0-17b486cd290a, #wrap-s-b867fa60-505f-4284-a5b0-17b486cd290a { display:none !important; }}
#s-b867fa60-505f-4284-a5b0-17b486cd290a .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-b867fa60-505f-4284-a5b0-17b486cd290a .shg-sld-nav-button.shg-sld-left,
#s-b867fa60-505f-4284-a5b0-17b486cd290a .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-3d88c848-08c9-4227-a358-c370386ca31a {
  text-align: center;
}







  #s-3d88c848-08c9-4227-a358-c370386ca31a img.shogun-image {
    

    
    
    
  }


#s-3d88c848-08c9-4227-a358-c370386ca31a .shogun-image-content {
  
    align-items: center;
  
}

#s-113fd569-496b-455e-b7eb-ec278e2aede6 {
  text-align: center;
}







  #s-113fd569-496b-455e-b7eb-ec278e2aede6 img.shogun-image {
    

    
    
    
  }


#s-113fd569-496b-455e-b7eb-ec278e2aede6 .shogun-image-content {
  
    align-items: center;
  
}

#s-687b5566-0a10-489b-9238-b95bea812f2f {
  text-align: center;
}







  #s-687b5566-0a10-489b-9238-b95bea812f2f img.shogun-image {
    

    
    
    
  }


#s-687b5566-0a10-489b-9238-b95bea812f2f .shogun-image-content {
  
    align-items: center;
  
}

#s-91b94652-e771-44ed-8437-0b96f5cfa20e {
  text-align: center;
}







  #s-91b94652-e771-44ed-8437-0b96f5cfa20e img.shogun-image {
    

    
    
    
  }


#s-91b94652-e771-44ed-8437-0b96f5cfa20e .shogun-image-content {
  
    align-items: center;
  
}

#s-a9c273aa-eebb-45c8-8a73-9f46e74f642e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-a9c273aa-eebb-45c8-8a73-9f46e74f642e {
  display: none;
}
#s-a9c273aa-eebb-45c8-8a73-9f46e74f642e, #wrap-s-a9c273aa-eebb-45c8-8a73-9f46e74f642e { display:none !important; }}
@media (min-width: 0px) {
[id="s-a9c273aa-eebb-45c8-8a73-9f46e74f642e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a9c273aa-eebb-45c8-8a73-9f46e74f642e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a9c273aa-eebb-45c8-8a73-9f46e74f642e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a9c273aa-eebb-45c8-8a73-9f46e74f642e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-1e2fe19c-2a3c-4bdf-a203-b5f98c07bb9b {
  text-align: center;
}







  #s-1e2fe19c-2a3c-4bdf-a203-b5f98c07bb9b img.shogun-image {
    

    
    
    
  }


#s-1e2fe19c-2a3c-4bdf-a203-b5f98c07bb9b .shogun-image-content {
  
    align-items: center;
  
}

#s-654c199d-76de-48d2-b1ac-99bee2d33709 {
  text-align: center;
}







  #s-654c199d-76de-48d2-b1ac-99bee2d33709 img.shogun-image {
    

    
    
    
  }


#s-654c199d-76de-48d2-b1ac-99bee2d33709 .shogun-image-content {
  
    align-items: center;
  
}

#s-811fe818-aee7-4e2d-800e-d3cd5928218a {
  text-align: center;
}







  #s-811fe818-aee7-4e2d-800e-d3cd5928218a img.shogun-image {
    

    
    
    
  }


#s-811fe818-aee7-4e2d-800e-d3cd5928218a .shogun-image-content {
  
    align-items: center;
  
}

#s-e40ce447-69b3-4ebb-8142-bea5ebe00e57 {
  text-align: center;
}
@media (max-width: 767px){#s-e40ce447-69b3-4ebb-8142-bea5ebe00e57 {
  display: none;
}
#s-e40ce447-69b3-4ebb-8142-bea5ebe00e57, #wrap-s-e40ce447-69b3-4ebb-8142-bea5ebe00e57 { display:none !important; }}






  #s-e40ce447-69b3-4ebb-8142-bea5ebe00e57 img.shogun-image {
    

    
    
    
  }


#s-e40ce447-69b3-4ebb-8142-bea5ebe00e57 .shogun-image-content {
  
    align-items: center;
  
}

#s-f6dc2e5f-0b40-4d6e-a2a5-5aee3d4f7039 {
  background-repeat: repeat;
background-size: contain;
margin-left: 0px;
margin-right: 0px;
min-height: 50px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-f6dc2e5f-0b40-4d6e-a2a5-5aee3d4f7039 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f6dc2e5f-0b40-4d6e-a2a5-5aee3d4f7039 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f6dc2e5f-0b40-4d6e-a2a5-5aee3d4f7039 {
  
}
}@media (max-width: 767px){#s-f6dc2e5f-0b40-4d6e-a2a5-5aee3d4f7039 {
  
}
}







#s-f6dc2e5f-0b40-4d6e-a2a5-5aee3d4f7039 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-f6dc2e5f-0b40-4d6e-a2a5-5aee3d4f7039.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8329c0f0-0b42-4501-b599-8eb45a13a9ac {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}








#s-8329c0f0-0b42-4501-b599-8eb45a13a9ac > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
}#s-8329c0f0-0b42-4501-b599-8eb45a13a9ac {
  cursor: pointer;
}#s-8329c0f0-0b42-4501-b599-8eb45a13a9ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-099cd40e-4091-4016-8143-a5976a5a62ad {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-9844d3f4-c388-464d-8aa0-73cf2b83c9fb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(23, 149, 202, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9844d3f4-c388-464d-8aa0-73cf2b83c9fb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9844d3f4-c388-464d-8aa0-73cf2b83c9fb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9844d3f4-c388-464d-8aa0-73cf2b83c9fb-root {
    text-align: center;
  }


#s-9844d3f4-c388-464d-8aa0-73cf2b83c9fb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9844d3f4-c388-464d-8aa0-73cf2b83c9fb-root {
    text-align: center;
  }


#s-9844d3f4-c388-464d-8aa0-73cf2b83c9fb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9844d3f4-c388-464d-8aa0-73cf2b83c9fb-root {
    text-align: center;
  }


#s-9844d3f4-c388-464d-8aa0-73cf2b83c9fb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9844d3f4-c388-464d-8aa0-73cf2b83c9fb-root {
    text-align: center;
  }


#s-9844d3f4-c388-464d-8aa0-73cf2b83c9fb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9844d3f4-c388-464d-8aa0-73cf2b83c9fb-root {
    text-align: center;
  }


#s-9844d3f4-c388-464d-8aa0-73cf2b83c9fb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
@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}
