#s-650b27af-d371-49ed-9ee2-e84cae8a9778 {
  background-color: rgba(250, 14, 14, 1);
}

@media (min-width: 1200px){#s-ec94e913-a094-4b15-9586-bb7fdd403b56 {
  display: none;
}
#s-ec94e913-a094-4b15-9586-bb7fdd403b56, #wrap-s-ec94e913-a094-4b15-9586-bb7fdd403b56 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ec94e913-a094-4b15-9586-bb7fdd403b56 {
  display: none;
}
#s-ec94e913-a094-4b15-9586-bb7fdd403b56, #wrap-s-ec94e913-a094-4b15-9586-bb7fdd403b56 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ec94e913-a094-4b15-9586-bb7fdd403b56 {
  display: none;
}
#s-ec94e913-a094-4b15-9586-bb7fdd403b56, #wrap-s-ec94e913-a094-4b15-9586-bb7fdd403b56 { display:none !important; }}@media (max-width: 767px){#s-ec94e913-a094-4b15-9586-bb7fdd403b56 {
  
}
}
@media (min-width: 1200px){#s-33b257ae-67a2-4373-8dfd-2eecc35b4ebc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-33b257ae-67a2-4373-8dfd-2eecc35b4ebc {
  
}
}@media (max-width: 767px){#s-33b257ae-67a2-4373-8dfd-2eecc35b4ebc {
  display: none;
}
#s-33b257ae-67a2-4373-8dfd-2eecc35b4ebc, #wrap-s-33b257ae-67a2-4373-8dfd-2eecc35b4ebc { display:none !important; }}
.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

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

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

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  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;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-79eaded8-daaa-43be-a45d-10e74efb7a9a {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-79eaded8-daaa-43be-a45d-10e74efb7a9a {
  display: none;
}
#s-79eaded8-daaa-43be-a45d-10e74efb7a9a, #wrap-s-79eaded8-daaa-43be-a45d-10e74efb7a9a { display:none !important; }}@media (max-width: 767px){#s-79eaded8-daaa-43be-a45d-10e74efb7a9a {
  display: none;
}
#s-79eaded8-daaa-43be-a45d-10e74efb7a9a, #wrap-s-79eaded8-daaa-43be-a45d-10e74efb7a9a { display:none !important; }}
#s-79eaded8-daaa-43be-a45d-10e74efb7a9a .shg-sld-dot {
  background-color: rgba(251, 251, 251, 1);
}

#s-79eaded8-daaa-43be-a45d-10e74efb7a9a .shg-sld-nav-button.shg-sld-left,
#s-79eaded8-daaa-43be-a45d-10e74efb7a9a .shg-sld-nav-button.shg-sld-right {
  fill: rgba(251, 251, 251, 1);
}

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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * 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: flex;
  width: 100%;
}

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

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

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

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

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-6f815e13-1686-4fa8-8a2e-f0eb6a6e2599 {
  background-image: url(https://i.shgcdn.com/38ac3a35-e332-441f-808f-31afc4f6104e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 700px;
background-position: center center;
}








#s-6f815e13-1686-4fa8-8a2e-f0eb6a6e2599 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f815e13-1686-4fa8-8a2e-f0eb6a6e2599.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1812b862-1176-44b8-906b-5714cc42eb5c {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
background-color: rgba(218, 213, 201, 0);
}








#s-1812b862-1176-44b8-906b-5714cc42eb5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1812b862-1176-44b8-906b-5714cc42eb5c.shg-box.shg-c {
  justify-content: flex-start;
}

.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 a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-default-text-content ul,
.shg-default-text-content ol {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          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;
}

#s-2bed3485-343c-468f-a676-45bf3396312e {
  margin-left: 0px;
margin-right: 0px;
padding-left: 10%;
padding-right: 10%;
max-width: 100%;
background-color: rgba(218, 213, 201, 0);
}

.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.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-f3477a28-fb1e-4422-8879-9a0b33d8287b {
  border-style: solid;
margin-top: 25px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(44, 42, 52, 0);
border-radius: 45px;
max-width: 251px;
background-color: rgba(253, 199, 47, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-f3477a28-fb1e-4422-8879-9a0b33d8287b:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(236, 191, 70, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-f3477a28-fb1e-4422-8879-9a0b33d8287b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f3477a28-fb1e-4422-8879-9a0b33d8287b-btn-wrapper {
    text-align: center;
  }


#s-f3477a28-fb1e-4422-8879-9a0b33d8287b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-99190d15-b04e-486a-9b8b-ff829500ebb9 {
  background-image: url(https://i.shgcdn.com/52406efa-347d-4a73-af2b-006021067949/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center center;
}








#s-99190d15-b04e-486a-9b8b-ff829500ebb9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99190d15-b04e-486a-9b8b-ff829500ebb9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9d2c11d1-3dbb-445a-875a-ccaeaa6a918b {
  margin-top: 30px;
}

#s-f59bac09-064e-4359-b3e8-303089ffe0d9 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 45px;
max-width: 250px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-f59bac09-064e-4359-b3e8-303089ffe0d9:hover {background-color: rgba(14, 14, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(250, 250, 250, 1) !important;}#s-f59bac09-064e-4359-b3e8-303089ffe0d9:active {background-color: rgba(3, 3, 3, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-f59bac09-064e-4359-b3e8-303089ffe0d9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  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-84e94176-5565-4077-88f1-a4763e8e6cea {
  text-align: center;
}




  #s-84e94176-5565-4077-88f1-a4763e8e6cea img.shogun-image {
    
    width: px;
  }


#s-84e94176-5565-4077-88f1-a4763e8e6cea .shogun-image-content {
  
    align-items: center;
  
}

#s-f5d38ffc-a659-4eb9-8e5c-869bdbc3470a {
  background-image: url(https://i.shgcdn.com/b702e6ac-b83b-4de6-b6fd-cc8b351d6926/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center center;
}








#s-f5d38ffc-a659-4eb9-8e5c-869bdbc3470a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5d38ffc-a659-4eb9-8e5c-869bdbc3470a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f01c51ac-4d4c-4cbb-9316-937b7683b3ac {
  background-image: url(https://i.shgcdn.com/875e9e02-517e-4894-9c1b-e2096b3e6d1d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: 9%;
min-height: 500px;
max-width: 355px;
background-position: center center;
}








#s-f01c51ac-4d4c-4cbb-9316-937b7683b3ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f01c51ac-4d4c-4cbb-9316-937b7683b3ac.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0db313fb-1783-4217-b9b9-ffeac95768e6 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}




  #s-0db313fb-1783-4217-b9b9-ffeac95768e6 img.shogun-image {
    
    width: px;
  }


#s-0db313fb-1783-4217-b9b9-ffeac95768e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-f312b80c-ff4b-4671-b878-ee7efb7c0ce0 {
  margin-left: auto;
margin-right: auto;
max-width: 280px;
}

#s-3360082c-bd17-4f7c-bce9-28c81a0ac4b7 {
  border-style: solid;
margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 45px;
max-width: 251px;
background-color: rgba(253, 199, 47, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-3360082c-bd17-4f7c-bce9-28c81a0ac4b7:hover {background-color: rgba(236, 191, 70, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-3360082c-bd17-4f7c-bce9-28c81a0ac4b7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3360082c-bd17-4f7c-bce9-28c81a0ac4b7-btn-wrapper {
    text-align: center;
  }


#s-3360082c-bd17-4f7c-bce9-28c81a0ac4b7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-9ca8e160-3dbc-4501-a18c-e35107b0dbea {
  background-image: url(https://i.shgcdn.com/a76c2c4b-4d7c-4804-a8cf-610d5d7440e2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center center;
}








#s-9ca8e160-3dbc-4501-a18c-e35107b0dbea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ca8e160-3dbc-4501-a18c-e35107b0dbea.shg-box.shg-c {
  justify-content: flex-start;
}

#s-85271727-d876-49d1-bf00-8aa45a87828d {
  margin-top: 120px;
margin-left: 35px;
margin-bottom: 120px;
margin-right: 35px;
min-height: 50px;
max-width: 499px;
}








#s-85271727-d876-49d1-bf00-8aa45a87828d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85271727-d876-49d1-bf00-8aa45a87828d.shg-box.shg-c {
  justify-content: center;
}

#s-439398ad-ab2a-4930-b3bb-6187c124ac87 {
  margin-top: 25px;
margin-bottom: 15px;
}

#s-e65623cc-7295-44ce-9449-d288e16cf63c {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 45px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-e65623cc-7295-44ce-9449-d288e16cf63c:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(254, 254, 254, 1) !important;}#s-e65623cc-7295-44ce-9449-d288e16cf63c:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(254, 254, 254, 1) !important;}


#s-e65623cc-7295-44ce-9449-d288e16cf63c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ad71d6c7-8692-4131-8979-83d7b33fa941 {
  background-image: url(https://i.shgcdn.com/7e212675-ac7c-46b6-9a9c-1c7fcd3d13ee/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center center;
}








#s-ad71d6c7-8692-4131-8979-83d7b33fa941 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad71d6c7-8692-4131-8979-83d7b33fa941 {
  cursor: pointer;
}#s-ad71d6c7-8692-4131-8979-83d7b33fa941.shg-box.shg-c {
  justify-content: flex-end;
}

#s-a904da75-2c61-4b77-be6f-3c6f3cbe9abe {
  margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
min-height: 50px;
}








#s-a904da75-2c61-4b77-be6f-3c6f3cbe9abe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a904da75-2c61-4b77-be6f-3c6f3cbe9abe.shg-box.shg-c {
  justify-content: center;
}

#s-4afa9fd7-f54e-4d5e-a323-563fa0ac7975 {
  border-style: solid;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 17px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
max-width: 770px;
background-color: rgba(240, 240, 240, 0.73);
}

#s-7e2c5bf2-3f15-4717-916c-632fce4a026c {
  padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-radius: 45px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-7e2c5bf2-3f15-4717-916c-632fce4a026c:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(254, 254, 254, 1) !important;}#s-7e2c5bf2-3f15-4717-916c-632fce4a026c:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(254, 254, 254, 1) !important;}


#s-7e2c5bf2-3f15-4717-916c-632fce4a026c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c29c6fcc-88d9-4006-b764-972e90762e30 {
  background-image: url(https://i.shgcdn.com/62ef6cab-2099-4927-a898-48be53f075ba/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center center;
}








#s-c29c6fcc-88d9-4006-b764-972e90762e30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c29c6fcc-88d9-4006-b764-972e90762e30.shg-box.shg-c {
  justify-content: flex-start;
}

#s-14f3794d-d965-4b43-9c93-322b5116d7bb {
  margin-left: 100px;
margin-right: 100px;
min-height: 50px;
max-width: 500px;
}








#s-14f3794d-d965-4b43-9c93-322b5116d7bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14f3794d-d965-4b43-9c93-322b5116d7bb.shg-box.shg-c {
  justify-content: center;
}

#s-499617c7-517b-448e-97d1-20f8127a7cab {
  margin-top: 35px;
}

#s-822fccfa-36eb-4b71-859c-093acd1d2b09 {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 11px;
max-width: 275px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-822fccfa-36eb-4b71-859c-093acd1d2b09:hover {border-radius: 11px !important;
background-color: rgba(83, 83, 83, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(245, 245, 245, 1) !important;}#s-822fccfa-36eb-4b71-859c-093acd1d2b09:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-822fccfa-36eb-4b71-859c-093acd1d2b09.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-96e72a2f-cd1f-4e3e-aa83-33b08260dda8 {
  background-image: url(https://i.shgcdn.com/740c924d-980d-472c-b2a4-516fafdaa7e2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center center;
}








#s-96e72a2f-cd1f-4e3e-aa83-33b08260dda8 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.12;
}#s-96e72a2f-cd1f-4e3e-aa83-33b08260dda8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b108fb0e-6bac-4414-ad7c-c18365f7036e {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
min-height: 50px;
max-width: 800px;
}








#s-b108fb0e-6bac-4414-ad7c-c18365f7036e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b108fb0e-6bac-4414-ad7c-c18365f7036e.shg-box.shg-c {
  justify-content: center;
}

#s-4fdeb4ce-efd3-43e6-8f9f-3814861f8afd {
  margin-left: auto;
margin-right: auto;
}

#s-69acc82d-120d-4e87-be98-ba5a236f0cea {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 45px;
max-width: 250px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-69acc82d-120d-4e87-be98-ba5a236f0cea:hover {background-color: rgba(78, 77, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-69acc82d-120d-4e87-be98-ba5a236f0cea:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-69acc82d-120d-4e87-be98-ba5a236f0cea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-caba94fb-7d16-43cc-9060-194de85b7b87 {
  background-image: url(https://i.shgcdn.com/841c4d2f-afd6-4817-9f58-55a2531c66c7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center center;
}








#s-caba94fb-7d16-43cc-9060-194de85b7b87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-caba94fb-7d16-43cc-9060-194de85b7b87.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2106d9f4-a849-46f5-88f3-24a9a5ff73a3 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
min-height: 50px;
max-width: 800px;
}








#s-2106d9f4-a849-46f5-88f3-24a9a5ff73a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2106d9f4-a849-46f5-88f3-24a9a5ff73a3.shg-box.shg-c {
  justify-content: center;
}

#s-597d24cc-bca2-4c56-bd64-12dc12334005 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 45px;
max-width: 250px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-597d24cc-bca2-4c56-bd64-12dc12334005:hover {background-color: rgba(78, 77, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-597d24cc-bca2-4c56-bd64-12dc12334005:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-597d24cc-bca2-4c56-bd64-12dc12334005.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-616f539e-31a2-4169-8281-8c8b4e196f2b {
  min-height: 650px;
}
@media (min-width: 768px) and (max-width: 991px){#s-616f539e-31a2-4169-8281-8c8b4e196f2b {
  min-height: 750px;
}
}







#s-616f539e-31a2-4169-8281-8c8b4e196f2b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.12;
}#s-616f539e-31a2-4169-8281-8c8b4e196f2b.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-616f539e-31a2-4169-8281-8c8b4e196f2b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.12;
}#s-616f539e-31a2-4169-8281-8c8b4e196f2b.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-3dc6423e-8661-4dc0-acad-f91ae1a28b55 {
  margin-top: 25px;
margin-left: 70px;
margin-right: 70px;
min-height: 50px;
max-width: 850px;
}
@media (min-width: 1200px){#s-3dc6423e-8661-4dc0-acad-f91ae1a28b55 {
  margin-left: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3dc6423e-8661-4dc0-acad-f91ae1a28b55 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-3dc6423e-8661-4dc0-acad-f91ae1a28b55 {
  margin-left: 40px;
margin-right: 40px;
}
}







#s-3dc6423e-8661-4dc0-acad-f91ae1a28b55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3dc6423e-8661-4dc0-acad-f91ae1a28b55.shg-box.shg-c {
  justify-content: center;
}

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

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

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

#s-f72663e0-d06d-4f62-b512-c5406681bfcb {
  margin-left: auto;
margin-right: auto;
padding-left: 5px;
padding-right: 5px;
max-width: 475px;
}
@media (max-width: 767px){#s-f72663e0-d06d-4f62-b512-c5406681bfcb {
  margin-top: 275px;
}
}
@media (min-width: 0px) {
[id="s-f72663e0-d06d-4f62-b512-c5406681bfcb"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f72663e0-d06d-4f62-b512-c5406681bfcb"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f72663e0-d06d-4f62-b512-c5406681bfcb"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f72663e0-d06d-4f62-b512-c5406681bfcb"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f72663e0-d06d-4f62-b512-c5406681bfcb"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f72663e0-d06d-4f62-b512-c5406681bfcb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f72663e0-d06d-4f62-b512-c5406681bfcb"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f72663e0-d06d-4f62-b512-c5406681bfcb"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f72663e0-d06d-4f62-b512-c5406681bfcb"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f72663e0-d06d-4f62-b512-c5406681bfcb"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f72663e0-d06d-4f62-b512-c5406681bfcb"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f72663e0-d06d-4f62-b512-c5406681bfcb"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-f72663e0-d06d-4f62-b512-c5406681bfcb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f72663e0-d06d-4f62-b512-c5406681bfcb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f72663e0-d06d-4f62-b512-c5406681bfcb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f72663e0-d06d-4f62-b512-c5406681bfcb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f72663e0-d06d-4f62-b512-c5406681bfcb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f72663e0-d06d-4f62-b512-c5406681bfcb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f72663e0-d06d-4f62-b512-c5406681bfcb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f72663e0-d06d-4f62-b512-c5406681bfcb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f72663e0-d06d-4f62-b512-c5406681bfcb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f72663e0-d06d-4f62-b512-c5406681bfcb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f72663e0-d06d-4f62-b512-c5406681bfcb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f72663e0-d06d-4f62-b512-c5406681bfcb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f72663e0-d06d-4f62-b512-c5406681bfcb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f72663e0-d06d-4f62-b512-c5406681bfcb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f72663e0-d06d-4f62-b512-c5406681bfcb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f72663e0-d06d-4f62-b512-c5406681bfcb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f72663e0-d06d-4f62-b512-c5406681bfcb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f72663e0-d06d-4f62-b512-c5406681bfcb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f72663e0-d06d-4f62-b512-c5406681bfcb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f72663e0-d06d-4f62-b512-c5406681bfcb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f72663e0-d06d-4f62-b512-c5406681bfcb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f72663e0-d06d-4f62-b512-c5406681bfcb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f72663e0-d06d-4f62-b512-c5406681bfcb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f72663e0-d06d-4f62-b512-c5406681bfcb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f72663e0-d06d-4f62-b512-c5406681bfcb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f72663e0-d06d-4f62-b512-c5406681bfcb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f72663e0-d06d-4f62-b512-c5406681bfcb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f72663e0-d06d-4f62-b512-c5406681bfcb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f72663e0-d06d-4f62-b512-c5406681bfcb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f72663e0-d06d-4f62-b512-c5406681bfcb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f72663e0-d06d-4f62-b512-c5406681bfcb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f72663e0-d06d-4f62-b512-c5406681bfcb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f72663e0-d06d-4f62-b512-c5406681bfcb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f72663e0-d06d-4f62-b512-c5406681bfcb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f72663e0-d06d-4f62-b512-c5406681bfcb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f72663e0-d06d-4f62-b512-c5406681bfcb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-fc28520a-9164-48b6-bfac-ecac7665e731 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 45px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-fc28520a-9164-48b6-bfac-ecac7665e731:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(253, 253, 253, 1) !important;}#s-fc28520a-9164-48b6-bfac-ecac7665e731:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(252, 252, 252, 1) !important;}


#s-fc28520a-9164-48b6-bfac-ecac7665e731.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-96ba578e-66da-4409-b736-8e9a8056285e {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 45px;
background-color: rgba(253, 199, 47, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-96ba578e-66da-4409-b736-8e9a8056285e:hover {background-color: rgba(236, 191, 70, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-96ba578e-66da-4409-b736-8e9a8056285e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-96ba578e-66da-4409-b736-8e9a8056285e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-6aeca237-f9cd-4a9c-9b4d-3f0f658eeb77 {
  min-height: 650px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6aeca237-f9cd-4a9c-9b4d-3f0f658eeb77 {
  min-height: 750px;
}
}







#s-6aeca237-f9cd-4a9c-9b4d-3f0f658eeb77 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.12;
}#s-6aeca237-f9cd-4a9c-9b4d-3f0f658eeb77.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1245a28d-23e5-4c1c-b1cd-908aad1053a9 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 800px;
}








#s-1245a28d-23e5-4c1c-b1cd-908aad1053a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1245a28d-23e5-4c1c-b1cd-908aad1053a9.shg-box.shg-c {
  justify-content: center;
}

#s-f843ba84-87a4-49c4-aed2-373774872293 {
  margin-left: auto;
margin-right: auto;
}

#s-e699b229-0ab5-4185-8b12-48855f555609 {
  margin-left: auto;
margin-right: auto;
max-width: 475px;
}

