@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700");
@import url("https://lp.al.to/libs/fonts/CentraleSans.css");
@import url("../js/owl-carousel/assets/owl.carousel.css");
@import url("../js/owl-carousel/assets/owl.theme.default.css");
@import url("../js/hamburgers/hamburgers.css");
@import url("../js/modal-video/modal-video.min.css");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Nunito", sans-serif;
}

html {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

body {
  background: #aee6f2;
}

img {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

a,
button {
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  text-decoration: none;
}

.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 1366px) {
  .container {
    max-width: 1200px;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: 1024px;
  }
}

@media (max-width: 1024px) {
  .container {
    max-width: 768px;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: calc(100% - 60px);
  }
}

@media (max-width: 520px) {
  .container {
    max-width: calc(100% - 30px);
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2 !important;
}

p {
  color: #333333;
}

main {
  overflow: hidden;
}

main section {
  padding: 40px 0;
}

header {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  padding: 45px;
  z-index: 25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

header .logo .x-mas {
  width: 260px;
}

@media (max-width: 1440px) {
  header .logo .x-mas {
    width: 200px;
  }
}

@media (max-width: 520px) {
  header .logo .x-mas {
    width: 130px;
  }
}

@media (min-width: 1200px) {
  header .hamburger--collapse {
    display: none;
  }
}

header .hamburger--collapse .hamburger-inner {
  background: #fff !important;
}

header .hamburger--collapse .hamburger-inner:before, header .hamburger--collapse .hamburger-inner:after {
  background: #fff !important;
}

header .hamburger--collapse.is-active:before, header .hamburger--collapse.is-active:after {
  background: #fff !important;
}

header nav {
  padding-top: 30px;
}

@media (max-width: 520px) {
  header nav {
    padding-top: 0;
  }
}

header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 1200px) {
  header nav ul {
    position: absolute;
    top: 80px;
    right: 120px;
    width: calc(60% - 80px);
    margin: 0 30px;
    border-radius: 15px;
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px;
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 500ms, opacity 300ms;
    -webkit-transition: max-height 500ms, opacity 300ms;
  }
}

@media (max-width: 768px) {
  header nav ul {
    width: calc(100% - 80px);
    right: 0;
    top: 150px;
  }
}

@media (max-width: 1200px) {
  header nav ul.visible {
    max-height: 500px;
    opacity: 1;
    transition: max-height 0, opacity 300ms;
    -webkit-transition: max-height 0, opacity 300ms;
  }
}

header nav ul li {
  list-style-type: none;
  margin: 0 10px;
}

@media (max-width: 1200px) {
  header nav ul li {
    margin: 15px 0;
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 30px;
    border-bottom: 1px solid #f2f2f2;
  }
}

header nav ul li:last-child {
  margin-right: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

header nav ul li a {
  font-size: 18px;
  padding: 13px 23px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 180px;
}

@media (max-width: 1200px) {
  header nav ul li a {
    border-radius: 0;
    border: 0;
    color: #000;
    text-align: center;
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 1200px) {
  header nav ul li a:first-child {
    margin-top: 0;
  }
}

@media (max-width: 1200px) {
  header nav ul li a:last-child {
    margin-bottom: 0;
  }
}

header nav ul li a:hover {
  background: #fff;
  color: #fa0064;
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media (max-width: 1024px) {
  .title {
    text-align: center;
  }
}

.title h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 700;
  color: #003261;
}

@media (max-width: 1024px) {
  .title h3 {
    width: 100%;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@supports (-ms-ime-align: auto) {
  .title h3 {
    font-size: 48px;
  }
  @media (max-width: 768px) {
    .title h3 {
      font-size: 28px;
    }
  }
}

.title .subtitle {
  color: #3f586f;
  font-size: clamp(22px, 5vw, 26px);
}

@supports (-ms-ime-align: auto) {
  .title .subtitle {
    font-size: 26px;
  }
  @media (max-width: 768px) {
    .title .subtitle {
      font-size: 22px;
    }
  }
}

.start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 920px;
  height: 100%;
  width: 100%;
  position: relative;
}

@media (max-height: 460px) {
  .start {
    min-height: 540px;
  }
}

@supports (-ms-ime-align: auto) {
  .start {
    overflow: hidden;
  }
}

.start:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(0, 61, 118, 0.6)), color-stop(50%, rgba(0, 130, 250, 0.6)), to(rgba(250, 0, 100, 0.6)));
  background: linear-gradient(0deg, rgba(0, 61, 118, 0.6) 10%, rgba(0, 130, 250, 0.6) 50%, rgba(250, 0, 100, 0.6) 100%);
  z-index: 2;
}

.start .video-src {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

@supports (-ms-ime-align: auto) {
  .start .video-src {
    height: auto;
    width: 100%;
  }
  @media (max-width: 1024px) {
    .start .video-src {
      height: 100%;
      width: auto;
    }
  }
}

.start .container {
  position: relative;
  z-index: 5;
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.start .playVideo {
  border: 1.95px solid rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.8);
  padding: 10px 15px;
  border-radius: 90px;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 30px;
}

.start .playVideo:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #000;
}

.start h2 {
  font-size: clamp(30px, 5vw, 56px);
  color: #fff;
  font-weight: 600;
  width: 80%;
  margin: 0 10%;
  text-align: center;
}

@media (min-width: 1440px) {
  .start h2 {
    width: 75%;
    margin: 0 auto;
  }
}

@supports (-ms-ime-align: auto) {
  .start h2 {
    font-size: 56px;
  }
  @media (max-width: 768px) {
    .start h2 {
      font-size: 30px;
    }
  }
}

.start .btn.btn-2x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  background: #fa0064;
  width: 90px;
  height: 90px;
  margin: 40px auto 0;
  color: #fff;
  font-size: 28px;
  -webkit-box-shadow: 20px 20px 40px 0px rgba(0, 95, 32, 0.3);
          box-shadow: 20px 20px 40px 0px rgba(0, 95, 32, 0.3);
}

.start .btn.btn-2x:hover {
  background: #fff;
  color: #fa0064;
}

@media (max-width: 1024px) {
  .start .btn.btn-2x {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}

.start .overlay {
  position: absolute;
  bottom: -0.5px;
  left: 0;
  width: 100%;
  z-index: 3;
}

.helper {
  background: -webkit-gradient(linear, left top, left bottom, from(#66d9f3), to(#aee6f2));
  background: linear-gradient(180deg, #66d9f3 0%, #aee6f2 100%);
  position: relative;
}

.helper .illustration {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  height: 415px;
  z-index: 0;
}

@media (max-width: 1366px) {
  .helper .illustration {
    left: 52%;
  }
}

@media (max-width: 1200px) {
  .helper .illustration {
    left: 48%;
  }
}

@media (max-width: 1024px) {
  .helper .illustration {
    display: none;
  }
}

.helper .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}

@media (max-width: 1200px) {
  .helper .content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 1024px) {
  .helper .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.helper .content .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .helper .content .text {
    width: 40%;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
}

@media (max-width: 1024px) {
  .helper .content .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.helper .content .text .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(18px, 5vw, 26px);
  font-weight: 400;
  color: #3e576f;
  padding-bottom: 30px;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .helper .content .text .question {
    text-align: center;
  }
}

@supports (-ms-ime-align: auto) {
  .helper .content .text .question {
    font-size: 26px;
  }
  @media (max-width: 768px) {
    .helper .content .text .question {
      font-size: 18px;
    }
  }
}

.helper .content .text .answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: clamp(20px, 5vw, 26px);
  font-weight: 600;
  color: #3e576f;
  margin: 0;
}

@media (max-width: 1024px) {
  .helper .content .text .answer {
    text-align: center;
  }
}

@supports (-ms-ime-align: auto) {
  .helper .content .text .answer {
    font-size: 26px;
  }
  @media (max-width: 768px) {
    .helper .content .text .answer {
      font-size: 20px;
    }
  }
}

.helper .content .text .answer .solution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
  color: #003261;
  padding-bottom: 40px;
}

@media (max-width: 1024px) {
  .helper .content .text .answer .solution {
    width: 100%;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@supports (-ms-ime-align: auto) {
  .helper .content .text .answer .solution {
    font-size: 48px;
  }
  @media (max-width: 768px) {
    .helper .content .text .answer .solution {
      font-size: 32px;
    }
  }
}

.helper .content .text .btn.btn-2x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #fa0064;
  -webkit-box-shadow: 25px 25px 40px 0px rgba(250, 0, 100, 0.3);
          box-shadow: 25px 25px 40px 0px rgba(250, 0, 100, 0.3);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 40px;
  border-radius: 90px;
}

.helper .content .text .btn.btn-2x:hover {
  background-color: #fff;
  -webkit-box-shadow: 15px 15px 40px 0px rgba(44, 132, 152, 0.5);
          box-shadow: 15px 15px 40px 0px rgba(44, 132, 152, 0.5);
  color: #fa0064;
}

@media (max-width: 320px) {
  .helper .content .text .btn.btn-2x {
    text-align: center;
    line-height: 1.2;
    padding: 20px 0;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 480px) {
  .helper .content .text .btn.btn-2x {
    font-size: 16px;
    padding: 15px 30px;
  }
}

.helper .content .image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 50%;
  z-index: 1;
}

@media (max-width: 1024px) {
  .helper .content .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}

.helper .content .image img {
  width: 100%;
}

.inspirations {
  background: #aee6f2;
  position: relative;
}

.inspirations .element {
  position: absolute;
  width: 90px;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.3;
}

.inspirations .element.element-01 {
  top: 0;
  left: 4%;
}

.inspirations .element.element-02 {
  top: 0;
  right: 4%;
}

.inspirations .element.element-03 {
  top: 20%;
  left: 7%;
}

.inspirations .element.element-04 {
  top: 40%;
  right: 6%;
}

.inspirations .element.element-05 {
  top: 250%;
  left: 2%;
}

.inspirations .element.element-06 {
  top: 70%;
  right: 2%;
}

.inspirations .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}

.inspirations .grid .item {
  width: calc(33.3% - 20px);
  position: relative;
  height: 320px;
  margin-bottom: 45px;
}

.inspirations .grid .item:nth-child(1):before {
  content: url("../img/star_left.svg");
  position: absolute;
  top: 60px;
  left: -30px;
  width: 60px;
  z-index: 5;
}

.inspirations .grid .item:nth-child(2):before {
  content: url("../img/star_left.svg");
  position: absolute;
  bottom: 60px;
  left: -20px;
  width: 38px;
  z-index: 5;
}

.inspirations .grid .item:nth-child(2):after {
  content: url("../img/star_right.svg");
  position: absolute;
  top: 53px;
  right: -16px;
  width: 60px;
  z-index: 5;
}

.inspirations .grid .item:nth-child(3):before {
  content: url("../img/star_right.svg");
  position: absolute;
  top: 50%;
  right: -30px;
  width: 50px;
  z-index: 5;
}

.inspirations .grid .item:nth-child(4):before {
  content: url("../img/star_left.svg");
  position: absolute;
  bottom: 40px;
  left: -30px;
  width: 60px;
  z-index: 5;
}

.inspirations .grid .item:nth-child(5):before {
  content: url("../img/star_left.svg");
  position: absolute;
  top: 30px;
  left: -20px;
  width: 46px;
  z-index: 5;
}

.inspirations .grid .item:nth-child(5):after {
  content: url("../img/star_right.svg");
  position: absolute;
  bottom: 43px;
  right: -16px;
  width: 30px;
  z-index: 5;
}

.inspirations .grid .item:nth-child(6):after {
  content: url("../img/star_right.svg");
  position: absolute;
  top: 40px;
  right: -30px;
  width: 60px;
  z-index: 5;
}

@media (max-width: 1200px) {
  .inspirations .grid .item {
    height: 240px;
  }
}

@media (max-width: 1024px) {
  .inspirations .grid .item {
    width: calc(50% - 20px);
  }
}

@media (max-width: 768px) {
  .inspirations .grid .item {
    width: 100%;
    height: 260px;
  }
}

.inspirations .grid .item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.inspirations .grid .item a .card {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  -webkit-box-shadow: 5px 5px 50px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 50px 0px rgba(0, 0, 0, 0.2);
}

.inspirations .grid .item a .card .background {
  position: absolute;
  width: 101%;
  height: 101%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.inspirations .grid .item a .card .cat-title {
  position: absolute;
  bottom: 45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
  font-size: clamp(22px, 5vw, 26px);
  line-height: 36px;
  font-weight: 700;
  color: #fff;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  width: 100%;
  text-align: center;
  padding: 0 30px;
}

@supports (-ms-ime-align: auto) {
  .inspirations .grid .item a .card .cat-title {
    font-size: 26px;
  }
  @media (max-width: 768px) {
    .inspirations .grid .item a .card .cat-title {
      font-size: 22px;
    }
  }
}

.inspirations .grid .item a .card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#be0064), color-stop(75%, rgba(250, 0, 100, 0.6)));
  background: linear-gradient(0deg, #be0064 0%, rgba(250, 0, 100, 0.6) 75%);
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  opacity: 0;
  z-index: 1;
}

.inspirations .grid .item a .card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(51, 0, 27, 0.9)), color-stop(75%, rgba(51, 0, 27, 0)));
  background: linear-gradient(0deg, rgba(51, 0, 27, 0.9) 0%, rgba(51, 0, 27, 0) 75%);
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.inspirations .grid .item .cat-btn {
  background: #fa0064;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 18px;
  -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.inspirations .grid .item:hover .card .background {
  width: 105%;
  height: 105%;
}

.inspirations .grid .item:hover .card .cat-title {
  bottom: 38%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.inspirations .grid .item:hover .card:before {
  opacity: 1;
}

.inspirations .grid .item:hover .card:after {
  opacity: 0;
}

.inspirations .grid .item:hover .cat-btn {
  background: #fff;
  -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.2);
  color: #fa0064;
}

.calendar {
  position: relative;
}

.calendar .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}

@media (max-width: 1200px) {
  .calendar .content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 1024px) {
  .calendar .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.calendar .content .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 1024px) {
  .calendar .content .text {
    width: 45%;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
}

@media (max-width: 1024px) {
  .calendar .content .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.calendar .content .text h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: clamp(20px, 5vw, 26px);
  font-weight: 600;
  color: #3e576f;
  margin: 0;
  display: flex;
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
  color: #003261;
  padding-bottom: 40px;
}

@media (max-width: 1024px) {
  .calendar .content .text h3 {
    width: 100%;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

@supports (-ms-ime-align: auto) {
  .calendar .content .text h3 {
    font-size: 26px;
  }
  @media (max-width: 768px) {
    .calendar .content .text h3 {
      font-size: 20px;
    }
  }
}

.calendar .content .text ul {
  padding-bottom: 40px;
}

.calendar .content .text ul li {
  color: #3e576f;
  font-size: clamp(18px, 5vw, 26px);
  line-height: 1.5;
  list-style-type: none;
  position: relative;
  padding-left: 30px;
}

@supports (-ms-ime-align: auto) {
  .calendar .content .text ul li {
    font-size: 26px;
  }
  @media (max-width: 768px) {
    .calendar .content .text ul li {
      font-size: 18px;
    }
  }
}

.calendar .content .text ul li:before {
  content: "";
  background: url("../img/list.svg") no-repeat;
  width: 23px;
  height: 23px;
  position: absolute;
  left: 0;
  top: 7px;
}

.calendar .content .text .btn.btn-2x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #fa0064;
  -webkit-box-shadow: 25px 25px 40px 0px rgba(250, 0, 100, 0.3);
          box-shadow: 25px 25px 40px 0px rgba(250, 0, 100, 0.3);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 40px;
  border-radius: 90px;
}

.calendar .content .text .btn.btn-2x:hover {
  background-color: #fff;
  -webkit-box-shadow: 15px 15px 40px 0px rgba(44, 132, 152, 0.5);
          box-shadow: 15px 15px 40px 0px rgba(44, 132, 152, 0.5);
  color: #fa0064;
}

@media (max-width: 320px) {
  .calendar .content .text .btn.btn-2x {
    text-align: center;
    line-height: 1.2;
    padding: 20px 0;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 480px) {
  .calendar .content .text .btn.btn-2x {
    font-size: 16px;
    padding: 15px 30px;
  }
}

.calendar .content .image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 50%;
  z-index: 1;
  position: relative;
  height: 100%;
}

@media (max-width: 1024px) {
  .calendar .content .image {
    height: 45vw;
  }
}

.calendar .content .image .calendar-image.packshot {
  top: 50%;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
  position: absolute;
}

@media (max-width: 1024px) {
  .calendar .content .image .calendar-image.packshot {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.calendar .content .image .calendar-image.illustration {
  position: absolute;
  left: 15%;
  top: 50%;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  width: 70%;
}

@media (max-width: 1024px) {
  .calendar .content .image .calendar-image.illustration {
    width: 50%;
    left: 25%;
    top: 40%;
  }
}

@media (min-width: 1024px) {
  .calendar .content .image {
    width: 55%;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
}

@media (max-width: 1024px) {
  .calendar .content .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}

.calendar .content .image img {
  width: 100%;
}

.blog {
  background: url("../img/blog_top.svg") no-repeat 50% 40%;
  background-size: 80% 100%;
}

.blog,
.influencer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 0;
}

.blog .posts-carousel,
.influencer .posts-carousel {
  max-width: 960px;
  margin: 60px auto 0;
  position: relative;
}

@media (max-width: 768px) {
  .blog .posts-carousel,
  .influencer .posts-carousel {
    margin: 30px auto 0;
  }
}

.blog .posts-carousel .owl-nav,
.influencer .posts-carousel .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  margin-top: -25px;
}

.blog .posts-carousel .owl-nav button,
.influencer .posts-carousel .owl-nav button {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  color: #fa0064;
  -webkit-box-shadow: 7px 7px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 7px 7px 20px 0px rgba(0, 0, 0, 0.2);
}

.blog .posts-carousel .owl-nav button:hover,
.influencer .posts-carousel .owl-nav button:hover {
  background: #fa0064;
  color: #fff;
}

.blog .posts-carousel .owl-nav button:active, .blog .posts-carousel .owl-nav button:focus,
.influencer .posts-carousel .owl-nav button:active,
.influencer .posts-carousel .owl-nav button:focus {
  outline: none;
}

.blog .posts-carousel .owl-nav button.disabled,
.influencer .posts-carousel .owl-nav button.disabled {
  opacity: 0.3;
  cursor: auto;
}

.blog .posts-carousel .owl-nav button.disabled:hover,
.influencer .posts-carousel .owl-nav button.disabled:hover {
  background: #fff;
  color: #fa0064;
}

.blog .posts-carousel .owl-nav button.owl-prev,
.influencer .posts-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -100px;
}

@media (max-width: 1200px) {
  .blog .posts-carousel .owl-nav button.owl-prev,
  .influencer .posts-carousel .owl-nav button.owl-prev {
    left: -25px;
  }
}

.blog .posts-carousel .owl-nav button.owl-next,
.influencer .posts-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -100px;
}

@media (max-width: 1200px) {
  .blog .posts-carousel .owl-nav button.owl-next,
  .influencer .posts-carousel .owl-nav button.owl-next {
    right: -25px;
  }
}

.blog .posts-carousel .item,
.influencer .posts-carousel .item {
  position: relative;
  width: 100%;
  padding-top: 75%;
  background: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 4px 4px 50px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 50px 0px rgba(0, 0, 0, 0.2);
}

@media (min-width: 520px) and (max-width: 620px) {
  .blog .posts-carousel .item,
  .influencer .posts-carousel .item {
    padding-top: 55%;
  }
}

@media (max-width: 320px) {
  .blog .posts-carousel .item,
  .influencer .posts-carousel .item {
    padding-top: 100%;
  }
}

.blog .posts-carousel .item a,
.influencer .posts-carousel .item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 30px;
}

.blog .posts-carousel .item a .card .title,
.influencer .posts-carousel .item a .card .title {
  font-size: clamp(16px, 5vw, 18px);
  line-height: 1.35;
  color: #3e576f;
  margin-top: 50px;
}

@supports (-ms-ime-align: auto) {
  .blog .posts-carousel .item a .card .title,
  .influencer .posts-carousel .item a .card .title {
    font-size: 18px;
  }
  @media (max-width: 768px) {
    .blog .posts-carousel .item a .card .title,
    .influencer .posts-carousel .item a .card .title {
      font-size: 16px;
    }
  }
}

.blog .posts-carousel .item a .icon,
.influencer .posts-carousel .item a .icon {
  width: 85px;
  height: 85px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: -25.5px;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.blog .posts-carousel .item a .cat-btn,
.influencer .posts-carousel .item a .cat-btn {
  background: #fa0064;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 18px;
  -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.blog .posts-carousel .item a:hover .cat-btn,
.influencer .posts-carousel .item a:hover .cat-btn {
  background: #fff;
  -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.2);
  color: #fa0064;
}

.blog .posts-carousel .item a:hover .icon:nth-child(1),
.influencer .posts-carousel .item a:hover .icon:nth-child(1) {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

.blog .posts-carousel .item a:hover .icon:nth-child(2),
.influencer .posts-carousel .item a:hover .icon:nth-child(2) {
  -webkit-transform: rotate(-18deg);
          transform: rotate(-18deg);
}

.blog .posts-carousel .item a:hover .icon:nth-child(3),
.influencer .posts-carousel .item a:hover .icon:nth-child(3) {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

.blog .posts-carousel .item a:hover .icon:nth-child(4),
.influencer .posts-carousel .item a:hover .icon:nth-child(4) {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

.blog .posts-carousel .item a:hover .icon:nth-child(6),
.influencer .posts-carousel .item a:hover .icon:nth-child(6) {
  -webkit-transform: rotate(13deg);
          transform: rotate(13deg);
}

.blog .posts-carousel .item a:hover .icon:nth-child(7),
.influencer .posts-carousel .item a:hover .icon:nth-child(7) {
  -webkit-transform: rotate(-18deg);
          transform: rotate(-18deg);
}

.blog .posts-carousel .item.featured,
.influencer .posts-carousel .item.featured {
  background: transparent;
}

.blog .posts-carousel .item.featured .icon,
.influencer .posts-carousel .item.featured .icon {
  width: 120px;
  height: 120px;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.blog .posts-carousel .item.featured .btn.btn-2x,
.influencer .posts-carousel .item.featured .btn.btn-2x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #fa0064;
  -webkit-box-shadow: 25px 25px 40px 0px rgba(250, 0, 100, 0.3);
          box-shadow: 25px 25px 40px 0px rgba(250, 0, 100, 0.3);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 40px;
  border-radius: 90px;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  margin-top: 80px;
}

.blog .posts-carousel .item.featured .btn.btn-2x:hover,
.influencer .posts-carousel .item.featured .btn.btn-2x:hover {
  background-color: #fff;
  -webkit-box-shadow: 15px 15px 40px 0px rgba(44, 132, 152, 0.5);
          box-shadow: 15px 15px 40px 0px rgba(44, 132, 152, 0.5);
  color: #fa0064;
}

@media (max-width: 320px) {
  .blog .posts-carousel .item.featured .btn.btn-2x,
  .influencer .posts-carousel .item.featured .btn.btn-2x {
    text-align: center;
    line-height: 1.2;
    padding: 20px 0;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 480px) {
  .blog .posts-carousel .item.featured .btn.btn-2x,
  .influencer .posts-carousel .item.featured .btn.btn-2x {
    font-size: 16px;
    padding: 15px 30px;
  }
}

.blog .posts-carousel .item.featured:hover .icon,
.influencer .posts-carousel .item.featured:hover .icon {
  -webkit-transform: rotate(37deg) !important;
          transform: rotate(37deg) !important;
}

.influencer .title h3 {
  font-size: clamp(28px, 5vw, 36px);
  line-height: 42px;
}

@supports (-ms-ime-align: auto) {
  .influencer .title h3 {
    font-size: 36px;
  }
  @media (max-width: 768px) {
    .influencer .title h3 {
      font-size: 28px;
    }
  }
}

.influencer .posts-carousel .owl-nav button {
  color: #8250fa !important;
}

.influencer .posts-carousel .owl-nav button:hover {
  background: #8250fa !important;
  color: #fff !important;
}

.influencer .posts-carousel .item a {
  padding: 0;
}

.influencer .posts-carousel .item .card {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}

@media (max-width: 420px) {
  .influencer .posts-carousel .item .card {
    min-height: 240px;
  }
}

.influencer .posts-carousel .item .card .background {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 101%;
  height: 101%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.influencer .posts-carousel .item .card .title {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  padding: 0 30px;
  color: #fff !important;
  z-index: 5;
}

.influencer .posts-carousel .item .card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#8250fa), color-stop(75%, rgba(130, 80, 250, 0.6)));
  background: linear-gradient(0deg, #8250fa 0%, rgba(130, 80, 250, 0.6) 75%);
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  opacity: 0;
  z-index: 1;
}

.influencer .posts-carousel .item .card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(130, 80, 250, 0.5)), color-stop(75%, rgba(130, 80, 250, 0)));
  background: linear-gradient(0deg, rgba(130, 80, 250, 0.5) 0%, rgba(130, 80, 250, 0) 75%);
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.influencer .posts-carousel .item .cat-btn {
  background: #8250fa !important;
}

.influencer .posts-carousel .item:hover .cat-btn {
  background: #5f1ef9 !important;
  color: #fff !important;
}

.influencer .posts-carousel .item:hover .card:before {
  opacity: 1;
}

.influencer .posts-carousel .item:hover .card:after {
  opacity: 0;
}

.influencer .posts-carousel .item:hover .card .background {
  width: 105%;
  height: 105%;
}

.influencer .posts-carousel .item.featured .btn.btn-2x {
  background: #8250fa;
  z-index: 15;
  position: absolute;
  left: 50%;
  top: 35%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-shadow: 25px 25px 40px 0px rgba(130, 80, 250, 0.3);
          box-shadow: 25px 25px 40px 0px rgba(130, 80, 250, 0.3);
}

.influencer .posts-carousel .item.featured .btn.btn-2x:hover {
  background: #5f1ef9;
  color: #fff;
}

@media (max-width: 480px) {
  .influencer .posts-carousel .item.featured .btn.btn-2x {
    font-size: 16px;
    padding: 15px 30px;
  }
}

.influencer .blog-footer {
  width: 120%;
  margin-top: -5vw;
  left: -10%;
  position: relative;
}

@media (min-width: 1024px) {
  .influencer .blog-footer {
    width: 100%;
    margin-top: -10vw;
    left: 0;
  }
}

.cross {
  padding-bottom: 60px;
}

.cross .brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .cross .brands {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 468px) {
  .cross .brands {
    padding-bottom: 30px;
  }
}

.cross .brands .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
  width: calc(50% - 20px);
  height: 360px;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 11px 11px 50px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 11px 11px 50px 0px rgba(0, 0, 0, 0.35);
}

@media (max-width: 768px) {
  .cross .brands .box {
    width: 100%;
    margin-bottom: 40px;
  }
}

.cross .brands .box a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 80px;
}

.cross .brands .box a .branding {
  position: relative;
  z-index: 5;
  height: 35px;
  margin-bottom: 30px;
}

.cross .brands .box a .branding.alto {
  height: 55px;
  margin-top: -20px;
  margin-bottom: 30px;
}

.cross .brands .box a .branding.combat {
  height: 44px;
  margin-bottom: 19px;
}

.cross .brands .box a .background {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 101%;
  height: 101%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.cross .brands .box a .question {
  font-size: clamp(18px, 5vw, 22px);
  font-weight: 400;
  color: #fff;
  position: relative;
  z-index: 2;
}

@supports (-ms-ime-align: auto) {
  .cross .brands .box a .question {
    font-size: 22px;
  }
  @media (max-width: 768px) {
    .cross .brands .box a .question {
      font-size: 18px;
    }
  }
}

.cross .brands .box a .brand-title {
  font-size: clamp(24px, 5vw, 32px);
  font-weight: 600;
  color: #fff;
  position: relative;
  z-index: 2;
  padding-bottom: 15px;
}

@supports (-ms-ime-align: auto) {
  .cross .brands .box a .brand-title {
    font-size: 32px;
  }
  @media (max-width: 768px) {
    .cross .brands .box a .brand-title {
      font-size: 24px;
    }
  }
}

.cross .brands .box a .brand-title .no-br {
  white-space: nowrap;
}

.cross .brands .box a .btn.btn-white {
  background: #fff;
  padding: 8px 25px;
  border-radius: 90px;
  position: relative;
  z-index: 2;
  font-size: clamp(16px, 5vw, 18px);
  color: #0082fa;
}

@supports (-ms-ime-align: auto) {
  .cross .brands .box a .btn.btn-white {
    font-size: 18px;
  }
  @media (max-width: 768px) {
    .cross .brands .box a .btn.btn-white {
      font-size: 16px;
    }
  }
}

.cross .brands .box a:hover .background {
  width: 105%;
  height: 105%;
}

.cross .brands .box a:hover:after {
  opacity: 0.6;
}

.cross .brands .box a:after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #003d76), color-stop(50%, #0082fa), to(#fa0064));
  background: linear-gradient(90deg, #003d76 10%, #0082fa 50%, #fa0064 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.owl-carousel .owl-stage-outer .owl-item {
  opacity: 0;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  pointer-events: none;
}

.owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
  pointer-events: all;
}

footer {
  padding-bottom: 20vw;
  position: relative;
}

@media (max-width: 468px) {
  footer {
    padding-bottom: 30vw;
  }
}

footer .footer-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

footer .socials ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  position: relative;
  z-index: 2;
}

@media (max-width: 520px) {
  footer .socials ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

footer .socials ul li {
  padding: 0;
  margin: 10px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .socials ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

footer .socials ul li a:hover {
  -webkit-transform: rotate(12deg) scale(1.1);
          transform: rotate(12deg) scale(1.1);
}

footer .socials ul li a img {
  width: 26px;
  height: 26px;
}
/*# sourceMappingURL=style.css.map */