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

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

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

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

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

@media (min-width: 768px) and (max-width: 991px){#s-5999e1bd-1951-485e-a85a-2eb1d7f47537 {
  display: none;
}
#s-5999e1bd-1951-485e-a85a-2eb1d7f47537, #wrap-s-5999e1bd-1951-485e-a85a-2eb1d7f47537, #wrap-content-s-5999e1bd-1951-485e-a85a-2eb1d7f47537 { display: none !important; }}@media (max-width: 767px){#s-5999e1bd-1951-485e-a85a-2eb1d7f47537 {
  display: none;
}
#s-5999e1bd-1951-485e-a85a-2eb1d7f47537, #wrap-s-5999e1bd-1951-485e-a85a-2eb1d7f47537, #wrap-content-s-5999e1bd-1951-485e-a85a-2eb1d7f47537 { display: none !important; }}
@media (min-width: 0px) {
[id="s-5999e1bd-1951-485e-a85a-2eb1d7f47537"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5999e1bd-1951-485e-a85a-2eb1d7f47537"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5999e1bd-1951-485e-a85a-2eb1d7f47537"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5999e1bd-1951-485e-a85a-2eb1d7f47537"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5999e1bd-1951-485e-a85a-2eb1d7f47537"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5999e1bd-1951-485e-a85a-2eb1d7f47537"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5999e1bd-1951-485e-a85a-2eb1d7f47537"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-d623b249-230c-4965-86a2-c7d55bc92575 {
  padding-top: 25px;
padding-left: 250px;
padding-bottom: 25px;
padding-right: 250px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d623b249-230c-4965-86a2-c7d55bc92575 {
  display: none;
}
#s-d623b249-230c-4965-86a2-c7d55bc92575, #wrap-s-d623b249-230c-4965-86a2-c7d55bc92575, #wrap-content-s-d623b249-230c-4965-86a2-c7d55bc92575 { display: none !important; }}@media (max-width: 767px){#s-d623b249-230c-4965-86a2-c7d55bc92575 {
  display: none;
}
#s-d623b249-230c-4965-86a2-c7d55bc92575, #wrap-s-d623b249-230c-4965-86a2-c7d55bc92575, #wrap-content-s-d623b249-230c-4965-86a2-c7d55bc92575 { display: none !important; }}
#s-d623b249-230c-4965-86a2-c7d55bc92575 {
  overflow: hidden;
  
  
}







  #s-d623b249-230c-4965-86a2-c7d55bc92575 img.shogun-image {
    

    
    
    
  }


#s-d623b249-230c-4965-86a2-c7d55bc92575 .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-849af1b6-af1a-4628-b81a-3a00fde25189 {
  display: none;
}
#s-849af1b6-af1a-4628-b81a-3a00fde25189, #wrap-s-849af1b6-af1a-4628-b81a-3a00fde25189, #wrap-content-s-849af1b6-af1a-4628-b81a-3a00fde25189 { display: none !important; }}@media (max-width: 767px){#s-849af1b6-af1a-4628-b81a-3a00fde25189 {
  display: none;
}
#s-849af1b6-af1a-4628-b81a-3a00fde25189, #wrap-s-849af1b6-af1a-4628-b81a-3a00fde25189, #wrap-content-s-849af1b6-af1a-4628-b81a-3a00fde25189 { display: none !important; }}
@media (min-width: 0px) {
[id="s-849af1b6-af1a-4628-b81a-3a00fde25189"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-849af1b6-af1a-4628-b81a-3a00fde25189"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-849af1b6-af1a-4628-b81a-3a00fde25189"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-849af1b6-af1a-4628-b81a-3a00fde25189"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-849af1b6-af1a-4628-b81a-3a00fde25189"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-849af1b6-af1a-4628-b81a-3a00fde25189"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-849af1b6-af1a-4628-b81a-3a00fde25189"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-f699525a-e3bc-436c-91e8-d84b896984cd {
  padding-top: 75px;
padding-left: 25px;
padding-bottom: 0px;
padding-right: 25px;
max-width: 100%;
}
@media (min-width: 1200px){#s-f699525a-e3bc-436c-91e8-d84b896984cd {
  margin-bottom: -18px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f699525a-e3bc-436c-91e8-d84b896984cd {
  display: none;
}
#s-f699525a-e3bc-436c-91e8-d84b896984cd, #wrap-s-f699525a-e3bc-436c-91e8-d84b896984cd, #wrap-content-s-f699525a-e3bc-436c-91e8-d84b896984cd { display: none !important; }}@media (max-width: 767px){#s-f699525a-e3bc-436c-91e8-d84b896984cd {
  display: none;
}
#s-f699525a-e3bc-436c-91e8-d84b896984cd, #wrap-s-f699525a-e3bc-436c-91e8-d84b896984cd, #wrap-content-s-f699525a-e3bc-436c-91e8-d84b896984cd { display: none !important; }}
.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-0db048d5-2b1b-4d90-aab2-1981508dc98d {
  padding-top: 100px;
padding-bottom: 100px;
}
@media (min-width: 1200px){#s-0db048d5-2b1b-4d90-aab2-1981508dc98d {
  padding-top: 20px;
padding-bottom: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0db048d5-2b1b-4d90-aab2-1981508dc98d {
  padding-top: 20px;
padding-bottom: 20px;
}
}@media (max-width: 767px){#s-0db048d5-2b1b-4d90-aab2-1981508dc98d {
  padding-left: 25px;
padding-right: 25px;
}
}

  #s-0db048d5-2b1b-4d90-aab2-1981508dc98d .shogun-tabs > li > .shogun-tab-box {
    background: rgba(236, 236, 236, 1);
    border: 1px solid #DDDDDD;
  }
  #s-0db048d5-2b1b-4d90-aab2-1981508dc98d .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(64, 132, 174, 1);
    border: 1px solid #ddd;
  }
#s-0db048d5-2b1b-4d90-aab2-1981508dc98d .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(38, 38, 38, 1);
  font-family: Poppins;
  font-weight: 500;
  font-style: ;
  font-size: 16px;
}

#s-0db048d5-2b1b-4d90-aab2-1981508dc98d .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-0db048d5-2b1b-4d90-aab2-1981508dc98d .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(64, 132, 174, 1);
}

#s-0db048d5-2b1b-4d90-aab2-1981508dc98d .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-9d0ff9af-190f-46f2-837f-75895b402aa1 {
  padding-top: 25px;
padding-left: 25px;
padding-bottom: 0px;
padding-right: 25px;
max-width: 100%;
}
@media (min-width: 1200px){#s-9d0ff9af-190f-46f2-837f-75895b402aa1 {
  margin-bottom: -18px;
}
}
@media (min-width: 0px) {
[id="s-59927e38-181a-42a7-a9bf-a3b903741de5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59927e38-181a-42a7-a9bf-a3b903741de5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-59927e38-181a-42a7-a9bf-a3b903741de5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-59927e38-181a-42a7-a9bf-a3b903741de5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-59927e38-181a-42a7-a9bf-a3b903741de5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-59927e38-181a-42a7-a9bf-a3b903741de5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-59927e38-181a-42a7-a9bf-a3b903741de5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-f4c66794-ec0f-4ba7-9dd8-888898a727d6 {
  padding-top: 25px;
padding-left: 25px;
padding-bottom: 0px;
padding-right: 25px;
max-width: 100%;
}
@media (min-width: 1200px){#s-f4c66794-ec0f-4ba7-9dd8-888898a727d6 {
  margin-bottom: -18px;
}
}
#s-ec037b3f-0a7a-49a5-b913-d800032366d4 {
  padding-left: 25px;
padding-right: 25px;
}
@media (min-width: 1200px){#s-ec037b3f-0a7a-49a5-b913-d800032366d4 {
  margin-left: -23px;
margin-right: -23px;
}
}
@media (min-width: 0px) {
[id="s-6387c9cc-706e-4b3b-ad82-08e61e8460a1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6387c9cc-706e-4b3b-ad82-08e61e8460a1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6387c9cc-706e-4b3b-ad82-08e61e8460a1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6387c9cc-706e-4b3b-ad82-08e61e8460a1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6387c9cc-706e-4b3b-ad82-08e61e8460a1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6387c9cc-706e-4b3b-ad82-08e61e8460a1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6387c9cc-706e-4b3b-ad82-08e61e8460a1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-42422ffc-7ff3-40b5-aeec-7b08ab87be7a {
  padding-top: 25px;
padding-left: 25px;
padding-bottom: 0px;
padding-right: 25px;
max-width: 100%;
}
@media (min-width: 1200px){#s-42422ffc-7ff3-40b5-aeec-7b08ab87be7a {
  margin-bottom: -18px;
}
}
#s-97db551c-a22b-4f19-b581-f27c9fa3cf5f {
  padding-left: 25px;
padding-right: 25px;
}
@media (min-width: 1200px){#s-97db551c-a22b-4f19-b581-f27c9fa3cf5f {
  margin-left: -23px;
margin-right: -23px;
}
}
#s-b0907736-2f1e-47b9-b57d-48a3679981ac {
  padding-top: 20px;
padding-left: 25px;
padding-bottom: 0px;
padding-right: 25px;
max-width: 100%;
}
@media (min-width: 1200px){#s-b0907736-2f1e-47b9-b57d-48a3679981ac {
  margin-bottom: -18px;
}
}
@media (min-width: 0px) {
[id="s-bb09e76b-8283-4145-bc6c-b56c32ab1def"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb09e76b-8283-4145-bc6c-b56c32ab1def"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bb09e76b-8283-4145-bc6c-b56c32ab1def"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bb09e76b-8283-4145-bc6c-b56c32ab1def"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bb09e76b-8283-4145-bc6c-b56c32ab1def"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb09e76b-8283-4145-bc6c-b56c32ab1def"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bb09e76b-8283-4145-bc6c-b56c32ab1def"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-6447d298-12d6-4e45-b6fd-e7bd6bb2d24b {
  padding-top: 20px;
padding-left: 25px;
padding-bottom: 0px;
padding-right: 25px;
max-width: 100%;
}
@media (min-width: 1200px){#s-6447d298-12d6-4e45-b6fd-e7bd6bb2d24b {
  margin-bottom: -18px;
}
}
#s-5e37ff04-0265-48c1-b6ac-f96c4f9d4768 {
  padding-left: 25px;
padding-right: 25px;
}
@media (min-width: 1200px){#s-5e37ff04-0265-48c1-b6ac-f96c4f9d4768 {
  margin-left: -23px;
margin-right: -23px;
}
}
@media (min-width: 0px) {
[id="s-e95348a3-8af4-4322-9818-5bd28bd00b37"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e95348a3-8af4-4322-9818-5bd28bd00b37"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e95348a3-8af4-4322-9818-5bd28bd00b37"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e95348a3-8af4-4322-9818-5bd28bd00b37"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e95348a3-8af4-4322-9818-5bd28bd00b37"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e95348a3-8af4-4322-9818-5bd28bd00b37"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e95348a3-8af4-4322-9818-5bd28bd00b37"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-f162dd49-0b39-4ad3-af51-230d0c7b9343 {
  padding-left: 25px;
padding-right: 25px;
}
@media (min-width: 1200px){#s-f162dd49-0b39-4ad3-af51-230d0c7b9343 {
  margin-left: -23px;
margin-right: -23px;
}
}
@media (min-width: 0px) {
[id="s-da9a1506-147b-46c6-a8ff-9c191cd69bbb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da9a1506-147b-46c6-a8ff-9c191cd69bbb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-da9a1506-147b-46c6-a8ff-9c191cd69bbb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-da9a1506-147b-46c6-a8ff-9c191cd69bbb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-da9a1506-147b-46c6-a8ff-9c191cd69bbb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-da9a1506-147b-46c6-a8ff-9c191cd69bbb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-da9a1506-147b-46c6-a8ff-9c191cd69bbb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-a19e426d-270d-40d3-a8eb-9b9fe5c04aa5 {
  padding-left: 25px;
padding-right: 25px;
}
@media (min-width: 1200px){#s-a19e426d-270d-40d3-a8eb-9b9fe5c04aa5 {
  margin-left: -23px;
margin-right: -23px;
}
}
#s-61be7255-4949-41b2-b827-73fc04968f6c {
  padding-top: 50px;
padding-bottom: 50px;
background-color: rgba(247, 252, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-61be7255-4949-41b2-b827-73fc04968f6c {
  display: none;
}
#s-61be7255-4949-41b2-b827-73fc04968f6c, #wrap-s-61be7255-4949-41b2-b827-73fc04968f6c, #wrap-content-s-61be7255-4949-41b2-b827-73fc04968f6c { display: none !important; }}@media (max-width: 767px){#s-61be7255-4949-41b2-b827-73fc04968f6c {
  display: none;
}
#s-61be7255-4949-41b2-b827-73fc04968f6c, #wrap-s-61be7255-4949-41b2-b827-73fc04968f6c, #wrap-content-s-61be7255-4949-41b2-b827-73fc04968f6c { display: none !important; }}
@media (min-width: 0px) {
[id="s-61be7255-4949-41b2-b827-73fc04968f6c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-61be7255-4949-41b2-b827-73fc04968f6c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-61be7255-4949-41b2-b827-73fc04968f6c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-61be7255-4949-41b2-b827-73fc04968f6c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-61be7255-4949-41b2-b827-73fc04968f6c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-61be7255-4949-41b2-b827-73fc04968f6c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-61be7255-4949-41b2-b827-73fc04968f6c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

#s-fa470955-bd1f-4e59-a097-c0fbcf6d27f8 {
  padding-top: 75px;
padding-left: 25px;
padding-bottom: 0px;
padding-right: 25px;
max-width: 100%;
}
@media (min-width: 1200px){#s-fa470955-bd1f-4e59-a097-c0fbcf6d27f8 {
  margin-bottom: -18px;
}
}
#s-1e1aaac4-59f0-4a84-8abe-9377308fb14e {
  padding-left: 25px;
padding-right: 25px;
}
@media (min-width: 1200px){#s-1e1aaac4-59f0-4a84-8abe-9377308fb14e {
  margin-left: -23px;
margin-right: -23px;
}
}
#s-abae907c-7ba6-46e5-8b07-26f704c21e80 {
  padding-top: 75px;
