/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}
*::selection {
  background-color: #E93773;
  color: #ffffff;
}

body {
  color: #000000;
  font-family: "Saira";
  font-size: 16px;
  line-height: 1.1;
}
body.overflow-hidden {
  overflow: hidden;
}

a {
  color: inherit;
}

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

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

.section-padding {
  padding: clamp(2.5rem, 2.0449rem + 1.9417vw, 4.375rem) 0;
}

:focus-visible {
  outline: 0;
}

.site-header {
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  padding: 10px 0;
  transition: 0.8s ease;
}
.site-header.sticky-header {
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
  background-color: #0E0E0E;
}

.site-header-logo {
  position: relative;
  z-index: 15;
}
.site-header-logo img {
  max-width: 205px;
}
@media (max-width: 1199px) {
  .site-header-logo img {
    max-width: 182px;
  }
}

.site-header-inner {
  display: flex;
  align-items: center;
  position: relative;
}

.site-header-right {
  margin-left: auto;
  color: #ffffff;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .site-header-right {
    display: none;
  }
}
.site-header-right a {
  margin-left: 20px;
  font-size: 20px;
  display: inline-flex;
  transition: 0.6s ease;
}
.site-header-right a:hover {
  color: #E93773;
}
.site-header-right a:first-of-type {
  margin-left: 0;
}
.site-header-right .icon {
  display: inline-flex;
}

.site-header-soc-mob {
  display: none;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 20px;
  padding-top: 20px;
}
@media (max-width: 1199px) {
  .site-header-soc-mob {
    display: flex;
  }
}
.site-header-soc-mob a {
  margin-left: 20px;
  font-size: 20px;
  display: inline-flex;
  transition: 0.6s ease;
}
.site-header-soc-mob a:hover {
  color: #E93773;
}
.site-header-soc-mob a:first-of-type {
  margin-left: 0;
}
.site-header-soc-mob .icon {
  display: inline-flex;
}

.site-header-navigation {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  .site-header-navigation {
    position: fixed;
    inset: 0;
    z-index: 14;
    transform: translate(-100%, 0);
    background-image: linear-gradient(to bottom, #0E0E0E, #6b1b36);
    padding: 100px 40px 50px;
    transition: 0.6s ease;
  }
  .site-header-navigation.active {
    transform: translate(0, 0);
  }
}

#header-menu {
  display: flex;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  #header-menu {
    flex-direction: column;
  }
}
#header-menu li {
  list-style: none;
  margin: 0 15px;
  opacity: 0;
  transform: translateY(-10px);
  animation: fadeInDown 0.6s ease forwards;
}
@media (max-width: 1199px) {
  #header-menu li {
    opacity: 1;
    transform: none;
    margin: 0 0 20px;
  }
  #header-menu li:last-of-type {
    margin-bottom: 0;
  }
}
#header-menu li:nth-child(1) {
  animation-delay: 0.2s;
}
#header-menu li:nth-child(2) {
  animation-delay: 0.4s;
}
#header-menu li:nth-child(3) {
  animation-delay: 0.6s;
}
#header-menu li:nth-child(4) {
  animation-delay: 0.8s;
}
#header-menu li:nth-child(5) {
  animation-delay: 1s;
}
#header-menu li:nth-child(6) {
  animation-delay: 1.2s;
}
#header-menu li:nth-child(7) {
  animation-delay: 1.4s;
}
#header-menu li:nth-child(8) {
  animation-delay: 1.6s;
}
#header-menu li:nth-child(9) {
  animation-delay: 1.8s;
}
#header-menu li:nth-child(10) {
  animation-delay: 2s;
}
#header-menu li {
  transition: 0.6s ease;
}
#header-menu li:hover a, #header-menu li.current-menu-item a {
  color: #E93773;
}
#header-menu li a {
  text-transform: uppercase;
  position: relative;
  color: #ffffff;
  font-weight: 600;
  transition: 0.6s ease;
}
@media (max-width: 1199px) {
  #header-menu li a {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #header-menu li a {
    font-size: 18px;
  }
}