@media (min-width: 0px) {
[id="s-e699b229-0ab5-4185-8b12-48855f555609"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e699b229-0ab5-4185-8b12-48855f555609"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e699b229-0ab5-4185-8b12-48855f555609"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e699b229-0ab5-4185-8b12-48855f555609"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-e699b229-0ab5-4185-8b12-48855f555609"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e699b229-0ab5-4185-8b12-48855f555609"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-e699b229-0ab5-4185-8b12-48855f555609"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-e699b229-0ab5-4185-8b12-48855f555609"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e699b229-0ab5-4185-8b12-48855f555609"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-e699b229-0ab5-4185-8b12-48855f555609"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-e699b229-0ab5-4185-8b12-48855f555609"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-e699b229-0ab5-4185-8b12-48855f555609"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-e699b229-0ab5-4185-8b12-48855f555609"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e699b229-0ab5-4185-8b12-48855f555609"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e699b229-0ab5-4185-8b12-48855f555609"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e699b229-0ab5-4185-8b12-48855f555609"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-e699b229-0ab5-4185-8b12-48855f555609"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e699b229-0ab5-4185-8b12-48855f555609"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-e699b229-0ab5-4185-8b12-48855f555609"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-e699b229-0ab5-4185-8b12-48855f555609"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e699b229-0ab5-4185-8b12-48855f555609"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-e699b229-0ab5-4185-8b12-48855f555609"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-e699b229-0ab5-4185-8b12-48855f555609"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-e699b229-0ab5-4185-8b12-48855f555609"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e699b229-0ab5-4185-8b12-48855f555609"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e699b229-0ab5-4185-8b12-48855f555609"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e699b229-0ab5-4185-8b12-48855f555609"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e699b229-0ab5-4185-8b12-48855f555609"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-e699b229-0ab5-4185-8b12-48855f555609"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e699b229-0ab5-4185-8b12-48855f555609"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-e699b229-0ab5-4185-8b12-48855f555609"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-e699b229-0ab5-4185-8b12-48855f555609"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e699b229-0ab5-4185-8b12-48855f555609"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-e699b229-0ab5-4185-8b12-48855f555609"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-e699b229-0ab5-4185-8b12-48855f555609"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-e699b229-0ab5-4185-8b12-48855f555609"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e699b229-0ab5-4185-8b12-48855f555609"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e699b229-0ab5-4185-8b12-48855f555609"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e699b229-0ab5-4185-8b12-48855f555609"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e699b229-0ab5-4185-8b12-48855f555609"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-e699b229-0ab5-4185-8b12-48855f555609"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e699b229-0ab5-4185-8b12-48855f555609"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-e699b229-0ab5-4185-8b12-48855f555609"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-e699b229-0ab5-4185-8b12-48855f555609"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e699b229-0ab5-4185-8b12-48855f555609"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-e699b229-0ab5-4185-8b12-48855f555609"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-e699b229-0ab5-4185-8b12-48855f555609"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-e699b229-0ab5-4185-8b12-48855f555609"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-101e5449-9cf2-408e-b30b-f2bf71c7c69f {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 45px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-101e5449-9cf2-408e-b30b-f2bf71c7c69f:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(253, 253, 253, 1) !important;}#s-101e5449-9cf2-408e-b30b-f2bf71c7c69f:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(252, 252, 252, 1) !important;}


#s-101e5449-9cf2-408e-b30b-f2bf71c7c69f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d5ffc87e-6e1e-491f-8d47-55754325be70 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 45px;
background-color: rgba(253, 199, 47, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-d5ffc87e-6e1e-491f-8d47-55754325be70:hover {background-color: rgba(236, 191, 70, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d5ffc87e-6e1e-491f-8d47-55754325be70:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d5ffc87e-6e1e-491f-8d47-55754325be70.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d64bdfa8-89bc-465f-914d-0d638d224001 {
  margin-left: auto;
margin-right: auto;
min-height: 650px;
max-width: 1450px;
}
@media (min-width: 1200px){#s-d64bdfa8-89bc-465f-914d-0d638d224001 {
  display: none;
}
#s-d64bdfa8-89bc-465f-914d-0d638d224001, #wrap-s-d64bdfa8-89bc-465f-914d-0d638d224001 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d64bdfa8-89bc-465f-914d-0d638d224001 {
  display: none;
}
#s-d64bdfa8-89bc-465f-914d-0d638d224001, #wrap-s-d64bdfa8-89bc-465f-914d-0d638d224001 { display:none !important; }}@media (max-width: 767px){#s-d64bdfa8-89bc-465f-914d-0d638d224001 {
  display: none;
}
#s-d64bdfa8-89bc-465f-914d-0d638d224001, #wrap-s-d64bdfa8-89bc-465f-914d-0d638d224001 { display:none !important; }}
#s-d64bdfa8-89bc-465f-914d-0d638d224001 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-d64bdfa8-89bc-465f-914d-0d638d224001 .shg-sld-nav-button.shg-sld-left,
#s-d64bdfa8-89bc-465f-914d-0d638d224001 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-02e514d3-6fa8-4ed6-a8c3-18f1406b46bd {
  background-image: url(https://i.shgcdn.com/52406efa-347d-4a73-af2b-006021067949/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center center;
}








#s-02e514d3-6fa8-4ed6-a8c3-18f1406b46bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02e514d3-6fa8-4ed6-a8c3-18f1406b46bd.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a547f4e5-5109-49dc-9eda-9796c54d317f {
  margin-top: 30px;
}

#s-44f683aa-9589-4172-9546-d6b7854e85a4 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 45px;
background-color: rgba(253, 199, 47, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-44f683aa-9589-4172-9546-d6b7854e85a4:hover {background-color: rgba(236, 191, 70, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-44f683aa-9589-4172-9546-d6b7854e85a4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-44f683aa-9589-4172-9546-d6b7854e85a4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-16b3bd60-8ab3-4cd0-83f7-5dbf0500ea86 {
  background-image: url(https://i.shgcdn.com/52406efa-347d-4a73-af2b-006021067949/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center center;
}








#s-16b3bd60-8ab3-4cd0-83f7-5dbf0500ea86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16b3bd60-8ab3-4cd0-83f7-5dbf0500ea86.shg-box.shg-c {
  justify-content: flex-start;
}

#s-341998ca-354b-4df3-8dd8-f3934d231212 {
  margin-top: 30px;
}

#s-28398bb2-811f-47e2-b488-511c7913d4c5 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 45px;
max-width: 250px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-28398bb2-811f-47e2-b488-511c7913d4c5:hover {background-color: rgba(14, 14, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(250, 250, 250, 1) !important;}#s-28398bb2-811f-47e2-b488-511c7913d4c5:active {background-color: rgba(3, 3, 3, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-28398bb2-811f-47e2-b488-511c7913d4c5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-b5ebc9f9-2183-43cc-898b-c685577f572e {
  text-align: center;
}




  #s-b5ebc9f9-2183-43cc-898b-c685577f572e img.shogun-image {
    
    width: px;
  }


#s-b5ebc9f9-2183-43cc-898b-c685577f572e .shogun-image-content {
  
    align-items: center;
  
}

#s-d54ead4d-a7b2-4613-82ef-9f95817be6b4 {
  background-image: url(https://i.shgcdn.com/705b7b8d-2091-440b-8965-0740520e2912/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center center;
}








#s-d54ead4d-a7b2-4613-82ef-9f95817be6b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d54ead4d-a7b2-4613-82ef-9f95817be6b4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7ff8e223-102d-4a5b-b1a0-5c8eb3c506d0 {
  min-height: 50px;
}








#s-7ff8e223-102d-4a5b-b1a0-5c8eb3c506d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ff8e223-102d-4a5b-b1a0-5c8eb3c506d0.shg-box.shg-c {
  justify-content: center;
}

#s-bba56d64-f7b6-4584-9edd-4078a0fec95d {
  margin-left: 5%;
max-width: 279px;
text-align: left;
}




  #s-bba56d64-f7b6-4584-9edd-4078a0fec95d img.shogun-image {
    
    width: px;
  }


#s-bba56d64-f7b6-4584-9edd-4078a0fec95d .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-5f913327-7aa3-41a8-9e27-f6369236dd2f {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}




  #s-5f913327-7aa3-41a8-9e27-f6369236dd2f img.shogun-image {
    
    width: px;
  }


#s-5f913327-7aa3-41a8-9e27-f6369236dd2f .shogun-image-content {
  
    align-items: center;
  
}

#s-f02c886e-2084-40a7-8a6f-e5dc3f6deb96 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 228px;
}

#s-1e967a63-4ac1-4e5e-8b74-d6817afa3a78 {
  border-style: solid;
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 45px;
max-width: 251px;
background-color: rgba(253, 199, 47, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-1e967a63-4ac1-4e5e-8b74-d6817afa3a78:hover {background-color: rgba(236, 191, 70, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-1e967a63-4ac1-4e5e-8b74-d6817afa3a78:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1e967a63-4ac1-4e5e-8b74-d6817afa3a78-btn-wrapper {
    text-align: center;
  }


#s-1e967a63-4ac1-4e5e-8b74-d6817afa3a78.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-ef931ccc-17e6-486d-aad4-6883cbcf0db5 {
  background-image: url(https://i.shgcdn.com/c7919b09-f641-4de9-b446-c3cdbf8821b6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center center;
}








#s-ef931ccc-17e6-486d-aad4-6883cbcf0db5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef931ccc-17e6-486d-aad4-6883cbcf0db5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fc7a2dcd-3a3d-4935-9802-9c3c3bdb59e4 {
  margin-top: 25px;
min-height: 50px;
}








#s-fc7a2dcd-3a3d-4935-9802-9c3c3bdb59e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc7a2dcd-3a3d-4935-9802-9c3c3bdb59e4.shg-box.shg-c {
  justify-content: center;
}

#s-a2d4413d-dd08-4acc-8dd4-90ba2ef5c675 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 45px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-a2d4413d-dd08-4acc-8dd4-90ba2ef5c675:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(254, 254, 254, 1) !important;}#s-a2d4413d-dd08-4acc-8dd4-90ba2ef5c675:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(254, 254, 254, 1) !important;}


#s-a2d4413d-dd08-4acc-8dd4-90ba2ef5c675.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f768eab1-69b7-42eb-8f27-f40d60bbede9 {
  background-image: url(https://i.shgcdn.com/1d0dd84f-7002-454c-b03f-bb474a75e342/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
max-width: 1450px;
background-position: center center;
}








#s-f768eab1-69b7-42eb-8f27-f40d60bbede9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f768eab1-69b7-42eb-8f27-f40d60bbede9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-cd2ac776-f421-4c8c-8a36-aa012acefe72 {
  margin-top: 25px;
min-height: 50px;
}








#s-cd2ac776-f421-4c8c-8a36-aa012acefe72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd2ac776-f421-4c8c-8a36-aa012acefe72.shg-box.shg-c {
  justify-content: center;
}

#s-030eb55b-4622-4a32-ba20-06977d9893ab {
  padding-left: 25px;
padding-right: 25px;
}

#s-06824bea-a102-435d-ac40-878b802fd848 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 45px;
max-width: 250px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-06824bea-a102-435d-ac40-878b802fd848:hover {background-color: rgba(78, 77, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-06824bea-a102-435d-ac40-878b802fd848:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-06824bea-a102-435d-ac40-878b802fd848.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-5338d444-f113-452d-b2d5-90b6326ca5e6 {
  background-image: url(https://i.shgcdn.com/62ef6cab-2099-4927-a898-48be53f075ba/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center center;
}








#s-5338d444-f113-452d-b2d5-90b6326ca5e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5338d444-f113-452d-b2d5-90b6326ca5e6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d492582c-7866-41cc-8ccf-48e82a26f768 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
min-height: 50px;
max-width: 500px;
}








#s-d492582c-7866-41cc-8ccf-48e82a26f768 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d492582c-7866-41cc-8ccf-48e82a26f768.shg-box.shg-c {
  justify-content: center;
}

#s-ee550cda-bc46-47dc-813f-f9534dd7e1f0 {
  margin-top: 300px;
margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 11px;
max-width: 275px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-ee550cda-bc46-47dc-813f-f9534dd7e1f0:hover {border-radius: 11px !important;
background-color: rgba(83, 83, 83, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(245, 245, 245, 1) !important;}#s-ee550cda-bc46-47dc-813f-f9534dd7e1f0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ee550cda-bc46-47dc-813f-f9534dd7e1f0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-8dbb50af-e84a-42c2-8c73-c11857148869 {
  background-image: url(https://i.shgcdn.com/740c924d-980d-472c-b2a4-516fafdaa7e2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
max-width: 1450px;
background-position: center center;
}








#s-8dbb50af-e84a-42c2-8c73-c11857148869 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8dbb50af-e84a-42c2-8c73-c11857148869.shg-box.shg-c {
  justify-content: flex-start;
}

#s-636a4bc2-5fdf-431e-ac9d-7cf1d879324c {
  margin-top: 25px;
min-height: 50px;
}








#s-636a4bc2-5fdf-431e-ac9d-7cf1d879324c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-636a4bc2-5fdf-431e-ac9d-7cf1d879324c.shg-box.shg-c {
  justify-content: center;
}

#s-9c551316-56c3-49aa-9cee-d0f46391f846 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 45px;
max-width: 250px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-9c551316-56c3-49aa-9cee-d0f46391f846:hover {background-color: rgba(78, 77, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9c551316-56c3-49aa-9cee-d0f46391f846:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9c551316-56c3-49aa-9cee-d0f46391f846.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-bf827949-a132-4ca9-8f1c-694bd9a2c318 {
  background-image: url(https://i.shgcdn.com/841c4d2f-afd6-4817-9f58-55a2531c66c7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center center;
}








#s-bf827949-a132-4ca9-8f1c-694bd9a2c318 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf827949-a132-4ca9-8f1c-694bd9a2c318.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9ad81420-27e3-46d2-bd21-d8fa9163a8d6 {
  margin-top: 25px;
min-height: 50px;
}








#s-9ad81420-27e3-46d2-bd21-d8fa9163a8d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ad81420-27e3-46d2-bd21-d8fa9163a8d6.shg-box.shg-c {
  justify-content: center;
}

#s-839cd8dd-ecfb-4e84-8cb4-c551bd3c3724 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 45px;
max-width: 250px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-839cd8dd-ecfb-4e84-8cb4-c551bd3c3724:hover {background-color: rgba(78, 77, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-839cd8dd-ecfb-4e84-8cb4-c551bd3c3724:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-839cd8dd-ecfb-4e84-8cb4-c551bd3c3724.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-03dd7743-0304-4c6e-836e-6d1988e1ad10 {
  min-height: 650px;
}
@media (min-width: 768px) and (max-width: 991px){#s-03dd7743-0304-4c6e-836e-6d1988e1ad10 {
  min-height: 750px;
}
}







#s-03dd7743-0304-4c6e-836e-6d1988e1ad10 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.12;
}#s-03dd7743-0304-4c6e-836e-6d1988e1ad10.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-03dd7743-0304-4c6e-836e-6d1988e1ad10 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.12;
}#s-03dd7743-0304-4c6e-836e-6d1988e1ad10.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-08f49b7e-3b12-4668-992f-948a26b8e665 {
  margin-top: 25px;
margin-left: 70px;
margin-right: 70px;
min-height: 50px;
max-width: 850px;
}
@media (min-width: 1200px){#s-08f49b7e-3b12-4668-992f-948a26b8e665 {
  margin-left: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-08f49b7e-3b12-4668-992f-948a26b8e665 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-08f49b7e-3b12-4668-992f-948a26b8e665 {
  margin-left: 40px;
margin-right: 40px;
}
}







#s-08f49b7e-3b12-4668-992f-948a26b8e665 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08f49b7e-3b12-4668-992f-948a26b8e665.shg-box.shg-c {
  justify-content: center;
}

#s-28a477d4-d8e7-4235-b50d-d042fb898981 {
  margin-left: auto;
margin-right: auto;
padding-left: 5px;
padding-right: 5px;
max-width: 475px;
}
@media (max-width: 767px){#s-28a477d4-d8e7-4235-b50d-d042fb898981 {
  margin-top: 275px;
}
}
@media (min-width: 0px) {
[id="s-28a477d4-d8e7-4235-b50d-d042fb898981"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-28a477d4-d8e7-4235-b50d-d042fb898981"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-28a477d4-d8e7-4235-b50d-d042fb898981"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-28a477d4-d8e7-4235-b50d-d042fb898981"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-28a477d4-d8e7-4235-b50d-d042fb898981"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-28a477d4-d8e7-4235-b50d-d042fb898981"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-28a477d4-d8e7-4235-b50d-d042fb898981"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-28a477d4-d8e7-4235-b50d-d042fb898981"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-28a477d4-d8e7-4235-b50d-d042fb898981"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-28a477d4-d8e7-4235-b50d-d042fb898981"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-28a477d4-d8e7-4235-b50d-d042fb898981"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-28a477d4-d8e7-4235-b50d-d042fb898981"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-28a477d4-d8e7-4235-b50d-d042fb898981"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-28a477d4-d8e7-4235-b50d-d042fb898981"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-28a477d4-d8e7-4235-b50d-d042fb898981"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-28a477d4-d8e7-4235-b50d-d042fb898981"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-28a477d4-d8e7-4235-b50d-d042fb898981"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-28a477d4-d8e7-4235-b50d-d042fb898981"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-28a477d4-d8e7-4235-b50d-d042fb898981"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-28a477d4-d8e7-4235-b50d-d042fb898981"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-28a477d4-d8e7-4235-b50d-d042fb898981"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-28a477d4-d8e7-4235-b50d-d042fb898981"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-28a477d4-d8e7-4235-b50d-d042fb898981"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-28a477d4-d8e7-4235-b50d-d042fb898981"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-28a477d4-d8e7-4235-b50d-d042fb898981"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-28a477d4-d8e7-4235-b50d-d042fb898981"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-28a477d4-d8e7-4235-b50d-d042fb898981"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-28a477d4-d8e7-4235-b50d-d042fb898981"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-28a477d4-d8e7-4235-b50d-d042fb898981"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-28a477d4-d8e7-4235-b50d-d042fb898981"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-28a477d4-d8e7-4235-b50d-d042fb898981"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-28a477d4-d8e7-4235-b50d-d042fb898981"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-28a477d4-d8e7-4235-b50d-d042fb898981"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-28a477d4-d8e7-4235-b50d-d042fb898981"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-28a477d4-d8e7-4235-b50d-d042fb898981"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-28a477d4-d8e7-4235-b50d-d042fb898981"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-28a477d4-d8e7-4235-b50d-d042fb898981"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-28a477d4-d8e7-4235-b50d-d042fb898981"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-28a477d4-d8e7-4235-b50d-d042fb898981"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-28a477d4-d8e7-4235-b50d-d042fb898981"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-28a477d4-d8e7-4235-b50d-d042fb898981"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-28a477d4-d8e7-4235-b50d-d042fb898981"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-28a477d4-d8e7-4235-b50d-d042fb898981"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-28a477d4-d8e7-4235-b50d-d042fb898981"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-28a477d4-d8e7-4235-b50d-d042fb898981"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-28a477d4-d8e7-4235-b50d-d042fb898981"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-28a477d4-d8e7-4235-b50d-d042fb898981"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-28a477d4-d8e7-4235-b50d-d042fb898981"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-4f4c3d96-7a79-4f61-8e67-d438d35893db {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 45px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-4f4c3d96-7a79-4f61-8e67-d438d35893db:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(253, 253, 253, 1) !important;}#s-4f4c3d96-7a79-4f61-8e67-d438d35893db:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(252, 252, 252, 1) !important;}


#s-4f4c3d96-7a79-4f61-8e67-d438d35893db.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a8471f87-a79b-4632-a3ba-e395fb05aaa3 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 45px;
background-color: rgba(253, 199, 47, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-a8471f87-a79b-4632-a3ba-e395fb05aaa3:hover {background-color: rgba(236, 191, 70, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a8471f87-a79b-4632-a3ba-e395fb05aaa3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a8471f87-a79b-4632-a3ba-e395fb05aaa3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-f78a1d02-3621-46d8-aa82-56004222c679 {
  min-height: 650px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f78a1d02-3621-46d8-aa82-56004222c679 {
  min-height: 750px;
}
}







#s-f78a1d02-3621-46d8-aa82-56004222c679 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.12;
}#s-f78a1d02-3621-46d8-aa82-56004222c679.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4e841701-313c-498c-bf7d-e6cc494c7c6c {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 800px;
}








#s-4e841701-313c-498c-bf7d-e6cc494c7c6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e841701-313c-498c-bf7d-e6cc494c7c6c.shg-box.shg-c {
  justify-content: center;
}

#s-0a9c7308-47f7-4b43-bf18-5bc395197ed2 {
  margin-left: auto;
margin-right: auto;
}

#s-5aaae4f1-bc26-4661-b4e8-f9d1fac37ec8 {
  margin-left: auto;
margin-right: auto;
max-width: 475px;
}