padding-bottom: 50px;
text-align: center;
}

#s-abae907c-7ba6-46e5-8b07-26f704c21e80 {
  overflow: hidden;
  
  
}







  #s-abae907c-7ba6-46e5-8b07-26f704c21e80 img.shogun-image {
    

    
    
    
  }


#s-abae907c-7ba6-46e5-8b07-26f704c21e80 .shogun-image-content {
  
    justify-content: center;
  
}

#s-00bbbff5-f84e-4f4e-b079-5e429ace6c64 {
  padding-top: 50px;
padding-bottom: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-00bbbff5-f84e-4f4e-b079-5e429ace6c64 {
  display: none;
}
#s-00bbbff5-f84e-4f4e-b079-5e429ace6c64, #wrap-s-00bbbff5-f84e-4f4e-b079-5e429ace6c64, #wrap-content-s-00bbbff5-f84e-4f4e-b079-5e429ace6c64 { display: none !important; }}@media (max-width: 767px){#s-00bbbff5-f84e-4f4e-b079-5e429ace6c64 {
  display: none;
}
#s-00bbbff5-f84e-4f4e-b079-5e429ace6c64, #wrap-s-00bbbff5-f84e-4f4e-b079-5e429ace6c64, #wrap-content-s-00bbbff5-f84e-4f4e-b079-5e429ace6c64 { display: none !important; }}
@media (min-width: 0px) {
[id="s-00bbbff5-f84e-4f4e-b079-5e429ace6c64"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-00bbbff5-f84e-4f4e-b079-5e429ace6c64"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-00bbbff5-f84e-4f4e-b079-5e429ace6c64"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-00bbbff5-f84e-4f4e-b079-5e429ace6c64"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-00bbbff5-f84e-4f4e-b079-5e429ace6c64"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-00bbbff5-f84e-4f4e-b079-5e429ace6c64"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-00bbbff5-f84e-4f4e-b079-5e429ace6c64"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

#s-375fd782-10d4-46e6-a981-d4d2391ad709 {
  padding-top: 50px;
padding-bottom: 50px;
text-align: center;
}

#s-375fd782-10d4-46e6-a981-d4d2391ad709 {
  overflow: hidden;
  
  
}







  #s-375fd782-10d4-46e6-a981-d4d2391ad709 img.shogun-image {
    

    
    
    
  }


#s-375fd782-10d4-46e6-a981-d4d2391ad709 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b73561dd-52a6-4618-9f24-5df2fc655f7e {
  padding-top: 50px;
padding-left: 50px;
padding-right: 50px;
max-width: 100%;
}
@media (min-width: 1200px){#s-b73561dd-52a6-4618-9f24-5df2fc655f7e {
  margin-bottom: -18px;
}
}
#s-bcce722b-6af1-4fe3-83b0-e6673a20ef3c {
  padding-left: 50px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-bcce722b-6af1-4fe3-83b0-e6673a20ef3c {
  margin-bottom: -20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bcce722b-6af1-4fe3-83b0-e6673a20ef3c {
  margin-top: -20px;
margin-bottom: -20px;
}
}
#s-c6858981-69cb-47a8-b865-3d13d8bd747c {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-c6858981-69cb-47a8-b865-3d13d8bd747c {
  margin-left: 50px;
margin-right: 50px;
}
}
#s-897069fe-7ef2-43e4-ae07-ccdd38718e2b {
  padding-left: 50px;
padding-right: 50px;
}

@media (min-width: 0px) {
[id="s-897069fe-7ef2-43e4-ae07-ccdd38718e2b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-897069fe-7ef2-43e4-ae07-ccdd38718e2b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-897069fe-7ef2-43e4-ae07-ccdd38718e2b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-897069fe-7ef2-43e4-ae07-ccdd38718e2b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-6e94f1e8-4371-4714-9d50-80afd373f764 {
  text-align: center;
}

#s-6e94f1e8-4371-4714-9d50-80afd373f764 {
  overflow: hidden;
  
  
}







  #s-6e94f1e8-4371-4714-9d50-80afd373f764 img.shogun-image {
    

    
    
    
  }


#s-6e94f1e8-4371-4714-9d50-80afd373f764 .shogun-image-content {
  
    justify-content: center;
  
}

#s-946e85e2-9c6b-4849-b3bd-b1f6242c8f08 {
  text-align: center;
}

#s-946e85e2-9c6b-4849-b3bd-b1f6242c8f08 {
  overflow: hidden;
  
  
}







  #s-946e85e2-9c6b-4849-b3bd-b1f6242c8f08 img.shogun-image {
    

    
    
    
  }


#s-946e85e2-9c6b-4849-b3bd-b1f6242c8f08 .shogun-image-content {
  
    justify-content: center;
  
}

#s-93cff816-6864-4c24-80a9-385b835c834c {
  text-align: center;
}

#s-93cff816-6864-4c24-80a9-385b835c834c {
  overflow: hidden;
  
  
}







  #s-93cff816-6864-4c24-80a9-385b835c834c img.shogun-image {
    

    
    
    
  }


#s-93cff816-6864-4c24-80a9-385b835c834c .shogun-image-content {
  
    justify-content: center;
  
}

#s-98dc8be2-ca0e-4291-9ef6-c71ffb7c5022 {
  padding-left: 41px;
padding-right: 41px;
}

@media (min-width: 0px) {
[id="s-98dc8be2-ca0e-4291-9ef6-c71ffb7c5022"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-98dc8be2-ca0e-4291-9ef6-c71ffb7c5022"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-98dc8be2-ca0e-4291-9ef6-c71ffb7c5022"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-98dc8be2-ca0e-4291-9ef6-c71ffb7c5022"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5d2dae2c-1ea0-445b-a7d3-6c492a786ae6 {
  background-color: rgba(247, 252, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-5d2dae2c-1ea0-445b-a7d3-6c492a786ae6 {
  display: none;
}
#s-5d2dae2c-1ea0-445b-a7d3-6c492a786ae6, #wrap-s-5d2dae2c-1ea0-445b-a7d3-6c492a786ae6, #wrap-content-s-5d2dae2c-1ea0-445b-a7d3-6c492a786ae6 { display: none !important; }}@media (max-width: 767px){#s-5d2dae2c-1ea0-445b-a7d3-6c492a786ae6 {
  display: none;
}
#s-5d2dae2c-1ea0-445b-a7d3-6c492a786ae6, #wrap-s-5d2dae2c-1ea0-445b-a7d3-6c492a786ae6, #wrap-content-s-5d2dae2c-1ea0-445b-a7d3-6c492a786ae6 { display: none !important; }}
@media (min-width: 0px) {
[id="s-5d2dae2c-1ea0-445b-a7d3-6c492a786ae6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5d2dae2c-1ea0-445b-a7d3-6c492a786ae6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5d2dae2c-1ea0-445b-a7d3-6c492a786ae6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5d2dae2c-1ea0-445b-a7d3-6c492a786ae6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5d2dae2c-1ea0-445b-a7d3-6c492a786ae6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d2dae2c-1ea0-445b-a7d3-6c492a786ae6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5d2dae2c-1ea0-445b-a7d3-6c492a786ae6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-1ffe5662-a072-477b-9282-3d1866ed6345 {
  padding-top: 50px;
padding-left: 50px;
padding-right: 50px;
max-width: 100%;
}
@media (min-width: 1200px){#s-1ffe5662-a072-477b-9282-3d1866ed6345 {
  margin-bottom: -18px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1ffe5662-a072-477b-9282-3d1866ed6345 {
  padding-left: 0px;
padding-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1ffe5662-a072-477b-9282-3d1866ed6345 {
  display: none;
}
#s-1ffe5662-a072-477b-9282-3d1866ed6345, #wrap-s-1ffe5662-a072-477b-9282-3d1866ed6345, #wrap-content-s-1ffe5662-a072-477b-9282-3d1866ed6345 { display: none !important; }}@media (max-width: 767px){#s-1ffe5662-a072-477b-9282-3d1866ed6345 {
  display: none;
}
#s-1ffe5662-a072-477b-9282-3d1866ed6345, #wrap-s-1ffe5662-a072-477b-9282-3d1866ed6345, #wrap-content-s-1ffe5662-a072-477b-9282-3d1866ed6345 { display: none !important; }}
#s-3c3d01d2-6111-4c1f-a2ed-0993f09bb773 {
  padding-top: 150px;
padding-bottom: 50px;
}
@media (min-width: 1200px){#s-3c3d01d2-6111-4c1f-a2ed-0993f09bb773 {
  padding-top: 25px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3c3d01d2-6111-4c1f-a2ed-0993f09bb773 {
  padding-top: 25px;
}
}@media (max-width: 767px){#s-3c3d01d2-6111-4c1f-a2ed-0993f09bb773 {
  padding-top: 20px;
padding-left: 25px;
padding-right: 25px;
}
}

  #s-3c3d01d2-6111-4c1f-a2ed-0993f09bb773 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(245, 245, 245, 1);
    border: 2px solid rgba(64, 132, 174, 1);
  }
  #s-3c3d01d2-6111-4c1f-a2ed-0993f09bb773 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(64, 132, 174, 1);
    border: 2px solid rgba(255, 255, 255, 1);
  }
#s-3c3d01d2-6111-4c1f-a2ed-0993f09bb773 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(38, 38, 38, 1);
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 20px;
}

#s-3c3d01d2-6111-4c1f-a2ed-0993f09bb773 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-3c3d01d2-6111-4c1f-a2ed-0993f09bb773 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 2px);
  left: 2px;
  bottom: -2px;
  height: 2px;
  background: rgba(64, 132, 174, 1);
}

#s-3c3d01d2-6111-4c1f-a2ed-0993f09bb773 .shogun-tabs-body {
  margin-top: -2px;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-3ecf0c02-c513-4099-9009-160c01db63f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ecf0c02-c513-4099-9009-160c01db63f6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3ecf0c02-c513-4099-9009-160c01db63f6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ecf0c02-c513-4099-9009-160c01db63f6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f0f991ce-d1a1-4592-9d4d-815b3cd084a0 {
  padding-top: 50px;
}

#s-f332c700-b7c6-4ad6-8d8a-43e7c1cee88c {
  padding-top: 75px;
padding-bottom: 75px;
text-align: center;
}

