* {
  margin: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

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

html {
  font-size: 10px;
  line-height: 1.2;
}
html.scroll-off {
  overflow: hidden;
}

main {
  margin-top: -75.8px;
}
@media (min-width: 1265px) {
  main {
    margin-top: -85px;
  }
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  color: #1f1f1f;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.8rem;
}

h4 {
  font-size: 2.4rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.6rem;
}

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

a {
  color: #000;
  text-decoration: none;
}

.img-placeholder {
  position: relative;
  display: block;
}
.img-placeholder:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.img-placeholder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.section-header {
  max-width: 62.2rem;
  margin-inline: auto;
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .section-header {
    margin-bottom: 5rem;
  }
}
.section-header .section-title {
  color: #fff;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 126%;
  letter-spacing: -0.8px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .section-header .section-title {
    font-size: 4rem;
  }
}
.section-header .section-description {
  color: #bebebe;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 128.889%;
  letter-spacing: -0.6px;
  margin-top: 1.9rem;
}
@media (min-width: 992px) {
  .section-header .section-description {
    font-size: 1.8rem;
  }
}

.btn-white {
  display: inline-block;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.27);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(7.5px);
  padding: 1rem 3rem;
  color: #fff;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.16px;
  transition: 0.3s linear;
}
.btn-white:hover {
  border: 1px solid #fff;
  background: #fff;
  color: #142649;
}
@media (min-width: 992px) {
  .btn-white {
    padding: 1.45rem 3.2rem;
    font-size: 1.6rem;
  }
}

.btn-red {
  display: inline-block;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.27);
  background: #fa1a2f;
  backdrop-filter: blur(7.5px);
  padding: 1rem 3rem;
  color: #fff;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.16px;
  transition: 0.3s linear;
}
.btn-red:hover {
  border: 1px solid #fff;
}
@media (min-width: 992px) {
  .btn-red {
    padding: 1.45rem 3.2rem;
    font-size: 1.6rem;
  }
}

.grecaptcha-badge {
  z-index: 99999;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url("../img/spinner.gif") center no-repeat #fff;
  background-size: 110px auto;
  text-align: center;
}

.mc4wp-response .mc4wp-alert.mc4wp-error p {
  margin-bottom: 0;
  padding-top: 0.5rem;
  color: #fa1a2f;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
}
.mc4wp-response .mc4wp-alert.mc4wp-success p {
  margin-bottom: 0;
  padding-top: 0.5rem;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
}
.mc4wp-response .mc4wp-alert.mc4wp-notice p {
  margin-bottom: 0;
  padding-top: 0.5rem;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
}

.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.position-relative {
  position: relative;
}

.text-uppercase {
  text-transform: uppercase !important;
}

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

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

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

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

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

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-static {
  position: static;
}

.position-fixed {
  position: fixed;
}

.btn-info, .btn-danger, .btn-secondary, .btn-primary {
  display: inline-block;
  border: none;
  cursor: pointer;
  transition: 0.2s linear;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 0.19px;
  border-radius: 3rem;
}

.btn-block {
  display: block;
}

.btn-primary {
  background-color: #fff;
  color: #000 !important;
}
.btn-primary:hover {
  background-color: #e6e6e6;
  color: #000 !important;
}

.bg-primary {
  background-color: #fff;
}

.text-primary {
  color: #fff !important;
}

.btn-secondary {
  background-color: #1f1f1f;
  color: #fff !important;
}
.btn-secondary:hover {
  background-color: #060606;
  color: #fff !important;
}

.bg-secondary {
  background-color: #1f1f1f;
}

.text-secondary {
  color: #1f1f1f !important;
}

.btn-danger {
  background-color: #fa1a2f;
  color: #fff !important;
}
.btn-danger:hover {
  background-color: #dc0519;
  color: #fff !important;
}

.bg-danger {
  background-color: #fa1a2f;
}

.text-danger {
  color: #fa1a2f !important;
}

.btn-info {
  background-color: #4166b4;
  color: #fff !important;
}
.btn-info:hover {
  background-color: #33518f;
  color: #fff !important;
}

.bg-info {
  background-color: #4166b4;
}