@keyframes fadeInDown {
  to {
    opacity: 1;
    transform: none;
  }
}
.menu-toggle {
  display: none;
  position: relative;
  width: 35px;
  height: 35px;
  z-index: 15;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .menu-toggle {
    display: block;
  }
}
.menu-toggle.active span:nth-child(1) {
  transform: translateY(-1px) rotate(45deg);
  top: 50%;
}
.menu-toggle.active span:nth-child(2) {
  transform: translateY(-1px) rotate(-45deg);
  top: 50%;
  width: 100%;
}
.menu-toggle span {
  position: absolute;
  width: 100%;
  left: 0;
  height: 2px;
  background-color: #ffffff;
  display: block;
  transition: 0.8s ease;
}
.menu-toggle span:nth-child(1) {
  top: 13px;
}
.menu-toggle span:nth-child(2) {
  width: 80%;
  top: calc(100% - 13px);
}

.site-footer {
  background-color: #0E0E0E;
  color: #ffffff;
}

.site-footer-copyright {
  width: 100%;
  padding: 5px 0;
  font-size: 12px;
  text-align: center;
  color: #D9D9D9;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.site-footer-logo {
  display: inline-flex;
  align-items: center;
}
.site-footer-logo img {
  max-width: 130px;
}
@media (max-width: 991px) {
  .site-footer-logo img {
    max-width: 90px;
  }
}

.site-footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.site-footer-col {
  padding: 40px 0;
}
@media (max-width: 991px) {
  .site-footer-col {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 30px 0;
  }
}

.site-footer-menu {
  padding: 0;
  margin: 0;
}
.site-footer-menu li {
  list-style: none;
  margin-bottom: 10px;
}
.site-footer-menu li:last-of-type {
  margin-bottom: 0;
}
.site-footer-menu li.current-menu-item a, .site-footer-menu li:hover a {
  color: #E93773;
}
.site-footer-menu li a {
  font-size: 15px;
  transition: 0.6s ease;
}