#s-f332c700-b7c6-4ad6-8d8a-43e7c1cee88c {
  overflow: hidden;
  
  
}







  #s-f332c700-b7c6-4ad6-8d8a-43e7c1cee88c img.shogun-image {
    

    
    
    
  }


#s-f332c700-b7c6-4ad6-8d8a-43e7c1cee88c .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-16904a3e-43bf-46d6-abc0-4f75fbf2cf29"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-16904a3e-43bf-46d6-abc0-4f75fbf2cf29"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-16904a3e-43bf-46d6-abc0-4f75fbf2cf29"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-16904a3e-43bf-46d6-abc0-4f75fbf2cf29"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-31c4f349-9c28-4cfb-8ce9-d8d63832dd57 {
  padding-top: 50px;
}

#s-604d4102-328f-4cdf-8745-5ec99cf04038 {
  padding-top: 50px;
padding-bottom: 50px;
text-align: center;
}

#s-604d4102-328f-4cdf-8745-5ec99cf04038 {
  overflow: hidden;
  
  
}







  #s-604d4102-328f-4cdf-8745-5ec99cf04038 img.shogun-image {
    

    
    
    
  }


#s-604d4102-328f-4cdf-8745-5ec99cf04038 .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-2aaa6bb6-b6c2-46b3-b458-a674ecf6a505"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2aaa6bb6-b6c2-46b3-b458-a674ecf6a505"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2aaa6bb6-b6c2-46b3-b458-a674ecf6a505"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2aaa6bb6-b6c2-46b3-b458-a674ecf6a505"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-375a76e7-67bb-42da-9add-33585f533fed {
  padding-top: 50px;
}

#s-c1c6b32c-10b9-4c96-931b-5b6ba2a4a109 {
  padding-top: 50px;
padding-bottom: 50px;
text-align: center;
}

#s-c1c6b32c-10b9-4c96-931b-5b6ba2a4a109 {
  overflow: hidden;
  
  
}







  #s-c1c6b32c-10b9-4c96-931b-5b6ba2a4a109 img.shogun-image {
    

    
    
    
  }


#s-c1c6b32c-10b9-4c96-931b-5b6ba2a4a109 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f4c76b1f-8808-4530-a0d6-07f8e99552bc {
  padding-top: 50px;
padding-bottom: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-f4c76b1f-8808-4530-a0d6-07f8e99552bc {
  display: none;
}
#s-f4c76b1f-8808-4530-a0d6-07f8e99552bc, #wrap-s-f4c76b1f-8808-4530-a0d6-07f8e99552bc, #wrap-content-s-f4c76b1f-8808-4530-a0d6-07f8e99552bc { display: none !important; }}@media (max-width: 767px){#s-f4c76b1f-8808-4530-a0d6-07f8e99552bc {
  display: none;
}
#s-f4c76b1f-8808-4530-a0d6-07f8e99552bc, #wrap-s-f4c76b1f-8808-4530-a0d6-07f8e99552bc, #wrap-content-s-f4c76b1f-8808-4530-a0d6-07f8e99552bc { display: none !important; }}
@media (min-width: 0px) {
[id="s-f4c76b1f-8808-4530-a0d6-07f8e99552bc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f4c76b1f-8808-4530-a0d6-07f8e99552bc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f4c76b1f-8808-4530-a0d6-07f8e99552bc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f4c76b1f-8808-4530-a0d6-07f8e99552bc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f4c76b1f-8808-4530-a0d6-07f8e99552bc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f4c76b1f-8808-4530-a0d6-07f8e99552bc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f4c76b1f-8808-4530-a0d6-07f8e99552bc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

#s-75c4fe0f-b6d4-459d-a087-2e31d6639fa5 {
  padding-top: 50px;
padding-bottom: 50px;
text-align: center;
}

#s-75c4fe0f-b6d4-459d-a087-2e31d6639fa5 {
  overflow: hidden;
  
  
}







  #s-75c4fe0f-b6d4-459d-a087-2e31d6639fa5 img.shogun-image {
    

    
    
    
  }


#s-75c4fe0f-b6d4-459d-a087-2e31d6639fa5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-afa046f0-25d3-4ec0-bf06-df9be634601c {
  padding-top: 50px;
padding-bottom: 50px;
text-align: center;
}

#s-afa046f0-25d3-4ec0-bf06-df9be634601c {
  overflow: hidden;
  
  
}







  #s-afa046f0-25d3-4ec0-bf06-df9be634601c img.shogun-image {
    

    
    
    
  }


#s-afa046f0-25d3-4ec0-bf06-df9be634601c .shogun-image-content {
  
    justify-content: center;
  
}

#s-21332475-4b96-4cdb-a566-84bf70e7096b {
  padding-top: 100px;
padding-bottom: 100px;
background-color: rgba(247, 252, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-21332475-4b96-4cdb-a566-84bf70e7096b {
  display: none;
}
#s-21332475-4b96-4cdb-a566-84bf70e7096b, #wrap-s-21332475-4b96-4cdb-a566-84bf70e7096b, #wrap-content-s-21332475-4b96-4cdb-a566-84bf70e7096b { display: none !important; }}@media (max-width: 767px){#s-21332475-4b96-4cdb-a566-84bf70e7096b {
  display: none;
}
#s-21332475-4b96-4cdb-a566-84bf70e7096b, #wrap-s-21332475-4b96-4cdb-a566-84bf70e7096b, #wrap-content-s-21332475-4b96-4cdb-a566-84bf70e7096b { display: none !important; }}
@media (min-width: 0px) {
[id="s-21332475-4b96-4cdb-a566-84bf70e7096b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-21332475-4b96-4cdb-a566-84bf70e7096b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-21332475-4b96-4cdb-a566-84bf70e7096b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-21332475-4b96-4cdb-a566-84bf70e7096b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-21332475-4b96-4cdb-a566-84bf70e7096b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-21332475-4b96-4cdb-a566-84bf70e7096b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-21332475-4b96-4cdb-a566-84bf70e7096b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

@media (min-width: 768px) and (max-width: 991px){#s-9e9397ad-39af-4db9-83d2-354b16207b4b {
  display: none;
}
#s-9e9397ad-39af-4db9-83d2-354b16207b4b, #wrap-s-9e9397ad-39af-4db9-83d2-354b16207b4b, #wrap-content-s-9e9397ad-39af-4db9-83d2-354b16207b4b { display: none !important; }}@media (max-width: 767px){#s-9e9397ad-39af-4db9-83d2-354b16207b4b {
  display: none;
}
#s-9e9397ad-39af-4db9-83d2-354b16207b4b, #wrap-s-9e9397ad-39af-4db9-83d2-354b16207b4b, #wrap-content-s-9e9397ad-39af-4db9-83d2-354b16207b4b { display: none !important; }}
#s-9e9397ad-39af-4db9-83d2-354b16207b4b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-9e9397ad-39af-4db9-83d2-354b16207b4b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(64, 132, 174, 1);
  padding: 17px;
}

#s-9e9397ad-39af-4db9-83d2-354b16207b4b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(252, 252, 252, 1);
}

#s-9e9397ad-39af-4db9-83d2-354b16207b4b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(247, 252, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-9e9397ad-39af-4db9-83d2-354b16207b4b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(252, 252, 252, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 500;
  font-style: ;
  font-size: 18px;
}

#s-9e9397ad-39af-4db9-83d2-354b16207b4b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-79590d60-f452-4bb0-8502-86f7ef4862ae {
  padding-top: 25px;
}

#s-b815d8b1-0cf5-456e-8937-f6bd1140c24f {
  padding-top: 25px;
}

#s-7681297c-0010-4002-859e-1c493ac03263 {
  padding-top: 25px;
}

#s-a2b2ac8f-3cfb-4c4c-8eb6-42576d3415ca {
  padding-top: 25px;
}

#s-ff805505-f9a8-4fe0-9f28-d112b36fffc4 {
  padding-top: 25px;
padding-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

#s-f477c9b9-42c8-4f75-9315-c4c870406af5 {
  min-height: 50px;
}








#s-f477c9b9-42c8-4f75-9315-c4c870406af5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f477c9b9-42c8-4f75-9315-c4c870406af5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba8c3ff2-bd59-407b-ad22-7baf19f4a9b6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-ba8c3ff2-bd59-407b-ad22-7baf19f4a9b6 {
  display: none;
}
#s-ba8c3ff2-bd59-407b-ad22-7baf19f4a9b6, #wrap-s-ba8c3ff2-bd59-407b-ad22-7baf19f4a9b6, #wrap-content-s-ba8c3ff2-bd59-407b-ad22-7baf19f4a9b6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ba8c3ff2-bd59-407b-ad22-7baf19f4a9b6 {
  display: none;
}
#s-ba8c3ff2-bd59-407b-ad22-7baf19f4a9b6, #wrap-s-ba8c3ff2-bd59-407b-ad22-7baf19f4a9b6, #wrap-content-s-ba8c3ff2-bd59-407b-ad22-7baf19f4a9b6 { display: none !important; }}







#s-ba8c3ff2-bd59-407b-ad22-7baf19f4a9b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ba8c3ff2-bd59-407b-ad22-7baf19f4a9b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b72cf0d0-7fed-47bf-823a-780fd39fde9d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 50px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(247, 252, 255, 1);
}
@media (min-width: 1200px){#s-b72cf0d0-7fed-47bf-823a-780fd39fde9d {
  display: none;
}
#s-b72cf0d0-7fed-47bf-823a-780fd39fde9d, #wrap-s-b72cf0d0-7fed-47bf-823a-780fd39fde9d, #wrap-content-s-b72cf0d0-7fed-47bf-823a-780fd39fde9d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b72cf0d0-7fed-47bf-823a-780fd39fde9d {
  display: none;
}
#s-b72cf0d0-7fed-47bf-823a-780fd39fde9d, #wrap-s-b72cf0d0-7fed-47bf-823a-780fd39fde9d, #wrap-content-s-b72cf0d0-7fed-47bf-823a-780fd39fde9d { display: none !important; }}
#s-b72cf0d0-7fed-47bf-823a-780fd39fde9d {
  overflow: hidden;
  
  
}







  #s-b72cf0d0-7fed-47bf-823a-780fd39fde9d img.shogun-image {
    

    
    
    
  }


#s-b72cf0d0-7fed-47bf-823a-780fd39fde9d .shogun-image-content {
  
    justify-content: center;
  
}

#s-62e56a42-63d4-4b3e-a2cf-2e06dff2369f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-62e56a42-63d4-4b3e-a2cf-2e06dff2369f {
  display: none;
}
#s-62e56a42-63d4-4b3e-a2cf-2e06dff2369f, #wrap-s-62e56a42-63d4-4b3e-a2cf-2e06dff2369f, #wrap-content-s-62e56a42-63d4-4b3e-a2cf-2e06dff2369f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-62e56a42-63d4-4b3e-a2cf-2e06dff2369f {
  display: none;
}
#s-62e56a42-63d4-4b3e-a2cf-2e06dff2369f, #wrap-s-62e56a42-63d4-4b3e-a2cf-2e06dff2369f, #wrap-content-s-62e56a42-63d4-4b3e-a2cf-2e06dff2369f { display: none !important; }}







#s-62e56a42-63d4-4b3e-a2cf-2e06dff2369f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-62e56a42-63d4-4b3e-a2cf-2e06dff2369f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-061a2a75-cec4-43a0-b5ef-50b88f0535df {
  padding-left: 25px;
padding-right: 25px;
max-width: 100%;
background-color: rgba(247, 252, 255, 1);
}
@media (min-width: 1200px){#s-061a2a75-cec4-43a0-b5ef-50b88f0535df {
  margin-bottom: -18px;
display: none;
}
#s-061a2a75-cec4-43a0-b5ef-50b88f0535df, #wrap-s-061a2a75-cec4-43a0-b5ef-50b88f0535df, #wrap-content-s-061a2a75-cec4-43a0-b5ef-50b88f0535df { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-061a2a75-cec4-43a0-b5ef-50b88f0535df {
  display: none;
}
#s-061a2a75-cec4-43a0-b5ef-50b88f0535df, #wrap-s-061a2a75-cec4-43a0-b5ef-50b88f0535df, #wrap-content-s-061a2a75-cec4-43a0-b5ef-50b88f0535df { display: none !important; }}
#s-58b5871a-b655-4b3b-ba95-07d5d975ec31 {
  padding-left: 25px;
