/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./blocks/image-carousel/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
/*400;800*/
/*500;700*/
/*
*  Colors
*/
/*
*    Fonts Properties
*/
/*
*    Headings Sizes
*/
/*
*    Buttons Properties
*/
/*
*    Header Properties
*/
/*
*    Forms Properties
*/
/*Heading & Description*/
/*Label & Input/Select/TextArea*/
/*checkbox & radio buttons*/
.block,
.component {
  position: relative;
  padding: 50px 0;
}
@media (min-width: 992px) {
  .block,
.component {
    padding: 80px 0;
  }
}
@media (min-width: 992px) {
  .block.pt-0,
.component.pt-0 {
    padding-top: 0 !important;
  }
}
@media (min-width: 992px) {
  .block.pb-0,
.component.pb-0 {
    padding-bottom: 0 !important;
  }
}
.block__container:not(.parent-fullwidth) .container,
.component__container:not(.parent-fullwidth) .container {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 1200px) {
  .container div:not(.alignfull) > .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.block:not(.block-np) + .block:not(.block-np),
.component:not(.block-np) + .component:not(.block-np),
.block:not(.block-np) + .component:not(.block-np),
.component:not(.block-np) + .block:not(.block-np) {
  padding-top: 0;
}

.site-main .container .entry-content > .block:not(.alignfull) .block__container,
.site-main .container .entry-content > .component:not(.alignfull) .component__container {
  padding-left: 0;
  padding-right: 0;
}

.block,
.component {
  /*
  *   Flex Alignment Properties
  */
  /*
  *   Light Text - Dark Contrast
  */
  /*
  *    Dark Text - Light Contrast
  */
}
.block .block__col--primary,
.component .block__col--primary {
  background-color: #676CC4;
}
.block .block__col--primary > *:not(.cta),
.block .block__col--primary * > *:not(.cta),
.component .block__col--primary > *:not(.cta),
.component .block__col--primary * > *:not(.cta) {
  color: #ffffff !important;
}
.block .block__col--light-primary,
.component .block__col--light-primary {
  background-color: rgba(103, 108, 196, 0.1);
}
.block .block__col--secondary,
.component .block__col--secondary {
  background-color: #F0BC35;
}
.block .block__col--light-secondary,
.component .block__col--light-secondary {
  background-color: rgba(240, 188, 53, 0.4);
}
.block .block__col--tertiary,
.component .block__col--tertiary {
  background-color: #231F20;
}
.block .block__col--tertiary > *:not(.cta),
.block .block__col--tertiary * > *:not(.cta),
.component .block__col--tertiary > *:not(.cta),
.component .block__col--tertiary * > *:not(.cta) {
  color: #ffffff;
}
.block .block__col--light-tertiary,
.component .block__col--light-tertiary {
  background-color: rgba(35, 31, 32, 0.1);
}
.block--bg-primary,
.component--bg-primary {
  background-color: #676CC4;
}
.block--bg-primary > *:not(.cta),
.block--bg-primary * > *:not(.cta),
.component--bg-primary > *:not(.cta),
.component--bg-primary * > *:not(.cta) {
  color: #ffffff !important;
}
.block--bg-light-primary,
.component--bg-light-primary {
  background-color: rgba(103, 108, 196, 0.1);
}
.block--bg-light-secondary,
.component--bg-light-secondary {
  background-color: rgba(240, 188, 53, 0.4);
}
.block--bg-secondary,
.component--bg-secondary {
  background-color: #F0BC35;
}
.block--bg-tertiary,
.component--bg-tertiary {
  background-color: #231F20;
}
.block--bg-tertiary > *:not(.cta),
.block--bg-tertiary * > *:not(.cta),
.component--bg-tertiary > *:not(.cta),
.component--bg-tertiary * > *:not(.cta) {
  color: #ffffff;
}
.block--bg-light-tertiary,
.component--bg-light-tertiary {
  background-color: rgba(35, 31, 32, 0.1);
}
.block__background--overlay,
.component__background--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block__background--overlay::after,
.component__background--overlay::after {
  content: "";
  background-color: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.45;
}
.block__content--start,
.component__content--start {
  justify-content: flex-start;
  text-align: left;
}
.block__content--start > *,
.block__content--start * > *,
.component__content--start > *,
.component__content--start * > * {
  text-align: left;
}
.block__content--center,
.component__content--center {
  justify-content: center;
  text-align: center;
}
.block__content--center > *,
.block__content--center * > *,
.component__content--center > *,
.component__content--center * > * {
  text-align: center;
}
.block__content--end,
.component__content--end {
  justify-content: flex-end;
  text-align: right;
}
.block__content--end > *,
.block__content--end * > *,
.component__content--end > *,
.component__content--end * > * {
  text-align: right;
}
.block__editor--color-light h2,
.block__editor--color-light h3,
.block__editor--color-light h4,
.block__editor--color-light h5,
.block__editor--color-light h6,
.block__editor--color-light .h1,
.block__editor--color-light .h2,
.block__editor--color-light .h3,
.block__editor--color-light .h4,
.block__editor--color-light .h5,
.block__editor--color-light .h6,
.block__editor--color-light .h7,
.component__editor--color-light h2,
.component__editor--color-light h3,
.component__editor--color-light h4,
.component__editor--color-light h5,
.component__editor--color-light h6,
.component__editor--color-light .h1,
.component__editor--color-light .h2,
.component__editor--color-light .h3,
.component__editor--color-light .h4,
.component__editor--color-light .h5,
.component__editor--color-light .h6,
.component__editor--color-light .h7 {
  color: #ffffff;
}
.block__editor--color-light > *,
.block__editor--color-light * > *,
.component__editor--color-light > *,
.component__editor--color-light * > * {
  color: #ffffff;
}
.block__editor--color-light hr,
.component__editor--color-light hr {
  border-color: #ffffff !important;
}
.block__editor--color-light p,
.block__editor--color-light p > *,
.component__editor--color-light p,
.component__editor--color-light p > * {
  color: #ffffff !important;
}
.block__editor--color-light ul > li,
.component__editor--color-light ul > li {
  color: #ffffff !important;
}
.block__editor--color-light ul > li::before,
.component__editor--color-light ul > li::before {
  background-color: #ffffff;
}
.block__editor--color-light ul > li::marker,
.component__editor--color-light ul > li::marker {
  color: #ffffff;
}
.block__editor--color-light span,
.component__editor--color-light span {
  color: #ffffff;
}
.block__editor--color-light span::after,
.component__editor--color-light span::after {
  background-color: #ffffff;
}
.block__editor--color-light ol > li,
.component__editor--color-light ol > li {
  color: #ffffff !important;
}
.block__editor--color-light ol > li::before,
.component__editor--color-light ol > li::before {
  background-color: #ffffff;
}
.block__editor--color-light ol > li::marker,
.component__editor--color-light ol > li::marker {
  color: #ffffff;
}
.block span.secondary-text,
.component span.secondary-text {
  color: #F0BC35 !important;
}
.block__editor--color-dark > *:not(blockquote),
.block__editor--color-dark *:not(blockquote) > *:not(blockquote),
.component__editor--color-dark > *:not(blockquote),
.component__editor--color-dark *:not(blockquote) > *:not(blockquote) {
  color: #231F20;
}
.block__editor--color-dark h2,
.block__editor--color-dark h3,
.block__editor--color-dark h4,
.block__editor--color-dark h5,
.block__editor--color-dark h6,
.block__editor--color-dark .h1,
.block__editor--color-dark .h2,
.block__editor--color-dark .h3,
.block__editor--color-dark .h4,
.block__editor--color-dark .h5,
.block__editor--color-dark .h6,
.block__editor--color-dark .h7,
.component__editor--color-dark h2,
.component__editor--color-dark h3,
.component__editor--color-dark h4,
.component__editor--color-dark h5,
.component__editor--color-dark h6,
.component__editor--color-dark .h1,
.component__editor--color-dark .h2,
.component__editor--color-dark .h3,
.component__editor--color-dark .h4,
.component__editor--color-dark .h5,
.component__editor--color-dark .h6,
.component__editor--color-dark .h7 {
  color: #231F20;
}
.block__editor--color-dark ul > li::before,
.component__editor--color-dark ul > li::before {
  background-color: #231F20;
}
.block__editor--color-dark ul > li::marker,
.component__editor--color-dark ul > li::marker {
  color: #676CC4;
}
.block__editor--color-dark ol > li::before,
.component__editor--color-dark ol > li::before {
  background-color: #231F20;
}
.block__editor--color-dark ol > li::marker,
.component__editor--color-dark ol > li::marker {
  color: #676CC4;
}
.block__editor--color-dark a:not([class*=cta]),
.component__editor--color-dark a:not([class*=cta]) {
  color: #676CC4;
}
.block__editor--color-dark a:not([class*=cta]) > *,
.block__editor--color-dark a:not([class*=cta]) * > *,
.block__editor--color-dark a:not([class*=cta]) * > * > *,
.component__editor--color-dark a:not([class*=cta]) > *,
.component__editor--color-dark a:not([class*=cta]) * > *,
.component__editor--color-dark a:not([class*=cta]) * > * > * {
  color: #676CC4;
}

/*
*    Text Alignment Properties
*/
div[class^=block__content],
div[class^=component__content] {
  display: flex;
  flex-direction: column;
  row-gap: 0.9375rem;
}
div[class^=block__content].left,
div[class^=component__content].left {
  text-align: left;
}
div[class^=block__content].left > *,
div[class^=component__content].left > * {
  text-align: left;
  justify-content: flex-start;
}
div[class^=block__content].center,
div[class^=component__content].center {
  text-align: center;
}
div[class^=block__content].center > *,
div[class^=component__content].center > * {
  text-align: center;
  justify-content: center;
}
div[class^=block__content].right,
div[class^=component__content].right {
  text-align: right;
}
div[class^=block__content].right > *,
div[class^=component__content].right > * {
  text-align: right;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  div[class^=block__content].flex-row,
div[class^=component__content].flex-row {
    flex-direction: row;
  }
}

/*
*    Text Default Properties
*/
div[class^=block__editor],
div[class^=component__editor] {
  display: flex;
  flex-direction: column;
  gap: 20px;
  /*
  *    Blockquote Properties
  */
}
div[class^=block__editor] h2,
div[class^=block__editor] h3,
div[class^=block__editor] h4,
div[class^=block__editor] h5,
div[class^=block__editor] h6,
div[class^=block__editor] .h1,
div[class^=block__editor] .h2,
div[class^=block__editor] .h3,
div[class^=block__editor] .h4,
div[class^=block__editor] .h5,
div[class^=block__editor] .h6,
div[class^=block__editor] .h7,
div[class^=component__editor] h2,
div[class^=component__editor] h3,
div[class^=component__editor] h4,
div[class^=component__editor] h5,
div[class^=component__editor] h6,
div[class^=component__editor] .h1,
div[class^=component__editor] .h2,
div[class^=component__editor] .h3,
div[class^=component__editor] .h4,
div[class^=component__editor] .h5,
div[class^=component__editor] .h6,
div[class^=component__editor] .h7 {
  font-family: "Switzer", sans-serif;
  font-weight: 800;
  margin-bottom: 0 !important;
  margin-top: 0;
  text-transform: none;
}
div[class^=block__editor] h2 > *,
div[class^=block__editor] h2 span,
div[class^=block__editor] h3 > *,
div[class^=block__editor] h3 span,
div[class^=block__editor] h4 > *,
div[class^=block__editor] h4 span,
div[class^=block__editor] h5 > *,
div[class^=block__editor] h5 span,
div[class^=block__editor] h6 > *,
div[class^=block__editor] h6 span,
div[class^=block__editor] .h1 > *,
div[class^=block__editor] .h1 span,
div[class^=block__editor] .h2 > *,
div[class^=block__editor] .h2 span,
div[class^=block__editor] .h3 > *,
div[class^=block__editor] .h3 span,
div[class^=block__editor] .h4 > *,
div[class^=block__editor] .h4 span,
div[class^=block__editor] .h5 > *,
div[class^=block__editor] .h5 span,
div[class^=block__editor] .h6 > *,
div[class^=block__editor] .h6 span,
div[class^=block__editor] .h7 > *,
div[class^=block__editor] .h7 span,
div[class^=component__editor] h2 > *,
div[class^=component__editor] h2 span,
div[class^=component__editor] h3 > *,
div[class^=component__editor] h3 span,
div[class^=component__editor] h4 > *,
div[class^=component__editor] h4 span,
div[class^=component__editor] h5 > *,
div[class^=component__editor] h5 span,
div[class^=component__editor] h6 > *,
div[class^=component__editor] h6 span,
div[class^=component__editor] .h1 > *,
div[class^=component__editor] .h1 span,
div[class^=component__editor] .h2 > *,
div[class^=component__editor] .h2 span,
div[class^=component__editor] .h3 > *,
div[class^=component__editor] .h3 span,
div[class^=component__editor] .h4 > *,
div[class^=component__editor] .h4 span,
div[class^=component__editor] .h5 > *,
div[class^=component__editor] .h5 span,
div[class^=component__editor] .h6 > *,
div[class^=component__editor] .h6 span,
div[class^=component__editor] .h7 > *,
div[class^=component__editor] .h7 span {
  font-family: "Switzer", sans-serif;
  font-weight: 800;
}
div[class^=block__editor] h2 strong,
div[class^=block__editor] h2 a,
div[class^=block__editor] h2 em,
div[class^=block__editor] h3 strong,
div[class^=block__editor] h3 a,
div[class^=block__editor] h3 em,
div[class^=block__editor] h4 strong,
div[class^=block__editor] h4 a,
div[class^=block__editor] h4 em,
div[class^=block__editor] h5 strong,
div[class^=block__editor] h5 a,
div[class^=block__editor] h5 em,
div[class^=block__editor] h6 strong,
div[class^=block__editor] h6 a,
div[class^=block__editor] h6 em,
div[class^=block__editor] .h1 strong,
div[class^=block__editor] .h1 a,
div[class^=block__editor] .h1 em,
div[class^=block__editor] .h2 strong,
div[class^=block__editor] .h2 a,
div[class^=block__editor] .h2 em,
div[class^=block__editor] .h3 strong,
div[class^=block__editor] .h3 a,
div[class^=block__editor] .h3 em,
div[class^=block__editor] .h4 strong,
div[class^=block__editor] .h4 a,
div[class^=block__editor] .h4 em,
div[class^=block__editor] .h5 strong,
div[class^=block__editor] .h5 a,
div[class^=block__editor] .h5 em,
div[class^=block__editor] .h6 strong,
div[class^=block__editor] .h6 a,
div[class^=block__editor] .h6 em,
div[class^=block__editor] .h7 strong,
div[class^=block__editor] .h7 a,
div[class^=block__editor] .h7 em,
div[class^=component__editor] h2 strong,
div[class^=component__editor] h2 a,
div[class^=component__editor] h2 em,
div[class^=component__editor] h3 strong,
div[class^=component__editor] h3 a,
div[class^=component__editor] h3 em,
div[class^=component__editor] h4 strong,
div[class^=component__editor] h4 a,
div[class^=component__editor] h4 em,
div[class^=component__editor] h5 strong,
div[class^=component__editor] h5 a,
div[class^=component__editor] h5 em,
div[class^=component__editor] h6 strong,
div[class^=component__editor] h6 a,
div[class^=component__editor] h6 em,
div[class^=component__editor] .h1 strong,
div[class^=component__editor] .h1 a,
div[class^=component__editor] .h1 em,
div[class^=component__editor] .h2 strong,
div[class^=component__editor] .h2 a,
div[class^=component__editor] .h2 em,
div[class^=component__editor] .h3 strong,
div[class^=component__editor] .h3 a,
div[class^=component__editor] .h3 em,
div[class^=component__editor] .h4 strong,
div[class^=component__editor] .h4 a,
div[class^=component__editor] .h4 em,
div[class^=component__editor] .h5 strong,
div[class^=component__editor] .h5 a,
div[class^=component__editor] .h5 em,
div[class^=component__editor] .h6 strong,
div[class^=component__editor] .h6 a,
div[class^=component__editor] .h6 em,
div[class^=component__editor] .h7 strong,
div[class^=component__editor] .h7 a,
div[class^=component__editor] .h7 em {
  font-size: inherit !important;
  font-weight: inherit !important;
}
div[class^=block__editor] p,
div[class^=component__editor] p {
  margin-bottom: 0 !important;
  font-weight: 300;
  line-height: 1.6rem;
}
div[class^=block__editor] strong,
div[class^=component__editor] strong {
  font-weight: 500;
}
div[class^=block__editor] em,
div[class^=component__editor] em {
  font-style: italic;
  font-weight: 300;
}
div[class^=block__editor] > *:not(blockquote):not(li),
div[class^=block__editor] *:not(blockquote):not(li) > *:not(blockquote):not(li),
div[class^=component__editor] > *:not(blockquote):not(li),
div[class^=component__editor] *:not(blockquote):not(li) > *:not(blockquote):not(li) {
  letter-spacing: 0.48px;
  margin-bottom: 0;
  overflow-wrap: break-word;
  white-space: normal;
  word-break: break-word;
}
div[class^=block__editor] .main-important-text,
div[class^=component__editor] .main-important-text {
  background-color: rgba(103, 108, 196, 0.1);
  display: block;
  padding: 40px 46px;
}
div[class^=block__editor] .main-important-text .important-text,
div[class^=component__editor] .main-important-text .important-text {
  padding: 0;
  background-color: transparent;
}
div[class^=block__editor] span.secondary-text,
div[class^=component__editor] span.secondary-text {
  color: #F0BC35 !important;
}
div[class^=block__editor] .important-text,
div[class^=component__editor] .important-text {
  background-color: rgba(103, 108, 196, 0.1);
  display: block;
  padding: 40px 46px;
  margin-top: 20px;
  font-family: "Switzer", sans-serif;
  color: #231F20;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.48px;
  line-height: 1.6rem;
}
@media (max-width: 1199.98px) {
  div[class^=block__editor] .important-text,
div[class^=component__editor] .important-text {
    padding: 30px;
  }
}
div[class^=block__editor] .important-text > *:not(strong),
div[class^=component__editor] .important-text > *:not(strong) {
  color: #231F20;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.48px;
  line-height: 1.6rem;
}
div[class^=block__editor] .important-text > *,
div[class^=component__editor] .important-text > * {
  color: #231F20;
}
div[class^=block__editor] blockquote,
div[class^=block__editor] blockquote > *,
div[class^=component__editor] blockquote,
div[class^=component__editor] blockquote > * {
  font-family: "Switzer", sans-serif;
  color: #231F20;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6rem;
  letter-spacing: 0.48px;
}

.row-cols-xl-7 > * {
  flex: 0 0 auto;
  width: 14.2857142857%;
}

.mt-40 {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .mt-40 {
    margin-top: 40px;
  }
}

.mt-50 {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .mt-50 {
    margin-top: 50px;
  }
}

div[class*=__background] {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
div[class*=__background] > img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100% !important;
  width: 100%;
}

line {
  display: block;
  width: 100%;
  border-top-width: 0.03125rem;
  border-top-style: solid;
  opacity: 0.5;
}
line.hr-top {
  margin-bottom: 40px;
}
line.dashed {
  border-top-style: dashed;
}
line.hr-bottom {
  margin-top: 40px;
}
line.light {
  border-color: #ffffff;
}
line.dark {
  border-color: #000000;
}
line.grey {
  border-color: #D7D7D7;
}
line.tiny {
  border-width: 0.0125rem;
}

.cta {
  font-family: "Switzer", sans-serif;
  background-color: transparent;
  border: none;
  align-items: center;
  border-radius: 0;
  color: #231F20;
  -moz-column-gap: 10px;
       column-gap: 10px;
  display: inline-flex;
  font-size: 0.9375rem;
  letter-spacing: normal;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.2s ease;
  font-weight: 800;
}
.cta::-moz-selection {
  background-color: #080707;
  color: white;
}
.cta::selection {
  background-color: #080707;
  color: white;
}
.cta--cta-primary {
  background-color: transparent;
  border-bottom-color: #676CC4;
  border-bottom-style: solid;
  border-bottom-width: 0.15625rem;
  display: inline;
  text-align: left;
  transition-duration: 0.4s;
  transition-property: border-bottom-color;
  transition-timing-function: ease-in-out;
}
.cta--cta-primary:hover {
  border-bottom-color: #F0BC35;
  color: #231F20;
}
.cta--cta-dark-primary {
  color: #ffffff;
  background-color: transparent;
  border-bottom-color: #676CC4;
  border-bottom-style: solid;
  border-bottom-width: 0.15625rem;
  display: inline;
  text-align: left;
  transition-duration: 0.4s;
  transition-property: border-bottom-color;
  transition-timing-function: ease-in-out;
}
.cta--cta-dark-primary:hover {
  color: #ffffff;
  border-bottom-color: #F0BC35;
}
.cta--cta-secondary {
  background-color: transparent;
  border-bottom-color: #F0BC35;
  border-bottom-style: solid;
  border-bottom-width: 0.15625rem;
  display: inline;
  text-align: left;
  transition-duration: 0.4s;
  transition-property: border-bottom-color;
  transition-timing-function: ease-in-out;
}
.cta--cta-secondary:hover {
  color: #231F20;
  border-bottom-color: #676CC4;
}
.cta--cta-dark-secondary {
  color: #ffffff;
  background-color: transparent;
  border-bottom-color: #F0BC35;
  border-bottom-style: solid;
  border-bottom-width: 0.15625rem;
  display: inline;
  text-align: left;
  transition-duration: 0.4s;
  transition-property: border-bottom-color;
  transition-timing-function: ease-in-out;
}
.cta--cta-dark-secondary:hover {
  color: #ffffff;
  border-bottom-color: #676CC4;
}
.cta--cta-dark {
  border: 1.5px solid #231F20;
  border-radius: 2px;
  color: #ffffff;
  padding: 7px 12px;
}
.cta--cta-dark:hover {
  border-color: #F0BC35;
  color: #ffffff;
}
.cta--cta-yellow {
  border: 1.5px solid #F0BC35;
  border-radius: 2px;
  color: #ffffff;
  padding: 7px 12px;
}
.cta--cta-yellow:hover {
  border-color: #231F20;
  color: #ffffff;
}
.cta--cta-filter {
  background-color: transparent;
  border-radius: 1px;
  border: 1px solid #D9D8D8;
  color: #231F20;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 1px;
  min-height: 50px;
  padding: 13px 27px;
}
.cta--cta-filter::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%2715%27 height=%2713%27 viewBox=%270 0 15 13%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M14.9375 2.25H12.7594C12.4937 1.02813 11.4312 0.125 10.1562 0.125C8.88125 0.125 7.81875 1.02813 7.55313 2.25H0.0625V3.3125H7.55313C7.81875 4.53438 8.88125 5.4375 10.1562 5.4375C11.4312 5.4375 12.4937 4.53438 12.7594 3.3125H14.9375V2.25ZM10.1562 4.375C9.25313 4.375 8.5625 3.68438 8.5625 2.78125C8.5625 1.87812 9.25313 1.1875 10.1562 1.1875C11.0594 1.1875 11.75 1.87812 11.75 2.78125C11.75 3.68438 11.0594 4.375 10.1562 4.375ZM0.0625 10.75H2.24062C2.50625 11.9719 3.56875 12.875 4.84375 12.875C6.11875 12.875 7.18125 11.9719 7.44687 10.75H14.9375V9.6875H7.44687C7.18125 8.46562 6.11875 7.5625 4.84375 7.5625C3.56875 7.5625 2.50625 8.46562 2.24062 9.6875H0.0625V10.75ZM4.84375 8.625C5.74687 8.625 6.4375 9.31563 6.4375 10.2188C6.4375 11.1219 5.74687 11.8125 4.84375 11.8125C3.94062 11.8125 3.25 11.1219 3.25 10.2188C3.25 9.31563 3.94062 8.625 4.84375 8.625Z%27 fill=%27%23211F1F%27/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-flex;
  height: 17px;
  transition: all 0.2s ease;
  width: 17px;
}
.cta--cta-filter:hover {
  background-color: rgba(103, 108, 196, 0.1);
}
.cta--cta-google-login {
  min-width: 125px;
  background-color: #f5f5f5;
  color: #231F20;
  font-weight: 600;
  justify-content: center;
  min-height: 60px;
  padding: 20px 25px;
}
.cta--cta-google-login:hover {
  background-color: rgba(240, 188, 53, 0.4);
  color: #F0BC35;
}
.cta--simple-dark {
  color: #231F20;
  font-weight: 700;
  min-height: 30px;
  padding: 5px 0;
}
.cta--simple-dark:hover {
  color: #231F20;
  text-decoration: underline;
}
.cta--simple-dark-arrow-left {
  align-items: center;
  font-weight: 700;
  min-height: 30px;
  padding: 5px 0;
}
.cta--simple-dark-arrow-left::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%279%27 height=%279%27 viewBox=%270 0 9 9%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M8.82107 0.999977C8.82107 0.585764 8.48528 0.249977 8.07107 0.249978L1.32107 0.249977C0.906854 0.249977 0.571068 0.585763 0.571068 0.999977C0.571068 1.41419 0.906854 1.74998 1.32107 1.74998H7.32107V7.74998C7.32107 8.16419 7.65685 8.49998 8.07107 8.49998C8.48528 8.49998 8.82107 8.16419 8.82107 7.74998L8.82107 0.999977ZM1.53033 8.60137L8.6014 1.53031L7.54074 0.469647L0.46967 7.54071L1.53033 8.60137Z%27 fill=%27%23211F1F%27/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-flex;
  height: 12px;
  transition: all 0.2s ease;
  width: 12px;
}
.cta--simple-dark-arrow-left:hover {
  color: inherit;
  text-decoration: underline;
}
.cta--simple-dark-arrow-right {
  font-weight: 700;
  min-height: 30px;
  padding: 5px 0;
}
.cta--simple-dark-arrow-right::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%279%27 height=%279%27 viewBox=%270 0 9 9%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M8.82107 0.999977C8.82107 0.585764 8.48528 0.249977 8.07107 0.249978L1.32107 0.249977C0.906854 0.249977 0.571068 0.585763 0.571068 0.999977C0.571068 1.41419 0.906854 1.74998 1.32107 1.74998H7.32107V7.74998C7.32107 8.16419 7.65685 8.49998 8.07107 8.49998C8.48528 8.49998 8.82107 8.16419 8.82107 7.74998L8.82107 0.999977ZM1.53033 8.60137L8.6014 1.53031L7.54074 0.469647L0.46967 7.54071L1.53033 8.60137Z%27 fill=%27%23211F1F%27/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-flex;
  height: 12px;
  transition: all 0.2s ease;
  width: 12px;
}
.cta--simple-dark-arrow-right:hover {
  color: inherit;
  text-decoration: underline;
}
.cta--simple-light {
  color: #ffffff;
  font-weight: 700;
  padding: 5px 0;
}
.cta--simple-light:hover {
  color: #ffffff;
  text-decoration: underline;
}
.cta--simple-light-arrow-left {
  color: #ffffff;
  align-items: center;
  font-weight: 700;
  min-height: 30px;
  background: transparent;
  border: none;
  padding: 5px 0;
}
.cta--simple-light-arrow-left::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%278%27 height=%278%27 viewBox=%270 0 8 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M0.540381 6.19724C0.28654 6.45108 0.28654 6.86264 0.540381 7.11648C0.794221 7.37032 1.20578 7.37032 1.45962 7.11648L0.540381 6.19724ZM7.30685 1.00001C7.30685 0.641021 7.01584 0.350006 6.65685 0.350006L0.806854 0.350006C0.44787 0.350006 0.156855 0.641021 0.156855 1.00001C0.156854 1.35899 0.447869 1.65001 0.806854 1.65001H6.00685V6.85001C6.00685 7.20899 6.29787 7.50001 6.65685 7.50001C7.01584 7.50001 7.30685 7.20899 7.30685 6.85001L7.30685 1.00001ZM1.45962 7.11648L7.11647 1.45963L6.19723 0.540387L0.540381 6.19724L1.45962 7.11648Z%27 fill=%27white%27/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-flex;
  height: 12px;
  transition: all 0.2s ease;
  width: 12px;
}
.cta--simple-light-arrow-left:hover {
  color: inherit;
  text-decoration: underline;
}
.cta--simple-light-arrow-left:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg width=%279%27 height=%279%27 viewBox=%270 0 9 9%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M8.82107 0.999977C8.82107 0.585764 8.48528 0.249977 8.07107 0.249978L1.32107 0.249977C0.906854 0.249977 0.571068 0.585763 0.571068 0.999977C0.571068 1.41419 0.906854 1.74998 1.32107 1.74998H7.32107V7.74998C7.32107 8.16419 7.65685 8.49998 8.07107 8.49998C8.48528 8.49998 8.82107 8.16419 8.82107 7.74998L8.82107 0.999977ZM1.53033 8.60137L8.6014 1.53031L7.54074 0.469647L0.46967 7.54071L1.53033 8.60137Z%27 fill=%27%23211F1F%27/%3E%3C/svg%3E%0A");
}
.cta--simple-light-arrow-right {
  color: #ffffff;
  font-weight: 700;
  min-height: 30px;
  padding: 5px 0;
}
.cta--simple-light-arrow-right::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%278%27 height=%278%27 viewBox=%270 0 8 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M0.540381 6.19724C0.28654 6.45108 0.28654 6.86264 0.540381 7.11648C0.794221 7.37032 1.20578 7.37032 1.45962 7.11648L0.540381 6.19724ZM7.30685 1.00001C7.30685 0.641021 7.01584 0.350006 6.65685 0.350006L0.806854 0.350006C0.44787 0.350006 0.156855 0.641021 0.156855 1.00001C0.156854 1.35899 0.447869 1.65001 0.806854 1.65001H6.00685V6.85001C6.00685 7.20899 6.29787 7.50001 6.65685 7.50001C7.01584 7.50001 7.30685 7.20899 7.30685 6.85001L7.30685 1.00001ZM1.45962 7.11648L7.11647 1.45963L6.19723 0.540387L0.540381 6.19724L1.45962 7.11648Z%27 fill=%27white%27/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-flex;
  height: 12px;
  transition: all 0.2s ease;
  width: 12px;
}
.cta--simple-light-arrow-right:hover {
  color: inherit;
  text-decoration: underline;
}
.cta--simple-light-arrow-right:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width=%279%27 height=%279%27 viewBox=%270 0 9 9%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M8.82107 0.999977C8.82107 0.585764 8.48528 0.249977 8.07107 0.249978L1.32107 0.249977C0.906854 0.249977 0.571068 0.585763 0.571068 0.999977C0.571068 1.41419 0.906854 1.74998 1.32107 1.74998H7.32107V7.74998C7.32107 8.16419 7.65685 8.49998 8.07107 8.49998C8.48528 8.49998 8.82107 8.16419 8.82107 7.74998L8.82107 0.999977ZM1.53033 8.60137L8.6014 1.53031L7.54074 0.469647L0.46967 7.54071L1.53033 8.60137Z%27 fill=%27%23211F1F%27/%3E%3C/svg%3E%0A");
}
.cta.active {
  background-color: #231F20;
}