@media (min-width: 0px) {
[id="s-5aaae4f1-bc26-4661-b4e8-f9d1fac37ec8"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-5aaae4f1-bc26-4661-b4e8-f9d1fac37ec8"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-5aaae4f1-bc26-4661-b4e8-f9d1fac37ec8"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-5aaae4f1-bc26-4661-b4e8-f9d1fac37ec8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-5aaae4f1-bc26-4661-b4e8-f9d1fac37ec8"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-5aaae4f1-bc26-4661-b4e8-f9d1fac37ec8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-5aaae4f1-bc26-4661-b4e8-f9d1fac37ec8"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-5aaae4f1-bc26-4661-b4e8-f9d1fac37ec8"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-5aaae4f1-bc26-4661-b4e8-f9d1fac37ec8"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-5aaae4f1-bc26-4661-b4e8-f9d1fac37ec8"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-5aaae4f1-bc26-4661-b4e8-f9d1fac37ec8"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-5aaae4f1-bc26-4661-b4e8-f9d1fac37ec8"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-5aaae4f1-bc26-4661-b4e8-f9d1fac37ec8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-5aaae4f1-bc26-4661-b4e8-f9d1fac37ec8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-5aaae4f1-bc26-4661-b4e8-f9d1fac37ec8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-5aaae4f1-bc26-4661-b4e8-f9d1fac37ec8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-5aaae4f1-bc26-4661-b4e8-f9d1fac37ec8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-5aaae4f1-bc26-4661-b4e8-f9d1fac37ec8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-5aaae4f1-bc26-4661-b4e8-f9d1fac37ec8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-5aaae4f1-bc26-4661-b4e8-f9d1fac37ec8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-5aaae4f1-bc26-4661-b4e8-f9d1fac37ec8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-5aaae4f1-bc26-4661-b4e8-f9d1fac37ec8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-5aaae4f1-bc26-4661-b4e8-f9d1fac37ec8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-5aaae4f1-bc26-4661-b4e8-f9d1fac37ec8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-5aaae4f1-bc26-4661-b4e8-f9d1fac37ec8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-5aaae4f1-bc26-4661-b4e8-f9d1fac37ec8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-5aaae4f1-bc26-4661-b4e8-f9d1fac37ec8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-5aaae4f1-bc26-4661-b4e8-f9d1fac37ec8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-5aaae4f1-bc26-4661-b4e8-f9d1fac37ec8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-5aaae4f1-bc26-4661-b4e8-f9d1fac37ec8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-5aaae4f1-bc26-4661-b4e8-f9d1fac37ec8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-5aaae4f1-bc26-4661-b4e8-f9d1fac37ec8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-5aaae4f1-bc26-4661-b4e8-f9d1fac37ec8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-5aaae4f1-bc26-4661-b4e8-f9d1fac37ec8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-5aaae4f1-bc26-4661-b4e8-f9d1fac37ec8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-5aaae4f1-bc26-4661-b4e8-f9d1fac37ec8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-5aaae4f1-bc26-4661-b4e8-f9d1fac37ec8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-5aaae4f1-bc26-4661-b4e8-f9d1fac37ec8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-5aaae4f1-bc26-4661-b4e8-f9d1fac37ec8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-5aaae4f1-bc26-4661-b4e8-f9d1fac37ec8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-5aaae4f1-bc26-4661-b4e8-f9d1fac37ec8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-5aaae4f1-bc26-4661-b4e8-f9d1fac37ec8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-5aaae4f1-bc26-4661-b4e8-f9d1fac37ec8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-5aaae4f1-bc26-4661-b4e8-f9d1fac37ec8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-5aaae4f1-bc26-4661-b4e8-f9d1fac37ec8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-5aaae4f1-bc26-4661-b4e8-f9d1fac37ec8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-5aaae4f1-bc26-4661-b4e8-f9d1fac37ec8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-5aaae4f1-bc26-4661-b4e8-f9d1fac37ec8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-f18900d8-153e-4188-aeec-d4e180c72a08 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 45px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-f18900d8-153e-4188-aeec-d4e180c72a08:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(253, 253, 253, 1) !important;}#s-f18900d8-153e-4188-aeec-d4e180c72a08:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(252, 252, 252, 1) !important;}


#s-f18900d8-153e-4188-aeec-d4e180c72a08.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-220c3415-2fca-4daf-9214-009f8ca20627 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 45px;
background-color: rgba(253, 199, 47, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-220c3415-2fca-4daf-9214-009f8ca20627:hover {background-color: rgba(236, 191, 70, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-220c3415-2fca-4daf-9214-009f8ca20627:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-220c3415-2fca-4daf-9214-009f8ca20627.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-43832b2b-b912-40f4-ada9-ee7778821aa3 {
  margin-left: auto;
margin-right: auto;
min-height: 650px;
max-width: 1450px;
}
@media (min-width: 1200px){#s-43832b2b-b912-40f4-ada9-ee7778821aa3 {
  display: none;
}
#s-43832b2b-b912-40f4-ada9-ee7778821aa3, #wrap-s-43832b2b-b912-40f4-ada9-ee7778821aa3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-43832b2b-b912-40f4-ada9-ee7778821aa3 {
  display: none;
}
#s-43832b2b-b912-40f4-ada9-ee7778821aa3, #wrap-s-43832b2b-b912-40f4-ada9-ee7778821aa3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-43832b2b-b912-40f4-ada9-ee7778821aa3 {
  display: none;
}
#s-43832b2b-b912-40f4-ada9-ee7778821aa3, #wrap-s-43832b2b-b912-40f4-ada9-ee7778821aa3 { display:none !important; }}
#s-43832b2b-b912-40f4-ada9-ee7778821aa3 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-43832b2b-b912-40f4-ada9-ee7778821aa3 .shg-sld-nav-button.shg-sld-left,
#s-43832b2b-b912-40f4-ada9-ee7778821aa3 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-67948b49-cc1d-43c2-b7f7-ff09fc8fc741 {
  background-image: url(https://i.shgcdn.com/f0623e48-8393-4282-b5af-5f0337a0cd73/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-67948b49-cc1d-43c2-b7f7-ff09fc8fc741 {
  min-height: 750px;
}
}







#s-67948b49-cc1d-43c2-b7f7-ff09fc8fc741 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-67948b49-cc1d-43c2-b7f7-ff09fc8fc741.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f6a00f2b-2902-43fb-a2ff-fdade2ebd238 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
max-width: 500px;
background-color: rgba(218, 213, 201, 0);
}








#s-f6a00f2b-2902-43fb-a2ff-fdade2ebd238 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6a00f2b-2902-43fb-a2ff-fdade2ebd238.shg-box.shg-c {
  justify-content: center;
}

#s-ae82fc26-8f1c-459f-ae45-7d4e72fa9811 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
max-width: 450px;
background-color: rgba(218, 213, 201, 0);
}

#s-db62b088-bd4e-42d6-9b7c-2642673b04ae {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 45px;
background-color: rgba(253, 199, 47, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-db62b088-bd4e-42d6-9b7c-2642673b04ae:hover {background-color: rgba(236, 191, 70, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-db62b088-bd4e-42d6-9b7c-2642673b04ae:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-db62b088-bd4e-42d6-9b7c-2642673b04ae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-80628028-582d-4548-81c7-71df2a3be75a {
  background-image: url(https://i.shgcdn.com/f0623e48-8393-4282-b5af-5f0337a0cd73/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center center;
}








#s-80628028-582d-4548-81c7-71df2a3be75a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80628028-582d-4548-81c7-71df2a3be75a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a46d9590-5eb6-457f-9421-dc0a7d95177f {
  min-height: 50px;
}








#s-a46d9590-5eb6-457f-9421-dc0a7d95177f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a46d9590-5eb6-457f-9421-dc0a7d95177f.shg-box.shg-c {
  justify-content: center;
}

#s-e8a5d187-7c0c-49b1-8a85-73a2c65f8908 {
  margin-top: 25px;
padding-left: 15px;
padding-right: 15px;
}

#s-4f67cd42-28a1-4ea4-8d1b-e87b1ad225c2 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 45px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-4f67cd42-28a1-4ea4-8d1b-e87b1ad225c2:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(254, 254, 254, 1) !important;}#s-4f67cd42-28a1-4ea4-8d1b-e87b1ad225c2:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(254, 254, 254, 1) !important;}


#s-4f67cd42-28a1-4ea4-8d1b-e87b1ad225c2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9589d3b1-7335-4f04-aab4-05c5bd05b87d {
  text-align: center;
}




  #s-9589d3b1-7335-4f04-aab4-05c5bd05b87d img.shogun-image {
    
    width: px;
  }


#s-9589d3b1-7335-4f04-aab4-05c5bd05b87d .shogun-image-content {
  
    align-items: center;
  
}

#s-642eea06-f05e-460a-aebd-c33693090fe6 {
  background-image: url(https://i.shgcdn.com/f5291a36-743d-4299-91e6-11fa388b6e47/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center center;
}








#s-642eea06-f05e-460a-aebd-c33693090fe6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-642eea06-f05e-460a-aebd-c33693090fe6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0146fe10-bca4-48c6-9597-2244ba71ba3c {
  
}








#s-0146fe10-bca4-48c6-9597-2244ba71ba3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0146fe10-bca4-48c6-9597-2244ba71ba3c.shg-box.shg-c {
  justify-content: center;
}

#s-709f109e-db59-42a3-97dc-f8dfcca6588b {
  margin-left: 5%;
margin-right: 5%;
max-width: 215px;
text-align: left;
}




  #s-709f109e-db59-42a3-97dc-f8dfcca6588b img.shogun-image {
    
    width: px;
  }


#s-709f109e-db59-42a3-97dc-f8dfcca6588b .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-14c20b64-f7ad-46af-b49a-5bb96f92f6e3 {
  min-height: 50px;
}








#s-14c20b64-f7ad-46af-b49a-5bb96f92f6e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14c20b64-f7ad-46af-b49a-5bb96f92f6e3.shg-box.shg-c {
  justify-content: center;
}

#s-6d358ce5-3caf-4237-97fa-23f2f072384f {
  margin-left: auto;
margin-right: auto;
max-width: 132px;
text-align: center;
}




  #s-6d358ce5-3caf-4237-97fa-23f2f072384f img.shogun-image {
    
    width: px;
  }


#s-6d358ce5-3caf-4237-97fa-23f2f072384f .shogun-image-content {
  
    align-items: center;
  
}

#s-c6fbf48a-19a1-4b5e-a963-f6af4b729157 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
}

#s-fe939317-e232-4f10-b2b7-4a68c66b34c9 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 45px;
max-width: 200px;
background-color: rgba(253, 199, 47, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-fe939317-e232-4f10-b2b7-4a68c66b34c9:hover {background-color: rgba(236, 191, 70, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-fe939317-e232-4f10-b2b7-4a68c66b34c9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fe939317-e232-4f10-b2b7-4a68c66b34c9-btn-wrapper {
    text-align: center;
  }


#s-fe939317-e232-4f10-b2b7-4a68c66b34c9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-0c99443b-18b9-4b3f-b1f9-9dcfd2216c12 {
  background-image: url(https://i.shgcdn.com/726487aa-c140-47e8-88da-beca46ba3855/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 727px;
background-position: center center;
}
@media (min-width: 1200px){#s-0c99443b-18b9-4b3f-b1f9-9dcfd2216c12 {
  display: none;
}
#s-0c99443b-18b9-4b3f-b1f9-9dcfd2216c12, #wrap-s-0c99443b-18b9-4b3f-b1f9-9dcfd2216c12 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0c99443b-18b9-4b3f-b1f9-9dcfd2216c12 {
  display: none;
}
#s-0c99443b-18b9-4b3f-b1f9-9dcfd2216c12, #wrap-s-0c99443b-18b9-4b3f-b1f9-9dcfd2216c12 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0c99443b-18b9-4b3f-b1f9-9dcfd2216c12 {
  display: none;
}
#s-0c99443b-18b9-4b3f-b1f9-9dcfd2216c12, #wrap-s-0c99443b-18b9-4b3f-b1f9-9dcfd2216c12 { display:none !important; }}







#s-0c99443b-18b9-4b3f-b1f9-9dcfd2216c12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c99443b-18b9-4b3f-b1f9-9dcfd2216c12.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6d210d0b-a3da-4eb7-a964-452d1c492a4e {
  min-height: 50px;
}








#s-6d210d0b-a3da-4eb7-a964-452d1c492a4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d210d0b-a3da-4eb7-a964-452d1c492a4e.shg-box.shg-c {
  justify-content: center;
}

#s-1918ea62-cc9f-4681-8a3e-e187d6acaf66 {
  margin-top: 25px;
padding-left: 15px;
padding-right: 15px;
}

#s-9823234d-0ba4-4262-b0ae-3de8444cf1da {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 45px;
max-width: 250px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-9823234d-0ba4-4262-b0ae-3de8444cf1da:hover {background-color: rgba(78, 77, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9823234d-0ba4-4262-b0ae-3de8444cf1da:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9823234d-0ba4-4262-b0ae-3de8444cf1da.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-6a90c022-dfa9-45c3-b280-4e2a3ddf618a {
  background-image: url(https://i.shgcdn.com/62ef6cab-2099-4927-a898-48be53f075ba/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center center;
}








#s-6a90c022-dfa9-45c3-b280-4e2a3ddf618a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a90c022-dfa9-45c3-b280-4e2a3ddf618a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fdf334eb-ab1b-46ed-9599-3b03f8d4ed0c {
  margin-left: 35px;
margin-right: 35px;
min-height: 50px;
}








#s-fdf334eb-ab1b-46ed-9599-3b03f8d4ed0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fdf334eb-ab1b-46ed-9599-3b03f8d4ed0c.shg-box.shg-c {
  justify-content: center;
}

#s-4e2ab5f8-38da-4cfd-9c39-6ed64eaca464 {
  margin-top: 25px;
margin-bottom: 15px;
}

#s-04f63d4b-5114-464a-97b9-586c41a46159 {
  margin-top: 8px;
margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 11px;
max-width: 275px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-04f63d4b-5114-464a-97b9-586c41a46159:hover {border-radius: 11px !important;
background-color: rgba(83, 83, 83, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(245, 245, 245, 1) !important;}#s-04f63d4b-5114-464a-97b9-586c41a46159:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-04f63d4b-5114-464a-97b9-586c41a46159.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-6e8936e6-e040-44f2-accf-afdbff732b9d {
  background-image: url(https://i.shgcdn.com/740c924d-980d-472c-b2a4-516fafdaa7e2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center center;
}








#s-6e8936e6-e040-44f2-accf-afdbff732b9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e8936e6-e040-44f2-accf-afdbff732b9d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-89645c09-a627-4662-aca8-c1191b21ab38 {
  min-height: 50px;
}








#s-89645c09-a627-4662-aca8-c1191b21ab38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89645c09-a627-4662-aca8-c1191b21ab38.shg-box.shg-c {
  justify-content: center;
}

#s-06bbfe01-10ff-40a1-bfbf-0ee1cd67e558 {
  margin-top: 25px;
padding-left: 15px;
padding-right: 15px;
}

#s-486425ba-9c1a-41b3-815d-f7d54f6c2baf {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 45px;
max-width: 250px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-486425ba-9c1a-41b3-815d-f7d54f6c2baf:hover {background-color: rgba(78, 77, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-486425ba-9c1a-41b3-815d-f7d54f6c2baf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-486425ba-9c1a-41b3-815d-f7d54f6c2baf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-38751b9d-3cac-4a9b-88bd-413d2e0ef197 {
  background-image: url(https://i.shgcdn.com/841c4d2f-afd6-4817-9f58-55a2531c66c7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center center;
}








#s-38751b9d-3cac-4a9b-88bd-413d2e0ef197 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38751b9d-3cac-4a9b-88bd-413d2e0ef197.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ac8f778c-108c-4f5a-bbbf-7967b9721604 {
  min-height: 50px;
}








#s-ac8f778c-108c-4f5a-bbbf-7967b9721604 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac8f778c-108c-4f5a-bbbf-7967b9721604.shg-box.shg-c {
  justify-content: center;
}

#s-c9572916-34cf-4c9e-94a9-0b83e215ca15 {
  margin-top: 25px;
}

#s-1b533d0b-239d-447d-83ac-d8d2474e3449 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 45px;
max-width: 250px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-1b533d0b-239d-447d-83ac-d8d2474e3449:hover {background-color: rgba(78, 77, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1b533d0b-239d-447d-83ac-d8d2474e3449:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1b533d0b-239d-447d-83ac-d8d2474e3449.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-ccfdbbbe-ebc2-4614-ade5-b9bd5f5cc22f {
  background-image: url(https://i.shgcdn.com/c7919b09-f641-4de9-b446-c3cdbf8821b6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 727px;
background-position: center center;
}








#s-ccfdbbbe-ebc2-4614-ade5-b9bd5f5cc22f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-ccfdbbbe-ebc2-4614-ade5-b9bd5f5cc22f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-50c1c43d-b991-46e1-ab82-8803c5b36ad3 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
min-height: 50px;
max-width: 800px;
}








#s-50c1c43d-b991-46e1-ab82-8803c5b36ad3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50c1c43d-b991-46e1-ab82-8803c5b36ad3.shg-box.shg-c {
  justify-content: center;
}

#s-8774dc84-5ac4-4e0e-855a-65ee02042481 {
  margin-left: auto;
margin-right: auto;
}

#s-2d92f7e4-c0d9-499b-a763-22bdc2cb03ce {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 45px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-2d92f7e4-c0d9-499b-a763-22bdc2cb03ce:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(254, 254, 254, 1) !important;}#s-2d92f7e4-c0d9-499b-a763-22bdc2cb03ce:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(254, 254, 254, 1) !important;}


#s-2d92f7e4-c0d9-499b-a763-22bdc2cb03ce.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f8a5a3a8-d086-4f5d-b4d4-3249f814141a {
  min-height: 650px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f8a5a3a8-d086-4f5d-b4d4-3249f814141a {
  min-height: 750px;
}
}







#s-f8a5a3a8-d086-4f5d-b4d4-3249f814141a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.12;
}#s-f8a5a3a8-d086-4f5d-b4d4-3249f814141a.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-f8a5a3a8-d086-4f5d-b4d4-3249f814141a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.12;
}#s-f8a5a3a8-d086-4f5d-b4d4-3249f814141a.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-a8674c93-f482-457a-8037-2ab2a832b696 {
  margin-top: 25px;
margin-left: 70px;
margin-right: 70px;
min-height: 50px;
max-width: 850px;
}
@media (min-width: 1200px){#s-a8674c93-f482-457a-8037-2ab2a832b696 {
  margin-left: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a8674c93-f482-457a-8037-2ab2a832b696 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-a8674c93-f482-457a-8037-2ab2a832b696 {
  margin-left: 40px;
margin-right: 40px;
}
}







#s-a8674c93-f482-457a-8037-2ab2a832b696 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8674c93-f482-457a-8037-2ab2a832b696.shg-box.shg-c {
  justify-content: center;
}