padding-right: 25px;
background-color: rgba(247, 252, 255, 1);
}
@media (min-width: 1200px){#s-58b5871a-b655-4b3b-ba95-07d5d975ec31 {
  margin-bottom: -20px;
display: none;
}
#s-58b5871a-b655-4b3b-ba95-07d5d975ec31, #wrap-s-58b5871a-b655-4b3b-ba95-07d5d975ec31, #wrap-content-s-58b5871a-b655-4b3b-ba95-07d5d975ec31 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-58b5871a-b655-4b3b-ba95-07d5d975ec31 {
  margin-top: -20px;
margin-bottom: -20px;
display: none;
}
#s-58b5871a-b655-4b3b-ba95-07d5d975ec31, #wrap-s-58b5871a-b655-4b3b-ba95-07d5d975ec31, #wrap-content-s-58b5871a-b655-4b3b-ba95-07d5d975ec31 { display: none !important; }}
#s-7f694602-e9da-46b6-912d-9eee30c280e9 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7f694602-e9da-46b6-912d-9eee30c280e9 {
  display: none;
}
#s-7f694602-e9da-46b6-912d-9eee30c280e9, #wrap-s-7f694602-e9da-46b6-912d-9eee30c280e9, #wrap-content-s-7f694602-e9da-46b6-912d-9eee30c280e9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7f694602-e9da-46b6-912d-9eee30c280e9 {
  display: none;
}
#s-7f694602-e9da-46b6-912d-9eee30c280e9, #wrap-s-7f694602-e9da-46b6-912d-9eee30c280e9, #wrap-content-s-7f694602-e9da-46b6-912d-9eee30c280e9 { display: none !important; }}







#s-7f694602-e9da-46b6-912d-9eee30c280e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7f694602-e9da-46b6-912d-9eee30c280e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1449563-2944-4fd5-b3be-0a5555401e65 {
  padding-left: 0px;
padding-right: 0px;
background-color: rgba(247, 252, 255, 1);
}
@media (min-width: 1200px){#s-a1449563-2944-4fd5-b3be-0a5555401e65 {
  margin-left: -23px;
margin-right: -23px;
display: none;
}
#s-a1449563-2944-4fd5-b3be-0a5555401e65, #wrap-s-a1449563-2944-4fd5-b3be-0a5555401e65, #wrap-content-s-a1449563-2944-4fd5-b3be-0a5555401e65 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a1449563-2944-4fd5-b3be-0a5555401e65 {
  display: none;
}
#s-a1449563-2944-4fd5-b3be-0a5555401e65, #wrap-s-a1449563-2944-4fd5-b3be-0a5555401e65, #wrap-content-s-a1449563-2944-4fd5-b3be-0a5555401e65 { display: none !important; }}
#s-6a815521-8ce8-44aa-a6c0-6eadab48cf33 {
  min-height: 50px;
}








#s-6a815521-8ce8-44aa-a6c0-6eadab48cf33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6a815521-8ce8-44aa-a6c0-6eadab48cf33.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c4b7f6b-e1b0-425c-a5ae-e96acb2b6963 {
  padding-left: 25px;
padding-right: 25px;
background-color: rgba(247, 252, 255, 1);
}
@media (min-width: 1200px){#s-7c4b7f6b-e1b0-425c-a5ae-e96acb2b6963 {
  margin-left: -23px;
margin-right: -23px;
display: none;
}
#s-7c4b7f6b-e1b0-425c-a5ae-e96acb2b6963, #wrap-s-7c4b7f6b-e1b0-425c-a5ae-e96acb2b6963, #wrap-content-s-7c4b7f6b-e1b0-425c-a5ae-e96acb2b6963 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7c4b7f6b-e1b0-425c-a5ae-e96acb2b6963 {
  display: none;
}
#s-7c4b7f6b-e1b0-425c-a5ae-e96acb2b6963, #wrap-s-7c4b7f6b-e1b0-425c-a5ae-e96acb2b6963, #wrap-content-s-7c4b7f6b-e1b0-425c-a5ae-e96acb2b6963 { display: none !important; }}
#s-e513588e-972b-414a-abdb-2c8eafd80531 {
  padding-top: 25px;
padding-bottom: 15px;
text-align: center;
}
@media (min-width: 1200px){#s-e513588e-972b-414a-abdb-2c8eafd80531 {
  display: none;
}
#s-e513588e-972b-414a-abdb-2c8eafd80531, #wrap-s-e513588e-972b-414a-abdb-2c8eafd80531, #wrap-content-s-e513588e-972b-414a-abdb-2c8eafd80531 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e513588e-972b-414a-abdb-2c8eafd80531 {
  display: none;
}
#s-e513588e-972b-414a-abdb-2c8eafd80531, #wrap-s-e513588e-972b-414a-abdb-2c8eafd80531, #wrap-content-s-e513588e-972b-414a-abdb-2c8eafd80531 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e513588e-972b-414a-abdb-2c8eafd80531 {
  padding-left: 100px;
padding-right: 100px;
}
}@media (max-width: 767px){#s-e513588e-972b-414a-abdb-2c8eafd80531 {
  padding-top: 75px;
padding-bottom: 50px;
}
}
#s-e513588e-972b-414a-abdb-2c8eafd80531 {
  overflow: hidden;
  
  
}







  #s-e513588e-972b-414a-abdb-2c8eafd80531 img.shogun-image {
    

    
    
    
  }


#s-e513588e-972b-414a-abdb-2c8eafd80531 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ad78e0c1-22c5-49df-99ba-62a30e934d49 {
  padding-left: 25px;
padding-right: 25px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ad78e0c1-22c5-49df-99ba-62a30e934d49 {
  margin-bottom: -18px;
display: none;
}
#s-ad78e0c1-22c5-49df-99ba-62a30e934d49, #wrap-s-ad78e0c1-22c5-49df-99ba-62a30e934d49, #wrap-content-s-ad78e0c1-22c5-49df-99ba-62a30e934d49 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ad78e0c1-22c5-49df-99ba-62a30e934d49 {
  display: none;
}
#s-ad78e0c1-22c5-49df-99ba-62a30e934d49, #wrap-s-ad78e0c1-22c5-49df-99ba-62a30e934d49, #wrap-content-s-ad78e0c1-22c5-49df-99ba-62a30e934d49 { display: none !important; }}
#s-9d406b82-da6f-4027-8dbd-3d02916737c4 {
  padding-top: 0px;
padding-left: 25px;
padding-bottom: 0px;
padding-right: 25px;
}
@media (min-width: 1200px){#s-9d406b82-da6f-4027-8dbd-3d02916737c4 {
  display: none;
}
#s-9d406b82-da6f-4027-8dbd-3d02916737c4, #wrap-s-9d406b82-da6f-4027-8dbd-3d02916737c4, #wrap-content-s-9d406b82-da6f-4027-8dbd-3d02916737c4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9d406b82-da6f-4027-8dbd-3d02916737c4 {
  display: none;
}
#s-9d406b82-da6f-4027-8dbd-3d02916737c4, #wrap-s-9d406b82-da6f-4027-8dbd-3d02916737c4, #wrap-content-s-9d406b82-da6f-4027-8dbd-3d02916737c4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9d406b82-da6f-4027-8dbd-3d02916737c4 {
  display: none;
}
#s-9d406b82-da6f-4027-8dbd-3d02916737c4, #wrap-s-9d406b82-da6f-4027-8dbd-3d02916737c4, #wrap-content-s-9d406b82-da6f-4027-8dbd-3d02916737c4 { display: none !important; }}

  #s-9d406b82-da6f-4027-8dbd-3d02916737c4 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(236, 236, 236, 1);
    border: 1px solid #DDDDDD;
  }
  #s-9d406b82-da6f-4027-8dbd-3d02916737c4 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(64, 132, 174, 1);
    border: 1px solid #ddd;
  }
#s-9d406b82-da6f-4027-8dbd-3d02916737c4 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(38, 38, 38, 1);
  font-family: Poppins;
  font-weight: 500;
  font-style: ;
  font-size: 16px;
}

#s-9d406b82-da6f-4027-8dbd-3d02916737c4 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-9d406b82-da6f-4027-8dbd-3d02916737c4 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(64, 132, 174, 1);
}

#s-9d406b82-da6f-4027-8dbd-3d02916737c4 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-4a7b45b1-8b15-402a-b426-60c28a5f1f2a {
  padding-top: 25px;
padding-left: 25px;
padding-bottom: 0px;
padding-right: 25px;
max-width: 100%;
}
@media (min-width: 1200px){#s-4a7b45b1-8b15-402a-b426-60c28a5f1f2a {
  margin-bottom: -18px;
}
}
@media (min-width: 0px) {
[id="s-4c133925-7563-4531-a52f-26ba9c044a05"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4c133925-7563-4531-a52f-26ba9c044a05"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4c133925-7563-4531-a52f-26ba9c044a05"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4c133925-7563-4531-a52f-26ba9c044a05"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4c133925-7563-4531-a52f-26ba9c044a05"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c133925-7563-4531-a52f-26ba9c044a05"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4c133925-7563-4531-a52f-26ba9c044a05"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-6449a2c9-a4df-4a5f-a98c-fb5e066e635a {
  padding-top: 25px;
padding-left: 25px;
padding-bottom: 0px;
padding-right: 25px;
max-width: 100%;
}
@media (min-width: 1200px){#s-6449a2c9-a4df-4a5f-a98c-fb5e066e635a {
  margin-bottom: -18px;
}
}
#s-dbe6bd79-9ed1-438e-9e54-4c1797ac6b59 {
  padding-left: 25px;
padding-right: 25px;
}
@media (min-width: 1200px){#s-dbe6bd79-9ed1-438e-9e54-4c1797ac6b59 {
  margin-left: -23px;
margin-right: -23px;
}
}
@media (min-width: 0px) {
[id="s-fa042f78-a218-4853-9ffe-18d5a1da1ad5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fa042f78-a218-4853-9ffe-18d5a1da1ad5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fa042f78-a218-4853-9ffe-18d5a1da1ad5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fa042f78-a218-4853-9ffe-18d5a1da1ad5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fa042f78-a218-4853-9ffe-18d5a1da1ad5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa042f78-a218-4853-9ffe-18d5a1da1ad5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fa042f78-a218-4853-9ffe-18d5a1da1ad5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-84487faf-c7cb-43ad-99be-15a877a31d18 {
  padding-top: 25px;
padding-left: 25px;
padding-bottom: 0px;
padding-right: 25px;
max-width: 100%;
}
@media (min-width: 1200px){#s-84487faf-c7cb-43ad-99be-15a877a31d18 {
  margin-bottom: -18px;
}
}
#s-691909df-96a8-400a-90d8-7a061c3a789a {
  padding-left: 25px;
padding-right: 25px;
}
@media (min-width: 1200px){#s-691909df-96a8-400a-90d8-7a061c3a789a {
  margin-left: -23px;
margin-right: -23px;
}
}
#s-61439067-5ff6-4d6c-8f9a-882fe968f0e7 {
  padding-top: 20px;
padding-left: 25px;
padding-bottom: 0px;
padding-right: 25px;
max-width: 100%;
}
@media (min-width: 1200px){#s-61439067-5ff6-4d6c-8f9a-882fe968f0e7 {
  margin-bottom: -18px;
}
}
@media (min-width: 0px) {
[id="s-5125becd-ade0-42ab-b71f-06cbd97de3f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5125becd-ade0-42ab-b71f-06cbd97de3f6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5125becd-ade0-42ab-b71f-06cbd97de3f6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5125becd-ade0-42ab-b71f-06cbd97de3f6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a3ad9bd8-727a-46b9-87fc-d2bc29968d57 {
  padding-top: 20px;
padding-left: 25px;
padding-bottom: 0px;
padding-right: 25px;
max-width: 100%;
}
@media (min-width: 1200px){#s-a3ad9bd8-727a-46b9-87fc-d2bc29968d57 {
  margin-bottom: -18px;
}
}
#s-72424463-baa9-4241-a03f-8c4ecb1a8658 {
  margin-bottom: 50px;