.block__buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  row-gap: 20px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.block__buttons.column {
  flex-direction: column;
  align-items: flex-start;
}
.block__buttons.aligncenter, .block__buttons.center {
  text-align: center !important;
  justify-content: center;
}
.block__buttons.alignright, .block__buttons.right {
  text-align: right !important;
  justify-content: end;
}

body.logged-in .empty-link {
  text-decoration: none;
  position: relative;
  box-shadow: 0 0 3px 0 #FF0016;
}

a.empty-link[aria-disabled=true] {
  cursor: not-allowed;
}

div[class*=row-gap-] {
  display: flex;
  flex-direction: column;
}

.font-bold {
  font-weight: bold;
}

.row-gap-1 {
  row-gap: 10px;
}

.row-gap-2 {
  row-gap: 20px;
}

.row-gap-3 {
  row-gap: 30px;
}

.row-gap-4 {
  row-gap: 40px;
}

.row-gap-5 {
  row-gap: 50px;
}

/*Limit Excerpt Text*/
.line-clamp-6 {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-6,
.line-clamp-6 > * {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.line-clamp-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-5,
.line-clamp-5 > * {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.line-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-4,
.line-clamp-4 > * {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-3,
.line-clamp-3 > * {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-2,
.line-clamp-2 > * {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-1,
.line-clamp-1 > * {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

@media (max-width: 1199.98px) {
  body.admin-bar #wpadminbar #wp-admin-bar-root-default #wp-admin-bar-comments,
body.admin-bar #wpadminbar #wp-admin-bar-root-default #wp-admin-bar-new-content,
body.admin-bar #wpadminbar #wp-admin-bar-root-default #wp-admin-bar-paid-memberships-pro,
body.admin-bar #wpadminbar #wp-admin-bar-root-default #wp-admin-bar-tribe-events {
    display: none !important;
  }
  body.admin-bar #wpadminbar #wp-admin-bar-root-default #wp-admin-bar-site-name > a.ab-item {
    font-size: 0 !important;
  }
}
/*
* Swiper Global Styles
*/
div[class^=swiper__container--] {
  position: relative;
}

.swiper__container-controls {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 30px;
  position: relative;
  margin-top: 30px;
  /*
  * Paginador
  */
  /*
  * Scrollbar
  */
  /*
  * Buttons Container Tugheder
  */
  /*
  * Buttons Between Paginatior
  */
  /*
  * Buttons Play Puse
  */
}
@media (min-width: 1200px) {
  .swiper__container-controls {
    margin-top: 30px;
  }
}
.swiper__container-controls.left {
  justify-content: flex-start;
}
.swiper__container-controls.center {
  justify-content: center;
}
.swiper__container-controls.right {
  justify-content: flex-end;
}
.swiper__container-controls .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper__container-controls .swiper-pagination {
  bottom: 0;
  display: flex;
  gap: 12px;
  height: auto;
  justify-content: center;
  position: relative;
  text-align: center;
  transform: unset;
  width: auto;
}
.swiper__container-controls .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet,
.swiper__container-controls .swiper-pagination .swiper-pagination-bullet {
  background: #231F20;
  border-radius: 50%;
  height: 8px;
  margin: 0 !important;
  opacity: 0.4;
  width: 8px;
}
.swiper__container-controls .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper__container-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #231F20;
  opacity: 1;
}
.swiper__container-controls .swiper-scrollbar.swiper-scrollbar-horizontal {
  width: 100%;
  background: transparent;
  opacity: 1 !important;
  position: relative;
  bottom: 0;
  height: auto;
}
.swiper__container-controls .swiper-scrollbar.swiper-scrollbar-horizontal::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  background: #000000;
  opacity: 0.3 !important;
}
.swiper__container-controls .swiper-scrollbar-drag {
  height: 3px;
  background: #000000;
  z-index: 1;
  top: -1px;
}
.swiper__container-controls .swiper__container-buttons {
  display: flex;
  position: relative;
  -moz-column-gap: 13px;
       column-gap: 13px;
}
.swiper__container-controls .swiper__container-buttons .swiper-button-next,
.swiper__container-controls .swiper__container-buttons .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width=%2752%27 height=%2753%27 viewBox=%270 0 52 53%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Ccircle opacity=%270.9%27 cx=%2726%27 cy=%2726.0105%27 r=%2725%27 stroke=%27%23211F1F%27 stroke-width=%272%27/%3E%3Cpath d=%27M31.5303 26.5408C31.8232 26.2479 31.8232 25.7731 31.5303 25.4802L26.7574 20.7072C26.4645 20.4143 25.9896 20.4143 25.6967 20.7072C25.4038 21.0001 25.4038 21.475 25.6967 21.7679L29.9393 26.0105L25.6967 30.2531C25.4038 30.546 25.4038 31.0209 25.6967 31.3138C25.9896 31.6067 26.4645 31.6067 26.7574 31.3138L31.5303 26.5408ZM20 26.7605L31 26.7605L31 25.2605L20 25.2605L20 26.7605Z%27 fill=%27%23211F1F%27/%3E%3C/svg%3E%0A");
  height: 52px;
  width: 52px;
}
.swiper__container-controls .swiper-button-next,
.swiper__container-controls .swiper-button-prev {
  background-image: url("data:image/svg+xml,<svg width=\"52\" height=\"52\" viewBox=\"0 0 52 52\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><circle opacity=\"0.9\" cx=\"26\" cy=\"26\" r=\"25\" stroke=\"%23231F20\" stroke-width=\"2\"/><path d=\"M31.5303 26.5303C31.8232 26.2374 31.8232 25.7626 31.5303 25.4697L26.7574 20.6967C26.4645 20.4038 25.9896 20.4038 25.6967 20.6967C25.4038 20.9896 25.4038 21.4645 25.6967 21.7574L29.9393 26L25.6967 30.2426C25.4038 30.5355 25.4038 31.0104 25.6967 31.3033C25.9896 31.5962 26.4645 31.5962 26.7574 31.3033L31.5303 26.5303ZM20 26.75L31 26.75L31 25.25L20 25.25L20 26.75Z\" fill=\"%23231F20\"/></svg>");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 52px;
  left: unset;
  margin: 0 !important;
  position: relative;
  right: unset;
  top: unset;
  transform: unset;
  width: 52px;
}
.swiper__container-controls .swiper-button-next::after,
.swiper__container-controls .swiper-button-prev::after {
  content: none;
}
.swiper__container-controls .swiper-button-prev {
  transform: rotate(180deg);
}
.swiper__container-controls .swiper-button-next.swiper-button-disabled,
.swiper__container-controls .swiper-button-prev.swiper-button-disabled {
  background-color: rgba(240, 188, 53, 0.4);
  opacity: 1;
  border-radius: 50%;
}
.swiper__container-controls .swiper-button-play-pause {
  cursor: pointer;
  font-size: 0;
  height: 25px;
  width: 25px;
  padding: 0;
  background-color: transparent;
  border: none;
}
.swiper__container-controls .swiper-button-play-pause .icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 25px;
  width: 25px;
}
.swiper__container-controls .swiper-button-play-pause[aria-label=play] .icon {
  background-image: url("data:image/svg+xml,%3Csvg width=%2712%27 height=%2715%27 viewBox=%270 0 12 15%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg clip-path=%27url%28%23clip0_1593_526%29%27%3E%3Cpath opacity=%270.4%27 d=%27M1.09088 13.8461V1.15384L10.5143 7.50003L1.09088 13.8461Z%27 fill=%27%23211F1F%27 stroke=%27%23211F1F%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27clip0_1593_526%27%3E%3Crect width=%2712%27 height=%2715%27 fill=%27white%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.swiper__container-controls .swiper-button-play-pause[aria-label=pause] .icon {
  background-image: url("data:image/svg+xml,%3Csvg width=%2711%27 height=%2715%27 viewBox=%270 0 11 15%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Crect width=%274%27 height=%2715%27 rx=%272%27 fill=%27%23211F1F%27/%3E%3Crect x=%277%27 width=%274%27 height=%2715%27 rx=%272%27 fill=%27%23211F1F%27/%3E%3C/svg%3E%0A");
}

/**
 * Swiper 10.0.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 8, 2023
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.block__content + .block__carousel {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .block__content + .block__carousel {
    margin-top: 40px;
  }
}

div[class*=swiper__container--carousel] {
  position: relative;
}
div[class*=swiper__container--carousel] .carousel {
  overflow: hidden;
  position: relative;
}
div[class*=swiper__container--carousel] .carousel figure {
  margin-bottom: 0;
}
div[class*=swiper__container--carousel] .carousel figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  z-index: 1;
}
@media (max-width: 991.98px) {
  div[class*=swiper__container--carousel] .carousel figure img {
    height: 300px;
  }
}
@media (max-width: 575.98px) {
  div[class*=swiper__container--carousel] .carousel figure img {
    -o-object-position: center left;
       object-position: center left;
  }
}
div[class*=swiper__container--carousel] .carousel figure.mask::after {
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media (max-width: 991.98px) {
  div[class*=swiper__container--carousel] .carousel figure.mask::after {
    height: 300px;
  }
}
div[class*=swiper__container--carousel] .carousel__image {
  position: relative;
  display: block;
  background-color: transparent;
  margin-bottom: 0;
}
div[class*=swiper__container--carousel] .carousel__image--size-1 img {
  height: 460px;
  /*equal height*/
}
div[class*=swiper__container--carousel] .carousel__image--size-1.mask::after {
  height: 460px;
  /*equal height*/
}
div[class*=swiper__container--carousel] .carousel__image--size-2 img {
  height: 440px;
  /*equal height*/
}
div[class*=swiper__container--carousel] .carousel__image--size-2.mask::after {
  height: 440px;
  /*equal height*/
}
div[class*=swiper__container--carousel] .carousel__caption {
  padding-top: 1rem;
}
div[class*=swiper__container--carousel] .carousel__caption > * {
  font-family: "Switzer", sans-serif;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1rem;
}

@media (min-width: 992px) {
  .swiper__container--carousel-auto .carousel {
    width: auto !important;
  }
}

.swiper__container--carousel-value {
  -o-object-fit: cover;
     object-fit: cover;
}

/*# sourceMappingURL=style-index.css.map*/