/** BREAKPOINTS */
/** BREAKPOINTS MIXINS */
/** WIDTH: > xs and < xs-max */
/** WIDTH: > sm and < sm-max */
/** WIDTH: > xs and < sm-max */
/** WIDTH: > xs and < md-max */
/** WIDTH: > md and < md-max */
/** WIDTH: > md and < lg-max */
/** WIDTH: > md */
/** WIDTH: > lg and < lg-max */
/** WIDTH: > xl-min */
/** WIDTH: > xl */
/** WIDTH: > lg */
/** WIDTH: > xxl-max  */
/*CSS Reset*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  overflow-x: hidden;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.container {
  width: 1200px;
  margin: 0 auto;
}
@media (min-width: 0) and (max-width: 991px) {
  .container {
    width: calc(100% - 30px);
    margin: 0 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 960px;
    margin: 0 auto;
  }
}

.footer {
  padding: 50px 0;
  background: #FDFAFC;
}
.footer__details {
  max-width: 270px;
  width: 100%;
}
.footer__details a {
  display: block;
  margin-top: 30px;
}
.footer__details h4 {
  margin-bottom: 35px;
}
.footer__menu {
  max-width: 150px;
  width: 100%;
}
.footer__menu ul li a {
  position: relative;
  margin-bottom: 12.5px;
  display: inline-block;
}
.footer__menu ul li a:after {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 1px;
  background: #000000;
  left: 0%;
  transition: width 0.5s;
  opacity: 0;
  width: 0;
}
.footer__menu ul li a:hover {
  opacity: 1;
}
.footer__menu ul li a:hover:after {
  opacity: 1;
  width: 100%;
}
.footer__newsletter {
  text-align: right;
  max-width: 470px;
  width: 100%;
}
.footer__newsletter span {
  width: -moz-fit-content !important;
  width: fit-content !important;
  display: inline-block !important;
}
.footer__newsletter h4 {
  margin-bottom: 20px;
}
.footer__newsletter .button {
  font-size: 13px;
  padding: 20px 50px;
}
.footer__newsletter input[type=email] {
  max-width: 420px;
  width: 100%;
  border: none;
  border-bottom: 2px solid #000000;
  padding: 10px 20px;
  margin-top: 10px;
  box-sizing: border-box;
}
.footer__newsletter input[type=email]::-moz-placeholder {
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  text-transform: none;
  line-height: 13px;
  font-style: italic;
}
.footer__newsletter input[type=email]::placeholder {
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  text-transform: none;
  line-height: 13px;
  font-style: italic;
}
.footer__newsletter input[type=email]:active, .footer__newsletter input[type=email]:focus {
  outline: transparent;
  border-bottom: 2px solid #CAC0CE;
}
.footer__newsletter input[type=submit] {
  margin-left: auto;
  margin-top: 25px;
  border: 0;
  width: 270px;
  justify-content: center;
  cursor: pointer;
  color: #ffffff;
}
.footer h4 {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  text-transform: none;
  line-height: 20px;
}
.footer span {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  text-transform: none;
  line-height: 26px;
  display: block;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}
.footer span svg {
  margin-top: 5px;
  margin-right: 12px;
}
.footer span:nth-child(2) svg {
  width: 23px;
  height: 23px;
  margin-left: -5px;
}
.footer span:nth-child(3) svg {
  width: 20px;
  height: 20px;
}
.footer span:nth-child(4) svg {
  width: 20px;
  height: 20px;
}
.footer span:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 0) and (max-width: 767px) {
  .footer {
    padding: 30px 0;
  }
  .footer .container {
    flex-wrap: wrap !important;
  }
  .footer .footer__details {
    width: 90%;
    margin-bottom: 30px;
  }
  .footer .footer__details h4 {
    margin-bottom: 15px;
  }
  .footer .footer__details a {
    margin-top: 10px;
  }
  .footer .footer__newsletter {
    width: 100%;
    text-align: left;
  }
  .footer .footer__newsletter button {
    margin-left: 0;
  }
}

.copyright {
  background: #ecdfe4;
  padding: 20px 0;
}
.copyright p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  text-transform: none;
  line-height: 48px;
}
.copyright__socials {
  gap: 10px;
  color: white;
}
.copyright__socials a {
  width: 36px;
  height: 36px;
  background: #CAC0CE;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.copyright__socials a svg {
  fill: #ffffff;
  height: 50%;
}
.copyright__socials a:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);
}
@media (min-width: 0) and (max-width: 767px) {
  .copyright {
    padding: 10px 0;
  }
  .copyright .container {
    flex-wrap: wrap;
  }
  .copyright p {
    order: 2;
    line-height: 22px;
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
}

.navigation-wrapper {
  background: #efdfe4;
  height: 100px;
  width: 100%;
  top: -100px;
  right: 0;
  left: 0;
  z-index: 10;
  transition: all 0.7s ease-in-out;
}
@media (min-width: 0) and (max-width: 991px) {
  .navigation-wrapper {
    height: 60px;
    display: block !important;
  }
  .navigation-wrapper.is-active {
    height: 100vh;
  }
}
.navigation-wrapper.sticky {
  position: fixed;
  top: 0;
}
.navigation-wrapper .navigation li {
  margin-bottom: 0 !important;
}
.navigation-wrapper .navigation li a {
  font-size: 16px;
  font-weight: 500;
  color: #161616;
  text-transform: none;
  line-height: 13px;
  position: relative;
  opacity: 1;
}
.navigation-wrapper .navigation li a:after {
  content: "";
  position: absolute;
  bottom: -10px;
  height: 1px;
  background: #fffe6b;
  left: 0%;
  transition: width 0.3s;
  opacity: 0;
  width: 0;
}
.navigation-wrapper .navigation li a.active, .navigation-wrapper .navigation li a:hover {
  opacity: 1;
}
.navigation-wrapper .navigation li a.active:after, .navigation-wrapper .navigation li a:hover:after {
  opacity: 1;
  width: 100%;
}
@media (min-width: 0) and (max-width: 991px) {
  .navigation-wrapper .navigation {
    padding-top: 10px;
  }
}
.navigation-wrapper .navigation .menu {
  display: flex;
  align-items: center;
  gap: 0 25px;
  padding: 0;
  margin: 0;
}
@media (min-width: 0) and (max-width: 991px) {
  .navigation-wrapper .navigation .menu {
    left: -1000px;
    bottom: 0;
    top: 80px;
    position: absolute;
    transition: all 0.8s;
    flex-wrap: wrap !important;
    flex-direction: column;
    padding-left: 15px;
    padding-top: 50px;
    transition: all 0.8s;
    z-index: -1;
    display: flex;
  }
  .navigation-wrapper .navigation .menu li {
    width: 100%;
    margin-bottom: 30px !important;
  }
  .is-active .navigation-wrapper .navigation .menu {
    left: 0;
    right: 0;
    z-index: 1;
  }
}
.navigation-wrapper .navigation__switcher ul {
  align-items: center;
  padding-left: 0;
  display: flex;
  gap: 12px;
}
.navigation-wrapper .navigation__switcher ul li {
  margin-bottom: 0;
}
.navigation-wrapper .navigation__switcher ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  text-transform: uppercase;
  line-height: 14px;
  background: #f9f9f9;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: block;
}
.navigation-wrapper .navigation__switcher ul li a:hover {
  opacity: 1;
  background: #fffe6b !important;
}
.navigation-wrapper .navigation__switcher ul li a {
  background: #fffe6b;
}
.navigation-wrapper .navigation__switcher ul li:last-of-type a {
  background: #f9f9f9;
}
.navigation-wrapper .navigation__switcher ul.is-english li a {
  background: #f9f9f9;
}
.navigation-wrapper .navigation__switcher ul.is-english li:last-of-type a {
  background: #fffe6b;
}
.navigation-wrapper .logo {
  width: 255px;
  display: inline-flex;
}
.navigation-wrapper .logo img {
  width: 100%;
}
@media (min-width: 0) and (max-width: 991px) {
  .navigation-wrapper .logo {
    width: 150px;
  }
}

.hamburger {
  margin-left: 10px;
}
@media (min-width: 992px) {
  .hamburger {
    display: none;
  }
}
.hamburger .line {
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  display: block;
  margin: 8px auto;
  transition: all 0.3s ease-in-out;
}
.hamburger:hover {
  cursor: pointer;
}

#hamburger.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger.is-active .line:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

#hamburger.is-active .line:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

body {
  font-size: 16px;
  font-family: "Work Sans", sans-serif;
  line-height: 1.5;
  color: #000000;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  margin-top: 0;
  font-weight: 600;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1em;
}

p {
  margin-bottom: 1em;
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  text-transform: none;
  line-height: 28px;
}
@media (min-width: 0) and (max-width: 991px) {
  p {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    text-transform: none;
    line-height: 26px;
  }
}

ul, ol {
  padding-left: 2em;
}
ul li, ol li {
  margin-bottom: 0.5em;
}

.heading h3 {
  font-size: 68px;
  font-weight: 500;
  color: #000000;
  text-transform: none;
  line-height: 80px;
}
.heading h4 {
  font-size: 45px;
  font-weight: 500;
  color: #ed1b50;
  text-transform: none;
  line-height: 55px;
}
@media (min-width: 0) and (max-width: 767px) {
  .heading h3 {
    font-size: 30px;
    font-weight: 500;
    color: #000000;
    text-transform: none;
    line-height: 36px;
  }
  .heading h4 {
    font-size: 26px;
    font-weight: 500;
    color: #ed1b50;
    text-transform: none;
    line-height: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .heading h3 {
    font-size: 40px;
    font-weight: 500;
    color: #000000;
    text-transform: none;
    line-height: 46px;
  }
  .heading h4 {
    font-size: 36px;
    font-weight: 500;
    color: #ed1b50;
    text-transform: none;
    line-height: 42px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .heading h3 {
    font-size: 45px;
    font-weight: 500;
    color: #000000;
    text-transform: none;
    line-height: 51px;
  }
  .heading h4 {
    font-size: 41px;
    font-weight: 500;
    color: #ed1b50;
    text-transform: none;
    line-height: 47px;
  }
}
@media (min-width: 1200px) {
  .heading h3 {
    font-size: 50px;
    font-weight: 500;
    color: #000000;
    text-transform: none;
    line-height: 56px;
  }
  .heading h4 {
    font-size: 41px;
    font-weight: 500;
    color: #ed1b50;
    text-transform: none;
    line-height: 47px;
  }
}
@media (min-width: 1720px) {
  .heading h3 {
    font-size: 68px;
    font-weight: 500;
    color: #000000;
    text-transform: none;
    line-height: 80px;
  }
  .heading h4 {
    font-size: 45px;
    font-weight: 500;
    color: #ed1b50;
    text-transform: none;
    line-height: 55px;
  }
}

.banner {
  min-height: 100vh;
  position: relative;
  background-size: cover;
}
@media (min-width: 0) and (max-width: 575px) {
  .banner {
    background-position: 60% 20%;
    padding: 45px 0;
  }
  .banner h1 {
    font-size: 55px;
    font-weight: 700;
    color: #ffffff;
    text-transform: none;
    line-height: 70px;
    margin-left: unset;
  }
  .banner h2 {
    font-size: 45px;
    font-weight: 700;
    color: #ffffff;
    text-transform: none;
    line-height: 60px;
    margin-left: unset;
  }
  .banner h3 {
    font-size: 30px;
    font-weight: 300;
    color: #000000;
    text-transform: none;
    line-height: 45px;
    margin-left: unset;
  }
  .banner .button {
    padding: 15px 20px !important;
    font-size: 20px !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .banner {
    background-position: 50% 20%;
    padding: 45px 0;
  }
  .banner h1 {
    font-size: 65px;
    font-weight: 700;
    color: #ffffff;
    text-transform: none;
    line-height: 80px;
    margin-left: unset;
  }
  .banner h2 {
    font-size: 55px;
    font-weight: 700;
    color: #ffffff;
    text-transform: none;
    line-height: 70px;
    margin-left: unset;
  }
  .banner h3 {
    font-size: 40px;
    font-weight: 300;
    color: #000000;
    text-transform: none;
    line-height: 55px;
    margin-left: unset;
  }
  .banner .button {
    padding: 15px 20px !important;
    font-size: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner {
    background-position: 60% 20%;
    padding: 45px 0;
  }
  .banner h1 {
    font-size: 75px;
    font-weight: 700;
    color: #ffffff;
    text-transform: none;
    line-height: 90px;
    margin-left: unset;
  }
  .banner h2 {
    font-size: 65px;
    font-weight: 700;
    color: #ffffff;
    text-transform: none;
    line-height: 80px;
    margin-left: unset;
  }
  .banner h3 {
    font-size: 50px;
    font-weight: 300;
    color: #000000;
    text-transform: none;
    line-height: 65px;
    margin-left: unset;
  }
  .banner .button {
    padding: 20px 30px !important;
    font-size: 24px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner {
    background-position: 60% 20%;
    padding: 45px 0;
  }
  .banner h1 {
    font-size: 85px;
    font-weight: 700;
    color: #ffffff;
    text-transform: none;
    line-height: 100px;
    margin-left: unset;
  }
  .banner h2 {
    font-size: 75px;
    font-weight: 700;
    color: #ffffff;
    text-transform: none;
    line-height: 90px;
    margin-left: unset;
  }
  .banner h3 {
    font-size: 60px;
    font-weight: 300;
    color: #000000;
    text-transform: none;
    line-height: 75px;
    margin-left: unset;
  }
  .banner .button {
    padding: 20px 30px !important;
    font-size: 24px !important;
  }
}
@media (min-width: 1200px) {
  .banner {
    background-position: 60% 20%;
    padding: 45px 0;
  }
  .banner h1 {
    font-size: 95px;
    font-weight: 700;
    color: #ffffff;
    text-transform: none;
    line-height: 110px;
    margin-left: unset;
  }
  .banner h2 {
    font-size: 85px;
    font-weight: 700;
    color: #ffffff;
    text-transform: none;
    line-height: 100px;
    margin-left: unset;
  }
  .banner h3 {
    font-size: 70px;
    font-weight: 300;
    color: #000000;
    text-transform: none;
    line-height: 85px;
    margin-left: unset;
  }
  .banner .button {
    padding: 20px 40px !important;
    font-size: 24px !important;
  }
}
@media (min-width: 1720px) {
  .banner {
    background-size: cover;
    padding: 95px 0;
  }
  .banner h1 {
    font-size: 143px;
    font-weight: 700;
    color: #ffffff;
    text-transform: none;
    line-height: 143px;
    margin-left: -10px;
    position: relative;
    z-index: 2;
  }
  .banner h2 {
    font-size: 88px;
    font-weight: 700;
    color: #ffffff;
    text-transform: none;
    line-height: 100px;
    z-index: 2;
    position: relative;
  }
  .banner h3 {
    font-size: 50px;
    font-weight: 300;
    color: #000000;
    text-transform: none;
    line-height: 65px;
    margin-left: -5px;
    position: relative;
    z-index: 2;
  }
  .banner .button {
    padding: 23px 45px;
    font-size: 30px;
  }
}
.banner .button {
  padding: 8px 25px;
  outline: auto;
  background: #ffffff;
  cursor: pointer;
  transition: all 0.3s;
  outline: none;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #ad97b2;
  text-transform: uppercase;
  line-height: 14px;
  padding: 23px 45px;
  font-size: 30px;
  margin-top: 25px;
  border-radius: 0 !important;
  color: #ad97b2 !important;
  z-index: 2;
  position: relative;
}
.banner .button:hover {
  opacity: 0.7;
}
.banner .button:hover {
  opacity: 1;
  background: #fffe6b;
}
.banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
  width: 100%;
  height: 100%;
  z-index: 0;
  display: none;
}
@media (min-width: 0) and (max-width: 767px) {
  .banner .overlay {
    display: block;
  }
}

.banner-redirect {
  background: rgb(21, 245, 245);
  background: linear-gradient(227deg, rgb(190, 201, 228) 13%, rgb(233, 202, 233) 100%);
  padding: 38px 0;
}
.banner-redirect h2 {
  margin-right: 10px;
  color: #ffffff;
  font-size: 40px;
}
@media (min-width: 0) and (max-width: 991px) {
  .banner-redirect h2 {
    font-size: 30px;
  }
}
.banner-redirect > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.banner-redirect .button {
  display: block;
  transition: all 0.5s;
  flex-shrink: 0;
  background: #fffe6b;
  width: 570px;
  text-align: center;
  font-weight: 500;
}
.banner-redirect .button:hover {
  opacity: 1;
  color: #000000 !important;
  box-shadow: -1px 0px 31px -20px rgb(66, 68, 90);
}
@media (min-width: 0) and (max-width: 767px) {
  .banner-redirect .button {
    width: 100%;
  }
}
@media (min-width: 0) and (max-width: 575px) {
  .banner-redirect .container {
    flex-wrap: wrap;
  }
  .banner-redirect h2 {
    margin-bottom: 15px;
  }
}
@media (min-width: 0) and (max-width: 991px) {
  .banner-redirect {
    padding: 30px 0;
  }
}

.about {
  padding: 55px 0;
}
@media (min-width: 0) and (max-width: 991px) {
  .about {
    padding: 30px 0;
  }
}
.about .container {
  position: relative;
}
@media (min-width: 0) and (max-width: 991px) {
  .about .container {
    margin: 0;
  }
}
.about p {
  margin-top: 25px;
  max-width: 90%;
  margin-bottom: 50px;
}
@media (min-width: 0) and (max-width: 991px) {
  .about p {
    margin-bottom: 30px;
  }
}
.about .title {
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 500;
  color: #000000;
  text-transform: none;
  line-height: 36px;
}
@media (min-width: 0) and (max-width: 991px) {
  .about .title {
    font-size: 22px;
    font-weight: 500;
    color: #000000;
    text-transform: none;
    line-height: 36px;
  }
}
.about .carousel {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.about .carousel__single {
  text-align: center;
}
.about .carousel__single img {
  width: 100%;
  height: 100%;
}
.about .carousel__single span {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  text-transform: none;
  line-height: 18px;
}
.about #js-carousel-prev-5,
.about #js-carousel-next-5,
.about #js-carousel-next-12,
.about #js-carousel-prev-12 {
  padding: 20px;
  border-radius: 25px 0 0 25px;
  background: #f9f9f9;
  transition: all 0.3s;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  left: -55px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 0) and (max-width: 991px) {
  .about #js-carousel-prev-5,
  .about #js-carousel-next-5,
  .about #js-carousel-next-12,
  .about #js-carousel-prev-12 {
    position: relative;
    float: left;
    left: unset;
    right: unset;
    padding: 20px;
    margin-top: 10px;
  }
}
.about #js-carousel-prev-5:before,
.about #js-carousel-next-5:before,
.about #js-carousel-next-12:before,
.about #js-carousel-prev-12:before {
  background-image: url("../images/arrow_big.svg");
  content: "";
  width: 20px;
  height: 8px;
  background-size: 20px 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.about #js-carousel-prev-5:hover,
.about #js-carousel-next-5:hover,
.about #js-carousel-next-12:hover,
.about #js-carousel-prev-12:hover {
  background: #fffe6b;
}
.about #js-carousel-next-5,
.about #js-carousel-next-12 {
  right: -55px;
  left: unset;
  border-radius: 0 25px 25px 0px;
}
.about #js-carousel-next-5:before,
.about #js-carousel-next-12:before {
  transform: translate(-50%, -50%) rotate(180deg);
}
@media (min-width: 0) and (max-width: 991px) {
  .about #js-carousel-next-5,
  .about #js-carousel-next-12 {
    position: relative;
    float: left;
    left: unset;
    right: unset;
    margin-left: 10px;
  }
}

.how {
  background-size: cover;
  padding-top: 140px;
}
@media (min-width: 0) and (max-width: 991px) {
  .how {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .how {
    background-position: center;
  }
}
.how h4 {
  font-size: 68px;
  font-weight: 500;
  color: #ed1b50;
  text-transform: none;
  line-height: 68px;
}
@media (min-width: 0) and (max-width: 767px) {
  .how h4 {
    font-size: 26px;
    font-weight: 500;
    color: #ed1b50;
    text-transform: none;
    line-height: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .how h4 {
    font-size: 36px;
    font-weight: 500;
    color: #ed1b50;
    text-transform: none;
    line-height: 42px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .how h4 {
    font-size: 41px;
    font-weight: 500;
    color: #ed1b50;
    text-transform: none;
    line-height: 47px;
  }
}
@media (min-width: 1200px) {
  .how h4 {
    font-size: 41px;
    font-weight: 500;
    color: #ed1b50;
    text-transform: none;
    line-height: 47px;
  }
}
@media (min-width: 1720px) {
  .how h4 {
    font-size: 45px;
    font-weight: 500;
    color: #ed1b50;
    text-transform: none;
    line-height: 55px;
  }
}
.how p {
  margin-top: 95px;
  font-weight: 500;
}
@media (min-width: 0) and (max-width: 991px) {
  .how p {
    margin-top: 35px;
  }
}
.how__steps {
  padding: 80px 0 100px;
  gap: 20px;
}
.how__steps__single {
  width: 100%;
}
.how__steps__single:nth-child(1) img {
  width: auto;
  height: 155px;
  margin-right: 65px;
}
.how__steps__single:nth-child(1) span {
  padding-top: 0 !important;
}
.how__steps__single:nth-child(3) img {
  margin-right: 70px;
}
.how__steps__single img {
  width: auto;
  height: 200px;
  margin-right: 50px;
}
.how__steps__single span {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  text-transform: none;
  line-height: 28px;
  padding-top: 45px;
}
@media (min-width: 0) and (max-width: 575px) {
  .how__steps__single {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .how__steps__single img {
    margin-right: 0 !important;
  }
  .how__steps__single span {
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    text-transform: none;
    line-height: 24px;
    margin-top: 10px !important;
    width: 100%;
    padding-top: 0;
  }
  .how__steps__single span br {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .how__steps__single {
    width: 48%;
    text-align: center;
    justify-content: center;
  }
  .how__steps__single img {
    margin-right: 0 !important;
  }
  .how__steps__single span {
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    text-transform: none;
    line-height: 24px;
    margin-top: 10px !important;
    width: 100%;
    padding-top: 0;
  }
  .how__steps__single span br {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .how__steps__single span {
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    text-transform: none;
    line-height: 24px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .how__steps {
    padding: 30px 0 50px;
  }
}

.instagram .heading {
  padding-bottom: 50px;
}
@media (min-width: 0) and (max-width: 991px) {
  .instagram .heading {
    padding-bottom: 30px;
  }
}
.instagram-carousel {
  position: relative;
  padding: 0px 0 0;
}
@media (min-width: 0) and (max-width: 991px) {
  .instagram-carousel {
    padding: 0px 0 30px;
  }
}
.instagram .carousel {
  overflow: hidden;
  position: relative;
}
.instagram .carousel__single {
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
}
.instagram .carousel__single img {
  width: 100%;
  height: 100%;
}
.instagram #js-carousel-prev-instagram,
.instagram #js-carousel-next-instagram {
  padding: 20px;
  border-radius: 25px 0 0 25px;
  background: #f9f9f9;
  transition: all 0.3s;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  left: -55px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 0) and (max-width: 991px) {
  .instagram #js-carousel-prev-instagram,
  .instagram #js-carousel-next-instagram {
    position: relative;
    float: left;
    left: unset;
    right: unset;
    padding: 20px;
    margin-top: 10px;
  }
}
.instagram #js-carousel-prev-instagram:before,
.instagram #js-carousel-next-instagram:before {
  background-image: url("../images/arrow_big.svg");
  content: "";
  width: 20px;
  height: 8px;
  background-size: 20px 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.instagram #js-carousel-prev-instagram:hover,
.instagram #js-carousel-next-instagram:hover {
  background: #fffe6b;
}
.instagram #js-carousel-next-instagram {
  right: -55px;
  left: unset;
  border-radius: 0 25px 25px 0px;
}
.instagram #js-carousel-next-instagram:before {
  transform: translate(-50%, -50%) rotate(180deg);
}
@media (min-width: 0) and (max-width: 991px) {
  .instagram #js-carousel-next-instagram {
    position: relative;
    float: left;
    left: unset;
    right: unset;
    margin-left: 10px;
  }
}

.paletes {
  background-size: cover;
  min-height: 990px;
  padding: 130px 0 100px;
}
@media (min-width: 0) and (max-width: 991px) {
  .paletes {
    background-position: 30% 50%;
    padding: 50px 0 120px;
    min-height: 500px;
  }
}
.paletes .heading {
  max-width: 620px;
}
.paletes .heading h3 {
  margin-bottom: 20px;
}
@media (min-width: 0) and (max-width: 767px) {
  .paletes .heading {
    max-width: 100%;
  }
}
.paletes p {
  font-size: 30px;
  font-weight: 400;
  color: #000000;
  text-transform: none;
  line-height: 34px;
  margin-bottom: 0;
}
.paletes p strong {
  font-weight: bold;
}
@media (min-width: 0) and (max-width: 991px) {
  .paletes p {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    text-transform: none;
    line-height: 26px;
  }
}

@media (min-width: 0) and (max-width: 991px) {
  .faq {
    margin-top: 60px;
  }
}
.faq .heading {
  padding-top: 60px;
}
@media (min-width: 0) and (max-width: 991px) {
  .faq .heading {
    padding-top: 30px;
  }
}
.faq .heading h4 {
  font-size: 55px;
  line-height: 60px;
}
@media (min-width: 0) and (max-width: 767px) {
  .faq .heading h4 {
    font-size: 26px;
    font-weight: 500;
    color: #ed1b50;
    text-transform: none;
    line-height: 32px;
    padding-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .faq .heading h4 {
    font-size: 36px;
    font-weight: 500;
    color: #ed1b50;
    text-transform: none;
    line-height: 42px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .faq .heading h4 {
    font-size: 41px;
    font-weight: 500;
    color: #ed1b50;
    text-transform: none;
    line-height: 47px;
  }
}
@media (min-width: 1200px) {
  .faq .heading h4 {
    font-size: 41px;
    font-weight: 500;
    color: #ed1b50;
    text-transform: none;
    line-height: 47px;
  }
}
@media (min-width: 1720px) {
  .faq .heading h4 {
    font-size: 45px;
    font-weight: 500;
    color: #ed1b50;
    text-transform: none;
    line-height: 55px;
  }
}
.faq__list {
  padding-left: 0;
  margin-top: 45px;
}
.faq__list li {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #efeaf0;
  padding: 10px 20px 10px 30px;
}
@media (min-width: 0) and (max-width: 991px) {
  .faq__list li {
    padding: 10px 15px 10px 15px;
  }
}
.faq__list li a {
  font-size: 25px;
  font-weight: 400;
  color: #000000;
  text-transform: none;
  line-height: 28px;
}
@media (min-width: 0) and (max-width: 991px) {
  .faq__list li a {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    text-transform: none;
    line-height: 22px;
  }
}
.faq__list li p {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  text-transform: none;
  line-height: 18px;
  padding-top: 20px;
  margin: 0;
  display: none;
}
@media (min-width: 0) and (max-width: 991px) {
  .faq__list li p {
    padding-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    text-transform: none;
    line-height: 18px;
  }
}
.faq__list li p a {
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  text-transform: none;
  line-height: 18px;
  margin: 0;
}
@media (min-width: 0) and (max-width: 991px) {
  .faq__list li p a {
    padding-top: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    text-transform: none;
    line-height: 18px;
  }
}
.faq__list li p a:hover {
  color: #ad97b2;
}
.faq__list .plusminus {
  position: relative;
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-top: 5px;
}
@media (min-width: 0) and (max-width: 991px) {
  .faq__list .plusminus {
    width: 16px;
    height: 16px;
    margin-top: 3px;
  }
}
.faq__list .plusminus.active:before {
  transform: translatey(-50%) rotate(-90deg);
  opacity: 0;
}
.faq__list .plusminus.active:after {
  transform: translatey(-50%) rotate(0);
}
.faq__list .plusminus:before, .faq__list .plusminus:after {
  content: "";
  display: block;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 0;
  transition: 0.35s;
  width: 100%;
  height: 2px;
}
.faq__list .plusminus:before {
  transform: translatey(-50%);
}
.faq__list .plusminus:after {
  transform: translatey(-50%) rotate(90deg);
}

.video {
  padding-top: 70px;
}
.video .heading {
  margin-bottom: 30px;
}
.video .heading h4 {
  font-size: 50px;
}
@media (min-width: 0) and (max-width: 767px) {
  .video .heading h4 {
    font-size: 26px;
    font-weight: 500;
    color: #ed1b50;
    text-transform: none;
    line-height: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .video .heading h4 {
    font-size: 36px;
    font-weight: 500;
    color: #ed1b50;
    text-transform: none;
    line-height: 42px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .video .heading h4 {
    font-size: 41px;
    font-weight: 500;
    color: #ed1b50;
    text-transform: none;
    line-height: 47px;
  }
}
@media (min-width: 1200px) {
  .video .heading h4 {
    font-size: 41px;
    font-weight: 500;
    color: #ed1b50;
    text-transform: none;
    line-height: 47px;
  }
}
@media (min-width: 1720px) {
  .video .heading h4 {
    font-size: 45px;
    font-weight: 500;
    color: #ed1b50;
    text-transform: none;
    line-height: 55px;
  }
}
.video-wrapper {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
.video-wrapper img, .video-wrapper video {
  transition: opacity 1s;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 670px;
}
.video-wrapper img.vanished, .video-wrapper video.vanished {
  opacity: 0;
}
@media (min-width: 0) and (max-width: 767px) {
  .video-wrapper {
    border-radius: 30px;
  }
}
.video #js-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
@media (min-width: 0) and (max-width: 991px) {
  .video #js-play-button {
    width: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .video #js-play-button {
    width: 70px;
  }
}

#video {
  width: 100%;
  height: 100%;
  position: absolute;
  border: 0;
  margin: 0;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 1s;
  z-index: -2;
}
#video.visible {
  opacity: 1;
  z-index: 0;
}

.uv {
  margin-bottom: 80px;
}
.uv .heading {
  align-items: flex-end;
  gap: 70px;
}
@media (min-width: 0) and (max-width: 767px) {
  .uv .heading {
    gap: 10px;
  }
}
.uv .heading h3 {
  margin-bottom: 30px;
}
@media (min-width: 0) and (max-width: 767px) {
  .uv .heading h3 {
    margin-bottom: 15px;
  }
}
.uv .heading p {
  width: 100%;
}
.uv .heading img {
  max-width: 100%;
}
@media (min-width: 0) and (max-width: 767px) {
  .uv .heading img {
    max-width: 200px;
  }
}
.uv-wrapper {
  margin-top: 20px;
  gap: 30px;
}
.uv-wrapper .video-wrapper {
  flex-shrink: 0;
}
.uv-wrapper .text-wrapper {
  padding-top: 20px;
}
@media (min-width: 0) and (max-width: 767px) {
  .uv-wrapper {
    flex-wrap: wrap;
  }
}

.compare .heading {
  margin-bottom: -80px;
}
@media (min-width: 0) and (max-width: 991px) {
  .compare .heading {
    margin-bottom: 0;
  }
}
.compare img {
  width: 100%;
}
.compare__details {
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 50px;
  margin-top: -50px;
}
@media (min-width: 0) and (max-width: 767px) {
  .compare__details {
    flex-wrap: wrap;
    margin-top: 0;
  }
}
.compare__details__left {
  width: 50%;
}
@media (min-width: 0) and (max-width: 767px) {
  .compare__details__left {
    width: 100%;
  }
}
.compare__details__right {
  width: 50%;
}
@media (min-width: 0) and (max-width: 767px) {
  .compare__details__right {
    width: 100%;
  }
}
.compare__details ul {
  padding-left: 0;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.compare__details ul li {
  margin: 0;
  padding: 22px 20px;
  border: 1px solid #ad97b2;
  border-radius: 50px;
  gap: 10px;
  align-items: center;
}
@media (min-width: 0) and (max-width: 991px) {
  .compare__details ul li {
    padding: 12px 20px;
  }
}
.compare__details__title {
  margin: 0;
  padding: 22px 20px 22px 40px;
  border-radius: 50px;
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}
@media (min-width: 0) and (max-width: 991px) {
  .compare__details__title {
    padding: 12px 20px;
  }
}

.home__main {
  padding: 30px 0;
}
.home .coupon-wrapper {
  background: #ffffff;
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 0) and (max-width: 575px) {
  html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
  }
}

body {
  background: #ffffff;
  color: #000000;
}
body.sticky {
  padding-top: 100px;
}
@media (min-width: 0) and (max-width: 991px) {
  body.sticky {
    padding-top: 60px;
  }
}

.flex {
  display: flex;
}

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

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

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

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

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

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

.bg-dark {
  background: #161616;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  color: #000000;
}

.relative {
  position: relative;
}

.default-page {
  padding: 60px 0;
}
@media (min-width: 0) and (max-width: 991px) {
  .default-page {
    padding: 30px 0;
  }
}
.default-page strong {
  font-weight: bold;
}
.default-page a {
  color: #000000;
  text-decoration: underline;
}
.default-page h2 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  color: #000000;
  text-transform: none;
  line-height: 52px;
}
.default-page h3 {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  text-transform: none;
  line-height: 52px;
  margin-bottom: 10px;
}
.default-page ul, .default-page ol {
  padding-left: 20px;
  margin: 15px 0;
  list-style: decimal;
}
.default-page ul {
  list-style: disc;
}
.default-page h1, .default-page h2, .default-page h3, .default-page h4, .default-page h5 {
  margin-bottom: 10px;
}

.error-page {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 100px;
}
.error-page h1 {
  font-size: 70px;
  padding-bottom: 0;
}
.error-page p {
  width: 100%;
  text-align: center;
}
.error-page .button {
  width: -moz-fit-content;
  width: fit-content;
}

.button {
  background: #ecdfe4;
  border-radius: 50px;
  padding: 30px 50px;
  display: flex;
  align-items: center;
  transition: all 0.5s;
  color: #000000 !important;
  box-shadow: -1px 0px 31px -20px rgb(66, 68, 90);
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  line-height: 13px;
}
@media (min-width: 0) and (max-width: 991px) {
  .button {
    padding: 15px 25px;
  }
}