padding-left: 25px;
padding-right: 25px;
}
@media (min-width: 1200px){#s-72424463-baa9-4241-a03f-8c4ecb1a8658 {
  margin-left: -23px;
margin-right: -23px;
}
}
@media (min-width: 0px) {
[id="s-3ccd906e-4f1f-4fbb-b920-c71882565dba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ccd906e-4f1f-4fbb-b920-c71882565dba"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3ccd906e-4f1f-4fbb-b920-c71882565dba"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3ccd906e-4f1f-4fbb-b920-c71882565dba"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3ccd906e-4f1f-4fbb-b920-c71882565dba"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ccd906e-4f1f-4fbb-b920-c71882565dba"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3ccd906e-4f1f-4fbb-b920-c71882565dba"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-45d6ede6-f46c-4f16-aa17-dd2bfe16f301 {
  padding-left: 25px;
padding-right: 25px;
}
@media (min-width: 1200px){#s-45d6ede6-f46c-4f16-aa17-dd2bfe16f301 {
  margin-left: -23px;
margin-right: -23px;
}
}
@media (min-width: 0px) {
[id="s-0002021d-b8fa-4372-8a36-7f069757b124"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0002021d-b8fa-4372-8a36-7f069757b124"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0002021d-b8fa-4372-8a36-7f069757b124"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0002021d-b8fa-4372-8a36-7f069757b124"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4f651b94-bce5-498e-97ef-89409cd57a64 {
  padding-left: 25px;
padding-right: 25px;
}
@media (min-width: 1200px){#s-4f651b94-bce5-498e-97ef-89409cd57a64 {
  margin-left: -23px;
margin-right: -23px;
}
}
#s-ba6db80b-5dea-4fb0-9fb8-a19eb3382646 {
  padding-top: 75px;
padding-left: 25px;
padding-bottom: 0px;
padding-right: 25px;
max-width: 100%;
background-color: rgba(247, 252, 255, 1);
}
@media (min-width: 1200px){#s-ba6db80b-5dea-4fb0-9fb8-a19eb3382646 {
  margin-bottom: -18px;
display: none;
}
#s-ba6db80b-5dea-4fb0-9fb8-a19eb3382646, #wrap-s-ba6db80b-5dea-4fb0-9fb8-a19eb3382646, #wrap-content-s-ba6db80b-5dea-4fb0-9fb8-a19eb3382646 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ba6db80b-5dea-4fb0-9fb8-a19eb3382646 {
  display: none;
}
#s-ba6db80b-5dea-4fb0-9fb8-a19eb3382646, #wrap-s-ba6db80b-5dea-4fb0-9fb8-a19eb3382646, #wrap-content-s-ba6db80b-5dea-4fb0-9fb8-a19eb3382646 { display: none !important; }}
#s-5252f665-3a05-4b05-8edc-12cefd9c8750 {
  padding-left: 25px;
padding-right: 25px;
background-color: rgba(247, 252, 255, 1);
}
@media (min-width: 1200px){#s-5252f665-3a05-4b05-8edc-12cefd9c8750 {
  margin-left: -23px;
margin-right: -23px;
display: none;
}
#s-5252f665-3a05-4b05-8edc-12cefd9c8750, #wrap-s-5252f665-3a05-4b05-8edc-12cefd9c8750, #wrap-content-s-5252f665-3a05-4b05-8edc-12cefd9c8750 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5252f665-3a05-4b05-8edc-12cefd9c8750 {
  display: none;
}
#s-5252f665-3a05-4b05-8edc-12cefd9c8750, #wrap-s-5252f665-3a05-4b05-8edc-12cefd9c8750, #wrap-content-s-5252f665-3a05-4b05-8edc-12cefd9c8750 { display: none !important; }}
#s-1f988c24-c9d5-4272-960f-78362b4e64e7 {
  padding-top: 50px;
padding-bottom: 50px;
text-align: center;
background-color: rgba(247, 252, 255, 1);
}
@media (min-width: 1200px){#s-1f988c24-c9d5-4272-960f-78362b4e64e7 {
  display: none;
}
#s-1f988c24-c9d5-4272-960f-78362b4e64e7, #wrap-s-1f988c24-c9d5-4272-960f-78362b4e64e7, #wrap-content-s-1f988c24-c9d5-4272-960f-78362b4e64e7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1f988c24-c9d5-4272-960f-78362b4e64e7 {
  display: none;
}
#s-1f988c24-c9d5-4272-960f-78362b4e64e7, #wrap-s-1f988c24-c9d5-4272-960f-78362b4e64e7, #wrap-content-s-1f988c24-c9d5-4272-960f-78362b4e64e7 { display: none !important; }}
#s-1f988c24-c9d5-4272-960f-78362b4e64e7 {
  overflow: hidden;
  
  
}







  #s-1f988c24-c9d5-4272-960f-78362b4e64e7 img.shogun-image {
    

    
    
    
  }


#s-1f988c24-c9d5-4272-960f-78362b4e64e7 .shogun-image-content {
  
    justify-content: center;
  
}

#s-6d04e80b-7932-4687-8a67-b7aa8c0bf756 {
  padding-top: 100px;
padding-left: 25px;
padding-right: 25px;
max-width: 100%;
background-color: rgba(247, 252, 255, 1);
}
@media (min-width: 1200px){#s-6d04e80b-7932-4687-8a67-b7aa8c0bf756 {
  margin-bottom: -18px;
display: none;
}
#s-6d04e80b-7932-4687-8a67-b7aa8c0bf756, #wrap-s-6d04e80b-7932-4687-8a67-b7aa8c0bf756, #wrap-content-s-6d04e80b-7932-4687-8a67-b7aa8c0bf756 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6d04e80b-7932-4687-8a67-b7aa8c0bf756 {
  display: none;
}
#s-6d04e80b-7932-4687-8a67-b7aa8c0bf756, #wrap-s-6d04e80b-7932-4687-8a67-b7aa8c0bf756, #wrap-content-s-6d04e80b-7932-4687-8a67-b7aa8c0bf756 { display: none !important; }}
#s-ba4699cc-837b-4616-9b49-533ad092894a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ba4699cc-837b-4616-9b49-533ad092894a {
  display: none;
}
#s-ba4699cc-837b-4616-9b49-533ad092894a, #wrap-s-ba4699cc-837b-4616-9b49-533ad092894a, #wrap-content-s-ba4699cc-837b-4616-9b49-533ad092894a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ba4699cc-837b-4616-9b49-533ad092894a {
  display: none;
}
#s-ba4699cc-837b-4616-9b49-533ad092894a, #wrap-s-ba4699cc-837b-4616-9b49-533ad092894a, #wrap-content-s-ba4699cc-837b-4616-9b49-533ad092894a { display: none !important; }}







#s-ba4699cc-837b-4616-9b49-533ad092894a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ba4699cc-837b-4616-9b49-533ad092894a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd477042-3cd5-4afa-a9ba-e92980c8078e {
  min-height: 50px;
background-color: rgba(247, 252, 255, 1);
}
@media (min-width: 1200px){#s-bd477042-3cd5-4afa-a9ba-e92980c8078e {
  display: none;
}
#s-bd477042-3cd5-4afa-a9ba-e92980c8078e, #wrap-s-bd477042-3cd5-4afa-a9ba-e92980c8078e, #wrap-content-s-bd477042-3cd5-4afa-a9ba-e92980c8078e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bd477042-3cd5-4afa-a9ba-e92980c8078e {
  display: none;
}
#s-bd477042-3cd5-4afa-a9ba-e92980c8078e, #wrap-s-bd477042-3cd5-4afa-a9ba-e92980c8078e, #wrap-content-s-bd477042-3cd5-4afa-a9ba-e92980c8078e { display: none !important; }}







#s-bd477042-3cd5-4afa-a9ba-e92980c8078e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bd477042-3cd5-4afa-a9ba-e92980c8078e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-79a23c68-118a-42e1-b8ce-a2071926d6db {
  padding-top: 50px;
padding-left: 25px;
padding-bottom: 100px;
padding-right: 25px;
}
@media (min-width: 1200px){#s-79a23c68-118a-42e1-b8ce-a2071926d6db {
  display: none;
}
#s-79a23c68-118a-42e1-b8ce-a2071926d6db, #wrap-s-79a23c68-118a-42e1-b8ce-a2071926d6db, #wrap-content-s-79a23c68-118a-42e1-b8ce-a2071926d6db { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-79a23c68-118a-42e1-b8ce-a2071926d6db {
  display: none;
}
#s-79a23c68-118a-42e1-b8ce-a2071926d6db, #wrap-s-79a23c68-118a-42e1-b8ce-a2071926d6db, #wrap-content-s-79a23c68-118a-42e1-b8ce-a2071926d6db { display: none !important; }}
#s-79a23c68-118a-42e1-b8ce-a2071926d6db > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-79a23c68-118a-42e1-b8ce-a2071926d6db > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(64, 132, 174, 1);
  padding: 17px;
}

#s-79a23c68-118a-42e1-b8ce-a2071926d6db > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-79a23c68-118a-42e1-b8ce-a2071926d6db > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(247, 252, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-79a23c68-118a-42e1-b8ce-a2071926d6db > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 500;
  font-style: ;
  font-size: 18px;
}

#s-79a23c68-118a-42e1-b8ce-a2071926d6db > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-6e1f5394-57b0-4eb4-83be-b5fc6c512677 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-9d2e63c6-3dc1-4488-8ef6-4f87c47f3de1 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-f872c5fa-07cf-4a3e-be11-d1d3afe19b47 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-6b59e951-4ae3-4e84-82e4-04b91361c716 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-ee309c42-3fbe-4b67-bb1d-5caa24ccb636 {
  padding-top: 20px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
}

#s-77e12fb5-6edd-4485-84d8-46447f494ee3 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-77e12fb5-6edd-4485-84d8-46447f494ee3 {
  display: none;
}
#s-77e12fb5-6edd-4485-84d8-46447f494ee3, #wrap-s-77e12fb5-6edd-4485-84d8-46447f494ee3, #wrap-content-s-77e12fb5-6edd-4485-84d8-46447f494ee3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-77e12fb5-6edd-4485-84d8-46447f494ee3 {
  display: none;
}
#s-77e12fb5-6edd-4485-84d8-46447f494ee3, #wrap-s-77e12fb5-6edd-4485-84d8-46447f494ee3, #wrap-content-s-77e12fb5-6edd-4485-84d8-46447f494ee3 { display: none !important; }}







#s-77e12fb5-6edd-4485-84d8-46447f494ee3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-77e12fb5-6edd-4485-84d8-46447f494ee3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba90b831-c605-4ff7-a6c6-e404f7b4c738 {
  padding-top: 150px;
padding-left: 0px;
padding-bottom: 100px;
padding-right: 0px;
max-width: 100%;
background-color: rgba(247, 252, 255, 1);
}
@media (min-width: 1200px){#s-ba90b831-c605-4ff7-a6c6-e404f7b4c738 {
  padding-left: 80px;
padding-right: 80px;
display: none;
}
#s-ba90b831-c605-4ff7-a6c6-e404f7b4c738, #wrap-s-ba90b831-c605-4ff7-a6c6-e404f7b4c738, #wrap-content-s-ba90b831-c605-4ff7-a6c6-e404f7b4c738 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ba90b831-c605-4ff7-a6c6-e404f7b4c738 {
  padding-left: 80px;