#s-6fff89dd-d9af-49fa-8336-664d653e0727 {
  margin-left: auto;
margin-right: auto;
padding-left: 5px;
padding-right: 5px;
max-width: 475px;
}
@media (max-width: 767px){#s-6fff89dd-d9af-49fa-8336-664d653e0727 {
  margin-top: 275px;
}
}
@media (min-width: 0px) {
[id="s-6fff89dd-d9af-49fa-8336-664d653e0727"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-6fff89dd-d9af-49fa-8336-664d653e0727"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6fff89dd-d9af-49fa-8336-664d653e0727"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-6fff89dd-d9af-49fa-8336-664d653e0727"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6fff89dd-d9af-49fa-8336-664d653e0727"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-6fff89dd-d9af-49fa-8336-664d653e0727"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-6fff89dd-d9af-49fa-8336-664d653e0727"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6fff89dd-d9af-49fa-8336-664d653e0727"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6fff89dd-d9af-49fa-8336-664d653e0727"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-6fff89dd-d9af-49fa-8336-664d653e0727"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-6fff89dd-d9af-49fa-8336-664d653e0727"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-6fff89dd-d9af-49fa-8336-664d653e0727"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-6fff89dd-d9af-49fa-8336-664d653e0727"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-6fff89dd-d9af-49fa-8336-664d653e0727"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6fff89dd-d9af-49fa-8336-664d653e0727"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-6fff89dd-d9af-49fa-8336-664d653e0727"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6fff89dd-d9af-49fa-8336-664d653e0727"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-6fff89dd-d9af-49fa-8336-664d653e0727"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-6fff89dd-d9af-49fa-8336-664d653e0727"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6fff89dd-d9af-49fa-8336-664d653e0727"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6fff89dd-d9af-49fa-8336-664d653e0727"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-6fff89dd-d9af-49fa-8336-664d653e0727"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-6fff89dd-d9af-49fa-8336-664d653e0727"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-6fff89dd-d9af-49fa-8336-664d653e0727"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-6fff89dd-d9af-49fa-8336-664d653e0727"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-6fff89dd-d9af-49fa-8336-664d653e0727"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6fff89dd-d9af-49fa-8336-664d653e0727"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-6fff89dd-d9af-49fa-8336-664d653e0727"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6fff89dd-d9af-49fa-8336-664d653e0727"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-6fff89dd-d9af-49fa-8336-664d653e0727"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-6fff89dd-d9af-49fa-8336-664d653e0727"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6fff89dd-d9af-49fa-8336-664d653e0727"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6fff89dd-d9af-49fa-8336-664d653e0727"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-6fff89dd-d9af-49fa-8336-664d653e0727"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-6fff89dd-d9af-49fa-8336-664d653e0727"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-6fff89dd-d9af-49fa-8336-664d653e0727"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-6fff89dd-d9af-49fa-8336-664d653e0727"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-6fff89dd-d9af-49fa-8336-664d653e0727"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6fff89dd-d9af-49fa-8336-664d653e0727"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-6fff89dd-d9af-49fa-8336-664d653e0727"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6fff89dd-d9af-49fa-8336-664d653e0727"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-6fff89dd-d9af-49fa-8336-664d653e0727"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-6fff89dd-d9af-49fa-8336-664d653e0727"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6fff89dd-d9af-49fa-8336-664d653e0727"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6fff89dd-d9af-49fa-8336-664d653e0727"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-6fff89dd-d9af-49fa-8336-664d653e0727"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-6fff89dd-d9af-49fa-8336-664d653e0727"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-6fff89dd-d9af-49fa-8336-664d653e0727"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-27a5da31-a8ae-47c3-ba65-ae4e560696e0 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 45px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-27a5da31-a8ae-47c3-ba65-ae4e560696e0:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(253, 253, 253, 1) !important;}#s-27a5da31-a8ae-47c3-ba65-ae4e560696e0:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(252, 252, 252, 1) !important;}


#s-27a5da31-a8ae-47c3-ba65-ae4e560696e0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-996abdca-f770-4465-b4a3-6654fe3e755f {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 45px;
background-color: rgba(253, 199, 47, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-996abdca-f770-4465-b4a3-6654fe3e755f:hover {background-color: rgba(236, 191, 70, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-996abdca-f770-4465-b4a3-6654fe3e755f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-996abdca-f770-4465-b4a3-6654fe3e755f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-70ee803b-5743-4240-b36f-febb49a4bb7c {
  min-height: 650px;
}
@media (min-width: 768px) and (max-width: 991px){#s-70ee803b-5743-4240-b36f-febb49a4bb7c {
  min-height: 750px;
}
}







#s-70ee803b-5743-4240-b36f-febb49a4bb7c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.12;
}#s-70ee803b-5743-4240-b36f-febb49a4bb7c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-73da731f-d838-4e1d-a98a-42b06c65ef22 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 800px;
}








#s-73da731f-d838-4e1d-a98a-42b06c65ef22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73da731f-d838-4e1d-a98a-42b06c65ef22.shg-box.shg-c {
  justify-content: center;
}

#s-68612428-9d0c-4923-ae78-f5ec209ca7a6 {
  margin-left: auto;
margin-right: auto;
}

#s-dda0ea88-fc90-4c28-9d4f-2e8b037a1c5c {
  margin-left: auto;
margin-right: auto;
max-width: 475px;
}

@media (min-width: 0px) {
[id="s-dda0ea88-fc90-4c28-9d4f-2e8b037a1c5c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-dda0ea88-fc90-4c28-9d4f-2e8b037a1c5c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-dda0ea88-fc90-4c28-9d4f-2e8b037a1c5c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-dda0ea88-fc90-4c28-9d4f-2e8b037a1c5c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-dda0ea88-fc90-4c28-9d4f-2e8b037a1c5c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-dda0ea88-fc90-4c28-9d4f-2e8b037a1c5c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-dda0ea88-fc90-4c28-9d4f-2e8b037a1c5c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-dda0ea88-fc90-4c28-9d4f-2e8b037a1c5c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-dda0ea88-fc90-4c28-9d4f-2e8b037a1c5c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-dda0ea88-fc90-4c28-9d4f-2e8b037a1c5c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-dda0ea88-fc90-4c28-9d4f-2e8b037a1c5c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-dda0ea88-fc90-4c28-9d4f-2e8b037a1c5c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-dda0ea88-fc90-4c28-9d4f-2e8b037a1c5c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-dda0ea88-fc90-4c28-9d4f-2e8b037a1c5c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-dda0ea88-fc90-4c28-9d4f-2e8b037a1c5c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-dda0ea88-fc90-4c28-9d4f-2e8b037a1c5c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-dda0ea88-fc90-4c28-9d4f-2e8b037a1c5c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-dda0ea88-fc90-4c28-9d4f-2e8b037a1c5c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-dda0ea88-fc90-4c28-9d4f-2e8b037a1c5c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-dda0ea88-fc90-4c28-9d4f-2e8b037a1c5c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-dda0ea88-fc90-4c28-9d4f-2e8b037a1c5c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-dda0ea88-fc90-4c28-9d4f-2e8b037a1c5c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-dda0ea88-fc90-4c28-9d4f-2e8b037a1c5c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-dda0ea88-fc90-4c28-9d4f-2e8b037a1c5c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-dda0ea88-fc90-4c28-9d4f-2e8b037a1c5c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-dda0ea88-fc90-4c28-9d4f-2e8b037a1c5c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-dda0ea88-fc90-4c28-9d4f-2e8b037a1c5c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-dda0ea88-fc90-4c28-9d4f-2e8b037a1c5c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-dda0ea88-fc90-4c28-9d4f-2e8b037a1c5c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-dda0ea88-fc90-4c28-9d4f-2e8b037a1c5c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-dda0ea88-fc90-4c28-9d4f-2e8b037a1c5c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-dda0ea88-fc90-4c28-9d4f-2e8b037a1c5c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-dda0ea88-fc90-4c28-9d4f-2e8b037a1c5c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-dda0ea88-fc90-4c28-9d4f-2e8b037a1c5c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-dda0ea88-fc90-4c28-9d4f-2e8b037a1c5c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-dda0ea88-fc90-4c28-9d4f-2e8b037a1c5c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-dda0ea88-fc90-4c28-9d4f-2e8b037a1c5c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-dda0ea88-fc90-4c28-9d4f-2e8b037a1c5c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-dda0ea88-fc90-4c28-9d4f-2e8b037a1c5c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-dda0ea88-fc90-4c28-9d4f-2e8b037a1c5c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-dda0ea88-fc90-4c28-9d4f-2e8b037a1c5c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-dda0ea88-fc90-4c28-9d4f-2e8b037a1c5c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-dda0ea88-fc90-4c28-9d4f-2e8b037a1c5c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-dda0ea88-fc90-4c28-9d4f-2e8b037a1c5c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-dda0ea88-fc90-4c28-9d4f-2e8b037a1c5c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-dda0ea88-fc90-4c28-9d4f-2e8b037a1c5c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-dda0ea88-fc90-4c28-9d4f-2e8b037a1c5c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-dda0ea88-fc90-4c28-9d4f-2e8b037a1c5c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-02a28930-c3ba-4b11-b058-ae62b65c4f7e {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 45px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-02a28930-c3ba-4b11-b058-ae62b65c4f7e:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(253, 253, 253, 1) !important;}#s-02a28930-c3ba-4b11-b058-ae62b65c4f7e:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(252, 252, 252, 1) !important;}


#s-02a28930-c3ba-4b11-b058-ae62b65c4f7e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-7719ae40-04b8-4d9b-a4fd-fe0c946be1bf {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 45px;
background-color: rgba(253, 199, 47, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-7719ae40-04b8-4d9b-a4fd-fe0c946be1bf:hover {background-color: rgba(236, 191, 70, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7719ae40-04b8-4d9b-a4fd-fe0c946be1bf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7719ae40-04b8-4d9b-a4fd-fe0c946be1bf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-cc97ec52-fe1e-42a7-a23c-4076c2977566 {
  padding-top: 45px;
padding-bottom: 45px;
min-height: 50px;
}








#s-cc97ec52-fe1e-42a7-a23c-4076c2977566 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc97ec52-fe1e-42a7-a23c-4076c2977566.shg-box.shg-c {
  justify-content: center;
}

#s-1a955b89-7f5d-4b8e-9b02-cd950ba53d61 {
  padding-left: 15px;
padding-right: 15px;
min-height: 50px;
}








#s-1a955b89-7f5d-4b8e-9b02-cd950ba53d61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a955b89-7f5d-4b8e-9b02-cd950ba53d61.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  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-1be8c0d4-08be-4523-91a3-e9ed2aa37fa3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1be8c0d4-08be-4523-91a3-e9ed2aa37fa3 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f30d10b1-6451-4674-b1c4-b77932140bd1 {
  min-height: 50px;
}








#s-f30d10b1-6451-4674-b1c4-b77932140bd1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f30d10b1-6451-4674-b1c4-b77932140bd1.shg-box.shg-c {
  justify-content: center;
}

#s-9a449428-3e7a-4e48-9d05-c84892a38fd8 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 1400px;
}








#s-9a449428-3e7a-4e48-9d05-c84892a38fd8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a449428-3e7a-4e48-9d05-c84892a38fd8.shg-box.shg-c {
  justify-content: center;
}

#s-f035e589-d941-4191-bfb5-73013e517a39 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-f035e589-d941-4191-bfb5-73013e517a39 {
  display: none;
}
#s-f035e589-d941-4191-bfb5-73013e517a39, #wrap-s-f035e589-d941-4191-bfb5-73013e517a39 { display:none !important; }}
#s-f035e589-d941-4191-bfb5-73013e517a39 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-f035e589-d941-4191-bfb5-73013e517a39 .shg-sld-nav-button.shg-sld-left,
#s-f035e589-d941-4191-bfb5-73013e517a39 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-2330339e-771d-449e-8e90-9215116142f8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

[id="s-2330339e-771d-449e-8e90-9215116142f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2330339e-771d-449e-8e90-9215116142f8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-2330339e-771d-449e-8e90-9215116142f8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-2330339e-771d-449e-8e90-9215116142f8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-2330339e-771d-449e-8e90-9215116142f8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-2330339e-771d-449e-8e90-9215116142f8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-2330339e-771d-449e-8e90-9215116142f8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-2330339e-771d-449e-8e90-9215116142f8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-2330339e-771d-449e-8e90-9215116142f8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-2330339e-771d-449e-8e90-9215116142f8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-2330339e-771d-449e-8e90-9215116142f8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-2330339e-771d-449e-8e90-9215116142f8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-2330339e-771d-449e-8e90-9215116142f8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-2330339e-771d-449e-8e90-9215116142f8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-2330339e-771d-449e-8e90-9215116142f8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-2330339e-771d-449e-8e90-9215116142f8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-2330339e-771d-449e-8e90-9215116142f8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-2330339e-771d-449e-8e90-9215116142f8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-2330339e-771d-449e-8e90-9215116142f8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-2330339e-771d-449e-8e90-9215116142f8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-2330339e-771d-449e-8e90-9215116142f8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-2330339e-771d-449e-8e90-9215116142f8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-2330339e-771d-449e-8e90-9215116142f8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-2330339e-771d-449e-8e90-9215116142f8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-2330339e-771d-449e-8e90-9215116142f8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-2330339e-771d-449e-8e90-9215116142f8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-2330339e-771d-449e-8e90-9215116142f8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-2330339e-771d-449e-8e90-9215116142f8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-2330339e-771d-449e-8e90-9215116142f8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-2330339e-771d-449e-8e90-9215116142f8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-2330339e-771d-449e-8e90-9215116142f8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-2330339e-771d-449e-8e90-9215116142f8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-2330339e-771d-449e-8e90-9215116142f8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-2330339e-771d-449e-8e90-9215116142f8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-2330339e-771d-449e-8e90-9215116142f8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-2330339e-771d-449e-8e90-9215116142f8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-2330339e-771d-449e-8e90-9215116142f8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 11.25px);
}

}

#s-359675ed-2b16-4962-bddb-c1b3307182da {
  text-align: center;
}




  #s-359675ed-2b16-4962-bddb-c1b3307182da img.shogun-image {
    
    width: px;
  }


#s-359675ed-2b16-4962-bddb-c1b3307182da .shogun-image-content {
  
    align-items: center;
  
}

#s-61cdc4b9-e42f-486a-8b84-fe08bd18621c {
  text-align: center;
}




  #s-61cdc4b9-e42f-486a-8b84-fe08bd18621c img.shogun-image {
    
    width: px;
  }


#s-61cdc4b9-e42f-486a-8b84-fe08bd18621c .shogun-image-content {
  
    align-items: center;
  
}

#s-e98cf42e-ce12-49ef-8f06-7d94d9d1773e {
  text-align: center;
}




  #s-e98cf42e-ce12-49ef-8f06-7d94d9d1773e img.shogun-image {
    
    width: px;
  }


#s-e98cf42e-ce12-49ef-8f06-7d94d9d1773e .shogun-image-content {
  
    align-items: center;
  
}

#s-c9f38b57-91fe-4c69-85db-c482c694e8a6 {
  text-align: center;
}




  #s-c9f38b57-91fe-4c69-85db-c482c694e8a6 img.shogun-image {
    
    width: px;
  }


#s-c9f38b57-91fe-4c69-85db-c482c694e8a6 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-bb2bc4e5-4894-4b5a-a7b4-6ebb649055a5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

[id="s-bb2bc4e5-4894-4b5a-a7b4-6ebb649055a5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb2bc4e5-4894-4b5a-a7b4-6ebb649055a5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-bb2bc4e5-4894-4b5a-a7b4-6ebb649055a5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-bb2bc4e5-4894-4b5a-a7b4-6ebb649055a5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-bb2bc4e5-4894-4b5a-a7b4-6ebb649055a5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-bb2bc4e5-4894-4b5a-a7b4-6ebb649055a5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-bb2bc4e5-4894-4b5a-a7b4-6ebb649055a5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-bb2bc4e5-4894-4b5a-a7b4-6ebb649055a5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-bb2bc4e5-4894-4b5a-a7b4-6ebb649055a5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-bb2bc4e5-4894-4b5a-a7b4-6ebb649055a5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-bb2bc4e5-4894-4b5a-a7b4-6ebb649055a5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-bb2bc4e5-4894-4b5a-a7b4-6ebb649055a5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-bb2bc4e5-4894-4b5a-a7b4-6ebb649055a5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-bb2bc4e5-4894-4b5a-a7b4-6ebb649055a5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-bb2bc4e5-4894-4b5a-a7b4-6ebb649055a5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-bb2bc4e5-4894-4b5a-a7b4-6ebb649055a5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-bb2bc4e5-4894-4b5a-a7b4-6ebb649055a5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-bb2bc4e5-4894-4b5a-a7b4-6ebb649055a5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-bb2bc4e5-4894-4b5a-a7b4-6ebb649055a5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-bb2bc4e5-4894-4b5a-a7b4-6ebb649055a5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-bb2bc4e5-4894-4b5a-a7b4-6ebb649055a5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-bb2bc4e5-4894-4b5a-a7b4-6ebb649055a5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-bb2bc4e5-4894-4b5a-a7b4-6ebb649055a5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-bb2bc4e5-4894-4b5a-a7b4-6ebb649055a5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-bb2bc4e5-4894-4b5a-a7b4-6ebb649055a5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-bb2bc4e5-4894-4b5a-a7b4-6ebb649055a5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-bb2bc4e5-4894-4b5a-a7b4-6ebb649055a5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-bb2bc4e5-4894-4b5a-a7b4-6ebb649055a5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-bb2bc4e5-4894-4b5a-a7b4-6ebb649055a5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-bb2bc4e5-4894-4b5a-a7b4-6ebb649055a5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-bb2bc4e5-4894-4b5a-a7b4-6ebb649055a5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-bb2bc4e5-4894-4b5a-a7b4-6ebb649055a5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-bb2bc4e5-4894-4b5a-a7b4-6ebb649055a5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-bb2bc4e5-4894-4b5a-a7b4-6ebb649055a5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-bb2bc4e5-4894-4b5a-a7b4-6ebb649055a5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-bb2bc4e5-4894-4b5a-a7b4-6ebb649055a5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-bb2bc4e5-4894-4b5a-a7b4-6ebb649055a5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 11.25px);
}

}

#s-ce2b39dc-a540-44e4-b27c-ee7fa476cec3 {
  text-align: center;
}




  #s-ce2b39dc-a540-44e4-b27c-ee7fa476cec3 img.shogun-image {
    
    width: px;
  }


#s-ce2b39dc-a540-44e4-b27c-ee7fa476cec3 .shogun-image-content {
  
    align-items: center;
  
}

#s-be1930b9-c1f9-467c-ac3c-2926c3f4080b {
  text-align: center;
}




  #s-be1930b9-c1f9-467c-ac3c-2926c3f4080b img.shogun-image {
    
    width: px;
  }


#s-be1930b9-c1f9-467c-ac3c-2926c3f4080b .shogun-image-content {
  
    align-items: center;
  
}

#s-1178154c-a1bc-4a30-bcf2-eff7d31e3aa0 {
  text-align: center;
}




  #s-1178154c-a1bc-4a30-bcf2-eff7d31e3aa0 img.shogun-image {
    
    width: px;
  }


#s-1178154c-a1bc-4a30-bcf2-eff7d31e3aa0 .shogun-image-content {
  
    align-items: center;
  
}

#s-e1fb9938-7979-434c-865f-3bb6d291e13d {
  text-align: center;
}




  #s-e1fb9938-7979-434c-865f-3bb6d291e13d img.shogun-image {
    
    width: px;
  }


#s-e1fb9938-7979-434c-865f-3bb6d291e13d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-996b8b13-af46-4630-9ad0-49ceafc81a49"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

