* {
  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;
}

main {
  background: #08152a;
}

footer {
  background: #08152a;
}

.qa .qa-wrapper {
  padding: 5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 992px) {
  .qa .qa-wrapper {
    padding: 11rem 0;
  }
}
.qa .qa-wrapper .qa-item-wrapper {
  max-width: 90.6rem;
  margin-inline: auto;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .qa .qa-wrapper .qa-item-wrapper {
    margin-bottom: 6rem;
  }
}
.qa .qa-wrapper .qa-item-wrapper .qa-item {
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.07);
  padding: 2.3rem 2.2rem;
}
.qa .qa-wrapper .qa-item-wrapper .qa-item:not(:last-of-type) {
  margin-bottom: 2rem;
}
.qa .qa-wrapper .qa-item-wrapper .qa-item .qa-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.4px;
  cursor: pointer;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .qa .qa-wrapper .qa-item-wrapper .qa-item .qa-title {
    font-size: 2rem;
  }
}
.qa .qa-wrapper .qa-item-wrapper .qa-item .qa-title span {
  transition: 0.3s linear;
  flex: 0 0 1.8rem;
  width: 1.8rem;
}
.qa .qa-wrapper .qa-item-wrapper .qa-item .qa-title span.is-rotated {
  transform: rotate(180deg);
}
.qa .qa-wrapper .qa-item-wrapper .qa-item .qa-answer {
  padding-top: 1.8rem;
}
.qa .qa-wrapper .qa-item-wrapper .qa-item .qa-answer p {
  color: #a9b3c3;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: -0.14px;
}
.qa .qa-wrapper .qa-item-wrapper .qa-item .qa-answer p:not(:last-of-type) {
  margin-bottom: 1.8rem;
}
@media (min-width: 992px) {
  .qa .qa-wrapper .qa-item-wrapper .qa-item .qa-answer p {
    font-size: 1.6rem;
  }
}
.qa .qa-wrapper .qa-item-wrapper .qa-item .qa-answer ul {
  padding-left: 2rem;
}
.qa .qa-wrapper .qa-item-wrapper .qa-item .qa-answer ul li {
  color: #a9b3c3;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: -0.14px;
}
.qa .qa-wrapper .qa-item-wrapper .qa-item .qa-answer a {
  color: #fff;
  text-decoration: underline;
}
.qa .qa-wrapper .qa-link-wrapper {
  text-align: center;
}