padding-right: 80px;
display: none;
}
#s-ba90b831-c605-4ff7-a6c6-e404f7b4c738, #wrap-s-ba90b831-c605-4ff7-a6c6-e404f7b4c738, #wrap-content-s-ba90b831-c605-4ff7-a6c6-e404f7b4c738 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ba90b831-c605-4ff7-a6c6-e404f7b4c738 {
  display: none;
}
#s-ba90b831-c605-4ff7-a6c6-e404f7b4c738, #wrap-s-ba90b831-c605-4ff7-a6c6-e404f7b4c738, #wrap-content-s-ba90b831-c605-4ff7-a6c6-e404f7b4c738 { display: none !important; }}@media (max-width: 767px){#s-ba90b831-c605-4ff7-a6c6-e404f7b4c738 {
  display: none;
}
#s-ba90b831-c605-4ff7-a6c6-e404f7b4c738, #wrap-s-ba90b831-c605-4ff7-a6c6-e404f7b4c738, #wrap-content-s-ba90b831-c605-4ff7-a6c6-e404f7b4c738 { display: none !important; }}
@media (min-width: 0px) {
[id="s-ba90b831-c605-4ff7-a6c6-e404f7b4c738"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ba90b831-c605-4ff7-a6c6-e404f7b4c738"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ba90b831-c605-4ff7-a6c6-e404f7b4c738"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-ba90b831-c605-4ff7-a6c6-e404f7b4c738"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ba90b831-c605-4ff7-a6c6-e404f7b4c738"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-ba90b831-c605-4ff7-a6c6-e404f7b4c738"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ba90b831-c605-4ff7-a6c6-e404f7b4c738"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

}

#s-1428dadc-20f5-4fb9-816f-b435a66f5b2c {
  padding-left: 50px;
padding-right: 50px;
max-width: 100%;
}
@media (min-width: 1200px){#s-1428dadc-20f5-4fb9-816f-b435a66f5b2c {
  margin-bottom: -18px;
}
}
#s-cbfdef3a-4205-4bbd-9902-871c9a3ed430 {
  padding-left: 50px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-cbfdef3a-4205-4bbd-9902-871c9a3ed430 {
  margin-bottom: -20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cbfdef3a-4205-4bbd-9902-871c9a3ed430 {
  margin-top: -20px;
margin-bottom: -20px;
}
}
#s-16412006-0e26-4474-a63a-193f66f7d267 {
  padding-left: 50px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-16412006-0e26-4474-a63a-193f66f7d267 {
  margin-left: -23px;
margin-right: -23px;
}
}
#s-0379aa14-fba1-4743-a477-5eefbf5e40d3 {
  padding-left: 50px;
padding-right: 50px;
}

#s-60d58d32-7e32-4798-913c-1d0da37036c1 {
  padding-left: 50px;
padding-right: 50px;
}

@media (min-width: 0px) {
[id="s-60d58d32-7e32-4798-913c-1d0da37036c1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60d58d32-7e32-4798-913c-1d0da37036c1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-60d58d32-7e32-4798-913c-1d0da37036c1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-60d58d32-7e32-4798-913c-1d0da37036c1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

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

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

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

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

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

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

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

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

#s-901a86b7-6878-41ac-a21d-230c30add005 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(64, 132, 174, 1);
border-radius: 1px;
min-height: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
color: rgba(38, 38, 38, 1);
background-image: none;
hover-type: color;
}
#s-901a86b7-6878-41ac-a21d-230c30add005:hover {background-color: rgba(64, 132, 174, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-901a86b7-6878-41ac-a21d-230c30add005:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-901a86b7-6878-41ac-a21d-230c30add005-root {
    text-align: center;
  }


#s-901a86b7-6878-41ac-a21d-230c30add005.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-901a86b7-6878-41ac-a21d-230c30add005-root {
    text-align: center;
  }


#s-901a86b7-6878-41ac-a21d-230c30add005.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-901a86b7-6878-41ac-a21d-230c30add005-root {
    text-align: center;
  }


#s-901a86b7-6878-41ac-a21d-230c30add005.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-901a86b7-6878-41ac-a21d-230c30add005-root {
    text-align: center;
  }


#s-901a86b7-6878-41ac-a21d-230c30add005.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-901a86b7-6878-41ac-a21d-230c30add005-root {
    text-align: center;
  }


#s-901a86b7-6878-41ac-a21d-230c30add005.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-99bcc386-e12c-4a8b-bdc9-331d889dc7dc {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(64, 132, 174, 1);
border-radius: 1px;
min-height: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
background-image: none;
hover-type: color;
color: rgba(38, 38, 38, 1);
}
#s-99bcc386-e12c-4a8b-bdc9-331d889dc7dc:hover {background-color: rgba(64, 132, 174, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-99bcc386-e12c-4a8b-bdc9-331d889dc7dc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-99bcc386-e12c-4a8b-bdc9-331d889dc7dc-root {
    text-align: center;
  }


#s-99bcc386-e12c-4a8b-bdc9-331d889dc7dc.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-99bcc386-e12c-4a8b-bdc9-331d889dc7dc-root {
    text-align: center;
  }


#s-99bcc386-e12c-4a8b-bdc9-331d889dc7dc.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-99bcc386-e12c-4a8b-bdc9-331d889dc7dc-root {
    text-align: center;
  }


#s-99bcc386-e12c-4a8b-bdc9-331d889dc7dc.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-99bcc386-e12c-4a8b-bdc9-331d889dc7dc-root {
    text-align: center;
  }


#s-99bcc386-e12c-4a8b-bdc9-331d889dc7dc.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-99bcc386-e12c-4a8b-bdc9-331d889dc7dc-root {
    text-align: center;
  }


#s-99bcc386-e12c-4a8b-bdc9-331d889dc7dc.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-765a573b-d3b7-4426-ae9e-b4ba2ba1b174 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(64, 132, 174, 1);
border-radius: 1px;
min-height: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(38, 38, 38, 1);
background-image: none;
hover-type: color;
line-height: 1.5em;
}
#s-765a573b-d3b7-4426-ae9e-b4ba2ba1b174:hover {background-color: rgba(64, 132, 174, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-765a573b-d3b7-4426-ae9e-b4ba2ba1b174:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-765a573b-d3b7-4426-ae9e-b4ba2ba1b174-root {
    text-align: center;
  }


#s-765a573b-d3b7-4426-ae9e-b4ba2ba1b174.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-765a573b-d3b7-4426-ae9e-b4ba2ba1b174-root {
    text-align: center;
  }


#s-765a573b-d3b7-4426-ae9e-b4ba2ba1b174.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-765a573b-d3b7-4426-ae9e-b4ba2ba1b174-root {
    text-align: center;
  }


#s-765a573b-d3b7-4426-ae9e-b4ba2ba1b174.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-765a573b-d3b7-4426-ae9e-b4ba2ba1b174-root {
    text-align: center;
  }


#s-765a573b-d3b7-4426-ae9e-b4ba2ba1b174.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-765a573b-d3b7-4426-ae9e-b4ba2ba1b174-root {
    text-align: center;
  }


#s-765a573b-d3b7-4426-ae9e-b4ba2ba1b174.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-b210c0b9-e391-4058-9f50-cc6fe4059869 {
  margin-top: -44px;
margin-bottom: -44px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(247, 252, 255, 1);
}

#s-b210c0b9-e391-4058-9f50-cc6fe4059869 {
  overflow: hidden;
  
  
}







  #s-b210c0b9-e391-4058-9f50-cc6fe4059869 img.shogun-image {
    

    
    
    
  }


#s-b210c0b9-e391-4058-9f50-cc6fe4059869 .shogun-image-content {
  
    justify-content: center;
  
}

#s-0e275a26-5a5f-4ac7-9bc1-b84641723b14 {
  padding-left: 50px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-0e275a26-5a5f-4ac7-9bc1-b84641723b14 {
  padding-top: 40px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0e275a26-5a5f-4ac7-9bc1-b84641723b14 {
  padding-top: 25px;
padding-bottom: 10px;
}
}
#s-8aa49103-f59f-45a3-a852-b892aa4815d0 {
  margin-top: -32px;
padding-left: 25px;
padding-right: 25px;
}
@media (min-width: 1200px){#s-8aa49103-f59f-45a3-a852-b892aa4815d0 {
  padding-top: 40px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8aa49103-f59f-45a3-a852-b892aa4815d0 {
  padding-top: 25px;
padding-bottom: 10px;
}
}
#s-2646d398-918a-4a38-8500-4c0a2912a800 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2646d398-918a-4a38-8500-4c0a2912a800 {
  display: none;
}
#s-2646d398-918a-4a38-8500-4c0a2912a800, #wrap-s-2646d398-918a-4a38-8500-4c0a2912a800, #wrap-content-s-2646d398-918a-4a38-8500-4c0a2912a800 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2646d398-918a-4a38-8500-4c0a2912a800 {
  display: none;
}
#s-2646d398-918a-4a38-8500-4c0a2912a800, #wrap-s-2646d398-918a-4a38-8500-4c0a2912a800, #wrap-content-s-2646d398-918a-4a38-8500-4c0a2912a800 { display: none !important; }}







#s-2646d398-918a-4a38-8500-4c0a2912a800 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2646d398-918a-4a38-8500-4c0a2912a800.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-44324241-53ca-4e2b-ae55-4aff2d01ab5d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-44324241-53ca-4e2b-ae55-4aff2d01ab5d {
  display: none;
}
#s-44324241-53ca-4e2b-ae55-4aff2d01ab5d, #wrap-s-44324241-53ca-4e2b-ae55-4aff2d01ab5d, #wrap-content-s-44324241-53ca-4e2b-ae55-4aff2d01ab5d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-44324241-53ca-4e2b-ae55-4aff2d01ab5d {
  display: none;
}
#s-44324241-53ca-4e2b-ae55-4aff2d01ab5d, #wrap-s-44324241-53ca-4e2b-ae55-4aff2d01ab5d, #wrap-content-s-44324241-53ca-4e2b-ae55-4aff2d01ab5d { display: none !important; }}







#s-44324241-53ca-4e2b-ae55-4aff2d01ab5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-44324241-53ca-4e2b-ae55-4aff2d01ab5d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9569f1b4-8b56-41ab-b7b5-039d0367a805 {
  padding-top: 100px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-9569f1b4-8b56-41ab-b7b5-039d0367a805 {
  display: none;
}
#s-9569f1b4-8b56-41ab-b7b5-039d0367a805, #wrap-s-9569f1b4-8b56-41ab-b7b5-039d0367a805, #wrap-content-s-9569f1b4-8b56-41ab-b7b5-039d0367a805 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9569f1b4-8b56-41ab-b7b5-039d0367a805 {
  display: none;
}
#s-9569f1b4-8b56-41ab-b7b5-039d0367a805, #wrap-s-9569f1b4-8b56-41ab-b7b5-039d0367a805, #wrap-content-s-9569f1b4-8b56-41ab-b7b5-039d0367a805 { display: none !important; }}
#s-9569f1b4-8b56-41ab-b7b5-039d0367a805 {
  overflow: hidden;
  
  
}







  #s-9569f1b4-8b56-41ab-b7b5-039d0367a805 img.shogun-image {
    

    
    
    
  }


#s-9569f1b4-8b56-41ab-b7b5-039d0367a805 .shogun-image-content {
  
    justify-content: center;
  
}

#s-4d11da56-f9a1-48eb-ab6c-cdb58e1110d1 {
  min-height: 50px;
}








#s-4d11da56-f9a1-48eb-ab6c-cdb58e1110d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4d11da56-f9a1-48eb-ab6c-cdb58e1110d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f1d4d22d-c1f3-4e2a-bee7-abddff5cbbf6 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-f1d4d22d-c1f3-4e2a-bee7-abddff5cbbf6 {
  display: none;
}
#s-f1d4d22d-c1f3-4e2a-bee7-abddff5cbbf6, #wrap-s-f1d4d22d-c1f3-4e2a-bee7-abddff5cbbf6, #wrap-content-s-f1d4d22d-c1f3-4e2a-bee7-abddff5cbbf6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f1d4d22d-c1f3-4e2a-bee7-abddff5cbbf6 {
  display: none;
}
#s-f1d4d22d-c1f3-4e2a-bee7-abddff5cbbf6, #wrap-s-f1d4d22d-c1f3-4e2a-bee7-abddff5cbbf6, #wrap-content-s-f1d4d22d-c1f3-4e2a-bee7-abddff5cbbf6 { display: none !important; }}
#s-f1d4d22d-c1f3-4e2a-bee7-abddff5cbbf6 {
  overflow: hidden;
  
  
}







  #s-f1d4d22d-c1f3-4e2a-bee7-abddff5cbbf6 img.shogun-image {
    

    
    
    
  }


#s-f1d4d22d-c1f3-4e2a-bee7-abddff5cbbf6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-effa2f2c-51b8-4ddb-b1a1-eb18f9761f48 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-effa2f2c-51b8-4ddb-b1a1-eb18f9761f48 {
  display: none;
}
#s-effa2f2c-51b8-4ddb-b1a1-eb18f9761f48, #wrap-s-effa2f2c-51b8-4ddb-b1a1-eb18f9761f48, #wrap-content-s-effa2f2c-51b8-4ddb-b1a1-eb18f9761f48 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-effa2f2c-51b8-4ddb-b1a1-eb18f9761f48 {
  display: none;
}
#s-effa2f2c-51b8-4ddb-b1a1-eb18f9761f48, #wrap-s-effa2f2c-51b8-4ddb-b1a1-eb18f9761f48, #wrap-content-s-effa2f2c-51b8-4ddb-b1a1-eb18f9761f48 { display: none !important; }}