[id="s-996b8b13-af46-4630-9ad0-49ceafc81a49"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-996b8b13-af46-4630-9ad0-49ceafc81a49"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-996b8b13-af46-4630-9ad0-49ceafc81a49"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-996b8b13-af46-4630-9ad0-49ceafc81a49"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-996b8b13-af46-4630-9ad0-49ceafc81a49"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-996b8b13-af46-4630-9ad0-49ceafc81a49"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-996b8b13-af46-4630-9ad0-49ceafc81a49"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-996b8b13-af46-4630-9ad0-49ceafc81a49"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-996b8b13-af46-4630-9ad0-49ceafc81a49"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-996b8b13-af46-4630-9ad0-49ceafc81a49"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-996b8b13-af46-4630-9ad0-49ceafc81a49"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-996b8b13-af46-4630-9ad0-49ceafc81a49"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-996b8b13-af46-4630-9ad0-49ceafc81a49"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-996b8b13-af46-4630-9ad0-49ceafc81a49"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-996b8b13-af46-4630-9ad0-49ceafc81a49"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-996b8b13-af46-4630-9ad0-49ceafc81a49"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-996b8b13-af46-4630-9ad0-49ceafc81a49"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-996b8b13-af46-4630-9ad0-49ceafc81a49"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-996b8b13-af46-4630-9ad0-49ceafc81a49"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-996b8b13-af46-4630-9ad0-49ceafc81a49"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-996b8b13-af46-4630-9ad0-49ceafc81a49"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-996b8b13-af46-4630-9ad0-49ceafc81a49"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-996b8b13-af46-4630-9ad0-49ceafc81a49"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-996b8b13-af46-4630-9ad0-49ceafc81a49"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-996b8b13-af46-4630-9ad0-49ceafc81a49"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-996b8b13-af46-4630-9ad0-49ceafc81a49"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-996b8b13-af46-4630-9ad0-49ceafc81a49"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-996b8b13-af46-4630-9ad0-49ceafc81a49"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-996b8b13-af46-4630-9ad0-49ceafc81a49"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-996b8b13-af46-4630-9ad0-49ceafc81a49"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-996b8b13-af46-4630-9ad0-49ceafc81a49"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-996b8b13-af46-4630-9ad0-49ceafc81a49"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-996b8b13-af46-4630-9ad0-49ceafc81a49"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-996b8b13-af46-4630-9ad0-49ceafc81a49"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-996b8b13-af46-4630-9ad0-49ceafc81a49"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-996b8b13-af46-4630-9ad0-49ceafc81a49"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-996b8b13-af46-4630-9ad0-49ceafc81a49"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 11.25px);
}

}

#s-37d4707e-912e-4a73-9c61-5dde8ccb4e63 {
  text-align: center;
}




  #s-37d4707e-912e-4a73-9c61-5dde8ccb4e63 img.shogun-image {
    
    width: px;
  }


#s-37d4707e-912e-4a73-9c61-5dde8ccb4e63 .shogun-image-content {
  
    align-items: center;
  
}

#s-7dac661f-b020-41ef-af9c-fbdeaff76a83 {
  text-align: center;
}




  #s-7dac661f-b020-41ef-af9c-fbdeaff76a83 img.shogun-image {
    
    width: px;
  }


#s-7dac661f-b020-41ef-af9c-fbdeaff76a83 .shogun-image-content {
  
    align-items: center;
  
}

#s-6ee331de-485b-4d8c-b149-810ea1925675 {
  text-align: center;
}




  #s-6ee331de-485b-4d8c-b149-810ea1925675 img.shogun-image {
    
    width: px;
  }


#s-6ee331de-485b-4d8c-b149-810ea1925675 .shogun-image-content {
  
    align-items: center;
  
}

#s-c6062d16-e41b-4cc2-9830-f4c5110d89e4 {
  text-align: center;
}




  #s-c6062d16-e41b-4cc2-9830-f4c5110d89e4 img.shogun-image {
    
    width: px;
  }


#s-c6062d16-e41b-4cc2-9830-f4c5110d89e4 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-ebcf6f35-dced-446f-81bc-c4f701473941"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

[id="s-ebcf6f35-dced-446f-81bc-c4f701473941"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ebcf6f35-dced-446f-81bc-c4f701473941"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-ebcf6f35-dced-446f-81bc-c4f701473941"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-ebcf6f35-dced-446f-81bc-c4f701473941"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-ebcf6f35-dced-446f-81bc-c4f701473941"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-ebcf6f35-dced-446f-81bc-c4f701473941"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-ebcf6f35-dced-446f-81bc-c4f701473941"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-ebcf6f35-dced-446f-81bc-c4f701473941"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-ebcf6f35-dced-446f-81bc-c4f701473941"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-ebcf6f35-dced-446f-81bc-c4f701473941"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-ebcf6f35-dced-446f-81bc-c4f701473941"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-ebcf6f35-dced-446f-81bc-c4f701473941"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-ebcf6f35-dced-446f-81bc-c4f701473941"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-ebcf6f35-dced-446f-81bc-c4f701473941"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-ebcf6f35-dced-446f-81bc-c4f701473941"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-ebcf6f35-dced-446f-81bc-c4f701473941"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-ebcf6f35-dced-446f-81bc-c4f701473941"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-ebcf6f35-dced-446f-81bc-c4f701473941"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-ebcf6f35-dced-446f-81bc-c4f701473941"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-ebcf6f35-dced-446f-81bc-c4f701473941"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-ebcf6f35-dced-446f-81bc-c4f701473941"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-ebcf6f35-dced-446f-81bc-c4f701473941"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-ebcf6f35-dced-446f-81bc-c4f701473941"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-ebcf6f35-dced-446f-81bc-c4f701473941"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-ebcf6f35-dced-446f-81bc-c4f701473941"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-ebcf6f35-dced-446f-81bc-c4f701473941"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-ebcf6f35-dced-446f-81bc-c4f701473941"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-ebcf6f35-dced-446f-81bc-c4f701473941"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-ebcf6f35-dced-446f-81bc-c4f701473941"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-ebcf6f35-dced-446f-81bc-c4f701473941"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-ebcf6f35-dced-446f-81bc-c4f701473941"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-ebcf6f35-dced-446f-81bc-c4f701473941"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-ebcf6f35-dced-446f-81bc-c4f701473941"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-ebcf6f35-dced-446f-81bc-c4f701473941"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-ebcf6f35-dced-446f-81bc-c4f701473941"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-ebcf6f35-dced-446f-81bc-c4f701473941"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-ebcf6f35-dced-446f-81bc-c4f701473941"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 11.25px);
}

}

#s-6e678bba-1e81-46a6-8cc3-7fad94d57ec7 {
  text-align: center;
}




  #s-6e678bba-1e81-46a6-8cc3-7fad94d57ec7 img.shogun-image {
    
    width: px;
  }


#s-6e678bba-1e81-46a6-8cc3-7fad94d57ec7 .shogun-image-content {
  
    align-items: center;
  
}

#s-98c19273-88c9-464d-85a4-6be38fd4aa58 {
  text-align: center;
}




  #s-98c19273-88c9-464d-85a4-6be38fd4aa58 img.shogun-image {
    
    width: px;
  }


#s-98c19273-88c9-464d-85a4-6be38fd4aa58 .shogun-image-content {
  
    align-items: center;
  
}

#s-cc23f297-c665-4f03-8ff2-deeffb52f827 {
  text-align: center;
}




  #s-cc23f297-c665-4f03-8ff2-deeffb52f827 img.shogun-image {
    
    width: px;
  }


#s-cc23f297-c665-4f03-8ff2-deeffb52f827 .shogun-image-content {
  
    align-items: center;
  
}

#s-2ad47244-179b-4107-a5ea-d692132004c0 {
  text-align: center;
}




  #s-2ad47244-179b-4107-a5ea-d692132004c0 img.shogun-image {
    
    width: px;
  }


#s-2ad47244-179b-4107-a5ea-d692132004c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-b944a61a-be1e-4f0a-b888-03604c32a8c6 {
  margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-b944a61a-be1e-4f0a-b888-03604c32a8c6 {
  display: none;
}
#s-b944a61a-be1e-4f0a-b888-03604c32a8c6, #wrap-s-b944a61a-be1e-4f0a-b888-03604c32a8c6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b944a61a-be1e-4f0a-b888-03604c32a8c6 {
  display: none;
}
#s-b944a61a-be1e-4f0a-b888-03604c32a8c6, #wrap-s-b944a61a-be1e-4f0a-b888-03604c32a8c6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b944a61a-be1e-4f0a-b888-03604c32a8c6 {
  display: none;
}
#s-b944a61a-be1e-4f0a-b888-03604c32a8c6, #wrap-s-b944a61a-be1e-4f0a-b888-03604c32a8c6 { display:none !important; }}
#s-b944a61a-be1e-4f0a-b888-03604c32a8c6 .shg-sld-dot {
  background-color: rgba(42, 41, 41, 1);
}

#s-b944a61a-be1e-4f0a-b888-03604c32a8c6 .shg-sld-nav-button.shg-sld-left,
#s-b944a61a-be1e-4f0a-b888-03604c32a8c6 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(42, 41, 41, 1);
}

#s-a5216cde-8deb-4785-827b-de2b044434bd {
  text-align: center;
}




  #s-a5216cde-8deb-4785-827b-de2b044434bd img.shogun-image {
    
    width: px;
  }


#s-a5216cde-8deb-4785-827b-de2b044434bd .shogun-image-content {
  
    align-items: center;
  
}

#s-bdf15e55-cc02-4701-851f-b32a37c37302 {
  text-align: center;
}




  #s-bdf15e55-cc02-4701-851f-b32a37c37302 img.shogun-image {
    
    width: px;
  }


#s-bdf15e55-cc02-4701-851f-b32a37c37302 .shogun-image-content {
  
    align-items: center;
  
}

#s-0f3f5398-afa2-4f28-84c5-cd2a2526715e {
  text-align: center;
}




  #s-0f3f5398-afa2-4f28-84c5-cd2a2526715e img.shogun-image {
    
    width: px;
  }


#s-0f3f5398-afa2-4f28-84c5-cd2a2526715e .shogun-image-content {
  
    align-items: center;
  
}

#s-01e331be-a4e8-4586-a30f-93533f64f3eb {
  text-align: center;
}




  #s-01e331be-a4e8-4586-a30f-93533f64f3eb img.shogun-image {
    
    width: px;
  }


#s-01e331be-a4e8-4586-a30f-93533f64f3eb .shogun-image-content {
  
    align-items: center;
  
}

#s-2c61896a-337f-4722-99d3-27f0b6843aa0 {
  text-align: center;
}




  #s-2c61896a-337f-4722-99d3-27f0b6843aa0 img.shogun-image {
    
    width: px;
  }


#s-2c61896a-337f-4722-99d3-27f0b6843aa0 .shogun-image-content {
  
    align-items: center;
  
}

#s-46169fde-d62c-41a6-b90f-3f88cb5239df {
  text-align: center;
}




  #s-46169fde-d62c-41a6-b90f-3f88cb5239df img.shogun-image {
    
    width: px;
  }


#s-46169fde-d62c-41a6-b90f-3f88cb5239df .shogun-image-content {
  
    align-items: center;
  
}

#s-94845ff3-6142-490d-ace9-acf28ad82c8a {
  text-align: center;
}




  #s-94845ff3-6142-490d-ace9-acf28ad82c8a img.shogun-image {
    
    width: px;
  }


#s-94845ff3-6142-490d-ace9-acf28ad82c8a .shogun-image-content {
  
    align-items: center;
  
}

#s-ca54c720-dc06-41e0-9aec-dcd27d684a71 {
  text-align: center;
}




  #s-ca54c720-dc06-41e0-9aec-dcd27d684a71 img.shogun-image {
    
    width: px;
  }


#s-ca54c720-dc06-41e0-9aec-dcd27d684a71 .shogun-image-content {
  
    align-items: center;
  
}

#s-d7f42de3-d535-4a3d-ad29-1e9f84157a7e {
  text-align: center;
}




  #s-d7f42de3-d535-4a3d-ad29-1e9f84157a7e img.shogun-image {
    
    width: px;
  }


#s-d7f42de3-d535-4a3d-ad29-1e9f84157a7e .shogun-image-content {
  
    align-items: center;
  
}

#s-d0f3dad6-ca56-456b-abda-ed3d27df735d {
  text-align: center;
}




  #s-d0f3dad6-ca56-456b-abda-ed3d27df735d img.shogun-image {
    
    width: px;
  }


#s-d0f3dad6-ca56-456b-abda-ed3d27df735d .shogun-image-content {
  
    align-items: center;
  
}

#s-006f26ef-fe1d-4a86-b619-9612c6aa6a00 {
  text-align: center;
}




  #s-006f26ef-fe1d-4a86-b619-9612c6aa6a00 img.shogun-image {
    
    width: px;
  }


#s-006f26ef-fe1d-4a86-b619-9612c6aa6a00 .shogun-image-content {
  
    align-items: center;
  
}

#s-e15d110d-149f-4af7-82ad-dff877ae1602 {
  text-align: center;
}




  #s-e15d110d-149f-4af7-82ad-dff877ae1602 img.shogun-image {
    
    width: px;
  }


#s-e15d110d-149f-4af7-82ad-dff877ae1602 .shogun-image-content {
  
    align-items: center;
  
}

#s-99ec45de-b73f-4a79-98a3-0735e870442d {
  text-align: center;
}




  #s-99ec45de-b73f-4a79-98a3-0735e870442d img.shogun-image {
    
    width: px;
  }


#s-99ec45de-b73f-4a79-98a3-0735e870442d .shogun-image-content {
  
    align-items: center;
  
}

#s-bd8fadad-4e30-4ca4-b003-158aa1ee280c {
  text-align: center;
}




  #s-bd8fadad-4e30-4ca4-b003-158aa1ee280c img.shogun-image {
    
    width: px;
  }


#s-bd8fadad-4e30-4ca4-b003-158aa1ee280c .shogun-image-content {
  
    align-items: center;
  
}

#s-3a3fb2e9-6909-41bc-ad45-f79c629567ff {
  text-align: center;
}




  #s-3a3fb2e9-6909-41bc-ad45-f79c629567ff img.shogun-image {
    
    width: px;
  }


#s-3a3fb2e9-6909-41bc-ad45-f79c629567ff .shogun-image-content {
  
    align-items: center;
  
}

#s-e9fb4da3-18a5-47b6-9c29-4b2e3f39425a {
  min-height: 50px;
}








#s-e9fb4da3-18a5-47b6-9c29-4b2e3f39425a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9fb4da3-18a5-47b6-9c29-4b2e3f39425a.shg-box.shg-c {
  justify-content: center;
}

#s-528d07aa-1f7e-4b78-ad95-a1608b7d9f4c {
  margin-top: 60px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-528d07aa-1f7e-4b78-ad95-a1608b7d9f4c .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-318f855d-4d95-43c4-a9cc-a52b3a2b1ddc {
  margin-left: auto;
margin-right: auto;
padding-bottom: 35px;
max-width: 1400px;
}
@media (min-width: 1200px){#s-318f855d-4d95-43c4-a9cc-a52b3a2b1ddc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-318f855d-4d95-43c4-a9cc-a52b3a2b1ddc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-318f855d-4d95-43c4-a9cc-a52b3a2b1ddc {
  
}
}@media (max-width: 767px){#s-318f855d-4d95-43c4-a9cc-a52b3a2b1ddc {
  
}
}
#s-318f855d-4d95-43c4-a9cc-a52b3a2b1ddc .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-318f855d-4d95-43c4-a9cc-a52b3a2b1ddc .shg-sld-nav-button.shg-sld-left,
#s-318f855d-4d95-43c4-a9cc-a52b3a2b1ddc .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-4972b2ec-d22b-4809-ac5b-e1799f4c816c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4972b2ec-d22b-4809-ac5b-e1799f4c816c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-4972b2ec-d22b-4809-ac5b-e1799f4c816c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-4972b2ec-d22b-4809-ac5b-e1799f4c816c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-4972b2ec-d22b-4809-ac5b-e1799f4c816c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-4972b2ec-d22b-4809-ac5b-e1799f4c816c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-4972b2ec-d22b-4809-ac5b-e1799f4c816c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-4972b2ec-d22b-4809-ac5b-e1799f4c816c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4972b2ec-d22b-4809-ac5b-e1799f4c816c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-4972b2ec-d22b-4809-ac5b-e1799f4c816c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-4972b2ec-d22b-4809-ac5b-e1799f4c816c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-4972b2ec-d22b-4809-ac5b-e1799f4c816c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-4972b2ec-d22b-4809-ac5b-e1799f4c816c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-4972b2ec-d22b-4809-ac5b-e1799f4c816c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-4972b2ec-d22b-4809-ac5b-e1799f4c816c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-4972b2ec-d22b-4809-ac5b-e1799f4c816c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-4972b2ec-d22b-4809-ac5b-e1799f4c816c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-4972b2ec-d22b-4809-ac5b-e1799f4c816c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-4972b2ec-d22b-4809-ac5b-e1799f4c816c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-4972b2ec-d22b-4809-ac5b-e1799f4c816c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4972b2ec-d22b-4809-ac5b-e1799f4c816c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-4972b2ec-d22b-4809-ac5b-e1799f4c816c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-4972b2ec-d22b-4809-ac5b-e1799f4c816c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-4972b2ec-d22b-4809-ac5b-e1799f4c816c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-4972b2ec-d22b-4809-ac5b-e1799f4c816c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-4972b2ec-d22b-4809-ac5b-e1799f4c816c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-4972b2ec-d22b-4809-ac5b-e1799f4c816c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-4972b2ec-d22b-4809-ac5b-e1799f4c816c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-4972b2ec-d22b-4809-ac5b-e1799f4c816c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-4972b2ec-d22b-4809-ac5b-e1799f4c816c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-4972b2ec-d22b-4809-ac5b-e1799f4c816c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-4972b2ec-d22b-4809-ac5b-e1799f4c816c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4972b2ec-d22b-4809-ac5b-e1799f4c816c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-4972b2ec-d22b-4809-ac5b-e1799f4c816c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-4972b2ec-d22b-4809-ac5b-e1799f4c816c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-4972b2ec-d22b-4809-ac5b-e1799f4c816c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-4972b2ec-d22b-4809-ac5b-e1799f4c816c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}








#s-23483bc3-942e-49f0-a260-f560b7a5a43c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23483bc3-942e-49f0-a260-f560b7a5a43c.shg-box.shg-c {
  justify-content: center;
}

#s-22edbee4-cbdb-4e40-ad3a-c3e9d35f9cf5 {
  margin-left: auto;
margin-right: auto;
max-width: 282px;
text-align: center;
}
@media (min-width: 1200px){#s-22edbee4-cbdb-4e40-ad3a-c3e9d35f9cf5 {
  display: none;
}
#s-22edbee4-cbdb-4e40-ad3a-c3e9d35f9cf5, #wrap-s-22edbee4-cbdb-4e40-ad3a-c3e9d35f9cf5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-22edbee4-cbdb-4e40-ad3a-c3e9d35f9cf5 {
  display: none;
}
#s-22edbee4-cbdb-4e40-ad3a-c3e9d35f9cf5, #wrap-s-22edbee4-cbdb-4e40-ad3a-c3e9d35f9cf5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-22edbee4-cbdb-4e40-ad3a-c3e9d35f9cf5 {
  display: none;
}
#s-22edbee4-cbdb-4e40-ad3a-c3e9d35f9cf5, #wrap-s-22edbee4-cbdb-4e40-ad3a-c3e9d35f9cf5 { display:none !important; }}@media (max-width: 767px){#s-22edbee4-cbdb-4e40-ad3a-c3e9d35f9cf5 {
  display: none;
}
#s-22edbee4-cbdb-4e40-ad3a-c3e9d35f9cf5, #wrap-s-22edbee4-cbdb-4e40-ad3a-c3e9d35f9cf5 { display:none !important; }}



  #s-22edbee4-cbdb-4e40-ad3a-c3e9d35f9cf5 img.shogun-image {
    
    width: px;
  }


