@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";
@import "https://use.typekit.net/cmy3rqg.css";
/*! Basscss | http://basscss.com | MIT License */
.h00 {
  font-size: 4rem;
  font-size: var(--h00);
}

.h0 {
  font-size: 3rem;
  font-size: var(--h0);
}

.h1 {
  font-size: 2rem;
  font-size: var(--h1);
}

.h2 {
  font-size: 1.5rem;
  font-size: var(--h2);
}

.h3 {
  font-size: 1.25rem;
  font-size: var(--h3);
}

.h4 {
  font-size: 1rem;
  font-size: var(--h4);
}

.h5 {
  font-size: 0.875rem;
  font-size: var(--h5);
}

.h6 {
  font-size: 0.75rem;
  font-size: var(--h6);
}

:root {
  --h00:4rem;
  --h0:3rem;
  --h1:2rem;
  --h2:1.5rem;
  --h3:1.25rem;
  --h4:1rem;
  --h5:.875rem;
  --h6:.75rem;
}

.font-family-inherit {
  font-family: inherit;
}

.font-size-inherit {
  font-size: inherit;
}

.text-decoration-none {
  text-decoration: none;
}

.bold {
  font-weight: 700;
  font-weight: var(--bold-font-weight, bold);
}

.regular {
  font-weight: 400;
}

.italic {
  font-style: italic;
}

.caps {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  letter-spacing: var(--caps-letter-spacing);
}

.left-align {
  text-align: left;
}

.center {
  text-align: center;
}

.right-align {
  text-align: right;
}

.justify {
  text-align: justify;
}

.nowrap {
  white-space: nowrap;
}

.break-word {
  word-wrap: break-word;
}

.line-height-1 {
  line-height: 1;
  line-height: var(--line-height-1);
}

.line-height-2 {
  line-height: 1.125;
  line-height: var(--line-height-2);
}

.line-height-3 {
  line-height: 1.25;
  line-height: var(--line-height-3);
}

.line-height-4 {
  line-height: 1.5;
  line-height: var(--line-height-4);
}

.list-style-none {
  list-style: none;
}

.underline {
  text-decoration: underline;
}

.truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list-reset {
  list-style: none;
  padding-left: 0;
}