.devices {
  margin-bottom: 5rem;
}
@media (min-width: 992px) {
  .devices {
    margin-bottom: 11rem;
  }
}
.devices .devices-wrapper {
  color: #fff;
  padding: 2.8rem 0;
  background: linear-gradient(180deg, rgba(65, 102, 180, 0.2) 0%, rgba(8, 21, 42, 0.2) 100%);
}
.devices .devices-wrapper .devices-content {
  margin-bottom: 3.3rem;
}
@media (min-width: 768px) {
  .devices .devices-wrapper .devices-content {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1265px) {
  .devices .devices-wrapper .devices-content {
    margin-bottom: 0;
  }
}
.devices .devices-wrapper .devices-content .devices-image {
  position: relative;
  display: block;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .devices .devices-wrapper .devices-content .devices-image {
    flex: 0 0 48%;
    width: 48%;
    order: 2;
  }
}
@media (min-width: 1265px) {
  .devices .devices-wrapper .devices-content .devices-image {
    flex: 0 0 70rem;
    width: 70rem;
  }
}
.devices .devices-wrapper .devices-content .devices-image:after {
  content: "";
  display: block;
  padding-top: 70%;
}
.devices .devices-wrapper .devices-content .devices-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (min-width: 768px) {
  .devices .devices-wrapper .devices-content .devices-data {
    flex: 0 0 48%;
    width: 48%;
    padding-top: 5.9rem;
  }
}
@media (min-width: 1265px) {
  .devices .devices-wrapper .devices-content .devices-data {
    flex: 0 0 53.5rem;
    width: 53.5rem;
  }
}
.devices .devices-wrapper .devices-content .devices-data .devices-label {
  display: block;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 126.182%;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .devices .devices-wrapper .devices-content .devices-data .devices-label {
    margin-bottom: 2.6rem;
  }
}
.devices .devices-wrapper .devices-content .devices-data .devices-title {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 126%;
  letter-spacing: -0.8px;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .devices .devices-wrapper .devices-content .devices-data .devices-title {
    font-size: 4rem;
    margin-bottom: 3.2rem;
  }
}
.devices .devices-wrapper .devices-content .devices-data .devices-desc {
  margin-bottom: 3.3rem;
}
.devices .devices-wrapper .devices-content .devices-data .devices-desc p {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
  letter-spacing: -0.16px;
}
@media (min-width: 992px) {
  .devices .devices-wrapper .devices-content .devices-data .devices-desc p {
    font-size: 1.6rem;
  }
}
.devices .devices-wrapper .devices-content .devices-data .devices-desc p:not(:last-of-type) {
  margin-bottom: 1.8rem;
}
.devices .devices-wrapper .partners-wrap {
  border-radius: 63px;
  background: #fff;
  padding: 1rem;
}
@media (min-width: 992px) {
  .devices .devices-wrapper .partners-wrap {
    padding: 2.6rem 3.7rem;
  }
}
.devices .devices-wrapper .partners-wrap .partners-swiper .swiper-wrapper .swiper-slide .devices-item-click {
  display: flex;
  justify-content: center;
}
.devices.devices-page {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .devices.devices-page {
    margin-bottom: 0;
  }
}
.devices.devices-page .devices-wrapper {
  padding: 108.4px 0 42px;
}
@media (min-width: 1265px) {
  .devices.devices-page .devices-wrapper {
    padding: 127px 0 42px;
  }
}
.devices.devices-page .devices-wrapper .devices-content {
  margin-bottom: 4.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 4.2rem;
}
@media (min-width: 1265px) {
  .devices.devices-page .devices-wrapper .devices-content .devices-data {
    padding-top: 13.5rem;
  }
}
.devices.devices-page .devices-wrapper .devices-content .devices-data .devices-desc {
  margin-bottom: 0;
}
.devices.devices-page .devices-wrapper .devices-content .devices-data .devices-link {
  display: none;
}

.what-to-watch {
  padding: 5rem 0;
}
@media (min-width: 992px) {
  .what-to-watch {
    padding: 11rem 0;
  }
}
.what-to-watch .what-to-watch-wrapper .what-to-watch-slider {
  overflow: hidden;
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .what-to-watch .what-to-watch-wrapper .what-to-watch-slider {
    margin-bottom: 5.8rem;
  }
}
.what-to-watch .what-to-watch-wrapper .what-to-watch-slider .swiper-wrapper .swiper-slide {
  width: 25.2rem !important;
}
.what-to-watch .what-to-watch-wrapper .what-to-watch-slider .swiper-wrapper .swiper-slide .watch-item .watch-image {
  position: relative;
  display: block;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1.1rem;
}
.what-to-watch .what-to-watch-wrapper .what-to-watch-slider .swiper-wrapper .swiper-slide .watch-item .watch-image:after {
  content: "";
  display: block;
  padding-top: 138%;
}
.what-to-watch .what-to-watch-wrapper .what-to-watch-slider .swiper-wrapper .swiper-slide .watch-item .watch-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.what-to-watch .what-to-watch-wrapper .what-to-watch-slider .swiper-wrapper .swiper-slide .watch-item .watch-data .watch-title {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
.what-to-watch .what-to-watch-wrapper .what-to-watch-slider .swiper-wrapper .swiper-slide .watch-item .watch-data .watch-category {
  display: block;
  color: #a9b3c3;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}
.what-to-watch .what-to-watch-wrapper .what-to-watch-btn-wrapper {
  text-align: center;
}

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

.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;
}

.video-club {
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top right;
  position: relative;
  padding: 10.2rem 0 4.3rem;
}
.video-club:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(80deg, #1b305c 32.54%, rgba(27, 48, 92, 0.3) 83.7%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  z-index: 1;
}
@media (min-width: 1440px) {
  .video-club:before {
    background: linear-gradient(80deg, #1b305c 50%, rgba(27, 48, 92, 0.3) 83.7%);
  }
}
.video-club .video-club-data {
  position: relative;
  z-index: 2;
  padding-bottom: 10.2rem;
  max-width: 53.5rem;
}
.video-club .video-club-data .video-club-section-label {
  display: block;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 126.182%;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}
.video-club .video-club-data .video-club-title {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 126.182%;
  letter-spacing: -0.8px;
  margin-bottom: 2.5rem;
}
.video-club .video-club-data .video-club-desc {
  margin-bottom: 2.5rem;
}
.video-club .video-club-data .video-club-desc p {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
  letter-spacing: -0.16px;
  margin-bottom: 1rem;
}
.video-club .video-club-data .video-club-desc p:last-of-type {
  margin-bottom: 0;
}
.video-club .video-club-slider .marquee {
  overflow: hidden;
  display: flex;
  position: relative;
  z-index: 2;
}
.video-club .video-club-slider .marquee:hover .marquee-content {
  animation-play-state: paused;
}
.video-club .video-club-slider .marquee .marquee-content {
  display: flex;
  align-items: center;
  width: auto;
  animation: scrolling 70s linear infinite;
  flex-shrink: 0;
}
.video-club .video-club-slider .marquee .marquee-content .video-club-image {
  display: block;
  max-width: 20rem;
  height: 27.2rem;
  margin-inline: 1rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
}
.video-club .video-club-slider .marquee .marquee-content .video-club-image img {
  height: 100%;
  object-fit: cover;
}

@keyframes scrolling {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.chanels {
  padding: 5rem 0;
}
@media (min-width: 992px) {
  .chanels {
    padding: 11rem 0;
  }
}
.chanels .chanels-wrapper .chanels-item-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  grid-column-gap: 2rem;
  grid-row-gap: 2.9rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 576px) {
  .chanels .chanels-wrapper .chanels-item-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .chanels .chanels-wrapper .chanels-item-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 992px) {
  .chanels .chanels-wrapper .chanels-item-wrapper {
    grid-template-columns: repeat(5, 1fr);
    margin-bottom: 5.8rem;
  }
}
@media (min-width: 1265px) {
  .chanels .chanels-wrapper .chanels-item-wrapper {
    grid-template-columns: repeat(8, 1fr);
  }
}
.chanels .chanels-wrapper .chanels-item-wrapper .chanels-item {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}
.chanels .chanels-wrapper .chanels-btn-wrapper {
  text-align: center;
}

.packages {
  padding-top: 3.5rem;
  padding-bottom: 1.9rem;
}
@media (min-width: 992px) {
  .packages {
    padding-top: 7.7rem;
  }
}
.packages .packages-wrapper .packages-navigation {
  border-radius: 999px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-inline: auto;
  margin-bottom: 0.6rem;
}
@media (min-width: 768px) {
  .packages .packages-wrapper .packages-navigation {
    flex-direction: row;
    align-items: center;
    gap: unset;
    background: #fff;
    padding: 0.6rem;
    max-width: fit-content;
  }
}
@media (min-width: 992px) {
  .packages .packages-wrapper .packages-navigation {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1265px) {
  .packages .packages-wrapper .packages-navigation {
    margin-bottom: 5rem;
  }
}
.packages .packages-wrapper .packages-navigation .packages-item {
  flex: 1;
  border-radius: 100px;
  background: #fff;
  color: #000;
  padding: 1.2rem 3.2rem;
  cursor: pointer;
  border: none;
  transition: 0.4s linear;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  line-height: 110%;
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .packages .packages-wrapper .packages-navigation .packages-item {
    font-size: 1.8rem;
    flex: 0 1 auto;
  }
}
.packages .packages-wrapper .packages-navigation .packages-item.active {
  background: #fa1a30;
}
.packages .packages-wrapper .packages-navigation .packages-item.active a {
  color: #fff;
}
.packages .packages-wrapper .packages-navigation .packages-item a {
  display: block;
  color: #1f1f1f;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 126%;
  letter-spacing: -0.8px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .packages .packages-wrapper .packages-navigation .packages-item a {
    font-size: 2rem;
  }
}
.packages .packages-wrapper .packages-item-wrapper {
  max-width: 114.1rem;
  margin-inline: auto;
  padding-top: 1.9rem;
}
@media (min-width: 768px) {
  .packages .packages-wrapper .packages-item-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
  }
}
@media (min-width: 992px) {
  .packages .packages-wrapper .packages-item-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1265px) {
  .packages .packages-wrapper .packages-item-wrapper {
    grid-gap: 4.1rem;
    align-items: flex-start;
  }
}
.packages .packages-wrapper .packages-item-wrapper .packages-item {
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
  max-width: 35.3rem;
  margin-inline: auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.packages .packages-wrapper .packages-item-wrapper .packages-item:not(:last-of-type) {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .packages .packages-wrapper .packages-item-wrapper .packages-item {
    max-width: 100%;
    margin-inline: unset;
  }
  .packages .packages-wrapper .packages-item-wrapper .packages-item:not(:last-of-type) {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .packages .packages-wrapper .packages-item-wrapper .packages-item:hover {
    transform: scale(1.05);
  }
}
@media (min-width: 992px) {
  .packages .packages-wrapper .packages-item-wrapper .packages-item.recommended {
    transform: scale(1.05);
  }
  .packages .packages-wrapper .packages-item-wrapper .packages-item.recommended:hover {
    transform: scale(1.07);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); /* Dodavanje senke za isticanje */
  }
}
.packages .packages-wrapper .packages-item-wrapper .packages-item.recommended .packages-top-info {
  height: 3.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.packages .packages-wrapper .packages-item-wrapper .packages-item.recommended .packages-top-info .packages-recommended {
  display: block;
  text-align: center;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.packages .packages-wrapper .packages-item-wrapper .packages-item .packages-top-info {
  height: 1.1rem;
  background-color: #4166b4;
}
.packages .packages-wrapper .packages-item-wrapper .packages-item .packages-top-info .packages-recommend {
  display: none;
}
.packages .packages-wrapper .packages-item-wrapper .packages-item .packages-item-inner-wrapper {
  padding: 3rem;
}
.packages .packages-wrapper .packages-item-wrapper .packages-item .packages-item-inner-wrapper .packages-name {
  display: block;
  color: #0b0b0b;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 126%;
  letter-spacing: -0.18px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.packages .packages-wrapper .packages-item-wrapper .packages-item .packages-item-inner-wrapper .packages-additional {
  display: block;
  color: #6f6f6f;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: -0.32px;
  line-height: 150%;
}
.packages .packages-wrapper .packages-item-wrapper .packages-item .packages-item-inner-wrapper .packages-additional strong,
.packages .packages-wrapper .packages-item-wrapper .packages-item .packages-item-inner-wrapper .packages-additional b {
  color: #1f1f1f;
  font-weight: 700;
}
.packages .packages-wrapper .packages-item-wrapper .packages-item .packages-item-inner-wrapper .links-wrapper {
  padding-top: 2.4rem;
  border-top: 1px solid #e8e8e8;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.4rem;
}
.packages .packages-wrapper .packages-item-wrapper .packages-item .packages-item-inner-wrapper .links-wrapper .packages-tv-list,
.packages .packages-wrapper .packages-item-wrapper .packages-item .packages-item-inner-wrapper .links-wrapper .packages-tv-series {
  display: block;
  color: #fa1a2f;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: -0.32px;
  text-decoration: underline;
}
.packages .packages-wrapper .packages-item-wrapper .packages-item .packages-item-inner-wrapper .packages-type {
  border-radius: 6px;
  border: 1px solid #e8e8e8;
  margin-bottom: 2.4rem;
}
.packages .packages-wrapper .packages-item-wrapper .packages-item .packages-item-inner-wrapper .packages-type .packages-type-item {
  display: flex;
}
.packages .packages-wrapper .packages-item-wrapper .packages-item .packages-item-inner-wrapper .packages-type .packages-type-item:not(:last-of-type) {
  border-bottom: 1px solid #e8e8e8;
}
.packages .packages-wrapper .packages-item-wrapper .packages-item .packages-item-inner-wrapper .packages-type .packages-type-item .packages-type-name,
.packages .packages-wrapper .packages-item-wrapper .packages-item .packages-item-inner-wrapper .packages-type .packages-type-item .packages-type-prce,
.packages .packages-wrapper .packages-item-wrapper .packages-item .packages-item-inner-wrapper .packages-type .packages-type-item .packages-type-link-wrapper {
  flex: 0 0 33.3333%;
  width: 33.3333%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
}
@media (min-width: 1265px) {
  .packages .packages-wrapper .packages-item-wrapper .packages-item .packages-item-inner-wrapper .packages-type .packages-type-item .packages-type-name,
  .packages .packages-wrapper .packages-item-wrapper .packages-item .packages-item-inner-wrapper .packages-type .packages-type-item .packages-type-prce,
  .packages .packages-wrapper .packages-item-wrapper .packages-item .packages-item-inner-wrapper .packages-type .packages-type-item .packages-type-link-wrapper {
    padding: 1.5rem;
  }
}
.packages .packages-wrapper .packages-item-wrapper .packages-item .packages-item-inner-wrapper .packages-type .packages-type-item .packages-type-name {
  color: #1f1f1f;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  border-right: 1px solid #e8e8e8;
}
.packages .packages-wrapper .packages-item-wrapper .packages-item .packages-item-inner-wrapper .packages-type .packages-type-item .packages-type-prce {
  color: #1f1f1f;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  border-right: 1px solid #e8e8e8;
}
.packages .packages-wrapper .packages-item-wrapper .packages-item .packages-item-inner-wrapper .packages-type .packages-type-item .packages-type-link-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.packages .packages-wrapper .packages-item-wrapper .packages-item .packages-item-inner-wrapper .packages-type .packages-type-item .packages-type-link-wrapper .packages-type-link {
  display: inline-block;
  border-radius: 100px;
  background: #fa1a30;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.15px;
  width: 100%;
  padding: 0.8rem 0;
}
.packages .packages-wrapper .packages-item-wrapper .packages-item .packages-item-inner-wrapper .packages-bottom-info {
  display: block;
  color: #1f1f1f;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
}

.home-lead {
  height: 500px;
}
@media (min-width: 768px) {
  .home-lead {
    height: 800px;
  }
}
.home-lead .home-lead-wrapper .home-lead-media {
  margin: 0;
}
.home-lead .home-lead-wrapper .home-lead-media video {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 500px;
}
@media (min-width: 768px) {
  .home-lead .home-lead-wrapper .home-lead-media video {
    height: 800px;
  }
}
.home-lead .home-lead-wrapper .home-lead-media img {
  object-fit: cover;
  height: 500px;
  width: 100%;
}
@media (min-width: 768px) {
  .home-lead .home-lead-wrapper .home-lead-media img {
    height: 800px;
  }
}
.home-lead .home-lead-wrapper .home-lead-media .home-lead-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  background: linear-gradient(0deg, rgba(14, 30, 59, 0.6) 0%, rgba(14, 30, 59, 0) 100%);
}
.home-lead .home-lead-wrapper .swiper-pagination {
  z-index: 2;
}
.home-lead .home-lead-wrapper .swiper-pagination .swiper-pagination-bullet {
  color: transparent;
  width: 0.8rem;
  height: 0.8rem;
  padding: 0.5rem 0;
  opacity: 1;
  position: relative;
  bottom: 2.3rem;
  background-color: transparent;
  transition: 0.3s linear;
}
@media (min-width: 768px) {
  .home-lead .home-lead-wrapper .swiper-pagination .swiper-pagination-bullet {
    bottom: 4.6rem;
  }
}
.home-lead .home-lead-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background-color: #a9b3c3;
  opacity: 1;
}
.home-lead .home-lead-wrapper .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #a9b3c3;
  opacity: 0.5;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: 0.3s linear;
}
.home-lead .home-lead-text-wrapper {
  position: absolute;
  bottom: 0;
  padding-bottom: 87px;
  left: 1rem;
  right: 1rem;
  z-index: 3;
  max-width: 75.6rem;
}
@media (min-width: 768px) {
  .home-lead .home-lead-text-wrapper {
    left: calc((100vw - 740px) / 2 + 10px);
    right: unset;
  }
}
@media (min-width: 992px) {
  .home-lead .home-lead-text-wrapper {
    left: calc((100vw - 960px) / 2 + 10px);
    right: unset;
  }
}
@media (min-width: 1265px) {
  .home-lead .home-lead-text-wrapper {
    left: calc((100vw - 1260px) / 2 + 10px);
    right: unset;
  }
}
@media (min-width: 1375px) {
  .home-lead .home-lead-text-wrapper {
    left: calc((100vw - 1370px) / 2 + 10px);
    right: unset;
  }
}
.home-lead .home-lead-text-wrapper .home-lead-title {
  font-size: 3.2rem;
  margin-bottom: 2.4rem;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 116.182%;
  letter-spacing: -1.32px;
}
@media (min-width: 768px) {
  .home-lead .home-lead-text-wrapper .home-lead-title {
    font-size: 4.2rem;
  }
}
@media (min-width: 992px) {
  .home-lead .home-lead-text-wrapper .home-lead-title {
    font-size: 4.8rem;
  }
}
@media (min-width: 1265px) {
  .home-lead .home-lead-text-wrapper .home-lead-title {
    font-size: 6.6rem;
  }
}
.home-lead .home-lead-text-wrapper .home-lead-desc {
  font-size: 1.6rem;
  margin-bottom: 5.4rem;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 145.455%;
  letter-spacing: -0.66px;
}
@media (min-width: 992px) {
  .home-lead .home-lead-text-wrapper .home-lead-desc {
    font-size: 1.8rem;
    line-height: 160%;
  }
}
@media (min-width: 1265px) {
  .home-lead .home-lead-text-wrapper .home-lead-desc {
    font-size: 2.2rem;
  }
}
.home-lead .home-lead-text-wrapper .home-lead-author {
  font-family: "Open Sans", sans-serif;
  font-size: 6rem;
  line-height: 137.5%;
  color: #fff;
  margin-bottom: 2.6rem;
}
@media (min-width: 768px) {
  .home-lead .home-lead-text-wrapper .home-lead-author {
    font-size: 9rem;
  }
}
.home-lead .home-lead-text-wrapper .home-lead-link {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .home-lead .home-lead-text-wrapper .home-lead-link {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1265px) {
  .home-lead .home-lead-text-wrapper .home-lead-link {
    margin-bottom: 3.8rem;
  }
}
.home-lead .home-lead-text-wrapper .small-img {
  max-width: 22rem;
}
@media (min-width: 992px) {
  .home-lead .home-lead-text-wrapper .small-img {
    max-width: 28rem;
  }
}

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;
}

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