#s-22edbee4-cbdb-4e40-ad3a-c3e9d35f9cf5 .shogun-image-content {
  
    align-items: center;
  
}

#s-b1900a4c-746d-4fd7-bb31-e737021a962f {
  text-align: center;
}
@media (min-width: 1200px){#s-b1900a4c-746d-4fd7-bb31-e737021a962f {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b1900a4c-746d-4fd7-bb31-e737021a962f {
  margin-left: auto;
margin-right: auto;
}
}



  #s-b1900a4c-746d-4fd7-bb31-e737021a962f img.shogun-image {
    
    width: px;
  }


#s-b1900a4c-746d-4fd7-bb31-e737021a962f .shogun-image-content {
  
    align-items: center;
  
}

#s-5627ddd5-5f18-4625-a731-0ac75a9b744b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-5627ddd5-5f18-4625-a731-0ac75a9b744b {
  margin-left: 5%;
margin-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5627ddd5-5f18-4625-a731-0ac75a9b744b {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-5627ddd5-5f18-4625-a731-0ac75a9b744b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5627ddd5-5f18-4625-a731-0ac75a9b744b.shg-box.shg-c {
  justify-content: center;
}

#s-8ee38060-bc4b-4c71-ac50-9a75099d91d0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8ee38060-bc4b-4c71-ac50-9a75099d91d0 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0d65fedc-e323-4bcc-8bc7-dfc82a5004eb {
  padding-left: 15px;
padding-right: 15px;
}
@media (max-width: 767px){#s-0d65fedc-e323-4bcc-8bc7-dfc82a5004eb {
  margin-left: 40px;
margin-right: 40px;
}
}
#s-91a358f8-1493-482a-bfcc-9807dec57347 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(254, 199, 47, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(10, 10, 10, 1);
}
#s-91a358f8-1493-482a-bfcc-9807dec57347:hover {border-radius: 30px !important;
background-color: rgba(236, 180, 30, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-91a358f8-1493-482a-bfcc-9807dec57347:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-91a358f8-1493-482a-bfcc-9807dec57347.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-08423b05-3da6-4f78-bb1d-c2948fbfa99d {
  min-height: 340px;
}

@media (min-width: 0px) {
[id="s-08423b05-3da6-4f78-bb1d-c2948fbfa99d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-08423b05-3da6-4f78-bb1d-c2948fbfa99d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-08423b05-3da6-4f78-bb1d-c2948fbfa99d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-08423b05-3da6-4f78-bb1d-c2948fbfa99d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-08423b05-3da6-4f78-bb1d-c2948fbfa99d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-08423b05-3da6-4f78-bb1d-c2948fbfa99d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-08423b05-3da6-4f78-bb1d-c2948fbfa99d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-08423b05-3da6-4f78-bb1d-c2948fbfa99d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-08423b05-3da6-4f78-bb1d-c2948fbfa99d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-08423b05-3da6-4f78-bb1d-c2948fbfa99d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-08423b05-3da6-4f78-bb1d-c2948fbfa99d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-08423b05-3da6-4f78-bb1d-c2948fbfa99d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-08423b05-3da6-4f78-bb1d-c2948fbfa99d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-08423b05-3da6-4f78-bb1d-c2948fbfa99d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-08423b05-3da6-4f78-bb1d-c2948fbfa99d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-08423b05-3da6-4f78-bb1d-c2948fbfa99d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-08423b05-3da6-4f78-bb1d-c2948fbfa99d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-08423b05-3da6-4f78-bb1d-c2948fbfa99d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-08423b05-3da6-4f78-bb1d-c2948fbfa99d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-08423b05-3da6-4f78-bb1d-c2948fbfa99d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-08423b05-3da6-4f78-bb1d-c2948fbfa99d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-08423b05-3da6-4f78-bb1d-c2948fbfa99d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-08423b05-3da6-4f78-bb1d-c2948fbfa99d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-08423b05-3da6-4f78-bb1d-c2948fbfa99d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-08423b05-3da6-4f78-bb1d-c2948fbfa99d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-08423b05-3da6-4f78-bb1d-c2948fbfa99d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-08423b05-3da6-4f78-bb1d-c2948fbfa99d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-08423b05-3da6-4f78-bb1d-c2948fbfa99d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-08423b05-3da6-4f78-bb1d-c2948fbfa99d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-08423b05-3da6-4f78-bb1d-c2948fbfa99d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-08423b05-3da6-4f78-bb1d-c2948fbfa99d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-08423b05-3da6-4f78-bb1d-c2948fbfa99d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-08423b05-3da6-4f78-bb1d-c2948fbfa99d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-08423b05-3da6-4f78-bb1d-c2948fbfa99d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-08423b05-3da6-4f78-bb1d-c2948fbfa99d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-08423b05-3da6-4f78-bb1d-c2948fbfa99d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-08423b05-3da6-4f78-bb1d-c2948fbfa99d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-7a9b3a79-f965-4fce-ac9b-a33efb7466ef {
  min-height: 350px;
}








#s-7a9b3a79-f965-4fce-ac9b-a33efb7466ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a9b3a79-f965-4fce-ac9b-a33efb7466ef.shg-box.shg-c {
  justify-content: center;
}

#s-e2413b76-b2a4-4d14-819c-570f6c5fad0b {
  margin-left: auto;
margin-right: auto;
max-width: 282px;
text-align: center;
}




  #s-e2413b76-b2a4-4d14-819c-570f6c5fad0b img.shogun-image {
    
    width: px;
  }


#s-e2413b76-b2a4-4d14-819c-570f6c5fad0b .shogun-image-content {
  
    align-items: center;
  
}

#s-0a162b0b-f263-4f74-a9f4-3c092b359501 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 255px;
}








#s-0a162b0b-f263-4f74-a9f4-3c092b359501 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a162b0b-f263-4f74-a9f4-3c092b359501.shg-box.shg-c {
  justify-content: center;
}

#s-1cd39f7a-8577-4bde-b663-87bc9d727e34 {
  border-radius: 150px;
text-align: center;
}




  #s-1cd39f7a-8577-4bde-b663-87bc9d727e34 img.shogun-image {
    
    width: px;
  }


#s-1cd39f7a-8577-4bde-b663-87bc9d727e34 .shogun-image-content {
  
    align-items: center;
  
}

#s-1ea82f1e-01e1-466f-8587-033676f0d413 {
  min-height: 340px;
}

@media (min-width: 0px) {
[id="s-1ea82f1e-01e1-466f-8587-033676f0d413"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1ea82f1e-01e1-466f-8587-033676f0d413"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-1ea82f1e-01e1-466f-8587-033676f0d413"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-1ea82f1e-01e1-466f-8587-033676f0d413"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-1ea82f1e-01e1-466f-8587-033676f0d413"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-1ea82f1e-01e1-466f-8587-033676f0d413"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-1ea82f1e-01e1-466f-8587-033676f0d413"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-1ea82f1e-01e1-466f-8587-033676f0d413"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-1ea82f1e-01e1-466f-8587-033676f0d413"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-1ea82f1e-01e1-466f-8587-033676f0d413"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-1ea82f1e-01e1-466f-8587-033676f0d413"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-1ea82f1e-01e1-466f-8587-033676f0d413"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-1ea82f1e-01e1-466f-8587-033676f0d413"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-1ea82f1e-01e1-466f-8587-033676f0d413"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-1ea82f1e-01e1-466f-8587-033676f0d413"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-1ea82f1e-01e1-466f-8587-033676f0d413"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-1ea82f1e-01e1-466f-8587-033676f0d413"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-1ea82f1e-01e1-466f-8587-033676f0d413"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-1ea82f1e-01e1-466f-8587-033676f0d413"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-1ea82f1e-01e1-466f-8587-033676f0d413"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-1ea82f1e-01e1-466f-8587-033676f0d413"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-1ea82f1e-01e1-466f-8587-033676f0d413"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-1ea82f1e-01e1-466f-8587-033676f0d413"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-1ea82f1e-01e1-466f-8587-033676f0d413"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-1ea82f1e-01e1-466f-8587-033676f0d413"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-1ea82f1e-01e1-466f-8587-033676f0d413"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-1ea82f1e-01e1-466f-8587-033676f0d413"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-1ea82f1e-01e1-466f-8587-033676f0d413"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-1ea82f1e-01e1-466f-8587-033676f0d413"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-1ea82f1e-01e1-466f-8587-033676f0d413"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-1ea82f1e-01e1-466f-8587-033676f0d413"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-1ea82f1e-01e1-466f-8587-033676f0d413"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-1ea82f1e-01e1-466f-8587-033676f0d413"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-1ea82f1e-01e1-466f-8587-033676f0d413"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-1ea82f1e-01e1-466f-8587-033676f0d413"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-1ea82f1e-01e1-466f-8587-033676f0d413"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-1ea82f1e-01e1-466f-8587-033676f0d413"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-57d119c8-f903-42e3-a57a-c381c9843dc0 {
  min-height: 350px;
}








#s-57d119c8-f903-42e3-a57a-c381c9843dc0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57d119c8-f903-42e3-a57a-c381c9843dc0.shg-box.shg-c {
  justify-content: center;
}

#s-a028cfc3-3658-414f-bc3a-74cd7ca80d3d {
  margin-left: auto;
margin-right: auto;
max-width: 282px;
text-align: center;
}




  #s-a028cfc3-3658-414f-bc3a-74cd7ca80d3d img.shogun-image {
    
    width: px;
  }


#s-a028cfc3-3658-414f-bc3a-74cd7ca80d3d .shogun-image-content {
  
    align-items: center;
  
}

#s-f2ff3384-ac9d-46ba-b180-d0764aa5a65f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 255px;
}








#s-f2ff3384-ac9d-46ba-b180-d0764aa5a65f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2ff3384-ac9d-46ba-b180-d0764aa5a65f.shg-box.shg-c {
  justify-content: center;
}

#s-f3a98bd0-7b00-4c52-8245-c43ea8f5d2bc {
  border-radius: 150px;
text-align: center;
}





#s-f3a98bd0-7b00-4c52-8245-c43ea8f5d2bc .shogun-image-content {
  
    align-items: center;
  
}

#s-be6eb577-f981-4822-910a-0894f8e73b26 {
  min-height: 340px;
}

@media (min-width: 0px) {
[id="s-be6eb577-f981-4822-910a-0894f8e73b26"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be6eb577-f981-4822-910a-0894f8e73b26"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-be6eb577-f981-4822-910a-0894f8e73b26"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-be6eb577-f981-4822-910a-0894f8e73b26"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-be6eb577-f981-4822-910a-0894f8e73b26"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-be6eb577-f981-4822-910a-0894f8e73b26"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-be6eb577-f981-4822-910a-0894f8e73b26"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-be6eb577-f981-4822-910a-0894f8e73b26"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-be6eb577-f981-4822-910a-0894f8e73b26"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-be6eb577-f981-4822-910a-0894f8e73b26"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-be6eb577-f981-4822-910a-0894f8e73b26"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-be6eb577-f981-4822-910a-0894f8e73b26"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-be6eb577-f981-4822-910a-0894f8e73b26"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-be6eb577-f981-4822-910a-0894f8e73b26"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-be6eb577-f981-4822-910a-0894f8e73b26"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-be6eb577-f981-4822-910a-0894f8e73b26"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-be6eb577-f981-4822-910a-0894f8e73b26"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-be6eb577-f981-4822-910a-0894f8e73b26"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-be6eb577-f981-4822-910a-0894f8e73b26"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-be6eb577-f981-4822-910a-0894f8e73b26"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-be6eb577-f981-4822-910a-0894f8e73b26"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-be6eb577-f981-4822-910a-0894f8e73b26"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-be6eb577-f981-4822-910a-0894f8e73b26"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-be6eb577-f981-4822-910a-0894f8e73b26"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-be6eb577-f981-4822-910a-0894f8e73b26"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-be6eb577-f981-4822-910a-0894f8e73b26"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-be6eb577-f981-4822-910a-0894f8e73b26"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-be6eb577-f981-4822-910a-0894f8e73b26"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-be6eb577-f981-4822-910a-0894f8e73b26"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-be6eb577-f981-4822-910a-0894f8e73b26"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-be6eb577-f981-4822-910a-0894f8e73b26"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-be6eb577-f981-4822-910a-0894f8e73b26"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-be6eb577-f981-4822-910a-0894f8e73b26"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-be6eb577-f981-4822-910a-0894f8e73b26"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-be6eb577-f981-4822-910a-0894f8e73b26"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-be6eb577-f981-4822-910a-0894f8e73b26"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-be6eb577-f981-4822-910a-0894f8e73b26"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-31c552c5-57bb-4c65-bdd5-42ff70459fd3 {
  min-height: 350px;
}








#s-31c552c5-57bb-4c65-bdd5-42ff70459fd3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31c552c5-57bb-4c65-bdd5-42ff70459fd3.shg-box.shg-c {
  justify-content: center;
}

#s-20d5c6b4-70cd-46a8-b3e7-a518300fd114 {
  margin-left: auto;
margin-right: auto;
max-width: 282px;
text-align: center;
}




  #s-20d5c6b4-70cd-46a8-b3e7-a518300fd114 img.shogun-image {
    
    width: px;
  }


#s-20d5c6b4-70cd-46a8-b3e7-a518300fd114 .shogun-image-content {
  
    align-items: center;
  
}

#s-b78df11b-f111-4d5c-a88e-237904efbc48 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 255px;
}








#s-b78df11b-f111-4d5c-a88e-237904efbc48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b78df11b-f111-4d5c-a88e-237904efbc48.shg-box.shg-c {
  justify-content: center;
}

#s-e6214ac8-3d30-4edb-b850-9c432063268f {
  border-radius: 150px;
text-align: center;
}




  #s-e6214ac8-3d30-4edb-b850-9c432063268f img.shogun-image {
    
    width: px;
  }


#s-e6214ac8-3d30-4edb-b850-9c432063268f .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-c119cf62-1970-43e5-84e0-4dc422870027"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c119cf62-1970-43e5-84e0-4dc422870027"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c119cf62-1970-43e5-84e0-4dc422870027"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c119cf62-1970-43e5-84e0-4dc422870027"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c119cf62-1970-43e5-84e0-4dc422870027"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c119cf62-1970-43e5-84e0-4dc422870027"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c119cf62-1970-43e5-84e0-4dc422870027"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c119cf62-1970-43e5-84e0-4dc422870027"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c119cf62-1970-43e5-84e0-4dc422870027"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c119cf62-1970-43e5-84e0-4dc422870027"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c119cf62-1970-43e5-84e0-4dc422870027"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c119cf62-1970-43e5-84e0-4dc422870027"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c119cf62-1970-43e5-84e0-4dc422870027"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c119cf62-1970-43e5-84e0-4dc422870027"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c119cf62-1970-43e5-84e0-4dc422870027"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c119cf62-1970-43e5-84e0-4dc422870027"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c119cf62-1970-43e5-84e0-4dc422870027"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c119cf62-1970-43e5-84e0-4dc422870027"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c119cf62-1970-43e5-84e0-4dc422870027"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c119cf62-1970-43e5-84e0-4dc422870027"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c119cf62-1970-43e5-84e0-4dc422870027"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c119cf62-1970-43e5-84e0-4dc422870027"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c119cf62-1970-43e5-84e0-4dc422870027"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c119cf62-1970-43e5-84e0-4dc422870027"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c119cf62-1970-43e5-84e0-4dc422870027"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c119cf62-1970-43e5-84e0-4dc422870027"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c119cf62-1970-43e5-84e0-4dc422870027"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c119cf62-1970-43e5-84e0-4dc422870027"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c119cf62-1970-43e5-84e0-4dc422870027"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c119cf62-1970-43e5-84e0-4dc422870027"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c119cf62-1970-43e5-84e0-4dc422870027"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c119cf62-1970-43e5-84e0-4dc422870027"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c119cf62-1970-43e5-84e0-4dc422870027"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c119cf62-1970-43e5-84e0-4dc422870027"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c119cf62-1970-43e5-84e0-4dc422870027"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c119cf62-1970-43e5-84e0-4dc422870027"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c119cf62-1970-43e5-84e0-4dc422870027"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-ef833b5b-11e5-4752-88d1-cd28ca44aff9 {
  min-height: 350px;
}








#s-ef833b5b-11e5-4752-88d1-cd28ca44aff9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef833b5b-11e5-4752-88d1-cd28ca44aff9.shg-box.shg-c {
  justify-content: center;
}

#s-33facd24-1a88-4547-b664-c97da45900eb {
  margin-left: auto;
margin-right: auto;
max-width: 282px;
text-align: center;
}
@media (min-width: 1200px){#s-33facd24-1a88-4547-b664-c97da45900eb {
  display: none;
}
#s-33facd24-1a88-4547-b664-c97da45900eb, #wrap-s-33facd24-1a88-4547-b664-c97da45900eb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-33facd24-1a88-4547-b664-c97da45900eb {
  display: none;
}
#s-33facd24-1a88-4547-b664-c97da45900eb, #wrap-s-33facd24-1a88-4547-b664-c97da45900eb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-33facd24-1a88-4547-b664-c97da45900eb {
  display: none;
}
#s-33facd24-1a88-4547-b664-c97da45900eb, #wrap-s-33facd24-1a88-4547-b664-c97da45900eb { display:none !important; }}@media (max-width: 767px){#s-33facd24-1a88-4547-b664-c97da45900eb {
  display: none;
}
#s-33facd24-1a88-4547-b664-c97da45900eb, #wrap-s-33facd24-1a88-4547-b664-c97da45900eb { display:none !important; }}



  #s-33facd24-1a88-4547-b664-c97da45900eb img.shogun-image {
    
    width: px;
  }


#s-33facd24-1a88-4547-b664-c97da45900eb .shogun-image-content {
  
    align-items: center;
  
}

#s-e4f51fbf-9ac3-40f8-b315-c2ed2114efa2 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-e4f51fbf-9ac3-40f8-b315-c2ed2114efa2 {
  margin-left: auto;
margin-right: auto;
}
}



  #s-e4f51fbf-9ac3-40f8-b315-c2ed2114efa2 img.shogun-image {
    
    width: px;
  }


#s-e4f51fbf-9ac3-40f8-b315-c2ed2114efa2 .shogun-image-content {
  
    align-items: center;
  
}

#s-b9a947c3-c40b-487e-953f-31a5f8918a31 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-b9a947c3-c40b-487e-953f-31a5f8918a31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9a947c3-c40b-487e-953f-31a5f8918a31.shg-box.shg-c {
  justify-content: center;
}

#s-3a3aaae2-5a6a-492a-917a-590748ee6bb6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3a3aaae2-5a6a-492a-917a-590748ee6bb6 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6bb10f85-3939-4195-8551-e9aa3a3d2902 {
  padding-left: 15px;
padding-right: 15px;
}

