:root {
  font-size: 16px;
  --primary: #201102;
  --secondary: #CEA880;
  --dark: #000000;
  --darkAlt: #0a0a0a;
  --grey: #F7F7F7;
  --lightAlt: #F3F8FA;
  --light: #fff;
  --border: rgba(255, 255, 255, 10%);
  --headings: "RecoletaAlt", Helvetica, Verdana, Arial, sans-serif;
  --text: "Montserrat", Helvetica, Verdana, Arial, sans-serif;
  --ease: all 0.35s ease;
  --cubic: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  --marqueeLogos: 0;
  --topbarHeight: 0;
}
.headerLayout .headerInner {
  max-width: 1512px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 5rem;
}
@media (min-width: 1200px) {
  .headerLayout .headerInner {
    padding: 0rem 3rem;
  }
}
@media (min-width: 1500px) {
  .headerLayout .headerInner {
    padding: 0rem 5rem;
  }
}
.topbarIcons a {
  background: var(--primary);
}
.full-wrapper {
  display: flex;
  align-items: center;
}
.common-banner {
  min-height: 750px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen (max-width:1450px) {
  .common-banner {
    min-height: 650px;
  }
}
.common-banner .wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
  align-content: space-between;
  align-items: center;
  padding-top: 12rem;
}
@media screen and (max-width: 767px) {
  .common-banner .wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .common-banner .wrapper {
    padding-top: 6rem;
  }
}
.common-banner .right-banner {
  text-align: right;
}
.common-banner .left-banner, .common-banner .right-banner {
  flex-basis: 50%;
  z-index: 1;
}
.common-banner .left-banner {
  align-self: center;
}
@media screen and (max-width: 1350px) {
  .common-banner .left-banner {
    flex-basis: 60%;
  }
}
.home-banner {
  background-size: cover;
  background-position: right center;
}
.home-banner:after {
  content: "";
  background-image: url(/wp-content/uploads/2025/01/newseperator1-3-1.webp);
  width: 100%;
  position: absolute;
  height: 125px;
  z-index: 1;
  bottom: -1px;
  background-size: cover;
}
.title {
  font-size: 40px;
  line-height: 64px;
  color: var(--dark);
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 32px;
    line-height: 45px;
  }
}
@media screen and (max-width: 467px) {
  .title {
    font-size: 22px;
    line-height: 35px;
  }
}
.title b {
  color: var(--primary);
}
.title bl {
  color: var(--secondary);
}
.dark-combs .title {
  color: var(--dark);
}
.dark-combs .smallTitle {
  color: var(--dark);
}
.dark-combs span p {
  color: var(--dark);
}
.dark-combs > svg {
  fill: var(--primary);
}
.light-combs .title {
  color: var(--light);
}
.light-combs .smallTitle {
  color: var(--light);
}
.light-combs span {
  color: var(--light);
}
.light-combs span p {
  color: var(--light);
}
.light-combs > svg {
  fill: var(--primary);
}
.light-color * {
  color: white;
}
.btn-combs {
  display: flex;
  gap: 30px;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .btn-combs {
    flex-direction: column;
    align-items: center;
  }
}
.btn-combs a {
  font-size: 16px;
  text-transform: uppercase;
  font-family: var(--text);
  border: 2px solid;
  padding: 1rem 2rem;
  font-weight: 600;
  display: flex;
  border-radius: 50px;
  letter-spacing: 0px;
  transition: var(--ease);
}
.btn-combs a svg {
  width: 15px;
  margin-left: 15px;
  transition: var(--ease);
}
@media screen and (max-width: 1450px) {
  .btn-combs a {
    font-size: 16px;
    padding: 1rem 2rem;
  }
}
@media screen and (max-width: 1350px) {
  .btn-combs a {
    font-size: 14px;
    padding: 1rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .btn-combs a {
    font-size: 14px;
  }
}
.btn-combs a:hover {
  filter: brightness(105%);
}
.btn-combs a:hover svg {
  transform: translateX(0.2rem);
}
.btn-combs.centerIt {
  justify-content: center;
}
.btn-combs a.gradient {
  background-image: linear-gradient(135deg, #34A0FF 0%, #0D3399 100%);
  border: none;
  line-height: 64px;
  color: white;
}
.btn-combs a.gradient svg {
  fill: white;
}
.btn-combs a.border {
  border-color: var(--dark);
  color: var(--dark);
}
.btn-combs a.border svg {
  fill: var(--dark);
}
.btn-combs a.border:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--dark);
}
.btn-combs a.border:hover svg {
  fill: var(--dark);
}
.btn-combs a.light {
  border-color: var(--light);
  color: var(--light);
}
.btn-combs a.light svg {
  fill: var(--light);
}
.btn-combs .dark {
  background-color: var(--primary);
  color: var(--light);
  border-color: var(--primary);
}
.btn-combs .dark svg {
  fill: var(--light);
}
.btn-combs .secondary {
  background-color: var(--secondary);
  color: var(--dark);
  border-color: var(--secondary);
}
.btn-combs .secondary svg {
  fill: var(--dark);
}
.btn-combs.light .dark {
  background-color: var(--light);
  color: #000;
  border-color: var(--light);
}
.btn-combs.light .primaryColor {
  background-color: var(--primary);
  color: var(--light);
  border-color: var(--primary);
}
.btn-combs.light .primaryColor svg {
  fill: var(--light);
}
.btn-combs.light .border {
  border-color: var(--light);
  color: var(--light);
}
.btn-combs.light .border svg {
  fill: var(--light);
}
.right-banner img {
  max-width: 70%;
}
.common-banner {
  position: relative;
}
.rev-combs {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  align-self: center;
}
@media screen and (max-width: 1199px) {
  .rev-combs {
    align-items: center;
  }
}
.rev-combs .smallTitle {
  font-size: 14px;
  letter-spacing: 1.5px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--textBold);
  padding-left: 50px;
  position: relative;
}
.rev-combs .smallTitle b {
  background-color: var(--primary);
  color: var(--light);
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 5px;
}
.rev-combs .smallTitle:before {
  content: "";
  width: 38px;
  height: 2px;
  background-color: var(--secondary);
  position: absolute;
  left: 0;
  top: 5px;
}
.rev-combs span {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1455px) {
  .rev-combs span {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .rev-combs span {
    font-size: 16px;
  }
}
@media screen and (max-width: 467px) {
  .rev-combs span {
    font-size: 14px;
  }
}
.rev-combs span p {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .rev-combs span p {
    font-size: 16px;
  }
}
@media screen and (max-width: 467px) {
  .rev-combs span p {
    font-size: 14px;
  }
}
.centerIt {
  display: flex;
  width: 100%;
  text-align: center;
  align-items: center;
  margin-bottom: 3rem;
}
.centerIt .btn-combs {
  justify-content: center;
}
/*Effect*/
@-webkit-keyframes marqueeAnimation-8590159 {
  100% {
    transform: translateX(-2862px);
  }
}
@-webkit-keyframes marqueeAnimation-8121638 {
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes marqueeAnimation-3447890 {
  100% {
    transform: translateX(-2862px);
  }
}
.nofluff-tape {
  overflow: hidden;
}
.nofluff-tape .js-marquee {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.nofluff-tape-line {
  margin: 0 -50px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
  -ms-transform-origin: center;
  transform-origin: center;
  width: calc(100% + 100px);
}
.nofluff-tape-line:nth-of-type(1) {
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
  z-index: 3;
}
.nofluff-tape-line:nth-of-type(2) {
  -ms-transform: rotate(-15deg);
  z-index: 2;
}
.nofluff-tape-line:nth-of-type(3) {
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
  z-index: 1;
}
.nofluff-tape-marquee {
  height: 100%;
}
.nofluff-tape-marquee img {
  display: inline-block;
  padding: 0 10px;
}
.nofluff-tape-marquee span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
}
.cross-marq .nofluff-tape .js-marquee {
  height: auto;
}
.cross-marq .nofluff-tape-line:nth-of-type(1) {
  transform: rotate(0deg);
  box-shadow: none;
  padding: 0;
}
@media (min-width: 992px) {
  .nofluff-tape {
    overflow: visible;
  }
}
@media (min-width: 768px) {
  .nofluff-tape-line {
    padding: 14px 0;
  }
  .nofluff-tape-marquee img {
    height: 100%;
    max-height: 50px;
  }
}
@media (min-width: 1440px) {
  .nofluff-tape-line:nth-of-type(2) {
    -ms-transform: rotate(-3deg);
    transform: rotate(-5deg);
    margin-top: -95px;
  }
}
.bottom-cross.cross-marq {
  padding: 1rem 0;
}
.bottom-cross.cross-marq .nofluff-tape-marquee span {
  font-size: 130px;
  line-height: 150px;
  font-family: var(--headings);
  font-weight: bold;
  font-style: italic;
  color: var(--dark);
}
.bottom-cross.cross-marq .nofluff-tape-marquee span bg {
  -webkit-text-stroke-width: 3px;
  stroke-width: 3px;
  color: transparent;
  -webkit-text-stroke-color: var(--dark);
  stroke: var(--textcolor);
}
@media (max-width: 1200px) {
  .bottom-cross.cross-marq .nofluff-tape-marquee span {
    font-size: 80px;
  }
}
span.blueDiv {
  background-color: var(--primary);
  padding: 2rem;
  border-radius: 12px;
}
span.blueDiv * {
  color: white !important;
  font-size: 20px !important;
}
span.blueDiv strong {
  font-weight: bold !important;
}
.content-row {
  background-repeat: no-repeat;
  background-position: right bottom;
}
.dragLeft {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-left: -12rem;
  max-width: 30rem;
}
.slider {
  /*slick-dots*/
}
.slider ul.slick-dots {
  margin-bottom: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-left: 0;
  margin-top: 50px;
}
.slider ul.slick-dots li {
  display: inline-block;
}
.slider ul.slick-dots li button {
  color: transparent;
  font-size: 0;
  background-color: transparent;
  border: 2px solid var(--primary);
  width: 34px !important;
  height: 34px;
  padding: 0;
  line-height: 30px;
  margin: 0 5px;
  border-radius: 100px;
}
@media screen and (max-width: 500px) {
  .slider ul.slick-dots li button {
    width: 20px !important;
    height: 20px;
    margin: 0 3px;
  }
}
.slider ul.slick-dots .slick-active button {
  background-color: var(--primary);
  width: 70px !important;
}
@media screen and (max-width: 500px) {
  .slider ul.slick-dots .slick-active button {
    width: 40px !important;
  }
}
.cris-cross {
  margin-top: 100px;
}
.cris-cross .nofluff-tape-marquee span {
  padding: 0 5px;
}
.cris-cross .nofluff-tape-marquee span.bg-here {
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  color: transparent;
  -webkit-text-stroke-color: var(--dark);
  stroke: var(--dark);
}
.cris-cross .nofluff-tape-line {
  font-size: 50px;
  font-family: var(--headings);
  font-weight: bold;
  padding: 0;
}
.cris-cross .nofluff-tape-line:nth-of-type(2) {
  margin-top: -70px;
  background-color: var(--primary);
  color: white;
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cris-cross .nofluff-tape-line:nth-child(1) {
  background-color: var(--light);
  box-shadow: 0 4px 45px 0 rgba(0, 0, 0, 0.1);
  font-size: 50px;
  font-family: var(--headings);
  font-weight: bold;
  color: var(--dark);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
  z-index: 3;
}