.text-info {
  color: #4166b4 !important;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.row > [class*=col-] {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.row.no-gutters {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.row.no-gutters > [class*=col-] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.container,
.container-fluid {
  width: 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

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

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

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

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

.align-items-stretch {
  align-items: stretch;
}

.align-content-start {
  align-content: flex-start;
}

.align-content-end {
  align-content: flex-end;
}

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

.align-content-stretch {
  align-content: stretch;
}

.align-content-between {
  align-content: space-between;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

@media (min-width: 450px) {
  .col-xm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-xm-none {
    display: none !important;
  }
  .d-xm-block {
    display: block !important;
  }
  .d-xm-flex {
    display: flex !important;
  }
  .d-xm-inline-block {
    display: inline-block !important;
  }
  .d-xm-inline-flex {
    display: inline-flex !important;
  }
  .flex-xm-wrap {
    flex-wrap: wrap;
  }
  .flex-xm-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xm-row {
    flex-direction: row;
  }
  .flex-xm-column {
    flex-direction: column;
  }
  .align-items-xm-start {
    align-items: flex-start;
  }
  .align-items-xm-end {
    align-items: flex-end;
  }
  .align-items-xm-center {
    align-items: center;
  }
  .align-items-xm-stretch {
    align-items: stretch;
  }
  .align-content-xm-start {
    align-content: flex-start;
  }
  .align-content-xm-end {
    align-content: flex-end;
  }
  .align-content-xm-center {
    align-content: center;
  }
  .align-content-xm-stretch {
    align-content: stretch;
  }
  .align-content-xm-between {
    align-content: space-between;
  }
  .justify-content-xm-start {
    justify-content: flex-start;
  }
  .justify-content-xm-end {
    justify-content: flex-end;
  }
  .justify-content-xm-center {
    justify-content: center;
  }
  .justify-content-xm-between {
    justify-content: space-between;
  }
  .justify-content-xm-around {
    justify-content: space-around;
  }
}
@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap;
  }
  .flex-sm-row {
    flex-direction: row;
  }
  .flex-sm-column {
    flex-direction: column;
  }
  .align-items-sm-start {
    align-items: flex-start;
  }
  .align-items-sm-end {
    align-items: flex-end;
  }
  .align-items-sm-center {
    align-items: center;
  }
  .align-items-sm-stretch {
    align-items: stretch;
  }
  .align-content-sm-start {
    align-content: flex-start;
  }
  .align-content-sm-end {
    align-content: flex-end;
  }
  .align-content-sm-center {
    align-content: center;
  }
  .align-content-sm-stretch {
    align-content: stretch;
  }
  .align-content-sm-between {
    align-content: space-between;
  }
  .justify-content-sm-start {
    justify-content: flex-start;
  }
  .justify-content-sm-end {
    justify-content: flex-end;
  }
  .justify-content-sm-center {
    justify-content: center;
  }
  .justify-content-sm-between {
    justify-content: space-between;
  }
  .justify-content-sm-around {
    justify-content: space-around;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 740px;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap;
  }
  .flex-md-row {
    flex-direction: row;
  }
  .flex-md-column {
    flex-direction: column;
  }
  .align-items-md-start {
    align-items: flex-start;
  }
  .align-items-md-end {
    align-items: flex-end;
  }
  .align-items-md-center {
    align-items: center;
  }
  .align-items-md-stretch {
    align-items: stretch;
  }
  .align-content-md-start {
    align-content: flex-start;
  }
  .align-content-md-end {
    align-content: flex-end;
  }
  .align-content-md-center {
    align-content: center;
  }
  .align-content-md-stretch {
    align-content: stretch;
  }
  .align-content-md-between {
    align-content: space-between;
  }
  .justify-content-md-start {
    justify-content: flex-start;
  }
  .justify-content-md-end {
    justify-content: flex-end;
  }
  .justify-content-md-center {
    justify-content: center;
  }
  .justify-content-md-between {
    justify-content: space-between;
  }
  .justify-content-md-around {
    justify-content: space-around;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap;
  }
  .flex-lg-row {
    flex-direction: row;
  }
  .flex-lg-column {
    flex-direction: column;
  }
  .align-items-lg-start {
    align-items: flex-start;
  }
  .align-items-lg-end {
    align-items: flex-end;
  }
  .align-items-lg-center {
    align-items: center;
  }
  .align-items-lg-stretch {
    align-items: stretch;
  }
  .align-content-lg-start {
    align-content: flex-start;
  }
  .align-content-lg-end {
    align-content: flex-end;
  }
  .align-content-lg-center {
    align-content: center;
  }
  .align-content-lg-stretch {
    align-content: stretch;
  }
  .align-content-lg-between {
    align-content: space-between;
  }
  .justify-content-lg-start {
    justify-content: flex-start;
  }
  .justify-content-lg-end {
    justify-content: flex-end;
  }
  .justify-content-lg-center {
    justify-content: center;
  }
  .justify-content-lg-between {
    justify-content: space-between;
  }
  .justify-content-lg-around {
    justify-content: space-around;
  }
}
@media (min-width: 1265px) {
  .container {
    max-width: 1260px;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xl-row {
    flex-direction: row;
  }
  .flex-xl-column {
    flex-direction: column;
  }
  .align-items-xl-start {
    align-items: flex-start;
  }
  .align-items-xl-end {
    align-items: flex-end;
  }
  .align-items-xl-center {
    align-items: center;
  }
  .align-items-xl-stretch {
    align-items: stretch;
  }
  .align-content-xl-start {
    align-content: flex-start;
  }
  .align-content-xl-end {
    align-content: flex-end;
  }
  .align-content-xl-center {
    align-content: center;
  }
  .align-content-xl-stretch {
    align-content: stretch;
  }
  .align-content-xl-between {
    align-content: space-between;
  }
  .justify-content-xl-start {
    justify-content: flex-start;
  }
  .justify-content-xl-end {
    justify-content: flex-end;
  }
  .justify-content-xl-center {
    justify-content: center;
  }
  .justify-content-xl-between {
    justify-content: space-between;
  }
  .justify-content-xl-around {
    justify-content: space-around;
  }
}
@media (min-width: 1375px) {
  .container {
    max-width: 1370px;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xxl-row {
    flex-direction: row;
  }
  .flex-xxl-column {
    flex-direction: column;
  }
  .align-items-xxl-start {
    align-items: flex-start;
  }
  .align-items-xxl-end {
    align-items: flex-end;
  }
  .align-items-xxl-center {
    align-items: center;
  }
  .align-items-xxl-stretch {
    align-items: stretch;
  }
  .align-content-xxl-start {
    align-content: flex-start;
  }
  .align-content-xxl-end {
    align-content: flex-end;
  }
  .align-content-xxl-center {
    align-content: center;
  }
  .align-content-xxl-stretch {
    align-content: stretch;
  }
  .align-content-xxl-between {
    align-content: space-between;
  }
  .justify-content-xxl-start {
    justify-content: flex-start;
  }
  .justify-content-xxl-end {
    justify-content: flex-end;
  }
  .justify-content-xxl-center {
    justify-content: center;
  }
  .justify-content-xxl-between {
    justify-content: space-between;
  }
  .justify-content-xxl-around {
    justify-content: space-around;
  }
}
.header-top {
  padding: 0.7rem 0;
  background: radial-gradient(70.29% 626.78% at 50.59% 50%, #4166b4 0%, #1b305c 47.16%, #0b0b0b 100%);
  max-height: 5.2rem;
}
.header-top .header-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
}
.header-top .header-item .header-text {
  display: block;
  color: #fff;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.header-top .header-item .header-link {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.14px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.27);
  padding: 1.1rem 2.4rem;
  transition: 0.3s linear;
}
.header-top .header-item .header-link:hover {
  border: 1px solid #fff;
}

header {
  padding: 2rem 0;
  position: relative;
  background-color: transparent;
  z-index: 10;
}
@media (min-width: 1265px) {
  header {
    padding: 0;
  }
}
header.overflow {
  overflow: hidden;
}
header:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(8, 21, 42, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: -1;
  pointer-events: none;
}
header .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-wrapper .header-logo {
  display: block;
  max-width: 24.4rem;
}
header .header-wrapper .toggler-menu {
  cursor: pointer;
  border-radius: 50%;
  transition: 0.3s linear;
}
@media (min-width: 1265px) {
  header .header-wrapper .toggler-menu {
    display: none;
  }
}
header .header-wrapper .toggler-menu span {
  display: block;
  width: 2.7rem;
  height: 2px;
  background-color: #fff;
  margin-bottom: 5px;
  transition: 0.3s linear;
  position: relative;
  top: 0;
}
header .header-wrapper .toggler-menu span:last-of-type {
  margin-bottom: 0;
}
header .header-wrapper .toggler-menu.active span {
  background-color: #fff;
}
header .header-wrapper .toggler-menu.active span:first-of-type {
  top: 8px;
  transform: rotate(45deg);
}
header .header-wrapper .toggler-menu.active span:nth-of-type(2) {
  opacity: 0;
}
header .header-wrapper .toggler-menu.active span:last-of-type {
  top: -6px;
  transform: rotate(-45deg);
}
header .header-wrapper .main-menu {
  position: fixed;
  top: 127.8px;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: rgba(8, 21, 42, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 10;
  padding: 2rem 1rem;
}
@media (min-width: 768px) {
  header .header-wrapper .main-menu {
    padding: 2rem 2.4rem;
  }
}
@media (min-width: 1265px) {
  header .header-wrapper .main-menu {
    position: relative;
    top: unset;
    right: unset;
    height: auto;
    width: auto;
    background-color: transparent;
    backdrop-filter: unset;
    -webkit-backdrop-filter: unset;
    padding: 0;
    display: flex;
    align-items: center;
  }
}
header .header-wrapper .main-menu.active {
  right: 0;
}
header .header-wrapper .main-menu .menu-item {
  position: relative;
}
header .header-wrapper .main-menu .menu-item:not(:last-of-type) {
  margin-bottom: 4.4rem;
}
@media (min-width: 1265px) {
  header .header-wrapper .main-menu .menu-item {
    padding: 3.25rem 0;
  }
  header .header-wrapper .main-menu .menu-item:not(:last-of-type) {
    margin-bottom: 0;
    margin-right: 4.4rem;
  }
  header .header-wrapper .main-menu .menu-item:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
}
header .header-wrapper .main-menu .menu-item.btn-red {
  padding: 1rem 2.1rem;
}
header .header-wrapper .main-menu .menu-item .menu-link {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.16px;
}
header .header-wrapper .main-menu .menu-item .menu-link .toggle-submenu {
  display: flex;
  align-items: center;
  margin-left: 1rem;
  transition: 0.3s linear;
}
header .header-wrapper .main-menu .menu-item .menu-link .toggle-submenu.rotated {
  transform: rotate(180deg);
}
header .header-wrapper .main-menu .menu-item .submenu {
  padding-top: 4.4rem;
  padding-left: 2.2rem;
}
@media (min-width: 1265px) {
  header .header-wrapper .main-menu .menu-item .submenu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-15px);
    transition: all 0.3s ease;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: rgba(8, 21, 42, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 10;
    padding: 2.2rem 5rem 3rem;
    border: 2px solid hsla(0deg, 0%, 100%, 0.1);
    border-radius: 0 0 10px 10px;
    min-width: max-content;
  }
}
header .header-wrapper .main-menu .menu-item .submenu .submenu-item:not(:last-of-type) {
  margin-bottom: 2.2rem;
}
@media (min-width: 1265px) {
  header .header-wrapper .main-menu .menu-item .submenu .submenu-item:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
header .header-wrapper .main-menu .menu-item .submenu .submenu-item .submenu-link {
  display: block;
  align-items: center;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.16px;
}

.tv-chanels .tv-chanels-lead {
  padding-top: 111.8px;
  background: linear-gradient(360deg, #08152a 25%, #132545 100%);
}
@media (min-width: 1265px) {
  .tv-chanels .tv-chanels-lead {
    padding-top: 157px;
  }
}
.tv-chanels .tv-chanels-lead .tv-chanels-lead-wrapper .section-header {
  margin-bottom: 3.2rem;
}
.tv-chanels .tv-chanels-lead .tv-chanels-lead-wrapper .section-header .section-title {
  margin-bottom: 1.6rem;
}
.tv-chanels .tv-chanels-lead .tv-chanels-lead-wrapper .section-header .section-additional {
  display: block;
  color: #a9b3c3;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 153.182%;
  letter-spacing: -0.4px;
}
.tv-chanels .tv-chanels-lead .tv-chanels-lead-wrapper .select-wrapper {
  max-width: 43.6rem;
  margin-inline: auto;
}
.tv-chanels .tv-chanels-lead .tv-chanels-lead-wrapper .select-wrapper .selectize-control .flag {
  display: inline-block;
  margin-right: 1.5rem;
}
.tv-chanels .tv-chanels-lead .tv-chanels-lead-wrapper .select-wrapper .selectize-control .flag img {
  width: 3.6rem !important;
  height: 2.4rem !important;
}
.tv-chanels .tv-chanels-lead .tv-chanels-lead-wrapper .select-wrapper .selectize-control .selectize-input {
  padding: 2rem 2.4rem;
  border: none;
  border-radius: 6px;
  box-shadow: unset;
  color: #0b0b0b;
  font-size: 1.6rem;
  line-height: 100%;
  letter-spacing: -0.16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.tv-chanels .tv-chanels-lead .tv-chanels-lead-wrapper .select-wrapper .selectize-control .selectize-input .item {
  display: inline-flex;
  align-items: center;
}
.tv-chanels .tv-chanels-lead .tv-chanels-lead-wrapper .select-wrapper .selectize-control .selectize-dropdown {
  border: none;
  box-shadow: unset;
  border-radius: 0 0 6px 6px;
  color: #0b0b0b;
  font-size: 1.6rem;
  line-height: 100%;
  letter-spacing: -0.16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  top: 53px !important;
}
.tv-chanels .tv-chanels-lead .tv-chanels-lead-wrapper .select-wrapper .selectize-control .selectize-dropdown .option.active:not(.selected) {
  background-color: #f5f5f5;
  color: #0b0b0b;
}
.tv-chanels .tv-chanels-lead .tv-chanels-lead-wrapper .select-wrapper .selectize-control .selectize-dropdown .selectize-dropdown-content {
  max-width: 90%;
  margin-inline: auto;
  padding: 2.5rem 0 2rem;
}
.tv-chanels .tv-chanels-lead .tv-chanels-lead-wrapper .select-wrapper .selectize-control .selectize-dropdown .selectize-dropdown-content .option {
  padding: 1.6rem;
  border-radius: 4px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tv-chanels .tv-chanels-lead .tv-chanels-lead-wrapper .select-wrapper .selectize-control .selectize-dropdown .selectize-dropdown-content .option.selected {
  background-color: #4166b4;
  color: #fff;
}
.tv-chanels .tv-chanels-list {
  background: #08152a;
  padding: 3.6rem 0 1.2rem;
}
@media (min-width: 1265px) {
  .tv-chanels .tv-chanels-list {
    padding: 7.2rem 0 2.4rem;
  }
}
.tv-chanels .tv-chanels-list .tv-chanels-list-wrapper .tv-category {
  max-width: 103.2rem;
  margin-inline: auto;
}
.tv-chanels .tv-chanels-list .tv-chanels-list-wrapper .tv-category:not(:last-of-type) {
  margin-bottom: 4.8rem;
}
@media (min-width: 1265px) {
  .tv-chanels .tv-chanels-list .tv-chanels-list-wrapper .tv-category:not(:last-of-type) {
    margin-bottom: 9.6rem;
  }
}
.tv-chanels .tv-chanels-list .tv-chanels-list-wrapper .tv-category .tv-category-header .tv-category-title {
  color: #fff;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.2px;
  margin-bottom: 4.2rem;
}
.tv-chanels .tv-chanels-list .tv-chanels-list-wrapper .tv-category .tv-channels-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3.2rem;
}
@media (min-width: 576px) {
  .tv-chanels .tv-chanels-list .tv-chanels-list-wrapper .tv-category .tv-channels-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .tv-chanels .tv-chanels-list .tv-chanels-list-wrapper .tv-category .tv-channels-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 992px) {
  .tv-chanels .tv-chanels-list .tv-chanels-list-wrapper .tv-category .tv-channels-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1265px) {
  .tv-chanels .tv-chanels-list .tv-chanels-list-wrapper .tv-category .tv-channels-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 1375px) {
  .tv-chanels .tv-chanels-list .tv-chanels-list-wrapper .tv-category .tv-channels-grid {
    grid-template-columns: repeat(7, 1fr);
  }
}
.tv-chanels .tv-chanels-list .tv-chanels-list-wrapper .tv-category .tv-channels-grid .tv-channel-item .tv-channel-card .tv-channel-logo {
  position: relative;
  display: block;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 1.6rem;
}
.tv-chanels .tv-chanels-list .tv-chanels-list-wrapper .tv-category .tv-channels-grid .tv-channel-item .tv-channel-card .tv-channel-logo:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.tv-chanels .tv-chanels-list .tv-chanels-list-wrapper .tv-category .tv-channels-grid .tv-channel-item .tv-channel-card .tv-channel-logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.tv-chanels .tv-chanels-list .tv-chanels-list-wrapper .tv-category .tv-channels-grid .tv-channel-item .tv-channel-card .tv-channel-name {
  color: #fff;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.14px;
  margin-bottom: 0;
}

.tv-spinner {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(../img/spinner.gif) center no-repeat #fff;
  background-size: 110px auto;
  text-align: center;
}

.video-club.what-to-watch .video-grid {
  padding-bottom: 3.2rem;
}
@media (min-width: 1265px) {
  .video-club.what-to-watch .video-grid {
    padding-bottom: 5.6rem;
  }
}
.video-club.what-to-watch .video-grid:last-of-type {
  padding-bottom: 6rem;
}
@media (min-width: 1265px) {
  .video-club.what-to-watch .video-grid:last-of-type {
    padding-bottom: 12rem;
  }
}
.video-club.what-to-watch .video-grid .section-header {
  margin-bottom: 0;
  max-width: 100%;
  margin-inline: unset;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.2rem;
}
.video-club.what-to-watch .video-grid .section-header .section-subtitle {
  margin-bottom: 0;
}
.video-club.what-to-watch .video-grid .section-header .see-all {
  display: block;
  color: #fa1a2f;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.16px;
  text-decoration: underline;
}
.video-club .video-club-lead {
  background: linear-gradient(360deg, #08152a 25%, #132545 100%);
  padding: 111.8px 0 44px;
}
@media (min-width: 1265px) {
  .video-club .video-club-lead {
    padding: 157px 0 88px;
  }
}
.video-club .video-club-lead .video-club-lead-wrapper .section-header {
  margin-bottom: 0;
}
.video-club .video-grid {
  background: #08152a;
  padding-bottom: 6rem;
  overflow: hidden;
}
@media (min-width: 1265px) {
  .video-club .video-grid {
    padding-bottom: 12rem;
  }
}
.video-club .video-grid .section-subtitle {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.28px;
  margin-bottom: 3.2rem;
}
.video-club .video-grid .swiper-series.swiper,
.video-club .video-grid .swiper-movies.swiper {
  overflow: visible;
}
.video-club .video-grid .swiper-series .swiper-wrapper .swiper-slide,
.video-club .video-grid .swiper-movies .swiper-wrapper .swiper-slide {
  width: 18.5rem !important;
}
.video-club .video-grid .swiper-shows.swiper {
  overflow: visible;
}
.video-club .video-grid .swiper-shows .swiper-wrapper .swiper-slide {
  width: 33.6rem !important;
}
.video-club .video-grid .swiper-shows .swiper-wrapper .swiper-slide .video-card .video-thumb::after {
  padding-top: 73%;
}
.video-club .video-grid .swiper-latest.swiper {
  overflow: visible;
}
.video-club .video-grid .swiper-latest .swiper-wrapper .swiper-slide {
  width: 26.5rem !important;
}
.video-club .video-grid .swiper-latest .swiper-wrapper .swiper-slide .video-card {
  position: relative;
}
.video-club .video-grid .swiper-latest .swiper-wrapper .swiper-slide .video-card .video-thumb {
  margin-bottom: 0;
}
.video-club .video-grid .swiper-latest .swiper-wrapper .swiper-slide .video-card .video-thumb:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: linear-gradient(359deg, #132545 10.75%, rgba(19, 37, 69, 0) 49.84%);
  z-index: 1;
}
.video-club .video-grid .swiper-latest .swiper-wrapper .swiper-slide .video-card .video-thumb::after {
  padding-top: 140%;
}
.video-club .video-grid .swiper-latest .swiper-wrapper .swiper-slide .video-card .video-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
  padding: 2.4rem;
}
.video-club .video-grid.tv-shows .video-grid-wrapper {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .video-club .video-grid.tv-shows .video-grid-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1265px) {
  .video-club .video-grid.tv-shows .video-grid-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
.video-club .video-grid.tv-shows .video-grid-wrapper .video-card .video-thumb:after {
  content: "";
  display: block;
  padding-top: 73.6%;
}
.video-club .video-grid .video-grid-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1.6rem;
  grid-row-gap: 3.2rem;
  margin-bottom: 5.6rem;
}
@media (min-width: 576px) {
  .video-club .video-grid .video-grid-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .video-club .video-grid .video-grid-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 992px) {
  .video-club .video-grid .video-grid-wrapper {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1265px) {
  .video-club .video-grid .video-grid-wrapper {
    grid-template-columns: repeat(6, 1fr);
  }
}
.video-club .video-grid .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
}
.video-club .video-grid .pagination .page-number {
  display: block;
  color: rgba(255, 255, 255, 0.3);
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.16px;
}
.video-club .video-grid .pagination .page-number.current {
  color: #fff;
  text-decoration: underline;
}

.video-card .video-thumb {
  position: relative;
  display: block;
  margin-bottom: 1.2rem;
  border-radius: 8px;
  overflow: hidden;
}
.video-card .video-thumb:after {
  content: "";
  display: block;
  padding-top: 137%;
}
.video-card .video-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.video-card .video-info .video-title {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.18px;
  margin-bottom: 0.4rem;
}
.video-card .video-info .video-genre {
  color: #a9b3c3;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 0;
  text-transform: capitalize;
}

.swiper-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  pointer-events: none;
}

.swiper-series .swiper-nav,
.swiper-movies .swiper-nav,
.swiper-shows .swiper-nav {
  top: 40%;
}

.swiper-button-prev,
.swiper-button-next {
  pointer-events: all;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.7);
}
@media (min-width: 1265px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 44px;
    height: 44px;
  }
}

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

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

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 16px;
  color: #000000;
}

footer {
  padding-bottom: 4.5rem;
}
footer .footer-wrapper {
  padding: 3rem 2rem;
  border-radius: 22px;
  background: linear-gradient(279deg, #4166b4 0%, #1b305c 46.68%, #0b0b0b 98.98%);
}
@media (min-width: 768px) {
  footer .footer-wrapper {
    padding: 3.7rem 5.4rem 3.25rem;
  }
}
footer .footer-wrapper .footer-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  footer .footer-wrapper .footer-top {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: unset;
  }
}
footer .footer-wrapper .footer-top .footer-logo {
  display: block;
  max-width: 21rem;
}
footer .footer-wrapper .footer-top .partner-logo {
  display: block;
  max-width: 25.8rem;
}
footer .footer-wrapper .footer-middle {
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  padding: 1.7rem 0;
}
@media (min-width: 992px) {
  footer .footer-wrapper .footer-middle {
    padding: 3.4rem 0 8.4rem;
    display: flex;
    justify-content: space-between;
  }
}
footer .footer-wrapper .footer-middle .newsletter {
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  footer .footer-wrapper .footer-middle .newsletter {
    margin-bottom: 0;
    flex: 0 0 31.9rem;
    width: 31.9rem;
  }
}
footer .footer-wrapper .footer-middle .newsletter .newsletter-title {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
  line-height: 140%;
  letter-spacing: -0.4px;
  margin-bottom: 2.5rem;
}
footer .footer-wrapper .footer-middle .newsletter .newsletter-form .form-group,
footer .footer-wrapper .footer-middle .newsletter .mc4wp-form .form-group {
  position: relative;
}
footer .footer-wrapper .footer-middle .newsletter .newsletter-form .form-group .input-group,
footer .footer-wrapper .footer-middle .newsletter .mc4wp-form .form-group .input-group {
  border-radius: 100px;
  background: rgba(27, 48, 92, 0.69);
  width: 100%;
  border: none;
  height: 5.5rem;
  padding-left: 2.4rem;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}
footer .footer-wrapper .footer-middle .newsletter .newsletter-form .form-group .input-group::placeholder,
footer .footer-wrapper .footer-middle .newsletter .mc4wp-form .form-group .input-group::placeholder {
  opacity: 1;
  color: #fff;
}
footer .footer-wrapper .footer-middle .newsletter .newsletter-form .form-group .input-group:focus-visible,
footer .footer-wrapper .footer-middle .newsletter .mc4wp-form .form-group .input-group:focus-visible {
  outline: none;
}
footer .footer-wrapper .footer-middle .newsletter .newsletter-form .form-group .newsletter-btn,
footer .footer-wrapper .footer-middle .newsletter .mc4wp-form .form-group .newsletter-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.7rem;
  width: 4.1rem;
  height: 4.1rem;
  border-radius: 74.545px;
  border: 1.491px solid rgba(255, 255, 255, 0.1);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
footer .footer-wrapper .footer-middle .footer-menu {
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  footer .footer-wrapper .footer-middle .footer-menu {
    margin-bottom: 0;
    column-count: 2;
    column-gap: 5rem;
  }
}
@media (min-width: 1265px) {
  footer .footer-wrapper .footer-middle .footer-menu {
    column-gap: 17rem;
  }
}
footer .footer-wrapper .footer-middle .footer-menu .footer-item:not(:last-of-type) {
  margin-bottom: 2.5rem;
}
footer .footer-wrapper .footer-middle .footer-menu .footer-item .footer-link {
  display: block;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.28px;
}
footer .footer-wrapper .footer-middle .footer-menu .footer-item .footer-submenu {
  padding-top: 2.5rem;
}
footer .footer-wrapper .footer-middle .footer-menu .footer-item .footer-submenu .footer-submenu-item:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
footer .footer-wrapper .footer-middle .footer-menu .footer-item .footer-submenu .footer-submenu-item .footer-submenu-link {
  display: block;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: -0.28px;
}
@media (min-width: 992px) {
  footer .footer-wrapper .footer-middle .social-menu {
    flex: 0 0 19.8rem;
    width: 19.8rem;
  }
}
footer .footer-wrapper .footer-middle .social-menu .social-title {
  display: block;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
footer .footer-wrapper .footer-middle .social-menu .social-item-wrapper {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
footer .footer-wrapper .footer-middle .social-menu .social-item-wrapper .social-item {
  display: block;
}
footer .footer-wrapper .footer-middle .social-menu .social-item-wrapper .social-item svg {
  fill: #fff;
}
footer .footer-wrapper .footer-bottom {
  padding-top: 1.7rem;
}
@media (min-width: 992px) {
  footer .footer-wrapper .footer-bottom {
    padding-top: 3.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
footer .footer-wrapper .footer-bottom .static-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  footer .footer-wrapper .footer-bottom .static-menu {
    margin-bottom: 0;
  }
}
footer .footer-wrapper .footer-bottom .static-menu .static-item {
  margin-bottom: 1rem;
}
footer .footer-wrapper .footer-bottom .static-menu .static-item:not(:last-of-type) {
  padding-right: 2rem;
  margin-right: 2rem;
  border-right: 2px solid rgba(255, 255, 255, 0.1);
}
footer .footer-wrapper .footer-bottom .static-menu .static-item .static-link {
  display: block;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}
footer .footer-wrapper .footer-bottom .copyright {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 0;
}
footer .footer-wrapper .footer-bottom .copyright a {
  color: #fff;
}

footer {
  background: #08152a;
}

/*# sourceMappingURL=media-all.css.map */