#s-6d9f881a-01c3-43a9-bf4d-2d7fa8aeed2b {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(254, 199, 47, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(10, 10, 10, 1);
}
#s-6d9f881a-01c3-43a9-bf4d-2d7fa8aeed2b:hover {border-radius: 30px !important;
background-color: rgba(236, 180, 30, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6d9f881a-01c3-43a9-bf4d-2d7fa8aeed2b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6d9f881a-01c3-43a9-bf4d-2d7fa8aeed2b.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-fdea0510-95a5-44b4-8eb3-a4f74f2a67e3 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-fdea0510-95a5-44b4-8eb3-a4f74f2a67e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fdea0510-95a5-44b4-8eb3-a4f74f2a67e3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-fdea0510-95a5-44b4-8eb3-a4f74f2a67e3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-fdea0510-95a5-44b4-8eb3-a4f74f2a67e3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-fdea0510-95a5-44b4-8eb3-a4f74f2a67e3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-fdea0510-95a5-44b4-8eb3-a4f74f2a67e3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-fdea0510-95a5-44b4-8eb3-a4f74f2a67e3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-fdea0510-95a5-44b4-8eb3-a4f74f2a67e3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-fdea0510-95a5-44b4-8eb3-a4f74f2a67e3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-fdea0510-95a5-44b4-8eb3-a4f74f2a67e3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-fdea0510-95a5-44b4-8eb3-a4f74f2a67e3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-fdea0510-95a5-44b4-8eb3-a4f74f2a67e3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-fdea0510-95a5-44b4-8eb3-a4f74f2a67e3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-fdea0510-95a5-44b4-8eb3-a4f74f2a67e3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-fdea0510-95a5-44b4-8eb3-a4f74f2a67e3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-fdea0510-95a5-44b4-8eb3-a4f74f2a67e3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-fdea0510-95a5-44b4-8eb3-a4f74f2a67e3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-fdea0510-95a5-44b4-8eb3-a4f74f2a67e3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-fdea0510-95a5-44b4-8eb3-a4f74f2a67e3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-fdea0510-95a5-44b4-8eb3-a4f74f2a67e3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-fdea0510-95a5-44b4-8eb3-a4f74f2a67e3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-fdea0510-95a5-44b4-8eb3-a4f74f2a67e3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-fdea0510-95a5-44b4-8eb3-a4f74f2a67e3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-fdea0510-95a5-44b4-8eb3-a4f74f2a67e3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-fdea0510-95a5-44b4-8eb3-a4f74f2a67e3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-fdea0510-95a5-44b4-8eb3-a4f74f2a67e3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-fdea0510-95a5-44b4-8eb3-a4f74f2a67e3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-fdea0510-95a5-44b4-8eb3-a4f74f2a67e3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-fdea0510-95a5-44b4-8eb3-a4f74f2a67e3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-fdea0510-95a5-44b4-8eb3-a4f74f2a67e3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-fdea0510-95a5-44b4-8eb3-a4f74f2a67e3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-fdea0510-95a5-44b4-8eb3-a4f74f2a67e3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-fdea0510-95a5-44b4-8eb3-a4f74f2a67e3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-fdea0510-95a5-44b4-8eb3-a4f74f2a67e3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-fdea0510-95a5-44b4-8eb3-a4f74f2a67e3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-fdea0510-95a5-44b4-8eb3-a4f74f2a67e3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-fdea0510-95a5-44b4-8eb3-a4f74f2a67e3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-a08570a9-30f3-4209-a3d8-102a25046888 {
  min-height: 350px;
}








#s-a08570a9-30f3-4209-a3d8-102a25046888 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a08570a9-30f3-4209-a3d8-102a25046888.shg-box.shg-c {
  justify-content: center;
}

#s-4ea8fe45-a659-4069-962f-3812eeeb401f {
  margin-left: auto;
margin-right: auto;
max-width: 282px;
text-align: center;
}
@media (min-width: 1200px){#s-4ea8fe45-a659-4069-962f-3812eeeb401f {
  display: none;
}
#s-4ea8fe45-a659-4069-962f-3812eeeb401f, #wrap-s-4ea8fe45-a659-4069-962f-3812eeeb401f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4ea8fe45-a659-4069-962f-3812eeeb401f {
  display: none;
}
#s-4ea8fe45-a659-4069-962f-3812eeeb401f, #wrap-s-4ea8fe45-a659-4069-962f-3812eeeb401f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4ea8fe45-a659-4069-962f-3812eeeb401f {
  display: none;
}
#s-4ea8fe45-a659-4069-962f-3812eeeb401f, #wrap-s-4ea8fe45-a659-4069-962f-3812eeeb401f { display:none !important; }}@media (max-width: 767px){#s-4ea8fe45-a659-4069-962f-3812eeeb401f {
  display: none;
}
#s-4ea8fe45-a659-4069-962f-3812eeeb401f, #wrap-s-4ea8fe45-a659-4069-962f-3812eeeb401f { display:none !important; }}



  #s-4ea8fe45-a659-4069-962f-3812eeeb401f img.shogun-image {
    
    width: px;
  }


#s-4ea8fe45-a659-4069-962f-3812eeeb401f .shogun-image-content {
  
    align-items: center;
  
}

#s-232297ff-4e4c-4bec-ae06-5cadea01706b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}




  #s-232297ff-4e4c-4bec-ae06-5cadea01706b img.shogun-image {
    
    width: px;
  }


#s-232297ff-4e4c-4bec-ae06-5cadea01706b .shogun-image-content {
  
    align-items: center;
  
}

#s-48f6c018-5577-4575-b88f-6d07df21185b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-48f6c018-5577-4575-b88f-6d07df21185b {
  margin-left: 5%;
margin-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-48f6c018-5577-4575-b88f-6d07df21185b {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-48f6c018-5577-4575-b88f-6d07df21185b {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-48f6c018-5577-4575-b88f-6d07df21185b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48f6c018-5577-4575-b88f-6d07df21185b.shg-box.shg-c {
  justify-content: center;
}

#s-d19826e0-7576-426a-9a04-e7dc5228860c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d19826e0-7576-426a-9a04-e7dc5228860c .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6a95b781-9753-49e7-a5c1-fb77b138b233 {
  padding-left: 15px;
padding-right: 15px;
}

#s-f2bbfe36-52b3-42fa-a486-83f0ea9c1a79 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(254, 199, 47, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(10, 10, 10, 1);
}
#s-f2bbfe36-52b3-42fa-a486-83f0ea9c1a79:hover {border-radius: 30px !important;
background-color: rgba(236, 180, 30, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f2bbfe36-52b3-42fa-a486-83f0ea9c1a79:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f2bbfe36-52b3-42fa-a486-83f0ea9c1a79.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-87bf753f-1b66-4019-a3ca-1ffa6cacd3b2 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-87bf753f-1b66-4019-a3ca-1ffa6cacd3b2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-87bf753f-1b66-4019-a3ca-1ffa6cacd3b2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-87bf753f-1b66-4019-a3ca-1ffa6cacd3b2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-87bf753f-1b66-4019-a3ca-1ffa6cacd3b2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-87bf753f-1b66-4019-a3ca-1ffa6cacd3b2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-87bf753f-1b66-4019-a3ca-1ffa6cacd3b2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-87bf753f-1b66-4019-a3ca-1ffa6cacd3b2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-87bf753f-1b66-4019-a3ca-1ffa6cacd3b2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-87bf753f-1b66-4019-a3ca-1ffa6cacd3b2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-87bf753f-1b66-4019-a3ca-1ffa6cacd3b2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-87bf753f-1b66-4019-a3ca-1ffa6cacd3b2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-87bf753f-1b66-4019-a3ca-1ffa6cacd3b2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-87bf753f-1b66-4019-a3ca-1ffa6cacd3b2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-87bf753f-1b66-4019-a3ca-1ffa6cacd3b2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-87bf753f-1b66-4019-a3ca-1ffa6cacd3b2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-87bf753f-1b66-4019-a3ca-1ffa6cacd3b2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-87bf753f-1b66-4019-a3ca-1ffa6cacd3b2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-87bf753f-1b66-4019-a3ca-1ffa6cacd3b2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-87bf753f-1b66-4019-a3ca-1ffa6cacd3b2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-87bf753f-1b66-4019-a3ca-1ffa6cacd3b2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-87bf753f-1b66-4019-a3ca-1ffa6cacd3b2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-87bf753f-1b66-4019-a3ca-1ffa6cacd3b2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-87bf753f-1b66-4019-a3ca-1ffa6cacd3b2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-87bf753f-1b66-4019-a3ca-1ffa6cacd3b2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-87bf753f-1b66-4019-a3ca-1ffa6cacd3b2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-87bf753f-1b66-4019-a3ca-1ffa6cacd3b2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-87bf753f-1b66-4019-a3ca-1ffa6cacd3b2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-87bf753f-1b66-4019-a3ca-1ffa6cacd3b2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-87bf753f-1b66-4019-a3ca-1ffa6cacd3b2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-87bf753f-1b66-4019-a3ca-1ffa6cacd3b2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-87bf753f-1b66-4019-a3ca-1ffa6cacd3b2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-87bf753f-1b66-4019-a3ca-1ffa6cacd3b2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-87bf753f-1b66-4019-a3ca-1ffa6cacd3b2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-87bf753f-1b66-4019-a3ca-1ffa6cacd3b2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-87bf753f-1b66-4019-a3ca-1ffa6cacd3b2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-87bf753f-1b66-4019-a3ca-1ffa6cacd3b2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-87bf753f-1b66-4019-a3ca-1ffa6cacd3b2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-a461ef19-5254-4c8e-a13c-190aaad8f30d {
  min-height: 350px;
}








#s-a461ef19-5254-4c8e-a13c-190aaad8f30d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a461ef19-5254-4c8e-a13c-190aaad8f30d.shg-box.shg-c {
  justify-content: center;
}

#s-75923074-978a-41b6-acff-1a1c2d9ec4b7 {
  margin-left: auto;
margin-right: auto;
max-width: 282px;
text-align: center;
}
@media (min-width: 1200px){#s-75923074-978a-41b6-acff-1a1c2d9ec4b7 {
  display: none;
}
#s-75923074-978a-41b6-acff-1a1c2d9ec4b7, #wrap-s-75923074-978a-41b6-acff-1a1c2d9ec4b7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-75923074-978a-41b6-acff-1a1c2d9ec4b7 {
  display: none;
}
#s-75923074-978a-41b6-acff-1a1c2d9ec4b7, #wrap-s-75923074-978a-41b6-acff-1a1c2d9ec4b7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-75923074-978a-41b6-acff-1a1c2d9ec4b7 {
  display: none;
}
#s-75923074-978a-41b6-acff-1a1c2d9ec4b7, #wrap-s-75923074-978a-41b6-acff-1a1c2d9ec4b7 { display:none !important; }}@media (max-width: 767px){#s-75923074-978a-41b6-acff-1a1c2d9ec4b7 {
  display: none;
}
#s-75923074-978a-41b6-acff-1a1c2d9ec4b7, #wrap-s-75923074-978a-41b6-acff-1a1c2d9ec4b7 { display:none !important; }}



  #s-75923074-978a-41b6-acff-1a1c2d9ec4b7 img.shogun-image {
    
    width: px;
  }


#s-75923074-978a-41b6-acff-1a1c2d9ec4b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-4ad6eea9-dcd4-4937-b57f-2a73cfc5db5e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}




  #s-4ad6eea9-dcd4-4937-b57f-2a73cfc5db5e img.shogun-image {
    
    width: px;
  }


#s-4ad6eea9-dcd4-4937-b57f-2a73cfc5db5e .shogun-image-content {
  
    align-items: center;
  
}

#s-09d3d87b-70b8-4949-9aab-423a7a9435bd {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-09d3d87b-70b8-4949-9aab-423a7a9435bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09d3d87b-70b8-4949-9aab-423a7a9435bd.shg-box.shg-c {
  justify-content: center;
}

#s-258e4a96-e9a7-4d0e-9a3b-6e5ffb6281b5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-258e4a96-e9a7-4d0e-9a3b-6e5ffb6281b5 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e5955cdf-040d-4489-8706-a27f928ce8e3 {
  padding-left: 15px;
padding-right: 15px;
}

#s-a84d8ad3-42c4-42ce-85b5-4e8d159716c4 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(254, 199, 47, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(10, 10, 10, 1);
}
#s-a84d8ad3-42c4-42ce-85b5-4e8d159716c4:hover {border-radius: 30px !important;
background-color: rgba(236, 180, 30, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a84d8ad3-42c4-42ce-85b5-4e8d159716c4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a84d8ad3-42c4-42ce-85b5-4e8d159716c4.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-feffa84d-c82a-4dac-822c-21ddf16c7fe0 {
  margin-left: 15%;
margin-right: 15%;
}

#s-feffa84d-c82a-4dac-822c-21ddf16c7fe0 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-b19ec621-1c3b-4bbd-b666-f8c728d120cf {
  margin-left: 15%;
margin-right: 15%;
}

#s-b19ec621-1c3b-4bbd-b666-f8c728d120cf hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-ee48a35c-85b2-49f0-8cd0-1762e3bf6212 {
  margin-left: 15%;
margin-right: 15%;
}

#s-ee48a35c-85b2-49f0-8cd0-1762e3bf6212 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-963ab8bd-ee60-4051-aef4-bfd57813688b {
  margin-left: 15%;
margin-right: 15%;
}

#s-963ab8bd-ee60-4051-aef4-bfd57813688b hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-a53c3772-ace5-4388-873a-f68c3b5d218c {
  margin-left: 15%;
margin-right: 15%;
}

#s-a53c3772-ace5-4388-873a-f68c3b5d218c hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-8373f49a-9ee4-40b3-8edb-8517505744de {
  margin-left: 15%;
margin-right: 15%;
}

#s-8373f49a-9ee4-40b3-8edb-8517505744de hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-d53acfd6-aae7-463c-9648-e6da5a9d98fb {
  margin-left: 15%;
margin-right: 15%;
}

#s-d53acfd6-aae7-463c-9648-e6da5a9d98fb hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-1a47fbcc-9370-43b9-8172-d74870dadd65 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
background-color: rgba(247, 244, 229, 1);
}
@media (min-width: 1200px){#s-1a47fbcc-9370-43b9-8172-d74870dadd65 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1a47fbcc-9370-43b9-8172-d74870dadd65 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1a47fbcc-9370-43b9-8172-d74870dadd65 {
  display: none;
}
#s-1a47fbcc-9370-43b9-8172-d74870dadd65, #wrap-s-1a47fbcc-9370-43b9-8172-d74870dadd65 { display:none !important; }}@media (max-width: 767px){#s-1a47fbcc-9370-43b9-8172-d74870dadd65 {
  
}
}







#s-1a47fbcc-9370-43b9-8172-d74870dadd65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a47fbcc-9370-43b9-8172-d74870dadd65.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e15d0533-db69-4c14-99dd-3a65925cb71d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e15d0533-db69-4c14-99dd-3a65925cb71d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e15d0533-db69-4c14-99dd-3a65925cb71d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e15d0533-db69-4c14-99dd-3a65925cb71d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e15d0533-db69-4c14-99dd-3a65925cb71d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e15d0533-db69-4c14-99dd-3a65925cb71d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e15d0533-db69-4c14-99dd-3a65925cb71d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e15d0533-db69-4c14-99dd-3a65925cb71d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e15d0533-db69-4c14-99dd-3a65925cb71d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e15d0533-db69-4c14-99dd-3a65925cb71d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e15d0533-db69-4c14-99dd-3a65925cb71d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e15d0533-db69-4c14-99dd-3a65925cb71d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e15d0533-db69-4c14-99dd-3a65925cb71d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e15d0533-db69-4c14-99dd-3a65925cb71d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e15d0533-db69-4c14-99dd-3a65925cb71d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e15d0533-db69-4c14-99dd-3a65925cb71d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e15d0533-db69-4c14-99dd-3a65925cb71d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e15d0533-db69-4c14-99dd-3a65925cb71d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e15d0533-db69-4c14-99dd-3a65925cb71d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e15d0533-db69-4c14-99dd-3a65925cb71d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e15d0533-db69-4c14-99dd-3a65925cb71d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e15d0533-db69-4c14-99dd-3a65925cb71d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e15d0533-db69-4c14-99dd-3a65925cb71d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e15d0533-db69-4c14-99dd-3a65925cb71d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e15d0533-db69-4c14-99dd-3a65925cb71d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e15d0533-db69-4c14-99dd-3a65925cb71d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e15d0533-db69-4c14-99dd-3a65925cb71d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e15d0533-db69-4c14-99dd-3a65925cb71d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e15d0533-db69-4c14-99dd-3a65925cb71d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e15d0533-db69-4c14-99dd-3a65925cb71d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e15d0533-db69-4c14-99dd-3a65925cb71d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e15d0533-db69-4c14-99dd-3a65925cb71d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e15d0533-db69-4c14-99dd-3a65925cb71d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e15d0533-db69-4c14-99dd-3a65925cb71d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e15d0533-db69-4c14-99dd-3a65925cb71d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e15d0533-db69-4c14-99dd-3a65925cb71d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e15d0533-db69-4c14-99dd-3a65925cb71d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-e15d0533-db69-4c14-99dd-3a65925cb71d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-8d10bf80-3618-4912-a308-0e7f1bece16f {
  min-height: 50px;
}








#s-8d10bf80-3618-4912-a308-0e7f1bece16f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d10bf80-3618-4912-a308-0e7f1bece16f.shg-box.shg-c {
  justify-content: center;
}

#s-652d1786-4beb-479f-8fbc-1ce959824484 {
  padding-top: 20px;
padding-left: 10%;
padding-right: 10%;
}

#s-ba265d88-986f-4529-9b60-36b41fb24236 {
  
}








#s-ba265d88-986f-4529-9b60-36b41fb24236 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba265d88-986f-4529-9b60-36b41fb24236.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

#s-57e34f2f-02a7-4a89-8835-ce5bd5d79605 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
background-color: rgba(247, 244, 229, 1);
}
@media (min-width: 1200px){#s-57e34f2f-02a7-4a89-8835-ce5bd5d79605 {
  display: none;
}
#s-57e34f2f-02a7-4a89-8835-ce5bd5d79605, #wrap-s-57e34f2f-02a7-4a89-8835-ce5bd5d79605 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-57e34f2f-02a7-4a89-8835-ce5bd5d79605 {
  display: none;
}
#s-57e34f2f-02a7-4a89-8835-ce5bd5d79605, #wrap-s-57e34f2f-02a7-4a89-8835-ce5bd5d79605 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-57e34f2f-02a7-4a89-8835-ce5bd5d79605 {
  
}
}@media (max-width: 767px){#s-57e34f2f-02a7-4a89-8835-ce5bd5d79605 {
  display: none;
}
#s-57e34f2f-02a7-4a89-8835-ce5bd5d79605, #wrap-s-57e34f2f-02a7-4a89-8835-ce5bd5d79605 { display:none !important; }}







#s-57e34f2f-02a7-4a89-8835-ce5bd5d79605 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57e34f2f-02a7-4a89-8835-ce5bd5d79605.shg-box.shg-c {
  justify-content: center;
}

#s-3caffb1f-ba64-47aa-af91-7bbb6a03d975 {
  padding-left: 7%;
padding-right: 7%;
}








#s-3caffb1f-ba64-47aa-af91-7bbb6a03d975 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3caffb1f-ba64-47aa-af91-7bbb6a03d975.shg-box.shg-c {
  justify-content: center;
}

#s-948b2920-3d3c-4227-ab39-fd34801a8a8a {
  min-height: 50px;
}








#s-948b2920-3d3c-4227-ab39-fd34801a8a8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-948b2920-3d3c-4227-ab39-fd34801a8a8a.shg-box.shg-c {
  justify-content: center;
}

#s-c7381bbf-d71e-4df3-91ce-2e3cad87595d {
  padding-top: 20px;
}

#s-dd34196f-1ab3-4dac-a4df-42217600a457 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
background-color: rgba(247, 244, 229, 1);
}








#s-dd34196f-1ab3-4dac-a4df-42217600a457 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd34196f-1ab3-4dac-a4df-42217600a457.shg-box.shg-c {
  justify-content: center;
}