#s-effa2f2c-51b8-4ddb-b1a1-eb18f9761f48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-effa2f2c-51b8-4ddb-b1a1-eb18f9761f48.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b16e46c-1c00-46fc-956d-e659a8633d15 {
  background-color: rgba(247, 252, 255, 1);
}
@media (min-width: 1200px){#s-3b16e46c-1c00-46fc-956d-e659a8633d15 {
  display: none;
}
#s-3b16e46c-1c00-46fc-956d-e659a8633d15, #wrap-s-3b16e46c-1c00-46fc-956d-e659a8633d15, #wrap-content-s-3b16e46c-1c00-46fc-956d-e659a8633d15 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3b16e46c-1c00-46fc-956d-e659a8633d15 {
  display: none;
}
#s-3b16e46c-1c00-46fc-956d-e659a8633d15, #wrap-s-3b16e46c-1c00-46fc-956d-e659a8633d15, #wrap-content-s-3b16e46c-1c00-46fc-956d-e659a8633d15 { display: none !important; }}
@media (min-width: 0px) {
[id="s-3b16e46c-1c00-46fc-956d-e659a8633d15"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3b16e46c-1c00-46fc-956d-e659a8633d15"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3b16e46c-1c00-46fc-956d-e659a8633d15"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3b16e46c-1c00-46fc-956d-e659a8633d15"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3b16e46c-1c00-46fc-956d-e659a8633d15"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3b16e46c-1c00-46fc-956d-e659a8633d15"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3b16e46c-1c00-46fc-956d-e659a8633d15"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-7104e76e-28b9-4247-9952-361f54d864c7 {
  padding-top: 50px;
padding-left: 25px;
padding-right: 25px;
max-width: 100%;
}
@media (min-width: 1200px){#s-7104e76e-28b9-4247-9952-361f54d864c7 {
  margin-bottom: -18px;
display: none;
}
#s-7104e76e-28b9-4247-9952-361f54d864c7, #wrap-s-7104e76e-28b9-4247-9952-361f54d864c7, #wrap-content-s-7104e76e-28b9-4247-9952-361f54d864c7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7104e76e-28b9-4247-9952-361f54d864c7 {
  display: none;
}
#s-7104e76e-28b9-4247-9952-361f54d864c7, #wrap-s-7104e76e-28b9-4247-9952-361f54d864c7, #wrap-content-s-7104e76e-28b9-4247-9952-361f54d864c7 { display: none !important; }}@media (max-width: 767px){#s-7104e76e-28b9-4247-9952-361f54d864c7 {
  margin-bottom: -20px;
}
}
#s-edbfc025-0411-4bce-b31d-7583bedd2340 {
  padding-top: 150px;
padding-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-edbfc025-0411-4bce-b31d-7583bedd2340 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 25px;
}
}@media (max-width: 767px){#s-edbfc025-0411-4bce-b31d-7583bedd2340 {
  padding-top: 20px;
padding-left: 25px;
padding-right: 25px;
}
}

  #s-edbfc025-0411-4bce-b31d-7583bedd2340 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(245, 245, 245, 1);
    border: 2px solid rgba(64, 132, 174, 1);
  }
  #s-edbfc025-0411-4bce-b31d-7583bedd2340 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(64, 132, 174, 1);
    border: 2px solid rgba(255, 255, 255, 1);
  }
#s-edbfc025-0411-4bce-b31d-7583bedd2340 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(38, 38, 38, 1);
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 20px;
}

#s-edbfc025-0411-4bce-b31d-7583bedd2340 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-edbfc025-0411-4bce-b31d-7583bedd2340 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 2px);
  left: 2px;
  bottom: -2px;
  height: 2px;
  background: rgba(64, 132, 174, 1);
}

#s-edbfc025-0411-4bce-b31d-7583bedd2340 .shogun-tabs-body {
  margin-top: -2px;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-b31adb68-0919-4958-8c23-ec42b2534cab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b31adb68-0919-4958-8c23-ec42b2534cab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b31adb68-0919-4958-8c23-ec42b2534cab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b31adb68-0919-4958-8c23-ec42b2534cab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-78f1cf82-e4cf-4363-8964-3e3e9d920266 {
  padding-top: 50px;
}

#s-a89762fd-9a9a-4c5f-8a6f-dc546a3b5683 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a89762fd-9a9a-4c5f-8a6f-dc546a3b5683 {
  overflow: hidden;
  
  
}







  #s-a89762fd-9a9a-4c5f-8a6f-dc546a3b5683 img.shogun-image {
    

    
    
    
  }


#s-a89762fd-9a9a-4c5f-8a6f-dc546a3b5683 .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-7d9b29e1-4175-4e05-b201-5b9bc8de4fc1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d9b29e1-4175-4e05-b201-5b9bc8de4fc1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7d9b29e1-4175-4e05-b201-5b9bc8de4fc1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d9b29e1-4175-4e05-b201-5b9bc8de4fc1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d5f0df65-01e0-4441-8230-124606b6ab4f {
  padding-top: 50px;
}

#s-e8e8a36c-66c2-4ee7-931e-6324c575d2ce {
  padding-top: 50px;
padding-bottom: 50px;
text-align: center;
}

#s-e8e8a36c-66c2-4ee7-931e-6324c575d2ce {
  overflow: hidden;
  
  
}







  #s-e8e8a36c-66c2-4ee7-931e-6324c575d2ce img.shogun-image {
    

    
    
    
  }


#s-e8e8a36c-66c2-4ee7-931e-6324c575d2ce .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-7b74134d-889b-47c0-b46f-20aa26d87641"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b74134d-889b-47c0-b46f-20aa26d87641"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7b74134d-889b-47c0-b46f-20aa26d87641"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b74134d-889b-47c0-b46f-20aa26d87641"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2a16b6da-a3bc-4898-8ead-8a5ed1e01232 {
  padding-top: 50px;
}

#s-166a6632-ed11-46bf-a247-ed3932b1f39a {
  padding-top: 50px;
padding-bottom: 50px;
text-align: center;
}

#s-166a6632-ed11-46bf-a247-ed3932b1f39a {
  overflow: hidden;
  
  
}







  #s-166a6632-ed11-46bf-a247-ed3932b1f39a img.shogun-image {
    

    
    
    
  }


#s-166a6632-ed11-46bf-a247-ed3932b1f39a .shogun-image-content {
  
    justify-content: center;
  
}

#s-492fabab-57c7-4dcf-a19d-8322c49948b0 {
  margin-bottom: -25px;
padding-top: 50px;
padding-left: 25px;
padding-right: 25px;
max-width: 100%;
}
@media (min-width: 1200px){#s-492fabab-57c7-4dcf-a19d-8322c49948b0 {
  display: none;
}
#s-492fabab-57c7-4dcf-a19d-8322c49948b0, #wrap-s-492fabab-57c7-4dcf-a19d-8322c49948b0, #wrap-content-s-492fabab-57c7-4dcf-a19d-8322c49948b0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-492fabab-57c7-4dcf-a19d-8322c49948b0 {
  display: none;
}
#s-492fabab-57c7-4dcf-a19d-8322c49948b0, #wrap-s-492fabab-57c7-4dcf-a19d-8322c49948b0, #wrap-content-s-492fabab-57c7-4dcf-a19d-8322c49948b0 { display: none !important; }}
#s-37902f5d-588f-404a-a1c7-c9dbde60cf6b {
  padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
}
@media (min-width: 1200px){#s-37902f5d-588f-404a-a1c7-c9dbde60cf6b {
  display: none;
}
#s-37902f5d-588f-404a-a1c7-c9dbde60cf6b, #wrap-s-37902f5d-588f-404a-a1c7-c9dbde60cf6b, #wrap-content-s-37902f5d-588f-404a-a1c7-c9dbde60cf6b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-37902f5d-588f-404a-a1c7-c9dbde60cf6b {
  display: none;
}
#s-37902f5d-588f-404a-a1c7-c9dbde60cf6b, #wrap-s-37902f5d-588f-404a-a1c7-c9dbde60cf6b, #wrap-content-s-37902f5d-588f-404a-a1c7-c9dbde60cf6b { display: none !important; }}
#s-15410d6a-16e4-400b-aa81-ba335ddc6c5d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-15410d6a-16e4-400b-aa81-ba335ddc6c5d {
  display: none;
}
#s-15410d6a-16e4-400b-aa81-ba335ddc6c5d, #wrap-s-15410d6a-16e4-400b-aa81-ba335ddc6c5d, #wrap-content-s-15410d6a-16e4-400b-aa81-ba335ddc6c5d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-15410d6a-16e4-400b-aa81-ba335ddc6c5d {
  display: none;
}
#s-15410d6a-16e4-400b-aa81-ba335ddc6c5d, #wrap-s-15410d6a-16e4-400b-aa81-ba335ddc6c5d, #wrap-content-s-15410d6a-16e4-400b-aa81-ba335ddc6c5d { display: none !important; }}







#s-15410d6a-16e4-400b-aa81-ba335ddc6c5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-15410d6a-16e4-400b-aa81-ba335ddc6c5d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8425c99d-fbf4-4279-925c-576489ecc79d {
  padding-left: 25px;
padding-right: 25px;
}
@media (min-width: 1200px){#s-8425c99d-fbf4-4279-925c-576489ecc79d {
  display: none;
}
#s-8425c99d-fbf4-4279-925c-576489ecc79d, #wrap-s-8425c99d-fbf4-4279-925c-576489ecc79d, #wrap-content-s-8425c99d-fbf4-4279-925c-576489ecc79d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8425c99d-fbf4-4279-925c-576489ecc79d {
  display: none;
}
#s-8425c99d-fbf4-4279-925c-576489ecc79d, #wrap-s-8425c99d-fbf4-4279-925c-576489ecc79d, #wrap-content-s-8425c99d-fbf4-4279-925c-576489ecc79d { display: none !important; }}
@media (min-width: 0px) {
[id="s-8425c99d-fbf4-4279-925c-576489ecc79d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 18.666666666666668px);
}

}

@media (min-width: 768px) {
[id="s-8425c99d-fbf4-4279-925c-576489ecc79d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 18.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-8425c99d-fbf4-4279-925c-576489ecc79d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 18.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-8425c99d-fbf4-4279-925c-576489ecc79d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 18.666666666666668px);
}

}

#s-8fb8d2aa-c429-4a51-87d4-037cf49dba13 {
  text-align: center;
}
@media (min-width: 1200px){#s-8fb8d2aa-c429-4a51-87d4-037cf49dba13 {
  display: none;
}
#s-8fb8d2aa-c429-4a51-87d4-037cf49dba13, #wrap-s-8fb8d2aa-c429-4a51-87d4-037cf49dba13, #wrap-content-s-8fb8d2aa-c429-4a51-87d4-037cf49dba13 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8fb8d2aa-c429-4a51-87d4-037cf49dba13 {
  display: none;
}
#s-8fb8d2aa-c429-4a51-87d4-037cf49dba13, #wrap-s-8fb8d2aa-c429-4a51-87d4-037cf49dba13, #wrap-content-s-8fb8d2aa-c429-4a51-87d4-037cf49dba13 { display: none !important; }}
#s-8fb8d2aa-c429-4a51-87d4-037cf49dba13 {
  overflow: hidden;
  
  
}







  #s-8fb8d2aa-c429-4a51-87d4-037cf49dba13 img.shogun-image {
    

    
    
    
  }