.site-footer-soc {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.site-footer-soc a {
  display: inline-flex;
  transition: 0.6s ease;
  margin-bottom: 15px;
}
.site-footer-soc a:last-of-type {
  margin-bottom: 0;
}
.site-footer-soc a:hover {
  color: #E93773;
}
.site-footer-soc a .icon {
  display: inline-flex;
  font-size: 20px;
}

.site-footer-text.site-footer-text p {
  font-size: 14px;
  color: #B0B0B0;
}
.site-footer-text.site-footer-text p strong {
  color: #ffffff;
}

@font-face {
  font-family: "font-icons";
  src: url("../assets/fonts/font-icons/font-icons.woff2") format("woff2"), url("../assets/fonts/font-icons/font-icons.woff") format("woff"), url("../assets/fonts/font-icons/font-icons.ttf") format("truetype");
}
.icon-zoom:before, .icon-whatsapp:before, .icon-twitter:before, .icon-play:before, .icon-pin:before, .icon-linkedin:before, .icon-link:before, .icon-instagram:before, .icon-globe:before, .icon-fb:before, .icon-clock:before, .icon-calendar:before, .icon-arrow-right:before, .icon-arrow-left:before, .icon-angle-right:before, .icon-angle-left:before {
  font-family: "font-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  font-display: swap;
}

.icon-angle-left:before {
  content: "\e001";
}

.icon-angle-right:before {
  content: "\e002";
}

.icon-arrow-left:before {
  content: "\e003";
}

.icon-arrow-right:before {
  content: "\e004";
}

.icon-calendar:before {
  content: "\e005";
}

.icon-clock:before {
  content: "\e006";
}

.icon-fb:before {
  content: "\e007";
}

.icon-globe:before {
  content: "\e008";
}

.icon-instagram:before {
  content: "\e009";
}

.icon-link:before {
  content: "\e00a";
}

.icon-linkedin:before {
  content: "\e00b";
}

.icon-pin:before {
  content: "\e00c";
}

.icon-play:before {
  content: "\e00d";
}

.icon-twitter:before {
  content: "\e00e";
}

.icon-whatsapp:before {
  content: "\e00f";
}

.icon-zoom:before {
  content: "\e010";
}

.entry-content p {
  font-weight: 500;
  font-size: clamp(1rem, 0.9697rem + 0.1294vw, 1.125rem);
}
.entry-content ul li, .entry-content ol li {
  font-weight: 500;
  font-size: clamp(1rem, 0.9697rem + 0.1294vw, 1.125rem);
  margin-bottom: 10px;
}
.entry-content ul li::marker, .entry-content ol li::marker {
  color: #E93773;
}
.entry-content ul li:last-of-type, .entry-content ol li:last-of-type {
  margin-bottom: 0;
}
.entry-content blockquote {
  background-color: rgba(233, 55, 115, 0.3);
  margin: 20px 0;
  padding: 20px;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .entry-content blockquote {
    border-radius: 10px;
  }
}

p {
  line-height: 1.5;
}
p:first-of-type {
  margin-top: 0;
}
p:last-of-type {
  margin-bottom: 0;
}

.section-title {
  font-size: clamp(2rem, 1.9393rem + 0.2589vw, 2.25rem);
  margin: 0 0 30px;
}

[data-inviewport=fade-in] {
  transform: scale(1.1);
  opacity: 0.1;
  transition: 1s ease;
}

[data-inviewport=fade-in].in-viewport {
  opacity: 1;
  transform: scale(1);
}

[data-inviewport=fade-up] {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.6s ease 0.1s;
}

[data-inviewport=fade-up].in-viewport {
  opacity: 1;
  transform: none;
}

[data-inviewport=fade-in-from-left] {
  opacity: 0;
  transform: translatex(-20px);
  transition: 0.6s ease 0.1s;
}

[data-inviewport=fade-in-from-left].in-viewport {
  opacity: 1;
  transform: none;
}

.image-wrapper-before {
  position: relative;
  display: inline-flex;
  z-index: 1;
}
.image-wrapper-before.in-viewport::before {
  opacity: 1;
  transform: translate(-35px, 35px);
}
@media (max-width: 991px) {
  .image-wrapper-before.in-viewport::before {
    transform: translate(5px, 10px);
  }
}
.image-wrapper-before::before {
  z-index: -1;
  position: absolute;
  content: "";
  background-color: #E93773;
  inset: 0;
  opacity: 0;
  transition: 1s ease 0.4s;
}

.image-wrapper {
  display: inline-flex;
  overflow: hidden;
}

.btn-primary {
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 20px;
  height: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  min-width: 200px;
  border: 2px solid #E93773;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 991px) {
  .btn-primary {
    border-radius: 10px;
  }
}
.btn-primary.white:hover {
  color: #ffffff;
}
.btn-primary:hover {
  color: #E93773;
}
.btn-primary:hover::before {
  transform: translate(-50%, -50%) scale(0);
}
.btn-primary::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background-color: #E93773;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 500px;
  height: 500px;
  z-index: -1;
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 991px) {
  .btn-primary {
    font-size: 14px;
    height: 45px;
    border-radius: 10px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.home-hero-slider {
  overflow: hidden;
}

.home-hero-slide {
  border: none !important;
}

.home-hero-slide-inner {
  position: relative;
  overflow: hidden;
  height: 100vh;
  display: flex;
  align-items: center;
  padding: 40px 0;
}
@media (max-width: 991px) {
  .home-hero-slide-inner {
    height: 70vh;
    min-height: 500px;
    padding-top: 150px;
    align-items: flex-end;
    text-align: center;
  }
}

.home-hero-slide-images-wrapper {
  position: absolute;
  z-index: -1;
  inset: 0;
}
.home-hero-slide-images-wrapper::before {
  position: absolute;
  content: "";
  inset: 0;
  background-image: linear-gradient(to bottom, rgba(14, 14, 14, 0.78), rgba(255, 255, 255, 0.2));
  z-index: -1;
}
@media (max-width: 991px) {
  .home-hero-slide-images-wrapper::before {
    background-image: linear-gradient(to top, rgba(14, 14, 14, 0.78), rgba(255, 255, 255, 0.2));
  }
}

.home-hero-slide-image {
  position: absolute;
  z-index: -2;
  object-fit: cover;
  object-position: top;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .home-hero-slide-image.desktop {
    display: none;
  }
}
.home-hero-slide-image.mobile {
  display: none;
}
@media (max-width: 768px) {
  .home-hero-slide-image.mobile {
    display: block;
  }
}

.home-hero-slide-title {
  font-size: clamp(1.75rem, 1.2646rem + 2.0712vw, 3.75rem);
  max-width: 50%;
  color: #ffffff;
  line-height: 1.3;
  margin: 0;
}
@media (max-width: 991px) {
  .home-hero-slide-title {
    max-width: 100%;
  }
}
.home-hero-slide-title strong {
  text-transform: uppercase;
}
.home-hero-slide-title p {
  line-height: 1.3;
}

.home-hero-slide-cta {
  margin-top: 70px;
}
@media (max-width: 991px) {
  .home-hero-slide-cta {
    margin-top: 30px;
  }
}

.js-home-hero-slider .slick-dots {
  position: absolute;
  z-index: 2;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .js-home-hero-slider .slick-dots {
    right: 10px;
  }
}
.js-home-hero-slider .slick-dots li {
  border: 1px solid #ffffff;
  margin: 0 0 5px;
  list-style: none;
  width: 8px;
  height: 30px;
}
@media (max-width: 767px) {
  .js-home-hero-slider .slick-dots li {
    height: 25px;
  }
}
.js-home-hero-slider .slick-dots li.slick-active {
  background-color: #E93773;
}
.js-home-hero-slider .slick-dots li:last-of-type {
  margin-bottom: 0;
}
.js-home-hero-slider .slick-dots li button {
  display: none;
}

.counters {
  background-color: #777777;
}

.counters-inner {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

.counter-item-col {
  width: 33.333333%;
  background-color: #777777;
  border-right: 1px solid #ffffff;
}
@media (max-width: 991px) {
  .counter-item-col {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.counter-item-col:nth-child(3n+3) {
  border-right: none;
}

.counter-item {
  height: 100%;
  padding: 50px 40px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .counter-item {
    padding: 30px 20px;
  }
}

.counter-item-number {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  color: #E93773;
  text-shadow: 1px 1px #ffffff;
}

.js-counter-number {
  font-size: 60px;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 767px) {
  .js-counter-number {
    font-size: 50px;
  }
}

.counter-item-plus {
  font-size: 40px;
  margin-left: 5px;
}

.counter-item-big-text {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 700;
}

.counter-item-small-text {
  font-size: 17px;
}

.content-image-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .content-image-inner {
    align-items: stretch;
  }
}

.content-image-left {
  width: calc(50% - 40px);
}
@media (max-width: 991px) {
  .content-image-left {
    width: 100%;
    text-align: center;
  }
}

.content-image-right {
  width: calc(50% - 40px);
}
@media (max-width: 991px) {
  .content-image-right {
    display: none;
  }
}

.content-image-cta {
  margin-top: 40px;
}

.content-image-image {
  border-radius: 20px;
}
.content-image-image.mobile {
  display: none;
}
@media (max-width: 991px) {
  .content-image-image.mobile {
    display: block;
    margin: 0 auto 30px;
    border-radius: 10px;
  }
}

.marquee-logos {
  text-align: center;
  overflow: hidden;
  padding-bottom: clamp(2.5rem, 2.0449rem + 1.9417vw, 4.375rem);
}

.marquee-logos-inner {
  padding-top: clamp(2.5rem, 2.0449rem + 1.9417vw, 4.375rem);
  position: relative;
}

.marquee-logos-top-border {
  height: 2px;
  width: 0;
  left: 0;
  top: 0;
  background-color: #E93773;
  position: absolute;
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.marquee-logos-top-border.in-viewport {
  width: 100%;
}

.marquee-logos-list {
  display: flex;
  align-items: center;
}
.marquee-logos-list img {
  max-width: 200px;
  max-height: 120px;
  margin: 0 30px;
}
@media (max-width: 991px) {
  .marquee-logos-list img {
    max-width: 150px;
  }
}
@media (max-width: 480px) {
  .marquee-logos-list img {
    max-width: 120px;
  }
}

.newsletter {
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #ffffff;
}

.newsletter-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: -100px;
  bottom: -100px;
  z-index: -1;
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
}
.newsletter-bg::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(14, 14, 14, 0.6);
}

.newsletter-text {
  width: 100%;
  max-width: 942px;
  margin: 0 auto;
}

.newsletter-form-wrapper {
  margin-top: 30px;
}
.newsletter-form-wrapper .mc4wp-form-fields {
  display: inline-flex;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .newsletter-form-wrapper .mc4wp-form-fields {
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .newsletter-form-wrapper .mc4wp-form-fields {
    flex-direction: column;
    background-color: transparent;
    border-radius: 0;
    width: 100%;
    align-items: center;
  }
}
.newsletter-form-wrapper .mc4wp-form-fields input[type=email] {
  height: 50px;
  padding: 0 20px;
  color: #E93773;
  background-color: #ffffff;
  border: none;
  width: 100%;
  min-width: 300px;
}
@media (max-width: 767px) {
  .newsletter-form-wrapper .mc4wp-form-fields input[type=email] {
    border-radius: 10px;
    min-width: unset;
    width: 100%;
    max-width: 300px;
  }
}
.newsletter-form-wrapper .mc4wp-form-fields input[type=email]::placeholder {
  color: #E93773;
}
.newsletter-form-wrapper .mc4wp-form-fields input[type=submit] {
  background-color: #E93773;
  color: #ffffff;
  border-radius: 20px;
  border: none;
  box-shadow: none;
  min-width: 200px;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 991px) {
  .newsletter-form-wrapper .mc4wp-form-fields input[type=submit] {
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .newsletter-form-wrapper .mc4wp-form-fields input[type=submit] {
    height: 50px;
    margin-top: 10px;
    width: 100%;
    max-width: 300px;
  }
}

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

.js-testimonials-slider {
  margin-top: 30px;
}
.js-testimonials-slider .testimonial-slide {
  margin: 0 10px;
}
.js-testimonials-slider .slick-arrow {
  position: absolute;
  background-color: #ffffff;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #E93773;
  transition: 0.6s ease;
  cursor: pointer;
}
.js-testimonials-slider .slick-arrow:hover {
  background-color: #E93773;
  color: #ffffff;
}
.js-testimonials-slider .slick-arrow.icon-angle-left {
  left: -15px;
  display: inline-flex;
  line-height: 1;
}
.js-testimonials-slider .slick-arrow.icon-angle-right {
  right: -15px;
  display: inline-flex;
  line-height: 1;
}

.testimonial-item {
  border: 1px solid #0E0E0E;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
}
@media (max-width: 991px) {
  .testimonial-item {
    border-radius: 10px;
  }
}

.testimonial-item-image {
  width: 64px;
  height: 64px;
  overflow: hidden;
  border: 1px solid #E93773;
  border-radius: 50%;
  position: relative;
  margin: 0 auto 40px;
}
.testimonial-item-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.testimonial-item-title {
  margin: 0 0 5px;
  text-transform: uppercase;
  font-size: 18px;
}

.testimonial-item-city {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
}

.testimonial-item-text {
  position: relative;
  padding: 0 15px;
}
.testimonial-item-text::before {
  position: absolute;
  content: "";
  background-image: url("../assets/images/quote-open.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  pointer-events: none;
  left: 0;
  top: 0;
}
.testimonial-item-text::after {
  position: absolute;
  content: "";
  background-image: url("../assets/images/quote-close.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  pointer-events: none;
  right: 0;
  bottom: 0;
}
.testimonial-item-text p {
  font-size: 16px;
}

.bg-image-content {
  overflow: hidden;
  position: relative;
  color: #ffffff;
  text-align: center;
}

.bic-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: -100px;
  bottom: -100px;
  z-index: -1;
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
}
.bic-bg::before {
  position: absolute;
  content: "";
  inset: 0;
  background-image: linear-gradient(to bottom, rgba(14, 14, 14, 0.82), rgba(83, 79, 79, 0.62));
}

.bic-additional-text {
  margin-top: 40px;
}

.bic-cta {
  margin-top: 30px;
}

.marquee-sponsors {
  background-color: #777777;
  padding: 25px 0;
  border-bottom: 5px solid #E93773;
}
@media (max-width: 991px) {
  .marquee-sponsors {
    padding: 15px 0;
  }
}

.marquee-sponsors-list {
  display: flex;
}

.marquee-sponsors-text {
  padding: 0 30px;
  position: relative;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1.5px;
}
@media (max-width: 991px) {
  .marquee-sponsors-text {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .marquee-sponsors-text {
    font-size: 20px;
  }
}
.marquee-sponsors-text::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #E93773;
  border-radius: 50%;
}
@media (max-width: 480px) {
  .marquee-sponsors-text::after {
    width: 10px;
    height: 10px;
    right: -5px;
  }
}

@media (max-width: 767px) {
  .blog-list {
    text-align: center;
  }
}

.blog-list-text {
  margin-bottom: 50px;
}

.posts-list-cat-name {
  border-bottom: 2px solid #E93773;
  margin: 0 0 30px;
  display: inline-block;
  font-size: 28px;
}

.posts-list-wrapper {
  margin-bottom: 80px;
}
.posts-list-wrapper:last-of-type {
  margin-bottom: 0;
}

.posts-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.post-item-col {
  width: 33.333333%;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .post-item-col {
    width: 100%;
    margin-bottom: 50px;
  }
  .post-item-col:last-of-type {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .post-item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}

.post-item-title {
  font-size: 20px;
  line-height: 1.3;
  transition: 0.6s ease;
  margin: 0 0 15px;
}
@media (max-width: 991px) {
  .post-item-title {
    font-size: 18px;
  }
}
.post-item-title:hover {
  color: #E93773;
}

.post-item-featured-image-wrapper {
  display: flex;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .post-item-featured-image-wrapper {
    border-radius: 10px;
  }
}
.post-item-featured-image-wrapper:hover img {
  transform: scale(1.05);
}
.post-item-featured-image-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s ease;
}

.post-item-meta {
  padding: 20px 15px 0;
}

.post-item-link {
  position: relative;
  display: inline-block;
  color: #E93773;
  font-weight: 700;
}
.post-item-link:hover::before {
  width: 100%;
}
.post-item-link::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: #E93773;
  transition: 0.6s ease;
}

.post-item-cats {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.post-item-cats a {
  background-color: #E93773;
  color: #ffffff;
  white-space: nowrap;
  padding: 4px 5px 2px;
  font-size: 14px;
  margin: 0 5px 5px 0;
  transition: 0.6s ease;
}
.post-item-cats a:hover {
  background-color: #0E0E0E;
}

.page-hero {
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #ffffff;
  padding: 150px 0 50px;
  min-height: 500px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .page-hero {
    min-height: unset;
    padding: 150px 0 70px;
  }
}
.page-hero h1 {
  font-size: clamp(2rem, 1.9393rem + 0.2589vw, 2.25rem);
  margin: 0;
  color: #E93773;
}

.page-hero-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: -100px;
  bottom: -100px;
  z-index: -1;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.page-hero-bg::before {
  position: absolute;
  content: "";
  inset: 0;
  background-image: linear-gradient(to bottom, rgba(14, 14, 14, 0.82), rgba(83, 79, 79, 0.62));
}

.page-hero-text {
  width: 100%;
  max-width: 900px;
  margin: 30px auto 0;
}

.default-content-inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

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

.gallery-slider-text {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.js-gallery-slider {
  margin-top: 40px;
}
.js-gallery-slider .gallery-slide {
  margin: 0 10px;
}
.js-gallery-slider .slick-arrow {
  position: absolute;
  background-color: #ffffff;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #E93773;
  transition: 0.6s ease;
  cursor: pointer;
}
.js-gallery-slider .slick-arrow:hover {
  background-color: #E93773;
  color: #ffffff;
}
.js-gallery-slider .slick-arrow.icon-angle-left {
  left: -15px;
  display: inline-flex;
  line-height: 1;
}
.js-gallery-slider .slick-arrow.icon-angle-right {
  right: -15px;
  display: inline-flex;
  line-height: 1;
}

.gallery-slide-image {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .gallery-slide-image {
    border-radius: 10px;
  }
}
.gallery-slide-image::before {
  display: block;
  content: "";
  padding-top: 100%;
}
.gallery-slide-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modules.modules {
  overflow: hidden;
  padding: clamp(0rem, -0.4551rem + 1.9417vw, 1.875rem) 0;
}

.module-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
  position: relative;
}
.module-row:nth-child(even) {
  flex-direction: row-reverse;
}
.module-row:nth-child(even)::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background-color: #f8f8f8;
}

.module-left {
  width: calc(50% - 40px);
}
@media (max-width: 991px) {
  .module-left {
    width: 100%;
  }
}

.module-right {
  width: calc(50% - 40px);
}
@media (max-width: 991px) {
  .module-right {
    display: none;
  }
}

.module-image {
  border-radius: 20px;
}
@media (max-width: 991px) {
  .module-image {
    border-radius: 10px;
  }
}
.module-image.mobile {
  display: none;
}
@media (max-width: 991px) {
  .module-image.mobile {
    display: block;
    margin-bottom: 20px;
  }
}

.module-cta {
  margin-top: 30px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.single-post-wrapper-inner {
  padding: clamp(2.5rem, 2.0449rem + 1.9417vw, 4.375rem) 0;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.single-post-thumbnail {
  border-radius: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .single-post-thumbnail {
    border-radius: 10px;
  }
}

.single-post-heading {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.single-post-heading h1 {
  font-size: clamp(2rem, 1.9393rem + 0.2589vw, 2.25rem);
  color: #ffffff;
  margin: 0;
  padding: 10px 0 15px;
  border-top: 1px solid rgba(233, 55, 115, 0.5);
  border-bottom: 1px solid rgba(233, 55, 115, 0.5);
}

.single-post-meta {
  display: flex;
  justify-content: center;
}

.single-post-date {
  display: flex;
  justify-content: center;
  color: #ffffff;
  font-size: 13px;
}
.single-post-date span {
  background-color: #E93773;
  padding: 3px 5px;
}

.single-post-meta-inner {
  background-color: #E93773;
  font-size: 14px;
  padding: 3px 5px;
}

.blog-archive-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 50px;
}
@media (max-width: 991px) {
  .blog-archive-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .blog-archive-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.blog-archive-inner .post-item-col {
  padding: 0;
  width: 100%;
  margin: 0;
}

.blog-archive-pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.blog-archive-pagination .nav-links {
  display: flex;
  justify-content: center;
}
.blog-archive-pagination .page-numbers {
  margin: 0 3px;
  font-size: 14px;
  font-weight: 500;
  width: 30px;
  min-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 1px 0 0 1px;
  border: 1px solid #E93773;
  border-radius: 50%;
}
.blog-archive-pagination .page-numbers.current {
  background-color: #E93773;
  color: #ffffff;
}
.blog-archive-pagination .page-numbers.prev {
  font-size: 16px;
  padding: 0;
}
.blog-archive-pagination .page-numbers.prev i {
  display: inline-flex;
  padding-right: 2px;
  padding-top: 2px;
}
.blog-archive-pagination .page-numbers.next {
  font-size: 16px;
  padding: 0;
}
.blog-archive-pagination .page-numbers.next i {
  display: inline-flex;
  padding-left: 2px;
  padding-top: 2px;
}

.blog-categories {
  display: flex;
  padding: 0;
  margin: 0;
  justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .blog-categories {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.blog-categories li {
  list-style: none;
  padding: 0 5px;
  position: relative;
}
@media (max-width: 767px) {
  .blog-categories li {
    width: calc(50% - 2px);
    margin: 2px 0;
    text-align: center;
    border: 1px solid rgba(14, 14, 14, 0.2);
    padding: 5px;
  }
}
.blog-categories li:last-of-type::after {
  display: none;
}
.blog-categories li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 18px;
  background-color: #0E0E0E;
}
@media (max-width: 767px) {
  .blog-categories li::after {
    display: none;
  }
}
.blog-categories li a {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}
@media (max-width: 480px) {
  .blog-categories li a {
    font-size: 12px;
  }
}
.blog-categories li a.active {
  color: #E93773;
}