:root {
  --line-height-1:1;
  --line-height-2:1.125;
  --line-height-3:1.25;
  --line-height-4:1.5;
  --caps-letter-spacing:.2em;
  --bold-font-weight:bold;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.table {
  display: table;
}

.table-cell {
  display: table-cell;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.clearfix:after, .clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.fit {
  max-width: 100%;
}

.max-width-1 {
  max-width: 24rem;
  max-width: var(--width-1);
}

.max-width-2 {
  max-width: 32rem;
  max-width: var(--width-2);
}

.max-width-3 {
  max-width: 48rem;
  max-width: var(--width-3);
}

.max-width-4 {
  max-width: 64rem;
  max-width: var(--width-4);
}

.border-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  --width-1:24rem;
  --width-2:32rem;
  --width-3:48rem;
  --width-4:64rem;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.m0 {
  margin: 0;
}

.mt0 {
  margin-top: 0;
}

.mr0 {
  margin-right: 0;
}

.mb0 {
  margin-bottom: 0;
}

.ml0, .mx0 {
  margin-left: 0;
}

.mx0 {
  margin-right: 0;
}

.my0 {
  margin-top: 0;
  margin-bottom: 0;
}

.m1 {
  margin: 0.5rem;
  margin: var(--space-1);
}

.mt1 {
  margin-top: 0.5rem;
  margin-top: var(--space-1);
}

.mr1 {
  margin-right: 0.5rem;
  margin-right: var(--space-1);
}

.mb1 {
  margin-bottom: 0.5rem;
  margin-bottom: var(--space-1);
}

.ml1, .mx1 {
  margin-left: 0.5rem;
  margin-left: var(--space-1);
}

.mx1 {
  margin-right: 0.5rem;
  margin-right: var(--space-1);
}

.my1 {
  margin-top: 0.5rem;
  margin-top: var(--space-1);
  margin-bottom: 0.5rem;
  margin-bottom: var(--space-1);
}

.m2 {
  margin: 1rem;
  margin: var(--space-2);
}

.mt2 {
  margin-top: 1rem;
  margin-top: var(--space-2);
}

.mr2 {
  margin-right: 1rem;
  margin-right: var(--space-2);
}

.mb2 {
  margin-bottom: 1rem;
  margin-bottom: var(--space-2);
}

.ml2, .mx2 {
  margin-left: 1rem;
  margin-left: var(--space-2);
}

.mx2 {
  margin-right: 1rem;
  margin-right: var(--space-2);
}

.my2 {
  margin-top: 1rem;
  margin-top: var(--space-2);
  margin-bottom: 1rem;
  margin-bottom: var(--space-2);
}

.m3 {
  margin: 2rem;
  margin: var(--space-3);
}

.mt3 {
  margin-top: 2rem;
  margin-top: var(--space-3);
}

.mr3 {
  margin-right: 2rem;
  margin-right: var(--space-3);
}

.mb3 {
  margin-bottom: 2rem;
  margin-bottom: var(--space-3);
}

.ml3, .mx3 {
  margin-left: 2rem;
  margin-left: var(--space-3);
}

.mx3 {
  margin-right: 2rem;
  margin-right: var(--space-3);
}

.my3 {
  margin-top: 2rem;
  margin-top: var(--space-3);
  margin-bottom: 2rem;
  margin-bottom: var(--space-3);
}

.m4 {
  margin: 4rem;
  margin: var(--space-4);
}

.mt4 {
  margin-top: 4rem;
  margin-top: var(--space-4);
}

.mr4 {
  margin-right: 4rem;
  margin-right: var(--space-4);
}

.mb4 {
  margin-bottom: 4rem;
  margin-bottom: var(--space-4);
}

.ml4, .mx4 {
  margin-left: 4rem;
  margin-left: var(--space-4);
}

.mx4 {
  margin-right: 4rem;
  margin-right: var(--space-4);
}

.my4 {
  margin-top: 4rem;
  margin-top: var(--space-4);
  margin-bottom: 4rem;
  margin-bottom: var(--space-4);
}

.mxn1 {
  margin-left: -0.5rem;
  margin-left: calc(var(--space-1) * -1);
  margin-right: -0.5rem;
  margin-right: calc(var(--space-1) * -1);
}

.mxn2 {
  margin-left: -1rem;
  margin-left: calc(var(--space-2) * -1);
  margin-right: -1rem;
  margin-right: calc(var(--space-2) * -1);
}

.mxn3 {
  margin-left: -2rem;
  margin-left: calc(var(--space-3) * -1);
  margin-right: -2rem;
  margin-right: calc(var(--space-3) * -1);
}

.mxn4 {
  margin-left: -4rem;
  margin-left: calc(var(--space-4) * -1);
  margin-right: -4rem;
  margin-right: calc(var(--space-4) * -1);
}

.m-auto {
  margin: auto;
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto, .mx-auto {
  margin-left: auto;
}

.mx-auto {
  margin-right: auto;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.p0 {
  padding: 0;
}

.pt0 {
  padding-top: 0;
}

.pr0 {
  padding-right: 0;
}

.pb0 {
  padding-bottom: 0;
}

.pl0, .px0 {
  padding-left: 0;
}

.px0 {
  padding-right: 0;
}

.py0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p1 {
  padding: 0.5rem;
  padding: var(--space-1);
}

.pt1 {
  padding-top: 0.5rem;
  padding-top: var(--space-1);
}

.pr1 {
  padding-right: 0.5rem;
  padding-right: var(--space-1);
}

.pb1 {
  padding-bottom: 0.5rem;
  padding-bottom: var(--space-1);
}

.pl1 {
  padding-left: 0.5rem;
  padding-left: var(--space-1);
}

.py1 {
  padding-top: 0.5rem;
  padding-top: var(--space-1);
  padding-bottom: 0.5rem;
  padding-bottom: var(--space-1);
}

.px1 {
  padding-left: 0.5rem;
  padding-left: var(--space-1);
  padding-right: 0.5rem;
  padding-right: var(--space-1);
}

.p2 {
  padding: 1rem;
  padding: var(--space-2);
}

.pt2 {
  padding-top: 1rem;
  padding-top: var(--space-2);
}

.pr2 {
  padding-right: 1rem;
  padding-right: var(--space-2);
}

.pb2 {
  padding-bottom: 1rem;
  padding-bottom: var(--space-2);
}

.pl2 {
  padding-left: 1rem;
  padding-left: var(--space-2);
}

.py2 {
  padding-top: 1rem;
  padding-top: var(--space-2);
  padding-bottom: 1rem;
  padding-bottom: var(--space-2);
}

.px2 {
  padding-left: 1rem;
  padding-left: var(--space-2);
  padding-right: 1rem;
  padding-right: var(--space-2);
}

.p3 {
  padding: 2rem;
  padding: var(--space-3);
}

.pt3 {
  padding-top: 2rem;
  padding-top: var(--space-3);
}

.pr3 {
  padding-right: 2rem;
  padding-right: var(--space-3);
}

.pb3 {
  padding-bottom: 2rem;
  padding-bottom: var(--space-3);
}

.pl3 {
  padding-left: 2rem;
  padding-left: var(--space-3);
}

.py3 {
  padding-top: 2rem;
  padding-top: var(--space-3);
  padding-bottom: 2rem;
  padding-bottom: var(--space-3);
}

.px3 {
  padding-left: 2rem;
  padding-left: var(--space-3);
  padding-right: 2rem;
  padding-right: var(--space-3);
}

.p4 {
  padding: 4rem;
  padding: var(--space-4);
}

.pt4 {
  padding-top: 4rem;
  padding-top: var(--space-4);
}

.pr4 {
  padding-right: 4rem;
  padding-right: var(--space-4);
}

.pb4 {
  padding-bottom: 4rem;
  padding-bottom: var(--space-4);
}

.pl4 {
  padding-left: 4rem;
  padding-left: var(--space-4);
}

.py4 {
  padding-top: 4rem;
  padding-top: var(--space-4);
  padding-bottom: 4rem;
  padding-bottom: var(--space-4);
}

.px4 {
  padding-left: 4rem;
  padding-left: var(--space-4);
  padding-right: 4rem;
  padding-right: var(--space-4);
}

:root {
  --space-1:.5rem;
  --space-2:1rem;
  --space-3:2rem;
  --space-4:4rem;
}

.col {
  float: left;
}

.col, .col-right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.col-right {
  float: right;
}

.col-1 {
  width: 8.33333%;
}

.col-2 {
  width: 16.66667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.col-12 {
  width: 100%;
}

@media (min-width: 40em) {
  .sm-col {
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sm-col-right {
    float: right;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sm-col-1 {
    width: 8.33333%;
  }
  .sm-col-2 {
    width: 16.66667%;
  }
  .sm-col-3 {
    width: 25%;
  }
  .sm-col-4 {
    width: 33.33333%;
  }
  .sm-col-5 {
    width: 41.66667%;
  }
  .sm-col-6 {
    width: 50%;
  }
  .sm-col-7 {
    width: 58.33333%;
  }
  .sm-col-8 {
    width: 66.66667%;
  }
  .sm-col-9 {
    width: 75%;
  }
  .sm-col-10 {
    width: 83.33333%;
  }
  .sm-col-11 {
    width: 91.66667%;
  }
  .sm-col-12 {
    width: 100%;
  }
}
@media (min-width: 52em) {
  .md-col {
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .md-col-right {
    float: right;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .md-col-1 {
    width: 8.33333%;
  }
  .md-col-2 {
    width: 16.66667%;
  }
  .md-col-3 {
    width: 25%;
  }
  .md-col-4 {
    width: 33.33333%;
  }
  .md-col-5 {
    width: 41.66667%;
  }
  .md-col-6 {
    width: 50%;
  }
  .md-col-7 {
    width: 58.33333%;
  }
  .md-col-8 {
    width: 66.66667%;
  }
  .md-col-9 {
    width: 75%;
  }
  .md-col-10 {
    width: 83.33333%;
  }
  .md-col-11 {
    width: 91.66667%;
  }
  .md-col-12 {
    width: 100%;
  }
}
@media (min-width: 64em) {
  .lg-col {
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lg-col-right {
    float: right;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lg-col-1 {
    width: 8.33333%;
  }
  .lg-col-2 {
    width: 16.66667%;
  }
  .lg-col-3 {
    width: 25%;
  }
  .lg-col-4 {
    width: 33.33333%;
  }
  .lg-col-5 {
    width: 41.66667%;
  }
  .lg-col-6 {
    width: 50%;
  }
  .lg-col-7 {
    width: 58.33333%;
  }
  .lg-col-8 {
    width: 66.66667%;
  }
  .lg-col-9 {
    width: 75%;
  }
  .lg-col-10 {
    width: 83.33333%;
  }
  .lg-col-11 {
    width: 91.66667%;
  }
  .lg-col-12 {
    width: 100%;
  }
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 40em) {
  .sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 52em) {
  .md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 64em) {
  .lg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.items-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.self-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.self-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.self-center {
  -ms-flex-item-align: center;
      align-self: center;
}

.self-baseline {
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.self-stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.justify-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.content-start {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.content-end {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.content-center {
  -ms-flex-line-pack: center;
      align-content: center;
}

.content-between {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.content-around {
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}

.content-stretch {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.flex-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
}

.flex-none {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-last {
  -webkit-box-ordinal-group: 100000;
      -ms-flex-order: 99999;
          order: 99999;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.z1 {
  z-index: 1;
  z-index: var(--z1);
}

.z2 {
  z-index: 2;
  z-index: var(--z2);
}

.z3 {
  z-index: 3;
  z-index: var(--z3);
}

.z4 {
  z-index: 4;
  z-index: var(--z4);
}

:root {
  --z1:1;
  --z2:2;
  --z3:3;
  --z4:4;
}

.border {
  border-style: solid;
  border-width: 1px;
  border-width: var(--border-width);
}

.border-top {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-width: var(--border-width);
}

.border-right {
  border-right-style: solid;
  border-right-width: 1px;
  border-right-width: var(--border-width);
}

.border-bottom {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-width: var(--border-width);
}

.border-left {
  border-left-style: solid;
  border-left-width: 1px;
  border-left-width: var(--border-width);
}

.border-none {
  border: 0;
}

.rounded {
  border-radius: 3px;
  border-radius: var(--border-radius);
}

.circle {
  border-radius: 50%;
}

.rounded-top {
  border-radius: 3px 3px 0 0;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
}

.rounded-right {
  border-radius: 0 3px 3px 0;
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
}

.rounded-bottom {
  border-radius: 0 0 3px 3px;
  border-radius: 0 0 var(--border-radius) var(--border-radius);
}

.rounded-left {
  border-radius: 3px 0 0 3px;
  border-radius: var(--border-radius) 0 0 var(--border-radius);
}

.not-rounded {
  border-radius: 0;
}

:root {
  --border-width:1px;
  --border-radius:3px;
}

.hide {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

@media (max-width: 40em) {
  .xs-hide {
    display: none !important;
  }
}
@media (min-width: 40em) and (max-width: 52em) {
  .sm-hide {
    display: none !important;
  }
}
@media (min-width: 52em) and (max-width: 64em) {
  .md-hide {
    display: none !important;
  }
}
@media (min-width: 64em) {
  .lg-hide {
    display: none !important;
  }
}
.display-none {
  display: none !important;
}

/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */
/* 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;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          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 {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      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: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          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 {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

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

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

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          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;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          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 {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

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

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

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          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;
  -webkit-box-shadow: none;
          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%;
  -webkit-transform: translate3d(0px, -50%, 0);
          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%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-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;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.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%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-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 {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

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

/* 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%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          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;
      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;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      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 {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

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

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

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

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

.swiper.swiper-cube {
  overflow: visible;
}

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

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

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          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;
  -webkit-filter: blur(50px);
          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.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;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper.swiper-cards {
  overflow: visible;
}

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

/* prettier-ignore */
:root {
  --font-xxsmall: 12px;
  --font-xsmall: 14px;
  --font-small: 16px;
  --font-medium: 22px;
  --font-large: 28px;
  --font-xlarge: 30px;
  --font-xxlarge: 40px;
  --display-title: 5em;
  --display-title-tablet: 3.5em;
  --display-title-mobile: 2.3em;
  --heading-1: 3em;
  --heading-1-tablet: 2.4em;
  --heading-1-mobile: 1.8em;
  --heading-2: 2.5em;
  --heading-2-tablet: 2em;
  --heading-2-mobile: 1.6em;
  --heading-3: 2em;
  --heading-3-tablet: 1.8em;
  --heading-3-mobile: 1.5em;
  --heading-4: 1.8em;
  --heading-4-tablet: 1.5em;
  --heading-4-mobile: 1.3em;
  --heading-5: 1.6em;
  --heading-5-tablet: 1.3em;
  --heading-5-mobile: 1.1em;
  --heading-6: 0.67em;
  --body: 1em;
}

.font-xxlarge {
  font-size: var(--font-xxlarge);
}

.font-xlarge {
  font-size: var(--font-xlarge);
}

.font-large {
  font-size: var(--font-large);
}

.font-medium {
  font-size: var(--font-medium);
}

.font-small {
  font-size: var(--font-small);
}

.font-xsmall {
  font-size: var(--font-xsmall);
}

.font-xxsmall {
  font-size: var(--font-xxsmall);
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  font-size: 57.5%;
  scroll-behavior: smooth;
}
@media (min-width: 550px) {
  html {
    font-size: 60%;
  }
}
@media (min-width: 1250px) {
  html {
    font-size: 62.5%;
  }
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Montserrat", "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 1.5;
  font-size: 16px;
  background: #fff;
  scroll-behavior: smooth;
}
body:after {
  z-index: 99999999999;
  position: fixed;
  right: 0;
  top: 0;
  padding: 6px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: white;
  background: darkmagenta;
  content: "Below breakpoints";
  opacity: 1;
  content: none;
  display: none;
}
@media (min-width: 550px) {
  body:after {
    content: "phone: 650px";
  }
}
@media (min-width: 800px) {
  body:after {
    content: "tablet: 800px";
  }
}
@media (min-width: 1000px) {
  body:after {
    content: "desktop: 1000px";
  }
}
@media (min-width: 1250px) {
  body:after {
    content: "desktopLarge: 1250px";
  }
}
@media (min-width: 1600px) {
  body:after {
    content: "desktopXLarge: 1600px";
  }
}
@media (min-width: 1850px) {
  body:after {
    content: "desktopXXLarge: 1850px";
  }
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

a {
  text-decoration: none;
}

img,
picture {
  max-width: 100%;
  height: auto;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
  border: 0;
}

.svg-wrapper {
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  width: 100%;
  height: 100%;
}
.svg-wrapper svg {
  width: 100%;
  height: 100%;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#primary[tabindex="-1"]:focus {
  outline: 0;
}

.hidden {
  visibility: hidden;
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
h1, h2, h3, h4, h5, h6, p {
  display: block;
  margin-bottom: 1.5rem;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, p span {
  color: #1F4180;
}
h1.display-title, h2.display-title, h3.display-title, h4.display-title, h5.display-title, h6.display-title, p.display-title {
  font-size: var(--display-title-mobile);
  text-transform: uppercase;
}
@media (min-width: 800px) {
  h1.display-title, h2.display-title, h3.display-title, h4.display-title, h5.display-title, h6.display-title, p.display-title {
    font-size: var(--display-title-tablet);
  }
}
@media (min-width: 1000px) {
  h1.display-title, h2.display-title, h3.display-title, h4.display-title, h5.display-title, h6.display-title, p.display-title {
    font-size: var(--display-title);
  }
}

h1, .heading-1 {
  font-weight: 900;
  line-height: 1;
  font-size: var(--heading-1-mobile);
  text-transform: uppercase;
}
@media (min-width: 800px) {
  h1, .heading-1 {
    font-size: var(--heading-1-tablet);
  }
}
@media (min-width: 1000px) {
  h1, .heading-1 {
    font-size: var(--heading-1);
  }
}

h2, .heading-2 {
  font-weight: 900;
  line-height: 1;
  font-size: var(--heading-2-mobile);
}
@media (min-width: 800px) {
  h2, .heading-2 {
    font-size: var(--heading-2-tablet);
  }
}
@media (min-width: 1000px) {
  h2, .heading-2 {
    font-size: var(--heading-2);
  }
}

h3 {
  font-weight: 800;
  line-height: 1;
  font-size: var(--heading-3-mobile);
}
@media (min-width: 800px) {
  h3 {
    font-size: var(--heading-3-tablet);
  }
}
@media (min-width: 1000px) {
  h3 {
    font-size: var(--heading-3);
  }
}

h4 {
  font-weight: 800;
  line-height: 1.4;
  font-size: var(--heading-4-mobile);
}
@media (min-width: 800px) {
  h4 {
    font-size: var(--heading-4-tablet);
  }
}
@media (min-width: 1000px) {
  h4 {
    font-size: var(--heading-4);
  }
}

h5 {
  font-weight: 800;
  line-height: 1.4;
  font-size: var(--heading-5-mobile);
}
@media (min-width: 800px) {
  h5 {
    font-size: var(--heading-5-tablet);
  }
}
@media (min-width: 1000px) {
  h5 {
    font-size: var(--heading-5);
  }
}

h6 {
  font-weight: 700;
  line-height: 1.4;
  font-size: var(--heading-6);
}

p {
  line-height: 1.5;
  font-size: var(--body);
}

b {
  font-weight: 700;
}

ul,
ol {
  font-size: var(--font-xsmall);
  margin-top: 1.5rem;
  margin-bottom: 1.5rem !important;
}
ul li,
ol li {
  position: relative;
  margin-bottom: 1.25rem;
  margin-left: 0;
  padding-left: 0;
}
ul li::marker,
ol li::marker {
  font-weight: 700;
  color: #fff;
}
ul li a,
ol li a {
  color: #1F4180;
}
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

a[role=button] br {
  display: none;
}

button {
  cursor: pointer;
}

.menu-item-button > a,
.button {
  background: #1F4180;
  font-family: "Montserrat", "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: var(--body);
  font-weight: 800;
  color: #fff;
  display: inline-block;
  padding: 12px 25px;
  border-radius: 40px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.menu-item-button > a:hover, .menu-item-button > a:focus,
.button:hover,
.button:focus {
  background: #931A47;
  color: #000;
}
.menu-item-button > a.alt,
.button.alt {
  background: #931A47;
  color: #000;
}
.menu-item-button > a.alt:hover, .menu-item-button > a.alt:focus,
.button.alt:hover,
.button.alt:focus {
  background: #1F4180;
  color: #fff;
}
.menu-item-button > a.dark,
.button.dark {
  background: #000;
  color: #1F4180;
}
.menu-item-button > a.dark:hover, .menu-item-button > a.dark:focus,
.button.dark:hover,
.button.dark:focus {
  background: #fff;
  color: #000;
}

.button, [data-aos].button {
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}

.mfp-content {
  max-width: 90% !important;
  width: 100% !important;
}
@media (min-width: 1000px) {
  .mfp-content {
    max-width: 800px !important;
  }
}
@media (min-width: desktopXLarge) {
  .mfp-content {
    max-width: 1000px !important;
  }
}

.local-video,
.embedded-video {
  height: 275px;
  display: block;
  overflow: hidden;
}
@media (min-width: 550px) {
  .local-video,
  .embedded-video {
    height: 300px;
  }
}
@media (min-width: 800px) {
  .local-video,
  .embedded-video {
    height: 400px;
  }
}
@media (min-width: 1000px) {
  .local-video,
  .embedded-video {
    height: 400px;
  }
}
@media (min-width: 1250px) {
  .local-video,
  .embedded-video {
    height: 500px;
  }
}
@media (min-width: 1600px) {
  .local-video,
  .embedded-video {
    height: 700px;
  }
}

.local-video-popup,
.mfp-iframe-scaler {
  width: 100%;
  height: 100%;
  z-index: 2;
  margin: 0 auto;
}
.local-video-popup video,
.mfp-iframe-scaler video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 16/9;
}
.local-video-popup .mfp-close,
.mfp-iframe-scaler .mfp-close {
  background-color: #1F4180;
  margin-top: -60px;
  margin-right: 0;
  color: #fff !important;
  opacity: 1;
  width: 50px;
  height: 50px;
  min-width: auto;
  border-radius: 100%;
}
.local-video-popup .mfp-close:hover, .local-video-popup .mfp-close:focus,
.mfp-iframe-scaler .mfp-close:hover,
.mfp-iframe-scaler .mfp-close:focus {
  background-color: #931A47;
  color: #fff;
}

.mfp-iframe-holder .mfp-close {
  background: #1F4180;
  width: 50px;
  height: 50px;
  opacity: 1;
  color: white;
  margin: 0;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: -60px;
  padding: 0;
  right: 0;
}
.mfp-iframe-holder .mfp-close:hover, .mfp-iframe-holder .mfp-close:focus {
  background-color: #931A47;
  color: #fff;
}

.local-video,
.embedded-video {
  position: relative;
}
.local-video::before,
.embedded-video::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  background-color: #1F4180;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="57" height="66"><path fill="%23fff" d="M57 33 0 66V0Z" data-name="Polygon 1"/></svg>');
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 26px;
}
.local-video:hover::before, .local-video:focus::before,
.embedded-video:hover::before,
.embedded-video:focus::before {
  background-color: #931A47;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.object-fit--contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-fit--cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-position--none {
  -o-object-position: none;
     object-position: none;
}

.object-position--top {
  -o-object-position: top;
     object-position: top;
}

.object-position--bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.object-position--left {
  -o-object-position: left;
     object-position: left;
}

.object-position--right {
  -o-object-position: right;
     object-position: right;
}

.object-position--center {
  -o-object-position: center;
     object-position: center;
}

.text-style--white h1, .text-style--white h2, .text-style--white h3, .text-style--white h4, .text-style--white h5, .text-style--white h6, .text-style--white p, .text-style--white li, .text-style--white a {
  color: #fff;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

a,
button {
  min-height: 25px;
  min-width: 25px;
}

*:focus {
  outline: 2px solid #1F4180 !important;
  outline-offset: 4px;
}

[hidden] {
  display: none;
}

.announcement {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #931A47;
}
.announcement__wrapper {
  width: 100%;
  height: auto;
  position: relative;
  width: 100%;
  padding: 0 1.5rem;
  max-width: 1250px;
  margin: 0 auto;
}
.announcement__message, .announcement__link {
  width: 100%;
  height: auto;
  position: relative;
  padding: 1.5rem;
  display: block;
}
.announcement__message p, .announcement__link p {
  margin: 0;
  text-align: center;
  color: #fff;
}
.announcement__link {
  text-decoration: underline;
}

html,
body {
  scroll-padding-top: 110px;
}
@media (min-width: 1000px) {
  html,
  body {
    scroll-padding-top: 20px;
  }
}

body.nav-active {
  overflow: hidden;
}

body.page-template-page-installer-results header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.94)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.94) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: transparent;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.64)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.64) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header.headroom--not-top::before {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}
body.menu-active-mobile .header {
  height: 100%;
  width: 100%;
}
.header__wrapper {
  position: relative;
  z-index: 1;
  padding: 0 0 0 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.header__social {
  display: block;
  width: 20px;
  height: 20px;
}
.header__social svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 220px;
  background: none;
}
.header__logo .svg-wrapper {
  width: 100%;
  height: 100%;
}
.header__logo svg {
  width: 100%;
  height: 100%;
}
.header__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border: 0;
  padding: 0;
  min-width: 75px !important;
  height: 83px;
  width: 75px;
  min-width: 0;
  z-index: 999;
  background-color: transparent;
  -webkit-animation: fromRight 0.5s backwards 0.3s;
          animation: fromRight 0.5s backwards 0.3s;
  margin-left: 65px;
}
.header__button p {
  font-weight: 800;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 60%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__button:focus, .header__button:hover {
  cursor: pointer;
  outline: 0;
}
.header__button.active span {
  display: block;
}
.header__button.active p {
  display: none;
}
.header__button.active .top {
  -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
      -ms-transform: translateY(10px) translateX(0) rotate(45deg);
          transform: translateY(10px) translateX(0) rotate(45deg);
}
.header__button.active .middle {
  opacity: 0;
}
.header__button.active .bottom {
  -webkit-transform: translateY(-13px) translateX(0) rotate(-45deg);
      -ms-transform: translateY(-13px) translateX(0) rotate(-45deg);
          transform: translateY(-13px) translateX(0) rotate(-45deg);
}
.header__button span {
  background: #fff;
  border: none;
  height: 2px;
  width: 50%;
  cursor: pointer;
}
.header__button span:nth-of-type(2) {
  top: 16px;
}
.header__button span:nth-of-type(3) {
  top: 28px;
}

.nav {
  display: block;
  z-index: 10;
  position: fixed;
  background: #1F4180;
  top: 0;
  left: 100%;
  right: auto;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding: 100px 0 50px 0;
}
.nav.open {
  opacity: 1;
  visibility: visible;
  top: 0;
  left: 0;
  z-index: 9;
}
.nav.open .menu > .menu-item {
  opacity: 1;
}
.nav:not(.open) .menu > .menu-item {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.nav__mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media (min-width: 1250px) {
  .nav__mobile {
    display: none;
  }
}
.nav__mobile.top {
  padding-bottom: 4rem;
}
.nav__mobile.bottom {
  border-top: 1px solid #1F4180;
  padding-top: 4rem;
}
.nav__mobile-wrapper {
  height: auto;
  margin: 0 auto;
  width: 90%;
}
@media (min-width: 650px) {
  .nav__mobile-wrapper {
    width: 80%;
  }
}
@media (min-width: 800px) {
  .nav__mobile-wrapper {
    width: 60%;
  }
}
.nav__wrapper {
  position: relative;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__close {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  border: 0;
  background: none;
  padding: 0;
  height: 83px;
  width: 75px;
  min-width: 0;
  z-index: 12;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: #fff;
}
@media (min-width: 1000px) {
  .nav__close {
    height: 83px;
  }
}
.nav__close:focus, .nav__close:hover {
  cursor: pointer;
  outline: 0;
  background: #fff;
}
.nav__close .top {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) translateX(-50%) rotate(45deg);
          transform: translateY(-50%) translateX(-50%) rotate(45deg);
  background: #000;
}
.nav__close .middle {
  opacity: 0;
}
.nav__close .bottom {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
          transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  background: #000;
}
.nav__close span {
  background: #000;
  border: none;
  height: 2px;
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.nav .menu {
  padding: 0 1.5rem;
  margin-bottom: 4rem;
  position: relative;
  list-style: none;
  line-height: 1.2;
  width: 90%;
}
@media (min-width: 650px) {
  .nav .menu {
    width: 80%;
  }
}
@media (min-width: 800px) {
  .nav .menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 4rem auto;
  }
}
.nav .menu > .menu-item {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
  margin: 0 0 1.5rem 0;
  opacity: 0;
  -webkit-transition: opacity 0.7s ease-out;
  transition: opacity 0.7s ease-out;
}
.nav .menu > .menu-item:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media (min-width: 800px) {
  .nav .menu > .menu-item {
    width: 700px;
  }
}
.nav .menu .menu-item {
  position: relative;
}
.nav .menu .menu-item.menu-item-has-children {
  padding-right: 50px;
}
.nav .menu .menu-item a {
  display: block;
  font-family: "Montserrat", "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  color: #fff;
  text-decoration: none;
  font-size: var(--heading-2);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
}
.nav .menu .menu-item a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #931A47;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav .menu .menu-item a:hover, .nav .menu .menu-item a:focus {
  color: #931A47;
}
.nav .menu .menu-item a:hover::before, .nav .menu .menu-item a:focus::before {
  width: 100%;
}
.nav .sub-menu {
  list-style: none;
  position: fixed;
  top: 83px;
  left: 0;
  width: 100vw;
  height: 100%;
  min-height: 100vh;
  display: none;
  z-index: 11;
  background-color: #1F4180;
  padding: 80px 1.5rem 50px 1.5rem;
  overflow: scroll;
}
@media (min-width: 1000px) {
  .nav .sub-menu {
    top: 0;
    padding: 100px 1.5rem 50px 1.5rem;
  }
}
.nav .sub-menu.active {
  display: block;
}
.nav .sub-menu > * {
  margin: 0 auto 2.5rem auto;
}
.nav .sub-menu > li {
  width: 90%;
}
@media (min-width: 650px) {
  .nav .sub-menu > li {
    width: 80%;
  }
}
@media (min-width: 800px) {
  .nav .sub-menu > li {
    width: 700px;
    padding: 0;
  }
}
.nav .sub-menu > li a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.nav .submenu-trigger {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  right: 0;
  color: #931A47;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border: 1px solid #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (min-width: 650px) {
  .nav .submenu-trigger {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
  }
}
.nav .submenu-trigger:hover, .nav .submenu-trigger:focus {
  background: #1F4180;
  border-color: #000;
}
.nav .submenu-trigger:hover::before, .nav .submenu-trigger:focus::before {
  opacity: 0;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24.275" height="50.867" viewBox="0 0 24.275 50.867"><g id="Group_2394" data-name="Group 2394" transform="translate(1.414 1.414)"><path id="Path_1601" data-name="Path 1601" d="M1,1l9.2,8.975L20.77,20.29a6.392,6.392,0,0,1,0,9.458L1,49.039" transform="translate(-1 -1)" fill="none" stroke="%23000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/></g></svg>');
}
.nav .submenu-trigger:hover::after, .nav .submenu-trigger:focus::after {
  opacity: 1;
}
.nav .submenu-trigger::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 60%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24.275" height="50.867" viewBox="0 0 24.275 50.867"><g id="Group_2394" data-name="Group 2394" transform="translate(1.414 1.414)"><path id="Path_1601" data-name="Path 1601" d="M1,1l9.2,8.975L20.77,20.29a6.392,6.392,0,0,1,0,9.458L1,49.039" transform="translate(-1 -1)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/></g></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.nav .submenu-trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24.275" height="50.867" viewBox="0 0 24.275 50.867"><g id="Group_2394" data-name="Group 2394" transform="translate(1.414 1.414)"><path id="Path_1601" data-name="Path 1601" d="M1,1l9.2,8.975L20.77,20.29a6.392,6.392,0,0,1,0,9.458L1,49.039" transform="translate(-1 -1)" fill="none" stroke="%23000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/></g></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.nav .back-button {
  cursor: pointer;
  background: none;
  font-size: var(--font-medium);
  font-weight: 800;
  color: #fff;
  margin-bottom: 4.5rem;
  text-align: left;
  position: relative;
  position: absolute;
  top: 25px;
  left: 2.3rem;
  border: 0;
  background: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (min-width: 800px) {
  .nav .back-button {
    top: 38px;
    left: 26px;
  }
}
@media (min-width: 1000px) {
  .nav .back-button {
    position: fixed;
    top: 85px;
    left: 23.3%;
  }
}
.nav .back-button::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #000;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.nav .back-button:hover, .nav .back-button:focus {
  color: #000;
}
.nav .back-button:hover::before, .nav .back-button:focus::before {
  width: 100%;
}

.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100vw - 140px);
}
@media (min-width: 1000px) {
  .main-nav {
    width: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.main-nav .highlight-nav {
  display: none;
}
@media (min-width: 1000px) {
  .main-nav .highlight-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.nav .highlight-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1000px) {
  .nav .highlight-nav {
    display: none;
  }
}

.highlight-nav {
  position: relative;
  width: 90%;
  height: auto;
  padding: 0 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 650px) {
  .highlight-nav {
    width: 80%;
  }
}
@media (min-width: 1000px) {
  .highlight-nav {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    width: auto;
    right: auto;
    z-index: 1;
  }
}
.highlight-nav__item {
  width: 100%;
  padding: 15px 5px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 83px;
  font-family: "Montserrat", "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (min-width: 650px) {
  .highlight-nav__item {
    padding: 15px 25px;
  }
}
@media (min-width: 800px) {
  .highlight-nav__item {
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .highlight-nav__item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    height: 83px;
  }
}
@media (min-width: 1250px) {
  .highlight-nav__item {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .highlight-nav__item {
    font-size: 18px;
  }
}
.highlight-nav__item:hover, .highlight-nav__item:focus {
  background-color: #931A47 !important;
  color: #1F4180 !important;
}

.footer {
  background: #1F4180;
  padding-top: 61px;
}
.footer__wrapper {
  width: 100%;
  height: auto;
  position: relative;
  display: grid;
  padding: 0 30px;
}
@media (min-width: 1000px) {
  .footer__wrapper {
    grid-template-columns: 20% 40% 40%;
    padding: 0 55px;
  }
}
.footer__logo {
  width: 200px;
  margin-bottom: 1.5rem;
}
@media (min-width: 1000px) {
  .footer__logo {
    width: 220px;
    margin-bottom: 0;
  }
}
.footer__logo svg {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__info {
  display: grid;
}
@media (min-width: 1000px) {
  .footer__info {
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer__info-column-section {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 3.5rem;
}
.footer__info-column-section h4 {
  color: #F4F4DE;
  margin-bottom: 1.5rem;
  font-size: 1em;
}
.footer__info-column-section address, .footer__info-column-section a, .footer__info-column-section p {
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 1em;
}
.footer__info-column-section address {
  margin-bottom: 1.5rem;
}
.footer__info-column-section a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__info-column-section a:hover,
.footer__info-column-section a:focus {
  color: #931A47;
}
.footer__links {
  display: grid;
}
@media (min-width: 1000px) {
  .footer__links {
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer__links-column-logo {
  width: 150px;
  margin-bottom: 1.5rem;
}
@media (min-width: 1000px) {
  .footer__links-column-logo {
    width: 180px;
    margin-bottom: 0;
  }
}
.footer__links-column-logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__links-column ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
}
.footer__links-column ul li {
  padding-left: 0;
  margin-bottom: 0.5rem;
}
.footer__links-column ul li:last-of-type {
  margin-bottom: 0;
}
.footer__links-column ul li a {
  font-family: "Montserrat", "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1em;
}
.footer__links-column ul li a:hover, .footer__links-column ul li a:focus {
  color: #931A47;
}
.footer__links-column a.button {
  width: 100%;
  margin-bottom: 1.5rem;
}
.footer__links-column a.button:last-of-type {
  margin-bottom: 0;
}

.footer__blurb {
  background-color: #1F4180;
  padding: 1.5rem;
  text-align: center;
  grid-column: 1/-1;
  padding-top: 108px;
}
.footer__blurb p {
  color: #fff;
  font-size: 1em;
}
.footer__blurb a {
  color: #fff;
  font-family: "Montserrat", "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__blurb a:hover::before, .footer__blurb a:focus::before {
  width: 100%;
}
.footer__blurb a::before {
  content: "";
  position: absolute;
  background-color: #fff;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer,
#primary {
  width: 100%;
}

.text-color--white h1, .text-color--white h2, .text-color--white h3, .text-color--white h4, .text-color--white h5, .text-color--white h6, .text-color--white p, .text-color--white span, .text-color--white a {
  color: #fff;
}

.text-align--center {
  text-align: center;
}

.user-content.user-content--white-text > *:not(.page-builder) {
  color: #fff;
}
.user-content em {
  border: 0;
}
.user-content iframe {
  width: 100%;
}
.user-content blockquote {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.user-content .wp-block-image {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (min-width: 1250px) {
  .user-content .wp-block-image {
    max-width: 850px;
  }
}
@media (min-width: 1850px) {
  .user-content .wp-block-image {
    max-width: 950px;
  }
}
.user-content .wp-block-image figcaption {
  color: #931A47;
  font-size: var(--font-xxsmall);
  text-align: center;
}
.user-content .wp-block-image img {
  margin: 0 auto;
}
.user-content .wp-block-image .alignleft {
  float: left;
  margin: 0.5rem 3rem 0.5rem 0;
}
.user-content .wp-block-image .alignright {
  float: right;
  margin: 0.5rem 0 0.5rem 3rem;
}
.user-content .wp-block-gallery .blocks-gallery-grid {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.user-content .wp-block-gallery .blocks-gallery-item {
  margin: 0;
  padding: 0;
  width: 100%;
}
.user-content .wp-block-gallery a {
  border: 0;
}
.user-content .wp-block-quote {
  position: relative;
  border: 0;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding: 2.5rem;
  background: #931A47;
  margin: 0 15px;
  width: auto;
}
@media (min-width: 1250px) {
  .user-content .wp-block-quote {
    max-width: 850px;
  }
}
@media (min-width: 1850px) {
  .user-content .wp-block-quote {
    max-width: 950px;
  }
}
.user-content .wp-block-quote p {
  color: #fff;
  font-size: var(--font-small);
  z-index: 1;
  line-height: 1.5;
}
.user-content .wp-block-quote p:not(:last-child) {
  margin-bottom: 1.25rem;
}
.user-content .wp-block-quote cite {
  display: inline-block;
  font-weight: 400;
}
.user-content .wp-block-quote.light {
  background: #f2f2f2;
}
.user-content .wp-block-quote.light::before {
  content: "“";
  position: absolute;
  top: 1rem;
  left: -2rem;
  display: block;
  line-height: 1;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 200px;
  color: #1F4180;
}
.user-content .wp-block-quote.light p {
  color: #931A47;
  font-size: var(--font-xsmall);
  padding-left: 5rem;
}
.user-content .wp-block-quote.light cite {
  padding-left: 5rem;
}
.user-content .wp-block-quote.is-style-large {
  padding: 0;
}
.user-content .wp-block-quote.is-style-large p {
  padding: 3.5rem;
  font-size: var(--font-medium);
  font-style: normal;
}
.user-content .wp-block-quote.is-style-large cite {
  padding-left: 3.5rem;
  font-weight: 700;
}
@media (min-width: 1250px) {
  .user-content .wp-block-quote.is-style-large cite {
    padding-left: 0;
  }
}
.user-content .handorgel {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.user-content .wp-block-column:not(:first-child) {
  margin-left: 4em;
}
.user-content .wp-block-embed__wrapper {
  position: relative;
  height: 250px;
}
@media (min-width: 800px) {
  .user-content .wp-block-embed__wrapper {
    height: 450px;
  }
}
.user-content .wp-block-embed__wrapper iframe {
  height: 100%;
}
.user-content .wp-block-video,
.user-content .wp-block-embed {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (min-width: 1250px) {
  .user-content .wp-block-video,
  .user-content .wp-block-embed {
    max-width: 850px;
  }
}
@media (min-width: 1850px) {
  .user-content .wp-block-video,
  .user-content .wp-block-embed {
    max-width: 950px;
  }
}
.user-content .jobs-block {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.underline {
  width: 100%;
  background-image: linear-gradient(transparent calc(100% - 50px), #1F4180 0px);
  background-repeat: no-repeat;
  background-size: 0% 7%;
  background-position: left bottom;
  -webkit-transition: background-size 0.5s;
  transition: background-size 0.5s;
  text-decoration: none;
}
.underline:hover, .underline:focus {
  background-size: 100% 7%;
}

.__animate,
.__animatenow {
  opacity: 0;
}
@media (min-width: 1000px) {
  .__animate,
  .__animatenow {
    -webkit-transform: translateY(80px);
        -ms-transform: translateY(80px);
            transform: translateY(80px);
  }
}
.__animate.__animatein,
.__animatenow.__animatein {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 500ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: all 500ms cubic-bezier(0.75, 0, 0.25, 1);
  opacity: 1;
}

.__animateleft {
  -webkit-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
          transform: translateX(-100px);
  opacity: 0;
}
.__animateleft.__animatein {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 500ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: all 500ms cubic-bezier(0.75, 0, 0.25, 1);
  opacity: 1;
}

.__animateright {
  -webkit-transform: translateX(100px);
      -ms-transform: translateX(100px);
          transform: translateX(100px);
  opacity: 0;
}
.__animateright.__animatein {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 500ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: all 500ms cubic-bezier(0.75, 0, 0.25, 1);
  opacity: 1;
}

.__animatefade {
  opacity: 0;
}
.__animatefade.__animatein {
  -webkit-transition: all 500ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: all 500ms cubic-bezier(0.75, 0, 0.25, 1);
  opacity: 1;
}

.swiper-container {
  padding: 0 50px;
  position: relative;
}
@media (min-width: 800px) {
  .swiper-container {
    padding: 0 100px;
  }
}

.swiper {
  overflow: hidden;
}

.swiper-pagination .swiper-pagination-bullet {
  background: none;
  border: 2px solid #000;
  opacity: 0.7;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
  opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute !important;
  bottom: auto !important;
  top: 50% !important;
  width: 35px !important;
  height: 35px !important;
  background-color: transparent !important;
  color: #fff !important;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 100%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (min-width: 800px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 50px !important;
    height: 50px !important;
  }
}
.swiper-button-next:hover, .swiper-button-next:focus,
.swiper-button-prev:hover,
.swiper-button-prev:focus {
  border-color: #F4F4DE !important;
  background-color: #F4F4DE !important;
}
.swiper-button-next:hover::after, .swiper-button-next:focus::after,
.swiper-button-prev:hover::after,
.swiper-button-prev:focus::after {
  color: #1F4180 !important;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: var(--font-medium);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 800px) {
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: var(--font-large);
  }
}
.swiper-button-next.colour-scheme--dark,
.swiper-button-prev.colour-scheme--dark {
  background-color: transparent !important;
  color: #1F4180 !important;
  border: 1px solid #1F4180;
}
.swiper-button-next.colour-scheme--dark::after,
.swiper-button-prev.colour-scheme--dark::after {
  font-size: var(--font-large);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #1F4180;
}
.swiper-button-next.colour-scheme--dark:hover, .swiper-button-next.colour-scheme--dark:focus,
.swiper-button-prev.colour-scheme--dark:hover,
.swiper-button-prev.colour-scheme--dark:focus {
  border-color: #1F4180 !important;
  background-color: #1F4180 !important;
}
.swiper-button-next.colour-scheme--dark:hover::after, .swiper-button-next.colour-scheme--dark:focus::after,
.swiper-button-prev.colour-scheme--dark:hover::after,
.swiper-button-prev.colour-scheme--dark:focus::after {
  color: #fff !important;
}

.swiper-button-next {
  right: 0;
  left: auto;
}

.swiper-button-prev {
  right: auto;
  left: 0;
}

table {
  border-spacing: 0;
  margin-bottom: 2.5rem;
}
table th, table td {
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  padding: 12px;
  text-align: left;
}
table th:last-of-type, table td:last-of-type {
  border-right: 1px solid #999;
}
table tbody tr:last-of-type td {
  border-bottom: 1px solid #999;
}

.home {
  width: 100%;
  height: auto;
  position: relative;
}
.home section:not(.global-form) {
  margin-bottom: 3.5rem;
}
@media (min-width: 800px) {
  .home section:not(.global-form) {
    margin-bottom: 5.5rem;
  }
}
@media (min-width: 1000px) {
  .home section:not(.global-form) {
    margin-bottom: 7.5rem;
  }
}
.home__wrapper {
  width: 100%;
  padding: 0 1.5rem;
  max-width: 1250px;
  margin: 0 auto;
}
.home__wrapper.container--small {
  width: 100%;
  padding: 0 1.5rem;
  max-width: 1050px;
  margin: 0 auto;
}
.home__wrapper.container--wide {
  width: 100%;
  padding: 0 1.5rem;
  max-width: 1450px;
  margin: 0 auto;
}
.home__hero {
  width: 100%;
  height: auto;
  position: relative;
  padding: 151px 1.5rem;
  background: #00AEEF;
  background: linear-gradient(171deg, rgb(31, 65, 128) 0%, rgb(8, 144, 209) 90%, rgb(0, 174, 239) 100%);
}
.home__hero-text {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 56px;
}
.home__hero-text-logo {
  margin: 0 auto 56px auto;
  width: 266px;
}
.home__hero-text-logo svg {
  width: 100%;
  height: 100%;
}
.home__hero-text-lead {
  text-align: center;
  color: #18C3FF;
  text-transform: uppercase;
  font-weight: 900;
}
.home__hero-text-title {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  max-width: 800px;
  margin: 0 auto;
}
.home__hero-text-image {
  margin: 0 auto 56px auto;
  max-width: 600px;
}
.home__hero-text-image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.home__hero-text-follow {
  text-align: center;
  color: #fff;
  font-weight: 800;
  max-width: 1000px;
  margin: 0 auto;
}
.home__hero-squares {
  width: 100%;
  height: auto;
  position: relative;
}
.home__hero-squares-wrapper {
  width: 100%;
  height: auto;
  position: relative;
}
.home__hero-squares-item {
  width: 100%;
  height: auto;
  background-color: #F4F4DE;
  border-radius: 15px;
}
.home__hero-squares-item-text {
  display: block;
  max-width: 100%;
  height: auto;
  padding: 1.5rem;
}
.home__hero-squares-item.blue {
  background-color: #9CDFF8;
}
.home__hero-squares-item span {
  color: #1F4180;
  font-weight: 900;
  font-size: var(--heading-3);
}
.home__hero-squares-item p {
  color: #1F4180;
  font-weight: 800;
}
.home__cta {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.home__cta-wrapper {
  width: 100%;
  height: auto;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 800px) {
  .home__cta-wrapper {
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
  }
}
@media (min-width: 1000px) {
  .home__cta-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.5rem;
  }
}
@media (min-width: 800px) {
  .home__cta-wrapper.reverse .home__cta-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 800px) {
  .home__cta-wrapper.reverse .home__cta-media {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 800px) {
  .home__cta-wrapper.reverse .home__cta-media img {
    -o-object-position: left;
       object-position: left;
  }
}
.home__cta-text h2 {
  color: #1F4180;
}
.home__cta-video {
  height: 250px;
  width: 100%;
  position: relative;
  border-radius: 15px;
}
@media (min-width: 1000px) {
  .home__cta-video {
    height: 350px;
  }
}
.home__cta-video-poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home__cta-video-poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home__cta-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 800px) {
  .home__cta-media img {
    -o-object-position: right;
       object-position: right;
    max-height: 700px;
  }
}
.home__cta-media.radius {
  border-radius: 15px;
  overflow: hidden;
}
.home__cta-media.contain img {
  -o-object-fit: contain;
     object-fit: contain;
}
.home__steps {
  width: 100%;
  height: auto;
  position: relative;
}
.home__steps-slider {
  width: 100%;
  height: auto;
  position: relative;
}
.home__steps-slider-wrapper {
  width: 100%;
  height: auto;
  position: relative;
}
.home__steps-slider-item {
  width: 100%;
  height: auto;
  background-color: #fff;
}
@media (min-width: 800px) {
  .home__steps-slider-item {
    border-right: 1px solid #000;
  }
}
.home__steps-slider-item-content {
  display: block;
  max-width: 100%;
  padding: 1.5rem;
}
.home__steps-slider-item.blue {
  background-color: #9CDFF8;
}
.home__steps-slider-item span {
  color: #1F4180;
  font-weight: 900;
  font-size: var(--heading-3);
  margin-bottom: 1.5rem;
  display: block;
}
.home__steps-slider-item p {
  color: #1F4180;
  font-weight: 800;
}
.home__range {
  width: 100%;
  height: auto;
  position: relative;
  background: #1F4180;
  padding: 50px 1.5rem 0 1.5rem;
  background: linear-gradient(171deg, rgb(31, 65, 128) 0%, rgb(8, 144, 209) 90%, rgb(0, 174, 239) 100%);
}
@media (min-width: 800px) {
  .home__range {
    padding: 75px 1.5rem 0 1.5rem;
  }
}
@media (min-width: 1000px) {
  .home__range {
    padding: 111px 1.5rem 0 1.5rem;
  }
}
.home__range::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #fff;
}
@media (min-width: 650px) {
  .home__range::before {
    height: 150px;
  }
}
@media (min-width: 800px) {
  .home__range::before {
    height: 250px;
  }
}
.home__range-section {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  margin: 0 auto 3.5rem auto;
}
@media (min-width: 800px) {
  .home__range-section {
    margin-bottom: 5.5rem;
  }
}
@media (min-width: 1000px) {
  .home__range-section {
    margin-bottom: 7.5rem;
  }
}
.home__range-section:last-of-type {
  margin-bottom: 0;
}
.home__range-section-wrapper {
  width: 100%;
  padding: 0 1.5rem;
  max-width: 1250px;
  margin: 0 auto;
}
.home__range-section-wrapper.container--small {
  width: 100%;
  padding: 0 1.5rem;
  max-width: 1050px;
  margin: 0 auto;
}
.home__range-section-wrapper.container--wide {
  width: 100%;
  padding: 0 1.5rem;
  max-width: 1450px;
  margin: 0 auto;
}
.home__range-section-intro {
  width: 100%;
  height: auto;
  position: relative;
  max-width: 800px;
  margin: 0 auto 2.5rem auto;
  text-align: center;
}
@media (min-width: 800px) {
  .home__range-section-intro {
    margin-bottom: 4.5rem;
  }
}
.home__range-section-intro h1, .home__range-section-intro h2, .home__range-section-intro h3, .home__range-section-intro h4, .home__range-section-intro h5 {
  text-transform: uppercase;
}
.home__range-video {
  width: 100%;
  height: auto;
  position: relative;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 800px) {
  .home__range-video {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1000px) {
  .home__range-video {
    gap: 3.5rem;
  }
}
.home__range-video-item {
  width: 100%;
  height: auto;
  position: relative;
}
.home__range-video-item p {
  color: #fff;
  text-align: center;
}
.home__range-video-item-link {
  width: 100%;
  height: auto;
  position: relative;
  height: 250px;
  border-radius: 15px;
}
@media (min-width: 1000px) {
  .home__range-video-item-link {
    height: 350px;
  }
}
.home__range-video-item-link-poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home__range-video-item-link-poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home__range-images {
  width: 100%;
  height: auto;
  position: relative;
}
.home__range-images.regular {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 800px) {
  .home__range-images.regular {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
  }
}
.home__range-images.grid--three {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 800px) {
  .home__range-images.grid--three {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 800px) {
  .home__range-images.dividers .home__range-images-item {
    border-right: 1px solid #7F9FC2;
  }
}
@media (min-width: 800px) {
  .home__range-images-item {
    padding: 0 1.5rem;
  }
}
.home__range-images-item-media {
  width: 100%;
  height: auto;
  height: 300px;
  margin-bottom: 1rem;
  padding: 1.5rem;
}
.home__range-images-item-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.home__range-images-item h4, .home__range-images-item p {
  padding: 0 1.5rem;
}
.home__range-images-item p {
  color: #fff;
  text-align: center;
}
.home__range-image {
  width: 100%;
  height: auto;
  position: relative;
}
.home__range-image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.home__certification {
  width: 100%;
  height: auto;
  position: relative;
}
.home__certification-intro {
  width: 100%;
  height: auto;
  position: relative;
  max-width: 800px;
  margin: 0 auto 2.5rem auto;
  text-align: center;
}
@media (min-width: 800px) {
  .home__certification-intro {
    margin-bottom: 4.5rem;
  }
}
.home__certification-intro h1, .home__certification-intro h2, .home__certification-intro h3, .home__certification-intro h4, .home__certification-intro h5 {
  text-transform: uppercase;
}
.home__certification-intro h2 {
  color: #1F4180;
}
.home__certification-icons {
  width: 100%;
  height: auto;
  position: relative;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(1, 1fr);
  margin: 0 auto 2.5rem auto;
}
@media (min-width: 800px) {
  .home__certification-icons {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    margin-bottom: 4.5rem;
  }
}
.home__certification-icons-item-media {
  width: 100px;
  height: auto;
  margin: 0 auto 1.5rem auto;
}
.home__certification-icons-item-media img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home__certification-icons-item p {
  text-align: center;
}
.home__certification-items {
  width: 100%;
  height: auto;
  position: relative;
}
.home__certification-items-wrapper.regular {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 800px) {
  .home__certification-items-wrapper.regular {
    grid-template-columns: repeat(4, 1fr);
  }
}
.home__certification-items-wrapper.three {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 800px) {
  .home__certification-items-wrapper.three {
    grid-template-columns: repeat(3, 1fr);
  }
}
.home__certification-items-block {
  width: 100%;
  height: auto;
  position: relative;
}
.home__certification-items-block-media {
  height: 170px;
  margin-bottom: 1.5rem;
}
.home__certification-items-block-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home__certification-items-block p {
  text-align: center;
}

.errorpage__wrapper {
  margin-bottom: 4rem;
  width: 100%;
  padding: 0 1.5rem;
  max-width: 1250px;
  margin: 0 auto;
}

@media (min-width: 1000px) {
  .errorpage__search {
    max-width: 400px;
  }
}
.errorpage__search .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: calc(1rem + 1vmin);
}
.errorpage__search .search input {
  padding: 0 1rem;
  width: inherit;
  background: #fff;
  border: 0;
  border-bottom: 2px solid #808080;
  width: 150px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.errorpage__search .search input:focus {
  width: 100% !important;
  background: #fff;
  outline: none;
  border-bottom: 2px solid #931A47;
}
.errorpage__search .search input:hover {
  width: 170px;
  outline: none;
  border-bottom: 2px solid #931A47;
}
.errorpage__search .search button {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
  background: #fff;
  min-width: 0;
}
.errorpage__search .search .svg-wrapper {
  width: 20px;
  height: 20px;
}
.errorpage__search .search svg {
  fill: #931A47 !important;
}

.global-form {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #931A47;
  padding: 50px 1.5rem;
  margin: 0;
}
@media (min-width: 800px) {
  .global-form {
    padding: 75px 0;
  }
}
@media (min-width: 1000px) {
  .global-form {
    padding: 90px 0;
  }
}
.global-form__wrapper {
  width: 100%;
  height: auto;
  position: relative;
  width: 100%;
  padding: 0 1.5rem;
  max-width: 850px;
  margin: 0 auto;
}
@media (min-width: 800px) {
  .global-form__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 70px;
  }
}
.global-form__text, .global-form__fields {
  width: 100%;
  height: auto;
  position: relative;
}
@media (min-width: 800px) {
  .global-form__fields .form-row {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.global-form__fields .wpcf7-submit,
.global-form__fields input[type=submit] {
  background: #F4F4DE;
  font-family: "Montserrat", "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: var(--body);
  font-weight: 800;
  color: #000;
  display: inline-block;
  padding: 12px 25px;
  border-radius: 40px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.global-form__fields .wpcf7-submit:hover, .global-form__fields .wpcf7-submit:focus,
.global-form__fields input[type=submit]:hover,
.global-form__fields input[type=submit]:focus {
  background: #fff;
  color: #000;
}
@media (min-width: 1000px) {
  .global-form__fields .wpcf7-submit,
  .global-form__fields input[type=submit] {
    min-width: 350px;
  }
}
.global-form__fields .form-field {
  display: block;
  position: relative;
  margin-bottom: 2.5rem;
}
.global-form__fields .form-field label {
  position: relative;
  font-weight: 800;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  margin-bottom: 1rem;
  display: block;
}
.global-form__fields .form-field input {
  display: block;
  position: relative;
  z-index: 3;
  padding: 1rem;
  width: 100%;
  color: #000;
  cursor: pointer;
  background: #fff;
  border-radius: 14px;
}
.global-form__fields .form-field input::-webkit-input-placeholder {
  color: #000;
}
.global-form__fields .form-field input::-moz-placeholder {
  color: #000;
}
.global-form__fields .form-field input:-ms-input-placeholder {
  color: #000;
}
.global-form__fields .form-field input::-ms-input-placeholder {
  color: #000;
}
.global-form__fields .form-field input::placeholder {
  color: #000;
}
.global-form__fields .form-field textarea {
  display: block;
  position: relative;
  z-index: 1;
  padding: 1rem;
  border: 1px solid #fff;
  color: #000;
  border-radius: 14px;
  width: 100%;
  background: #fff;
}
.global-form__fields .form-field textarea::-webkit-input-placeholder {
  color: #000;
}
.global-form__fields .form-field textarea::-moz-placeholder {
  color: #000;
}
.global-form__fields .form-field textarea:-ms-input-placeholder {
  color: #000;
}
.global-form__fields .form-field textarea::-ms-input-placeholder {
  color: #000;
}
.global-form__fields .form-field textarea::placeholder {
  color: #000;
}
.global-form__fields .form-field.textarea label {
  position: relative;
  display: block;
  top: auto;
  left: auto;
  margin-bottom: 1.5rem;
}

.social-block {
  width: 100%;
  height: auto;
  position: relative;
}
.social-block__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2rem;
  padding: 0;
  margin-top: 0;
}
.social-block__list-item {
  margin: 0;
  padding: 0;
}
.social-block__list-item .svg-wrapper {
  width: 22px;
  height: 22px;
}
.social-block__list-item svg {
  fill: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social-block__list-item:hover svg {
  fill: #931A47;
}

.scrollToTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 35px;
  width: 35px;
  min-width: 0;
  bottom: 25px;
  right: 25px;
  z-index: 29;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
  outline: none;
  border: none;
  background: #1F4180;
  border: 3px solid #1F4180;
  color: white;
  cursor: pointer;
  padding: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none;
}
@media (min-width: 1000px) {
  .scrollToTop {
    width: 50px;
    height: 50px;
  }
}
.scrollToTop:hover {
  background: #931A47;
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 2rem rgba(0, 0, 0, 0.3);
  border: 3px solid #931A47;
}
.scrollToTop:hover .svg-wrapper svg {
  fill: #fff;
}
.scrollToTop:focus {
  outline: 0;
}
.scrollToTop .svg-wrapper {
  width: auto;
  height: auto;
  margin: 0;
}
@media (min-width: 1000px) {
  .scrollToTop .svg-wrapper {
    padding-bottom: 3px;
  }
}
.scrollToTop .svg-wrapper svg {
  fill: #fff;
  stroke: #fff;
  width: 15px;
}
@media (min-width: 1000px) {
  .scrollToTop .svg-wrapper svg {
    width: 25px;
  }
}
.scrollToTop .svg-wrapper svg path {
  stroke: #fff;
}
.scrollToTop.hide {
  opacity: 0;
}
.scrollToTop.show {
  opacity: 1;
}

.socialShare {
  position: relative;
  display: inline-block;
}
.socialShare .socialShareToggle {
  background-color: #931A47;
  color: #fff;
  position: relative;
}
.socialShare .socialShareToggle.active {
  background-color: #1F4180;
  color: #fff;
}
.socialShare .socialShareToggle.active::before, .socialShare .socialShareToggle.active::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: white;
  top: 23px;
  -webkit-box-shadow: 0 0 2px 0 #ccc;
          box-shadow: 0 0 2px 0 #ccc;
}
.socialShare .socialShareToggle.active::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  right: 10px;
}
.socialShare .socialShareToggle.active::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  right: 10px;
}
.socialShare .socialShareToggle:hover, .socialShare .socialShareToggle:focus {
  background-color: #1F4180;
  color: #fff;
}
.socialShare .socialShareContent {
  display: none;
  padding-top: 10px;
}
@media (min-width: 550px) {
  .socialShare .socialShareContent {
    position: absolute;
    top: -2px;
    left: 110%;
    padding-top: 0;
  }
}
.socialShare .socialShareContent > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.socialShare .socialShareContent > div a {
  width: auto;
  color: #fff;
  background-color: #931A47;
  height: auto;
  padding: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 10px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socialShare .socialShareContent > div a:last-of-type {
  margin-right: 0;
}
.socialShare .socialShareContent > div a::before, .socialShare .socialShareContent > div a::after {
  content: none;
}
.socialShare .socialShareContent > div a:hover, .socialShare .socialShareContent > div a:focus {
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
  background-color: #1F4180;
}
.socialShare .socialShareContent > div a:hover::before, .socialShare .socialShareContent > div a:hover::after, .socialShare .socialShareContent > div a:focus::before, .socialShare .socialShareContent > div a:focus::after {
  content: none;
}
.socialShare .socialShareContent > div a .svg-wrapper {
  width: 30px;
  height: 30px;
}
.socialShare .socialShareContent > div a.socialicon.socialicon--facebook .svg-wrapper svg {
  fill: #fff;
}
.socialShare .socialShareContent > div a.socialicon.socialicon--linkedin .svg-wrapper svg {
  fill: #fff;
}
.socialShare .socialShareContent > div a.socialicon.socialicon--instagram .svg-wrapper svg {
  fill: #fff;
}
.socialShare .socialShareContent > div a.socialicon.socialicon--twitter .svg-wrapper svg {
  fill: #fff;
}

.form {
  width: 100%;
  height: auto;
  position: relative;
}
.form.background--primary .form__tabs::before {
  background-color: #fff;
}
.form.background--primary .form__tabs-button {
  color: #F4F4DE;
}
.form.background--primary .form__tabs-button[aria-selected=true] {
  color: #fff;
}
.form.background--primary .form__tabs-button[aria-selected=true]::before {
  background-color: #fff;
}
.form.background--primary .form__items-entry label {
  color: #fff;
}
.form.background--primary .form__items-entry input, .form.background--primary .form__items-entry textarea {
  border-bottom-color: #fff;
  color: #fff;
  background-color: #1F4180;
}
.form.background--primary .form__items-entry input::-webkit-input-placeholder, .form.background--primary .form__items-entry textarea::-webkit-input-placeholder {
  color: #fff;
}
.form.background--primary .form__items-entry input::-moz-placeholder, .form.background--primary .form__items-entry textarea::-moz-placeholder {
  color: #fff;
}
.form.background--primary .form__items-entry input:-ms-input-placeholder, .form.background--primary .form__items-entry textarea:-ms-input-placeholder {
  color: #fff;
}
.form.background--primary .form__items-entry input::-ms-input-placeholder, .form.background--primary .form__items-entry textarea::-ms-input-placeholder {
  color: #fff;
}
.form.background--primary .form__items-entry input::placeholder, .form.background--primary .form__items-entry textarea::placeholder {
  color: #fff;
}
.form.background--primary .form__items-entry textarea {
  border-color: #fff;
}
.form.background--primary .form__items-entry input[type=submit] {
  background-color: #931A47;
  color: #000;
}
.form__wrapper {
  width: 100%;
  height: auto;
  position: relative;
  width: 100%;
  padding: 0 1.5rem;
  max-width: 850px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
@media (min-width: 800px) {
  .form__wrapper {
    gap: 50px;
  }
}
@media (min-width: 1000px) {
  .form__wrapper {
    gap: 80px;
  }
}
.form__tabs {
  width: 100%;
  height: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form__tabs::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -250%;
  width: 500%;
  height: 1px;
  background-color: #707070;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form__tabs-button {
  background: none;
  color: #949595;
  padding: 2.5rem 1.5rem;
  position: relative;
  font-weight: 900;
  text-transform: uppercase;
}
.form__tabs-button[aria-selected=true] {
  color: #000;
}
.form__tabs-button[aria-selected=true]::before {
  height: 7px;
}
.form__tabs-button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #1F4180;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form__items-entry .form-field:not(.textarea) label {
  top: 10px;
  font-size: 1em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form__items-entry .form-field:not(.textarea).focused label, .form__items-entry .form-field:not(.textarea).has-value label {
  top: -5px;
  font-size: 0.7em;
}
.form__items-entry .form-field {
  display: block;
  position: relative;
  margin-bottom: 2.5rem;
}
.form__items-entry .form-field label {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 0;
  font-weight: 800;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form__items-entry .form-field input {
  display: block;
  position: relative;
  z-index: 3;
  padding: 1rem 0 0.75rem;
  border-bottom: 1px solid #000;
  width: 100%;
  cursor: pointer;
  background: transparent;
}
.form__items-entry .form-field textarea {
  display: block;
  position: relative;
  z-index: 1;
  padding: 1rem;
  border: 1px solid #000;
  border-radius: 14px;
  width: 100%;
  background: transparent;
}
.form__items-entry .form-field.textarea label {
  position: relative;
  display: block;
  top: auto;
  left: auto;
  margin-bottom: 1.5rem;
}

: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;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          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 {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          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;
  -webkit-box-shadow: none;
          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%;
  -webkit-transform: translate3d(0px, -50%, 0);
          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%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-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;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.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%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-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 {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

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

/* 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%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          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;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

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