#s-8fb8d2aa-c429-4a51-87d4-037cf49dba13 .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 1200px){#s-79f56df2-f8fd-430d-affd-0dcf6994d375 {
  display: none;
}
#s-79f56df2-f8fd-430d-affd-0dcf6994d375, #wrap-s-79f56df2-f8fd-430d-affd-0dcf6994d375, #wrap-content-s-79f56df2-f8fd-430d-affd-0dcf6994d375 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-79f56df2-f8fd-430d-affd-0dcf6994d375 {
  display: none;
}
#s-79f56df2-f8fd-430d-affd-0dcf6994d375, #wrap-s-79f56df2-f8fd-430d-affd-0dcf6994d375, #wrap-content-s-79f56df2-f8fd-430d-affd-0dcf6994d375 { display: none !important; }}
#s-dcf4a55f-a5b5-4e1b-96e5-87397e1319ea {
  text-align: center;
}
@media (min-width: 1200px){#s-dcf4a55f-a5b5-4e1b-96e5-87397e1319ea {
  display: none;
}
#s-dcf4a55f-a5b5-4e1b-96e5-87397e1319ea, #wrap-s-dcf4a55f-a5b5-4e1b-96e5-87397e1319ea, #wrap-content-s-dcf4a55f-a5b5-4e1b-96e5-87397e1319ea { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dcf4a55f-a5b5-4e1b-96e5-87397e1319ea {
  display: none;
}
#s-dcf4a55f-a5b5-4e1b-96e5-87397e1319ea, #wrap-s-dcf4a55f-a5b5-4e1b-96e5-87397e1319ea, #wrap-content-s-dcf4a55f-a5b5-4e1b-96e5-87397e1319ea { display: none !important; }}
#s-dcf4a55f-a5b5-4e1b-96e5-87397e1319ea {
  overflow: hidden;
  
  
}







  #s-dcf4a55f-a5b5-4e1b-96e5-87397e1319ea img.shogun-image {
    

    
    
    
  }


#s-dcf4a55f-a5b5-4e1b-96e5-87397e1319ea .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 1200px){#s-53533e83-09be-406b-971e-06d4670abe00 {
  display: none;
}
#s-53533e83-09be-406b-971e-06d4670abe00, #wrap-s-53533e83-09be-406b-971e-06d4670abe00, #wrap-content-s-53533e83-09be-406b-971e-06d4670abe00 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-53533e83-09be-406b-971e-06d4670abe00 {
  display: none;
}
#s-53533e83-09be-406b-971e-06d4670abe00, #wrap-s-53533e83-09be-406b-971e-06d4670abe00, #wrap-content-s-53533e83-09be-406b-971e-06d4670abe00 { display: none !important; }}
#s-f87ecf5d-a321-4c3e-8da2-49e0e702cea1 {
  text-align: center;
}
@media (min-width: 1200px){#s-f87ecf5d-a321-4c3e-8da2-49e0e702cea1 {
  display: none;
}
#s-f87ecf5d-a321-4c3e-8da2-49e0e702cea1, #wrap-s-f87ecf5d-a321-4c3e-8da2-49e0e702cea1, #wrap-content-s-f87ecf5d-a321-4c3e-8da2-49e0e702cea1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f87ecf5d-a321-4c3e-8da2-49e0e702cea1 {
  display: none;
}
#s-f87ecf5d-a321-4c3e-8da2-49e0e702cea1, #wrap-s-f87ecf5d-a321-4c3e-8da2-49e0e702cea1, #wrap-content-s-f87ecf5d-a321-4c3e-8da2-49e0e702cea1 { display: none !important; }}
#s-f87ecf5d-a321-4c3e-8da2-49e0e702cea1 {
  overflow: hidden;
  
  
}







  #s-f87ecf5d-a321-4c3e-8da2-49e0e702cea1 img.shogun-image {
    

    
    
    
  }


#s-f87ecf5d-a321-4c3e-8da2-49e0e702cea1 .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 1200px){#s-0e10c8dc-6a98-4e11-bdb5-c6ec2a93c410 {
  display: none;
}
#s-0e10c8dc-6a98-4e11-bdb5-c6ec2a93c410, #wrap-s-0e10c8dc-6a98-4e11-bdb5-c6ec2a93c410, #wrap-content-s-0e10c8dc-6a98-4e11-bdb5-c6ec2a93c410 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0e10c8dc-6a98-4e11-bdb5-c6ec2a93c410 {
  display: none;
}
#s-0e10c8dc-6a98-4e11-bdb5-c6ec2a93c410, #wrap-s-0e10c8dc-6a98-4e11-bdb5-c6ec2a93c410, #wrap-content-s-0e10c8dc-6a98-4e11-bdb5-c6ec2a93c410 { display: none !important; }}
#s-5546fce4-304b-4b8b-9690-78658b4d3ba6 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-5546fce4-304b-4b8b-9690-78658b4d3ba6 {
  display: none;
}
#s-5546fce4-304b-4b8b-9690-78658b4d3ba6, #wrap-s-5546fce4-304b-4b8b-9690-78658b4d3ba6, #wrap-content-s-5546fce4-304b-4b8b-9690-78658b4d3ba6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5546fce4-304b-4b8b-9690-78658b4d3ba6 {
  display: none;
}
#s-5546fce4-304b-4b8b-9690-78658b4d3ba6, #wrap-s-5546fce4-304b-4b8b-9690-78658b4d3ba6, #wrap-content-s-5546fce4-304b-4b8b-9690-78658b4d3ba6 { display: none !important; }}







#s-5546fce4-304b-4b8b-9690-78658b4d3ba6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5546fce4-304b-4b8b-9690-78658b4d3ba6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b42636a-783b-4bba-8895-cd2837f6571b {
  margin-top: -15px;
margin-bottom: -15px;
padding-left: 25px;
padding-bottom: 0px;
padding-right: 25px;
}
@media (min-width: 1200px){#s-3b42636a-783b-4bba-8895-cd2837f6571b {
  margin-left: -23px;
margin-right: -23px;
display: none;
}
#s-3b42636a-783b-4bba-8895-cd2837f6571b, #wrap-s-3b42636a-783b-4bba-8895-cd2837f6571b, #wrap-content-s-3b42636a-783b-4bba-8895-cd2837f6571b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3b42636a-783b-4bba-8895-cd2837f6571b {
  display: none;
}
#s-3b42636a-783b-4bba-8895-cd2837f6571b, #wrap-s-3b42636a-783b-4bba-8895-cd2837f6571b, #wrap-content-s-3b42636a-783b-4bba-8895-cd2837f6571b { display: none !important; }}
#s-d4cb0008-1b3a-4dfe-bd35-8d3db5167c92 {
  padding-top: 25px;
padding-bottom: 25px;
text-align: center;
}
@media (min-width: 1200px){#s-d4cb0008-1b3a-4dfe-bd35-8d3db5167c92 {
  display: none;
}
#s-d4cb0008-1b3a-4dfe-bd35-8d3db5167c92, #wrap-s-d4cb0008-1b3a-4dfe-bd35-8d3db5167c92, #wrap-content-s-d4cb0008-1b3a-4dfe-bd35-8d3db5167c92 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d4cb0008-1b3a-4dfe-bd35-8d3db5167c92 {
  display: none;
}
#s-d4cb0008-1b3a-4dfe-bd35-8d3db5167c92, #wrap-s-d4cb0008-1b3a-4dfe-bd35-8d3db5167c92, #wrap-content-s-d4cb0008-1b3a-4dfe-bd35-8d3db5167c92 { display: none !important; }}
#s-d4cb0008-1b3a-4dfe-bd35-8d3db5167c92 {
  overflow: hidden;
  
  
}







  #s-d4cb0008-1b3a-4dfe-bd35-8d3db5167c92 img.shogun-image {
    

    
    
    
  }


#s-d4cb0008-1b3a-4dfe-bd35-8d3db5167c92 .shogun-image-content {
  
    justify-content: center;
  
}

#s-5deee33e-6e44-4756-b70a-05606003cce7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-5deee33e-6e44-4756-b70a-05606003cce7 {
  display: none;
}
#s-5deee33e-6e44-4756-b70a-05606003cce7, #wrap-s-5deee33e-6e44-4756-b70a-05606003cce7, #wrap-content-s-5deee33e-6e44-4756-b70a-05606003cce7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5deee33e-6e44-4756-b70a-05606003cce7 {
  display: none;
}
#s-5deee33e-6e44-4756-b70a-05606003cce7, #wrap-s-5deee33e-6e44-4756-b70a-05606003cce7, #wrap-content-s-5deee33e-6e44-4756-b70a-05606003cce7 { display: none !important; }}







#s-5deee33e-6e44-4756-b70a-05606003cce7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5deee33e-6e44-4756-b70a-05606003cce7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b04fcc45-1e5b-4414-9783-05203eaaba23 {
  padding-left: 25px;
padding-right: 25px;
max-width: 100%;
background-color: rgba(247, 252, 255, 1);
}
@media (min-width: 1200px){#s-b04fcc45-1e5b-4414-9783-05203eaaba23 {
  margin-bottom: -18px;
display: none;
}
#s-b04fcc45-1e5b-4414-9783-05203eaaba23, #wrap-s-b04fcc45-1e5b-4414-9783-05203eaaba23, #wrap-content-s-b04fcc45-1e5b-4414-9783-05203eaaba23 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b04fcc45-1e5b-4414-9783-05203eaaba23 {
  display: none;
}
#s-b04fcc45-1e5b-4414-9783-05203eaaba23, #wrap-s-b04fcc45-1e5b-4414-9783-05203eaaba23, #wrap-content-s-b04fcc45-1e5b-4414-9783-05203eaaba23 { display: none !important; }}
#s-02e3134f-a1f3-43d3-a7df-2788abdf55bd {
  padding-left: 25px;
padding-right: 25px;
background-color: rgba(247, 252, 255, 1);
}
@media (min-width: 1200px){#s-02e3134f-a1f3-43d3-a7df-2788abdf55bd {
  margin-bottom: -20px;
display: none;
}
#s-02e3134f-a1f3-43d3-a7df-2788abdf55bd, #wrap-s-02e3134f-a1f3-43d3-a7df-2788abdf55bd, #wrap-content-s-02e3134f-a1f3-43d3-a7df-2788abdf55bd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-02e3134f-a1f3-43d3-a7df-2788abdf55bd {
  margin-top: -20px;
margin-bottom: -20px;
display: none;
}
#s-02e3134f-a1f3-43d3-a7df-2788abdf55bd, #wrap-s-02e3134f-a1f3-43d3-a7df-2788abdf55bd, #wrap-content-s-02e3134f-a1f3-43d3-a7df-2788abdf55bd { display: none !important; }}
#s-04761db7-d67c-4050-9909-df8e7da68440 {
  padding-left: 0px;
padding-right: 0px;
background-color: rgba(247, 252, 255, 1);
}
@media (min-width: 1200px){#s-04761db7-d67c-4050-9909-df8e7da68440 {
  margin-left: -23px;
margin-right: -23px;
display: none;
}
#s-04761db7-d67c-4050-9909-df8e7da68440, #wrap-s-04761db7-d67c-4050-9909-df8e7da68440, #wrap-content-s-04761db7-d67c-4050-9909-df8e7da68440 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-04761db7-d67c-4050-9909-df8e7da68440 {
  display: none;
}
#s-04761db7-d67c-4050-9909-df8e7da68440, #wrap-s-04761db7-d67c-4050-9909-df8e7da68440, #wrap-content-s-04761db7-d67c-4050-9909-df8e7da68440 { display: none !important; }}
#s-93dc1109-a4ed-4c2c-93f2-1a328b14dc5a {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 50px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(247, 252, 255, 1);
}
@media (min-width: 1200px){#s-93dc1109-a4ed-4c2c-93f2-1a328b14dc5a {
  display: none;
}
#s-93dc1109-a4ed-4c2c-93f2-1a328b14dc5a, #wrap-s-93dc1109-a4ed-4c2c-93f2-1a328b14dc5a, #wrap-content-s-93dc1109-a4ed-4c2c-93f2-1a328b14dc5a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-93dc1109-a4ed-4c2c-93f2-1a328b14dc5a {
  display: none;
}
#s-93dc1109-a4ed-4c2c-93f2-1a328b14dc5a, #wrap-s-93dc1109-a4ed-4c2c-93f2-1a328b14dc5a, #wrap-content-s-93dc1109-a4ed-4c2c-93f2-1a328b14dc5a { display: none !important; }}
#s-93dc1109-a4ed-4c2c-93f2-1a328b14dc5a {
  overflow: hidden;
  
  
}







  #s-93dc1109-a4ed-4c2c-93f2-1a328b14dc5a img.shogun-image {
    

    
    
    
  }


#s-93dc1109-a4ed-4c2c-93f2-1a328b14dc5a .shogun-image-content {
  
    justify-content: center;
  
}

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

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