#s-0704c944-f4fd-4386-b71c-6c3e29d031ed {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-0704c944-f4fd-4386-b71c-6c3e29d031ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0704c944-f4fd-4386-b71c-6c3e29d031ed"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0704c944-f4fd-4386-b71c-6c3e29d031ed"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0704c944-f4fd-4386-b71c-6c3e29d031ed"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0704c944-f4fd-4386-b71c-6c3e29d031ed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0704c944-f4fd-4386-b71c-6c3e29d031ed"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0704c944-f4fd-4386-b71c-6c3e29d031ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0704c944-f4fd-4386-b71c-6c3e29d031ed"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0704c944-f4fd-4386-b71c-6c3e29d031ed"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0704c944-f4fd-4386-b71c-6c3e29d031ed"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0704c944-f4fd-4386-b71c-6c3e29d031ed"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0704c944-f4fd-4386-b71c-6c3e29d031ed"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0704c944-f4fd-4386-b71c-6c3e29d031ed"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0704c944-f4fd-4386-b71c-6c3e29d031ed"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0704c944-f4fd-4386-b71c-6c3e29d031ed"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0704c944-f4fd-4386-b71c-6c3e29d031ed"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0704c944-f4fd-4386-b71c-6c3e29d031ed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0704c944-f4fd-4386-b71c-6c3e29d031ed"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0704c944-f4fd-4386-b71c-6c3e29d031ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0704c944-f4fd-4386-b71c-6c3e29d031ed"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0704c944-f4fd-4386-b71c-6c3e29d031ed"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0704c944-f4fd-4386-b71c-6c3e29d031ed"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0704c944-f4fd-4386-b71c-6c3e29d031ed"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0704c944-f4fd-4386-b71c-6c3e29d031ed"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0704c944-f4fd-4386-b71c-6c3e29d031ed"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0704c944-f4fd-4386-b71c-6c3e29d031ed"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0704c944-f4fd-4386-b71c-6c3e29d031ed"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0704c944-f4fd-4386-b71c-6c3e29d031ed"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0704c944-f4fd-4386-b71c-6c3e29d031ed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0704c944-f4fd-4386-b71c-6c3e29d031ed"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0704c944-f4fd-4386-b71c-6c3e29d031ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0704c944-f4fd-4386-b71c-6c3e29d031ed"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0704c944-f4fd-4386-b71c-6c3e29d031ed"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0704c944-f4fd-4386-b71c-6c3e29d031ed"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0704c944-f4fd-4386-b71c-6c3e29d031ed"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0704c944-f4fd-4386-b71c-6c3e29d031ed"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0704c944-f4fd-4386-b71c-6c3e29d031ed"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9dc7ba56-0bcf-41cb-a399-eab2274f2a13 {
  min-height: 50px;
}








#s-9dc7ba56-0bcf-41cb-a399-eab2274f2a13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9dc7ba56-0bcf-41cb-a399-eab2274f2a13.shg-box.shg-c {
  justify-content: center;
}

#s-6df5d893-2673-4b08-8636-7ca4750e7447 {
  text-align: center;
}




  #s-6df5d893-2673-4b08-8636-7ca4750e7447 img.shogun-image {
    
    width: px;
  }


#s-6df5d893-2673-4b08-8636-7ca4750e7447 .shogun-image-content {
  
    align-items: center;
  
}

#s-7daad036-3530-4143-97a2-c9c8d5e95d13 {
  min-height: 50px;
}








#s-7daad036-3530-4143-97a2-c9c8d5e95d13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7daad036-3530-4143-97a2-c9c8d5e95d13.shg-box.shg-c {
  justify-content: center;
}

#s-0a29e92c-2f92-497d-96f2-38f1c6fc9e34 {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
}

#s-c059395e-c649-452a-b841-5049faf53b87 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 45px;
background-color: rgba(253, 199, 47, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-c059395e-c649-452a-b841-5049faf53b87:hover {background-color: rgba(236, 191, 70, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c059395e-c649-452a-b841-5049faf53b87:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c059395e-c649-452a-b841-5049faf53b87.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1578cfe6-5681-433d-83d3-a9e0464cbdcc {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
background-color: rgba(247, 244, 229, 1);
}








#s-1578cfe6-5681-433d-83d3-a9e0464cbdcc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1578cfe6-5681-433d-83d3-a9e0464cbdcc.shg-box.shg-c {
  justify-content: center;
}

#s-674980d0-6979-41bb-b7cd-53b2551fce39 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-674980d0-6979-41bb-b7cd-53b2551fce39"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-674980d0-6979-41bb-b7cd-53b2551fce39"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-674980d0-6979-41bb-b7cd-53b2551fce39"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-674980d0-6979-41bb-b7cd-53b2551fce39"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-674980d0-6979-41bb-b7cd-53b2551fce39"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-674980d0-6979-41bb-b7cd-53b2551fce39"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-674980d0-6979-41bb-b7cd-53b2551fce39"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-674980d0-6979-41bb-b7cd-53b2551fce39"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-674980d0-6979-41bb-b7cd-53b2551fce39"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-674980d0-6979-41bb-b7cd-53b2551fce39"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-674980d0-6979-41bb-b7cd-53b2551fce39"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-674980d0-6979-41bb-b7cd-53b2551fce39"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-674980d0-6979-41bb-b7cd-53b2551fce39"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-674980d0-6979-41bb-b7cd-53b2551fce39"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-674980d0-6979-41bb-b7cd-53b2551fce39"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-674980d0-6979-41bb-b7cd-53b2551fce39"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-674980d0-6979-41bb-b7cd-53b2551fce39"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-674980d0-6979-41bb-b7cd-53b2551fce39"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-674980d0-6979-41bb-b7cd-53b2551fce39"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-674980d0-6979-41bb-b7cd-53b2551fce39"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-674980d0-6979-41bb-b7cd-53b2551fce39"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-674980d0-6979-41bb-b7cd-53b2551fce39"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-674980d0-6979-41bb-b7cd-53b2551fce39"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-674980d0-6979-41bb-b7cd-53b2551fce39"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-674980d0-6979-41bb-b7cd-53b2551fce39"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-674980d0-6979-41bb-b7cd-53b2551fce39"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-674980d0-6979-41bb-b7cd-53b2551fce39"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-674980d0-6979-41bb-b7cd-53b2551fce39"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-674980d0-6979-41bb-b7cd-53b2551fce39"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-674980d0-6979-41bb-b7cd-53b2551fce39"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-674980d0-6979-41bb-b7cd-53b2551fce39"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-674980d0-6979-41bb-b7cd-53b2551fce39"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-674980d0-6979-41bb-b7cd-53b2551fce39"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-674980d0-6979-41bb-b7cd-53b2551fce39"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-674980d0-6979-41bb-b7cd-53b2551fce39"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-674980d0-6979-41bb-b7cd-53b2551fce39"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-674980d0-6979-41bb-b7cd-53b2551fce39"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-674980d0-6979-41bb-b7cd-53b2551fce39"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-fb7aed7f-b69b-4f61-bf44-732e6dbe19e2 {
  min-height: 50px;
}








#s-fb7aed7f-b69b-4f61-bf44-732e6dbe19e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb7aed7f-b69b-4f61-bf44-732e6dbe19e2.shg-box.shg-c {
  justify-content: center;
}

#s-8f6c788b-6bab-488a-b48b-6050fb6bbdfd {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
}

#s-da8b85c7-1468-4c7f-80c7-d836b672f63c {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 45px;
background-color: rgba(253, 199, 47, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-da8b85c7-1468-4c7f-80c7-d836b672f63c:hover {background-color: rgba(236, 191, 70, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-da8b85c7-1468-4c7f-80c7-d836b672f63c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-da8b85c7-1468-4c7f-80c7-d836b672f63c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-077d2560-dc1c-469c-bc79-72931f3355c7 {
  min-height: 50px;
}








#s-077d2560-dc1c-469c-bc79-72931f3355c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-077d2560-dc1c-469c-bc79-72931f3355c7.shg-box.shg-c {
  justify-content: center;
}

#s-d70fa19d-34bb-4df2-ad15-0c562de8428a {
  text-align: center;
}




  #s-d70fa19d-34bb-4df2-ad15-0c562de8428a img.shogun-image {
    
    width: px;
  }


#s-d70fa19d-34bb-4df2-ad15-0c562de8428a .shogun-image-content {
  
    align-items: center;
  
}

#s-6f06bf3d-99fa-4fe9-aab0-63913c8bcf01 {
  padding-top: 30px;
padding-bottom: 30px;
background-color: rgba(247, 244, 229, 1);
}








#s-6f06bf3d-99fa-4fe9-aab0-63913c8bcf01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f06bf3d-99fa-4fe9-aab0-63913c8bcf01.shg-box.shg-c {
  justify-content: center;
}

#s-2d5dfc47-1e01-48bb-a123-74592aaccb9e {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-2d5dfc47-1e01-48bb-a123-74592aaccb9e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d5dfc47-1e01-48bb-a123-74592aaccb9e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2d5dfc47-1e01-48bb-a123-74592aaccb9e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2d5dfc47-1e01-48bb-a123-74592aaccb9e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2d5dfc47-1e01-48bb-a123-74592aaccb9e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2d5dfc47-1e01-48bb-a123-74592aaccb9e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2d5dfc47-1e01-48bb-a123-74592aaccb9e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2d5dfc47-1e01-48bb-a123-74592aaccb9e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2d5dfc47-1e01-48bb-a123-74592aaccb9e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2d5dfc47-1e01-48bb-a123-74592aaccb9e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2d5dfc47-1e01-48bb-a123-74592aaccb9e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2d5dfc47-1e01-48bb-a123-74592aaccb9e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2d5dfc47-1e01-48bb-a123-74592aaccb9e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2d5dfc47-1e01-48bb-a123-74592aaccb9e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2d5dfc47-1e01-48bb-a123-74592aaccb9e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2d5dfc47-1e01-48bb-a123-74592aaccb9e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2d5dfc47-1e01-48bb-a123-74592aaccb9e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2d5dfc47-1e01-48bb-a123-74592aaccb9e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2d5dfc47-1e01-48bb-a123-74592aaccb9e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2d5dfc47-1e01-48bb-a123-74592aaccb9e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2d5dfc47-1e01-48bb-a123-74592aaccb9e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2d5dfc47-1e01-48bb-a123-74592aaccb9e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2d5dfc47-1e01-48bb-a123-74592aaccb9e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2d5dfc47-1e01-48bb-a123-74592aaccb9e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2d5dfc47-1e01-48bb-a123-74592aaccb9e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d5dfc47-1e01-48bb-a123-74592aaccb9e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2d5dfc47-1e01-48bb-a123-74592aaccb9e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2d5dfc47-1e01-48bb-a123-74592aaccb9e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2d5dfc47-1e01-48bb-a123-74592aaccb9e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2d5dfc47-1e01-48bb-a123-74592aaccb9e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2d5dfc47-1e01-48bb-a123-74592aaccb9e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2d5dfc47-1e01-48bb-a123-74592aaccb9e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2d5dfc47-1e01-48bb-a123-74592aaccb9e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2d5dfc47-1e01-48bb-a123-74592aaccb9e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2d5dfc47-1e01-48bb-a123-74592aaccb9e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2d5dfc47-1e01-48bb-a123-74592aaccb9e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2d5dfc47-1e01-48bb-a123-74592aaccb9e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3e5aa875-2810-429a-871a-b3f26ba79749 {
  min-height: 50px;
}








#s-3e5aa875-2810-429a-871a-b3f26ba79749 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e5aa875-2810-429a-871a-b3f26ba79749.shg-box.shg-c {
  justify-content: center;
}

#s-05ad363a-0d94-4425-8861-dc93c673449c {
  text-align: center;
}




  #s-05ad363a-0d94-4425-8861-dc93c673449c img.shogun-image {
    
    width: px;
  }


#s-05ad363a-0d94-4425-8861-dc93c673449c .shogun-image-content {
  
    align-items: center;
  
}

#s-24a99b9b-3b0c-49e5-9d04-2d686dc2c825 {
  min-height: 50px;
}








#s-24a99b9b-3b0c-49e5-9d04-2d686dc2c825 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24a99b9b-3b0c-49e5-9d04-2d686dc2c825.shg-box.shg-c {
  justify-content: center;
}

#s-37b442c2-4828-4111-a470-225a3f09442d {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
}

#s-d2561f65-b091-47a5-9684-411fc095bab8 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 45px;
background-color: rgba(253, 199, 47, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-d2561f65-b091-47a5-9684-411fc095bab8:hover {background-color: rgba(236, 191, 70, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d2561f65-b091-47a5-9684-411fc095bab8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d2561f65-b091-47a5-9684-411fc095bab8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-00d8da04-454e-4590-abe5-a15d7312058c {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
background-color: rgba(247, 244, 229, 1);
}








#s-00d8da04-454e-4590-abe5-a15d7312058c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00d8da04-454e-4590-abe5-a15d7312058c.shg-box.shg-c {
  justify-content: center;
}

#s-23a11c45-3281-4cf8-a939-bd130cdc7f68 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-23a11c45-3281-4cf8-a939-bd130cdc7f68"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-23a11c45-3281-4cf8-a939-bd130cdc7f68"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-23a11c45-3281-4cf8-a939-bd130cdc7f68"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-23a11c45-3281-4cf8-a939-bd130cdc7f68"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-23a11c45-3281-4cf8-a939-bd130cdc7f68"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-23a11c45-3281-4cf8-a939-bd130cdc7f68"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-23a11c45-3281-4cf8-a939-bd130cdc7f68"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-23a11c45-3281-4cf8-a939-bd130cdc7f68"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-23a11c45-3281-4cf8-a939-bd130cdc7f68"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-23a11c45-3281-4cf8-a939-bd130cdc7f68"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-23a11c45-3281-4cf8-a939-bd130cdc7f68"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-23a11c45-3281-4cf8-a939-bd130cdc7f68"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-23a11c45-3281-4cf8-a939-bd130cdc7f68"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-23a11c45-3281-4cf8-a939-bd130cdc7f68"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-23a11c45-3281-4cf8-a939-bd130cdc7f68"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-23a11c45-3281-4cf8-a939-bd130cdc7f68"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-23a11c45-3281-4cf8-a939-bd130cdc7f68"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-23a11c45-3281-4cf8-a939-bd130cdc7f68"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-23a11c45-3281-4cf8-a939-bd130cdc7f68"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-23a11c45-3281-4cf8-a939-bd130cdc7f68"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-23a11c45-3281-4cf8-a939-bd130cdc7f68"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-23a11c45-3281-4cf8-a939-bd130cdc7f68"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-23a11c45-3281-4cf8-a939-bd130cdc7f68"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-23a11c45-3281-4cf8-a939-bd130cdc7f68"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-23a11c45-3281-4cf8-a939-bd130cdc7f68"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-23a11c45-3281-4cf8-a939-bd130cdc7f68"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-23a11c45-3281-4cf8-a939-bd130cdc7f68"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-23a11c45-3281-4cf8-a939-bd130cdc7f68"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-23a11c45-3281-4cf8-a939-bd130cdc7f68"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-23a11c45-3281-4cf8-a939-bd130cdc7f68"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-23a11c45-3281-4cf8-a939-bd130cdc7f68"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-23a11c45-3281-4cf8-a939-bd130cdc7f68"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-23a11c45-3281-4cf8-a939-bd130cdc7f68"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-23a11c45-3281-4cf8-a939-bd130cdc7f68"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-23a11c45-3281-4cf8-a939-bd130cdc7f68"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-23a11c45-3281-4cf8-a939-bd130cdc7f68"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-23a11c45-3281-4cf8-a939-bd130cdc7f68"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-23a11c45-3281-4cf8-a939-bd130cdc7f68"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-1c57920e-6ef3-472e-b183-a9fa3ba7c86c {
  min-height: 50px;
}








#s-1c57920e-6ef3-472e-b183-a9fa3ba7c86c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c57920e-6ef3-472e-b183-a9fa3ba7c86c.shg-box.shg-c {
  justify-content: center;
}

#s-3c0c6ee1-f368-48dc-9718-dc21d55c2284 {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
}

#s-bc133b81-2cd0-4d64-9576-1b1c7b2520b2 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 45px;
background-color: rgba(253, 199, 47, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-bc133b81-2cd0-4d64-9576-1b1c7b2520b2:hover {background-color: rgba(236, 191, 70, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bc133b81-2cd0-4d64-9576-1b1c7b2520b2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bc133b81-2cd0-4d64-9576-1b1c7b2520b2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d84616c2-53dc-4f86-87c5-31d369086415 {
  min-height: 50px;
}








#s-d84616c2-53dc-4f86-87c5-31d369086415 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d84616c2-53dc-4f86-87c5-31d369086415.shg-box.shg-c {
  justify-content: center;
}

#s-1129febf-c63b-4b4e-a2af-3ab826870097 {
  text-align: center;
}




  #s-1129febf-c63b-4b4e-a2af-3ab826870097 img.shogun-image {
    
    width: px;
  }


#s-1129febf-c63b-4b4e-a2af-3ab826870097 .shogun-image-content {
  
    align-items: center;
  
}

                /*!
* 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;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(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0) scaleY(0.95)}90%{transform:translate3d(0, -4px, 0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0) scaleY(0.95)}90%{transform:translate3d(0, -4px, 0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;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%{transform:scaleX(1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scaleX(1)}}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{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%{transform:scaleX(1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scaleX(1)}}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0, -10px, 0)}20%,40%,60%,80%{transform:translate3d(0, 10px, 0)}}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0, -10px, 0)}20%,40%,60%,80%{transform:translate3d(0, 10px, 0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg)}to{transform:scaleX(1)}}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%, 0, 0) rotate(-5deg)}30%{transform:translate3d(20%, 0, 0) rotate(3deg)}45%{transform:translate3d(-15%, 0, 0) rotate(-3deg)}60%{transform:translate3d(10%, 0, 0) rotate(2deg)}75%{transform:translate3d(-5%, 0, 0) rotate(-1deg)}to{transform:translateZ(0)}}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%, 0, 0) rotate(-5deg)}30%{transform:translate3d(20%, 0, 0) rotate(3deg)}45%{transform:translate3d(-15%, 0, 0) rotate(-3deg)}60%{transform:translate3d(10%, 0, 0) rotate(2deg)}75%{transform:translate3d(-5%, 0, 0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{-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%{transform:translateY(-1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInDown{0%{transform:translateY(-1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{transform:translateX(-2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{transform:translateX(2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInRight{0%{transform:translateX(2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{transform:translateY(1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInUp{0%{transform:translateY(1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(700px) scale(0.7);opacity:.7}}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(700px) scale(0.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(-2000px) scale(0.7);opacity:.7}}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(-2000px) scale(0.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(2000px) scale(0.7);opacity:.7}}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(2000px) scale(0.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(-700px) scale(0.7);opacity:.7}}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(-700px) scale(0.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(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity: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(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;transform:translate3d(0, 25px, 0) scaleY(0.9)}75%{transform:translate3d(0, -10px, 0) scaleY(0.95)}90%{transform:translate3d(0, 5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;transform:translate3d(0, 25px, 0) scaleY(0.9)}75%{transform:translate3d(0, -10px, 0) scaleY(0.95)}90%{transform:translate3d(0, 5px, 0) scaleY(0.985)}to{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(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(25px, 0, 0) scaleX(1)}75%{transform:translate3d(-10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(25px, 0, 0) scaleX(1)}75%{transform:translate3d(-10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(5px, 0, 0) scaleX(0.995)}to{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(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px, 0, 0) scaleX(1)}75%{transform:translate3d(10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px, 0, 0) scaleX(1)}75%{transform:translate3d(10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{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(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, 3000px, 0) scaleY(5)}60%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}75%{transform:translate3d(0, 10px, 0) scaleY(0.95)}90%{transform:translate3d(0, -5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, 3000px, 0) scaleY(5)}60%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}75%{transform:translate3d(0, 10px, 0) scaleY(0.95)}90%{transform:translate3d(0, -5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}@keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.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%{transform:translate3d(0, 10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, 2000px, 0) scaleY(3)}}@keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, 2000px, 0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(-2000px, 0, 0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(-2000px, 0, 0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(2000px, 0, 0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(2000px, 0, 0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, -2000px, 0) scaleY(3)}}@keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0) scaleY(0.9)}to{opacity:0;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;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%, 100%, 0)}to{opacity:1;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;transform:translate3d(0, 100%, 0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, -100%, 0)}}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, -100%, 0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, -100%, 0)}}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, -100%, 0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, 100%, 0)}}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, 100%, 0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, 100%, 0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, 100%, 0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{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%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{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%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{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%{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{transform:translate3d(-100%, 0, 0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%, 0, 0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{-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{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{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{transform:translate3d(-100%, 0, 0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{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%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{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%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{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;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;transform:translate3d(-100%, 0, 0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%, 0, 0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0)}}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0)}}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInDown{0%{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInLeft{0%{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInRight{0%{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInUp{0%{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */
