<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*General-- Start*/
:root {
  --color-primary: #a82d1e;
  --color-secondary: #380e87;
  --color-header-light: #6dd0f7;
  --font-title: "Archivo", sans-serif;
  --font-default: "K2D", sans-serif;
}

*:not(.carousel *):not(.ry-accordion *):not(#accordion *):not([data-aos-duration]):not(.slick-track),
::before,
::after {
  transition: 0.3s ease-in-out all;
}

html {
  scroll-behavior: smooth;
}

body.home {
  background: #11002e;
}

.form-group[data-type="submit"] {
  overflow: hidden;
  position: relative;
  width: fit-content;
  padding: 0 !important;
  border: 1px solid #fff;
  border-radius: 8px;
}

.form-group[data-type="submit"] .ry-btn {
  padding: 0;
  border: none !important;
  border-radius: unset !important;
  padding: 20px 58px 18px 28px !important;
}

.ry-btn,
.form-group[data-type="submit"] {
  border-radius: 8px;
  padding: 0;
  height: unset;
  width: fit-content;
  font-family: var(--font-default);
  font-weight: 400 !important;
  font-size: 18px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 16px 28px 14px;
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  line-height: 1;
  position: relative;
  overflow: hidden;
  text-align: left;
}

body.default .ry-btn.ry-btn-primary,
.ry-btn.ry-btn-primary.light {
  background: transparent !important;
  border: 1px solid #fff;
  color: #fff !important;
}

.ry-btn.ry-btn-primary:not(.light) {
  background: transparent !important;
  border: 1px solid #380e87;
  color: #380e87 !important;
}

.ry-btn.ry-btn-primary:after,
.form-group[data-type="submit"]:after {
  content: "" !important;
  background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-811143d6-249a-4c21-9e70-37b3a02dc781/Assets/btnArrowDefault_red.png);
  display: flex;
  width: 30px;
  aspect-ratio: 1;
  background-size: contain;
  background-position: center;
  margin: 0;
  pointer-events: none;
}

.form-group[data-type="submit"]:after {
  position: absolute;
  right: 15px;
}

.form-group[data-type="submit"]:before,
.ry-btn.ry-btn-primary:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -5px;
  height: 100px;
  width: 100px;
  transform: translate(0, -50%) scale(0);
  /* background: rgb(204,6,5); */
  background: linear-gradient(45deg,
      rgba(204, 6, 5, 1) 0%,
      rgba(204, 6, 5, 1) 75%);
  z-index: -1;
  border-radius: 50%;
  transition: 0.6s cubic-bezier(0.94, 0.21, 0.11, 0.81) all;
  pointer-events: none;
}

.form-group[data-type="submit"]:before {
  z-index: 1;
}

.ry-btn.ry-btn-primary:hover,
.form-group[data-type="submit"]:hover {
  border-color: transparent !important;
  color: #fff !important;
}

.ry-btn.ry-btn-primary:hover:before,
.form-group[data-type="submit"]:hover:before {
  transform: translate(0, -50%) scale(20);
}

.ry-btn.ry-btn-primary:hover:after,
.form-group[data-type="submit"]:hover:after {
  background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-811143d6-249a-4c21-9e70-37b3a02dc781/Assets/btnArrowHover.png);
  z-index: 2;
}

.ry-btn.ry-btn-secondary {
  background: transparent !important;
  border: 1px solid #fff;
}

.ry-btn.ry-btn-secondary:after {
  content: "" !important;
  background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-811143d6-249a-4c21-9e70-37b3a02dc781/Assets/btnArrowDefault_red.png);
  display: flex;
  width: 30px;
  aspect-ratio: 1;
  background-size: contain;
  background-position: center;
  margin: 0;
}

.ry-btn.ry-btn-secondary:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -5px;
  height: 100px;
  width: 100px;
  transform: translate(0, -50%) scale(0);
  /* background: rgb(204,6,5); */
  background: linear-gradient(45deg,
      rgba(204, 6, 5, 1) 0%,
      rgba(204, 6, 5, 1) 75%);
  z-index: -1;
  border-radius: 50%;
  transition: 0.6s cubic-bezier(0.94, 0.21, 0.11, 0.81) all;
}

.ry-btn.ry-btn-secondary:hover {
  border-color: transparent;
  background: transparent !important;
}

.ry-btn.ry-btn-secondary:hover:before {
  transform: translate(0, -50%) scale(6);
}

.ry-btn.ry-btn-secondary:hover:after {
  background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-811143d6-249a-4c21-9e70-37b3a02dc781/Assets/btnArrowHover.png);
}

.ry-btn.reverse {
  flex-direction: row-reverse;
}

.ry-btn.reverse:after {
  rotate: 180deg;
}

.section-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: Center;
}

.section-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.section-header h2 {
  font-size: clamp(38px, 4.167vw, 60px) !important;
  color: #380e87;
  font-family: var(--font-title) !important;
  line-height: 1.3 !important;
  font-weight: 500 !important;
  margin: 0 !important;
}

.section-header h3 {
  font-size: clamp(32px, 3.336vw, 40px) !important;
  font-weight: 500 !important;
}

.section-header.light h2 {
  color: var(--color-header-light) !important;
}

.section-header.light h3 {
  color: var(--color-header-light) !important;
}

.section-header h5 {
  font-size: 20px;
  font-family: var(--font-title) !important;
  line-height: 1.2 !important;
  background: #870b0a;
  background: linear-gradient(to right, #870b0a 0%, #e65c14 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.ry-anchor-hidden {
  display: block;
  position: absolute;
  top: -300px;
  visibility: hidden;
}

.overlink {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
}

.overlink a {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  font-size: 0;
}

/* Hero - Start */
.hp-hero {
  margin: -1px 0 0;
  /* padding: 48px 0; */
}

.hp-hero:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  height: 10px;
  width: 100vw;
  /* transform: translate(0, -50%) scale(0); */
  /* background: rgb(204,6,5); */
  background: linear-gradient(283deg,
      rgba(204, 6, 5, 1) 0%,
      rgba(232, 94, 20, 1) 75%);
}

.hp-hero .hero-accent {
  position: absolute;
  top: 0;
  right: 0;
  /* height: 100%; */
  width: 56vw;
  /* max-width: 941px; */
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex-direction: row;
  /* aspect-ratio: 1; */
}

.hp-hero .hero-accent img {
  width: 50%;
  aspect-ratio: 1;
}

.hp-hero .slick-hero .item .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1600px;
  display: flex;
  z-index: 2;
  align-items: center;
  justify-content: center;
  gap: 28px;
  /* padding: 48px 0 72px; */
}

.hp-hero .slick-hero .content .left {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.hp-hero .slick-hero .content .left .subtitle {
  /* margin:0 0 16px */
}

.hp-hero .slick-hero .content .left .subtitle h5 {
  text-align: left;
  color: var(--color-header-light);
  font-family: var(--font-title) !important;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.hp-hero .slick-hero .content .left .title h1 {
  text-align: left;
  color: #fff;
  font-family: var(--font-title) !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: clamp(28px, 2.5vw, 48px);
  line-height: 1.2;
  font-weight: 400 !important;
}

.hp-hero .slick-hero .content .left .ry-text p {
  font-family: var(--font-default);
  color: #fff;
  line-height: 1.3;
  font-size: clamp(18px, 1.354vw, 26px);
}

.hp-hero .slick-hero .content .left .btnWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.hp-hero .slick-hero .content .left .btnWrapper br {
  display: none;
}

.hp-hero .slick-hero .content .left .btnWrapper .ry-btn.mobile-only {
  display: none;
}


.hp-hero .slick-hero .content .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(72px, 6.25vw, 120px);
  justify-content: center;
  align-content: center;
}

.hp-hero .slick-hero .content .right .accent {
  width: fit-content;
}

.hp-hero .slick-hero .content .right .accent img {
  max-width: clamp(320px, 31.25vw, 600px);
}

.hp-hero .slick-hero .content .right .accent img:nth-child(1) {
  position: absolute;
  transform: translate(-20%, -50%);
  z-index: -1;
}

.hp-hero .slick-hero .content .right .accent img:nth-child(2) {
  z-index: 3;
}

.hp-hero .slick-hero .content .right .accent img:nth-child(3) {
  position: absolute;
  transform: translate(20%, -35%);
  z-index: -1;
}

.hp-hero .hero-image {
  min-height: 420px;
  object-position: center;
  object-fit: cover;
  order: 1;
}

.hp-hero .hero-social {
  position: absolute;
  bottom: 0;
  left: 38px;
  bottom: 48px;
  z-index: 2;
}

.hp-hero .hero-social ul {
  list-style: None;
  padding: 0;
}

.hp-hero .hero-social ul .social-inner-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
}

.hp-hero .hero-social ul .social-inner-wrap li {
  line-height: 1;
}

.hp-hero .hero-social ul .social-inner-wrap li a {
  height: unset;
  display: flex;
}

.hp-hero .hero-social ul .social-inner-wrap svg {
  fill: #fff;
  width: 24px;
  height: unset;
}

.hp-hero .hero-social ul .social-inner-wrap li a:hover {
  transform: scale(1.1);
}

.hp-hero.video .slick-hero .item .content {
  justify-content: flex-start;
}

.hp-hero.video .hero-video {
  aspect-ratio: 16 / 9;
}

.hp-hero.video .hero-video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

@media only screen and (max-width: 1199px) {
  .hp-hero .slick-hero .item .content {
    position: relative;
    transform: unset;
    left: unset;
    top: unset;
    padding: 48px clamp(28px, 7.265vw, 72px);
    width: 100%;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-811143d6-249a-4c21-9e70-37b3a02dc781/Assets/blue_square.png);
    background-size: contain;
    background-position: center;
    background-repeat: repeat;
    order: 2;
  }
	
.sections.ry-section-hero .slick-list {
		height: auto !important;
	}

  .hp-hero .slick-hero .item {
    flex-direction: column;
    display: flex;
  }

  .hp-hero .slick-hero .content .right {
    position: absolute;
    max-width: clamp(320px, 50.042vw, 5600px);
    left: 45%;
    transform: translate(-50%, -120%);
  }

  .hp-hero .hero-accent {
    opacity: 0.2;
  }

  .hp-hero .slick-hero .content .left {
    align-items: center;
  }

  .hp-hero .slick-hero .content .left .title h1,
  .hp-hero .slick-hero .content .left .ry-text p {
    text-align: Center;
  }

  .hp-hero .slick-hero .content .left .btnWrapper {
    justify-content: center;
  }

  .hp-hero .slick-hero .content .left .btnWrapper .ry-btn.desktop-only {
    display: none;
  }

  .hp-hero .slick-hero .content .left .btnWrapper .ry-btn.mobile-only {
    display: flex
  }


  .hp-hero .hero-social {
    position: relative;
    bottom: unset;
    left: unset;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-811143d6-249a-4c21-9e70-37b3a02dc781/Assets/orange_square.png);
    background-repeat: repeat;
    background-size: contain;
    padding: 28px 0;
    order: 3;
  }
}

@media only screen and (max-width: 768px) {
  .hp-hero .slick-hero .content .right {
    max-width: 280px;
    left: 45%;
    transform: translate(-50%, -160%);
  }
}

@media only screen and (max-width: 600px) {
  .hp-hero .slick-hero .content .right {
    max-width: 250px;
    left: 45%;
    transform: translate(-50%, -150%);
    top: 0;
  }
}

/* Welcome - Start */
.hp-welcome {
  padding: clamp(48px, 7.692vw, 200px) 0 0;
  background: url(https://s3.amazonaws.com/static.organiclead.com/Site-811143d6-249a-4c21-9e70-37b3a02dc781/Assets/welcome_pattern_bg.png);
}

.hp-welcome .ry-container {
  max-width: 991px;
  width: 90%;
  float: none;
  z-index: 3;
  /* margin: 0 auto -120px !important; */
}

.hp-welcome .wrapper {
  margin: 0 0 -120px !important;
}

.hp-welcome .section-background {
  object-fit: contain;
  display: none;
}

.hp-welcome .content {
  margin: 0 0 42px;
}

.hp-welcome .content .section-header {
  margin: 0 0 48px;
}

.hp-welcome .content .section-header h2,
.hp-welcome .content .section-header h5 {
  text-align: center;
}

.hp-welcome .content .ry-text p {
  text-align: center;
  line-height: 1.3;
  font-family: var(--font-default) !important;
  font-size: 20px;
  color: #000;
}

.hp-welcome .content .btnWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 42px 0 0;
}

.hp-welcome .video {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.hp-welcome .video:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1px;
  width: 100%;
  background: rgb(135, 11, 10);
  background: linear-gradient(45deg,
      rgba(135, 11, 10, 1) 0%,
      rgba(230, 92, 20, 1) 100%);
  z-index: 4;

  opacity: 0;
  /* border-radius:50%; */
  transition: 0.5s ease-in-out all !important;
}

.hp-welcome .video:hover:after {
  opacity: 0.5;
  height: 100%;
  width: 100%;
  display: block;
  border-radius: unset;
}

.hp-welcome .video .thumbnail {
  width: 100%;
  height: 100;
  margin: 0;
}

.hp-welcome .video .playButton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  max-width: clamp(100px, 17.014vw, 204px);
}

.hp-welcome .video:hover .playButton {
  transform: translate(-50%, -48%) scale(1.2);
}

.hp-welcome .floating-accent {
  position: absolute;
  pointer-events: none;
  z-index: 2;
  height: calc(100% + 180px);
  width: 100%;
  top: 0;
}

.hp-welcome .floating-accent .logo {
  position: absolute;
  z-index: 3;
  left: 0;
  max-width: clamp(280px, 51.615vw, 991px);
  transform: translate(-30%, 0);
  bottom: 0;
}

.hp-welcome .floating-accent .orange-box {
  position: absolute;
  z-index: 2;
  right: 0;
  max-width: clamp(320px, 37.5vw, 720px);
  bottom: 0;
}

.hp-welcome .floating-accent .circle-orange {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-25%, 5%);
  width: 90%;
  max-width: 1000px;
}

.hp-welcome .floating-accent .circle-blue {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(25%, -10%);
  width: 90%;
  \max-width: 1000px;
}

.hp-welcome .floating-accent .lines {
  position: absolute;
  z-index: 3;
  right: 0;
  max-width: clamp(180px, 18.229vw, 350px);
  bottom: 0;
  transform: translate(0, -220%);
}

@media only screen and (min-width: 1921px) {
  .hp-welcome .floating-accent .logo {
    max-width: 51.615vw;
  }

  .hp-welcome .floating-accent .orange-box {
    max-width: 37.5vw;
    width: 100%;
  }

  .hp-welcome .floating-accent .lines {
    max-width: 18.229vw;
  }
}

@media only screen and (max-width: 768px) {
  .hp-welcome .floating-accent .logo {
    transform: translate(-30%, -20%);
  }

  .hp-welcome .floating-accent .orange-box {
    max-width: 62.5vw;
    transform: translate(20%, -20%);
  }

  .hp-welcome .floating-accent .lines {
    max-width: clamp(180px, 18.229vw, 350px);
    transform: translate(0, -33vw);
  }
}

@media only screen and (max-width: 480px) {
  .hp-welcome .wrapper {
    /* margin: 0 0 -180px !important; */
  }

  .hp-welcome .floating-accent {
    /* height: calc(100% + 250px); */

    /* top: */
  }

  .hp-welcome .floating-accent .orange-box {
    max-width: 52.083vw;
    transform: translate(20%, -35%);
  }

  .hp-welcome .floating-accent .lines {
    max-width: clamp(120px, 18.229vw, 350px);
    transform: translate(0, -30vw);
  }
}

/*  Partners - Start */
.hp-partners {
  padding: 240px 0 180px;
}

.hp-partners .section-header h2 {
  text-align: center;
  /* color: var(--color-header-light); */
}

.hp-partners .ry-container {
  max-width: 1300px;
  width: 90%;
}

.hp-partners .slick-partners {
  margin: 48px 0 0;
}

.hp-partners .slick-partners .slick-track {
  display: flex;
  /* justify-content:center; */
  align-items: center;
  gap: clamp(48px, 9.341vw, 112px);
}

.hp-partners .slick-partners .item {
  max-height: 80px;
  display: flex;
  justify-content: center;
}

.hp-partners .slick-partners img {
  max-height: inherit;
  object-fit: contain;
}

.hp-partners .slick-arrow {
  font-size: 0;
  border: none;
  outline: none;
  height: 50px;
  width: 50px;
  position: absolute;
  bottom: -120px;
  transform: translatE(-50%, 0);
  z-index: 9;
  background: linear-gradient(283deg,
      rgba(204, 6, 5, 1) 0%,
      rgba(232, 94, 20, 1) 75%);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hp-partners .slick-arrow.slick-prev:before,
.hp-partners .slick-arrow.slick-next:before {
  display: block;
  content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%233fff" class="bi bi-chevron-left" viewBox="0 0 16 16"%3E%3Cpath fill-rule="evenodd" d="M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z"/%3E%3C/svg%3E');
  height: 30px;
  width: 30px;
}

.hp-partners .slick-arrow.slick-next:before {
  content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23fff" class="bi bi-chevron-right" viewBox="0 0 16 16"%3E%3Cpath fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/%3E%3C/svg%3E');
}

.hp-partners .slick-arrow.slick-next {
  left: calc(50% + 30px);
}

.hp-partners .slick-arrow.slick-prev {
  left: calc(50% - 30px);
}

.hp-partners .slick-arrow:hover {
  /* opacity: 0.8; */
  background: #fff;
}

.hp-partners .slick-arrow:hover.slick-prev:before,
.hp-partners .slick-arrow:hover.slick-next:before {
  filter: brightness(0);
}

.hp-partners:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  height: 2px;
  width: 50%;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg,
      rgba(0, 0, 0, 0) 0%,
      var(--color-header-light) 50%,
      rgba(0, 0, 0, 0) 100%);
}

@media only screen and (max-width: 600px) {
  .hp-partners .slick-partners img {
    max-width: 280px;
  }

  .hp-partners .slick-partners .slick-track {
    /* display: block; */
    /* gap: 0; */
  }
}

/* Keep Data - Start */
.hp-data {
  padding: clamp(48px, 8.33vw, 120px) 0;
  background: #11002e;
  margin: -1px 0 0;
}

.hp-data .accent {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
}

.hp-data .ry-container {
  max-width: 1600px;
  width: 90%;
}

.hp-data .ry-flex {
  gap: clamp(38px, 5.556vw, 80px);
}

.hp-data .contents .ry-text {
  margin: 28px 0;
}

.hp-data .contents .ry-text p {
  color: #fff;
  line-height: 1.3;
  font-size: 26px !important;
  font-family: var(--font-default) !important;
}

.hp-data .data-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 42px clamp(28px, 6.944vw, 100px);
}

.hp-data .data-grid .item {
  width: calc((100% / 2) - clamp(28px, 6.944vw, 100px));
}

.hp-data .data-grid .item h5 {
  font-size: 20px;
  font-family: var(--font-title) !important;
  line-height: 1.2 !important;
  background: #870b0a;
  background: linear-gradient(to right, #870b0a 0%, #e65c14 20%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.hp-data .data-grid .item .section-header {
  margin: 0 0 8px;
  gap: 0;
}

.hp-data .data-grid .item .section-header .title h2 {
  color: #fff;
}

.hp-data .data-grid .item .section-header .title h2 .span-2 {
  font-size: 20px;
  opacity: 0.7;
}

.hp-data .data-grid .item .ry-text p {
  line-height: 1.5;
  color: #fff;
  opacity: 0.7;
}

.hp-data .btnWrapper.mobile {
  display: none;
}

.hp-data .data-grid .slick-dots {
  padding: 0;
  list-style: none;
  display: flex !important;
  gap: 8px
}

.hp-data .data-grid .slick-dots li {
  line-height: unset !important;
}

.hp-data .data-grid .slick-dots button {
  font-size: 0;
  border: none;
  outline: none;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  min-width: 10px;
  opacity: 0.7;
  padding: 0;
}

.hp-data .data-grid .slick-dots .slick-active button {
  background: var(--color-primary);
  opacity: 1;
}

@media only screen and (max-width: 1199px) {
  .hp-data .ry-container {
    max-width: 768px;
  }

  .hp-data .ry-flex {
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }

  .hp-data .section-header h2,
  .hp-data .section-header h5,
  .hp-data .contents .ry-text p,
  .hp-data .data-grid .item .ry-text p {
    text-align: center;
  }

  .hp-data .contents .btnWrapper {
    display: flex;
    justify-content: center;
  }

  .hp-data .data-grid {
    justify-content: center;
    gap: 0;
  }

  .hp-data .btnWrapper.desktop {
    display: none
  }

  .hp-data .btnWrapper.mobile {
    display: flex;
    justify-content: center;
    margin: 38px 0 0;
  }
}

@media only screen and (max-width: 768px) {
  .hp-data .data-grid .item {
    width: 100%;
    max-width: 390px;
  }
}

/* Services */
.hp-services {
  margin: -1px 0 0;
  padding: clamp(48px, 8.33vw, 120px) 0;
}

.hp-services .section-background {
  object-position: top;
}

.hp-services .ry-container {
  max-width: 1600px;
  width: 90%;
}

.hp-services .wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.hp-services .wrapper&gt;.section-header h2 {
  text-align: center;
}

.hp-services .wrapper&gt;.section-header .ry-text p {
  color: #fff;
  font-family: var(--font-default);
  text-align: center;
  line-height: 1.5;
  max-width: 1199px;
  float: none;
  margin: 0 auto;
}

.hp-services .services-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "item-1 center item-4"
    "item-2 center item-5"
    "item-3 center .";
  gap: 28px;
  justify-items: center;
  align-items: center;
  justify-content: center;
}

.hp-services .service-menu {
  display: flex;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.2);
  padding: 20px 28px;
  border-radius: 12px;
  gap: 18px;
}

.hp-services .service-menu .item {
  position: relative;
  cursor: pointer;
}

.hp-services .service-menu .item:after {
  content: "";
  position: absolute;
  bottom: -28px;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  background: rgb(72, 51, 84);
  background: linear-gradient(90deg,
      rgba(72, 51, 84, 1) 0%,
      rgba(127, 94, 139, 1) 100%);
  box-shadow: 1px 1px 20px rgba(255, 255, 255, 0.5);
}

.hp-services .service-menu .item.active:after {
  background: #c30607;
}

.hp-services .service-menu .item,
.hp-services .service-menu p {
  width: fit-content;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1.3;
}

.hp-services .service-menu .item.active p {
  background: -webkit-linear-gradient(190deg, #4d1abb, #86c3e1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hp-services .services-wrapper .item:nth-child(1) {
  grid-area: item-1;
}

.hp-services .services-wrapper .item:nth-child(2) {
  grid-area: item-2;
}

.hp-services .services-wrapper .item:nth-child(3) {
  grid-area: item-3;
}

.hp-services .services-wrapper .item.center {
  grid-area: center;
}

.hp-services .services-wrapper .item:nth-child(4) {
  grid-area: item-4;
}

.hp-services .services-wrapper .item:nth-child(5) {
  grid-area: item-5;
}

.hp-services .services-wrapper .item {
  cursor: pointer;
  width: 100%;
}

.hp-services .services-wrapper .item.center&gt;div:not(.active) {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(0);
}

.hp-services .services-wrapper .item.center&gt;div {
  width: 100%;
  /* top: 0; */
  transform: scale(1);
}

.hp-services .services-wrapper .item .section-header {
  flex-direction: row;
  margin: 0 0 8px;
}

.hp-services .services-wrapper .item .section-header:after {
  content: "";
  position: relative;
  background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-811143d6-249a-4c21-9e70-37b3a02dc781/Assets/line_indicator_default_left.png);
  background-repeat: no-repeat;
  background-size: 100%;
  /* height: 50px; */
  /* width:200px; */
  flex: 1;
}

.hp-services .services-wrapper .item .section-header h2 {
  color: #fff;
  opacity: 0.7;
  font-weight: 600 !important;

  line-height: 1.2 !important;
}

.hp-services .services-wrapper .item.right .section-header {
  flex-direction: row-reverse;
}

.hp-services .services-wrapper .item.right .section-header:after {
  transform: scaleX(-1);
}

.hp-services .services-wrapper .item.right .section-header h2,
.hp-services .services-wrapper .item.right .ry-text p {
  text-align: right;
}

.hp-services .services-wrapper .item:hover .section-header:after,
.hp-services .services-wrapper .item.active .section-header:after {
  background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-811143d6-249a-4c21-9e70-37b3a02dc781/Assets/line_indicator_active_left.png);
}

.hp-services .services-wrapper .item:hover .section-header h2,
.hp-services .services-wrapper .item.active .section-header h2 {
  background: rgb(86, 12, 227);
  background: linear-gradient(45deg,
      rgba(86, 12, 227, 1) 0%,
      rgba(109, 207, 246, 1) 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}

.hp-services .services-wrapper .item .ry-text p {
  color: #fff;
  font-family: var(--font-default);
  line-height: 1.3;
}

.hp-services .service-contents {
  max-width: 1199px;
  float: none;
  margin: 48px auto 0;
}

.hp-services .service-contents .item:not(.active) {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}

.hp-services .service-contents .item {
  display: flex;
  gap: clamp(28px, 6.806vw, 98px);
}

.hp-services .service-contents .item .media {
  width: 40%;
}

.hp-services .service-contents .item .contents {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.hp-services .service-contents .item .title {
  width: 100%;
}

.hp-services .service-contents .item .section-header h2 {
  color: #fff;
  font-size: clamp(38px, 4.844vw, 48px) !important;
}

.hp-services .service-contents .item .section-header {
  margin: 0 0 28px;
}

.hp-services .service-contents .btnWrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 0;
}

.hp-services .service-contents .ry-text * {
  font-size: 20px !important;
  color: #fff;
  font-family: var(--font-default);
}

.hp-services .service-contents .ry-text li {
  list-style: none;
  margin: 0 0 8px;
}

.hp-services .service-contents .ry-text li:before {
  content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="20"%3E%3Cpath d="M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256z" fill="%2342283F"/%3E%3Cpath d="M241 377c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l87-87-87-87c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L345 239c9.4 9.4 9.4 24.6 0 33.9L241 377z" fill="%23FFFFFF"/%3E%3C/svg%3E%0A');
  position: absolute;
  left: -30px;
  top: 2px;
}

.services-mobile {
  display: none;
}

.services-mobile .service-contents .item {
  margin: 0 !important
}

.services-mobile .service-contents {
  margin: 0 auto !important;

}

.services-mobile .service-contents .item {
  /* display:flex !important; */
  position: relative !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: unset !important;
}

@media only screen and (max-width: 1199px) {
  .hp-services .services-wrapper {
    grid-template-columns: 0.8fr 1.2fr 0.8fr;
  }

  .hp-services .service-contents .item {
    flex-direction: column;
    align-items: center;
  }

  .hp-services .service-contents .item .media,
  .hp-services .service-contents .item .contents {
    width: 90%;
  }

  .hp-services .service-menu {
    flex-wrap: wrap;
    justify-content: center;
    gap: 48px 18px;
  }

  .hp-services .service-menu .item {
    width: calc((100% / 2) - 18px);
  }

  .hp-services .service-menu .item .ry-text {
    display: flex;
    justify-content: center;
  }

  .hp-services .service-contents {
    max-width: 768px;
    margin: 48px auto 0;
  }

  .hp-services .service-contents .item .section-header h2 {
    text-align: center;
  }

  .hp-services .service-contents .btnWrapper {
    justify-content: center;
  }


  .services-mobile {
    display: block;
  }

  .hp-services .service-menu.desktop,
  .hp-services .service-contents.desktop {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .hp-services .services-wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .hp-services .services-wrapper .item {
    width: fit-content;
  }

  .hp-services .services-wrapper .item.center {
    width: 100%;
    order: 1;
  }

  .hp-services .services-wrapper .item:not(.center) {
    width: calc((100% / 3) - 28px);
    min-width: 150px;
  }

  .hp-services .services-wrapper .item .section-header {
    justify-content: center;
  }

  .hp-services .services-wrapper .item .section-header h2,
  .hp-services .services-wrapper .item .ry-text p {
    text-align: center !important;
  }

  .hp-services .services-wrapper .item:nth-child(1) {
    order: 2;
  }

  .hp-services .services-wrapper .item:nth-child(2) {
    order: 3;
  }

  .hp-services .services-wrapper .item:nth-child(3) {
    order: 4;
  }

  .hp-services .services-wrapper .item:nth-child(4) {
    order: 5;
  }

  .hp-services .services-wrapper .item:nth-child(5) {
    order: 6;
  }

  .hp-services .services-wrapper .item .section-header:after {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .hp-services .service-menu {
    gap: 62px 18px;
  }

  .hp-services .service-menu .item {
    width: 100%;
  }
}

/* CTA - Start */

.hp-cta {
  /* background: #12012e; */
  z-index: 2;
  padding: 120px 0;
}

.hp-cta .section-header {
  margin: 0 0 48px;
}

.hp-cta .cta-wrapper {
  display: flex;
  gap: clamp(28px, 4.792vw, 92px);
}

.hp-cta .cta-wrapper .item {
  cursor: pointer;
  background: #1e044b;
  padding: 42px clamp(28px, 3vw, 48px);
  display: flex;
  flex-direction: column;
  gap: 18px;
  border-radius: 18px;
}

.hp-cta .cta-wrapper .item .title h2 {
  color: #fff;
  font-size: clamp(34px, 3.472vw, 50px);
}

.hp-cta .cta-wrapper .item .content p {
  color: #fff;
  line-height: 1.5;
}

.hp-cta .cta-wrapper .item .btnWrapper {
  margin: 18px 0 0;
}

.hp-cta .cta-wrapper .item:hover {
  background: #380f87;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1);
}

.hp-cta .cta-wrapper .item .ry-btn:hover {
  box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 1199px) {
  .hp-cta .cta-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hp-cta .cta-wrapper .item {
    width: calc((100% / 2) - clamp(28px, 3vw, 48px));
  }

  .hp-cta .cta-wrapper .item .title h2,
  .hp-cta .cta-wrapper .item .content p {
    text-align: center;
  }

  .hp-cta .cta-wrapper .item .btnWrapper {
    display: flex;
    justify-content: Center;
  }
}

@media only screen and (max-width: 768px) {
  .hp-cta .cta-wrapper {
    max-width: 500px;
    float: none;
    margin: 0 auto;
  }

  .hp-cta .cta-wrapper .item {
    width: 100%;
  }
}

/* Testimonials - Start */
.hp-testimonials {
  padding: clamp(72px, 13.889vw, 200px) 0 clamp(150px, 20.833vw, 300px);
  background: url(https://s3.amazonaws.com/static.organiclead.com/Site-811143d6-249a-4c21-9e70-37b3a02dc781/Assets/welcome_pattern_bg.png);
}

.hp-testimonials .section-accent {
  position: absolute;
  top: 50%;
  left: 0;
  width: clamp(320px, 37.5vw, 700px);
  transform: translate(0, 30%);
  object-fit: cover;
}

.hp-testimonials .ry-container {
  max-width: 1300px;
  z-index: 2;
  width: 90%;
}

.hp-testimonials .header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 28px;
  margin: 0 0 48px;
  justify-content: space-between;
}

.hp-testimonials .header .section-header {
  flex: 1;
}

.hp-testimonials .header .icon {
  max-width: 230px;
}

.hp-testimonials .testimonial-wrapper .ry-flex {
  gap: 88px;
  align-items: center;
}

.hp-testimonials .testimonial-wrapper .video {
  width: 50%;
  /* overflow:hidden; */
}

.hp-testimonials .testimonial-wrapper .video .thumbnail {
  z-index: 3;
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0;
  object-fit: contain;
}

.hp-testimonials .testimonial-wrapper .video:before {
  content: "";
  position: absolute;
  top: 48%;
  left: 36%;
  transform: translate(-50%, -50%);
  width: 140%;
  height: 80%;
  background-image: radial-gradient(circle at 100% 100%,
      transparent -1px,
      #6cd0f7 -1px,
      #6cd0f7 1px,
      transparent 1px),
    linear-gradient(to right, #6cd0f7, #6cd0f7),
    radial-gradient(circle at 0% 100%,
      transparent -1px,
      #6cd0f7 -1px,
      #6cd0f7 1px,
      transparent 1px),
    linear-gradient(to bottom, #6cd0f7, #6cd0f7),
    radial-gradient(circle at 0% 0%,
      transparent -1px,
      #6cd0f7 -1px,
      #6cd0f7 1px,
      transparent 1px),
    linear-gradient(to left, #6cd0f7, #380f87),
    radial-gradient(circle at 100% 0%,
      transparent -1px,
      #380f87 -1px,
      #380f87 1px,
      transparent 1px),
    linear-gradient(to top, #380f87, #6cd0f7);
  background-size: 1px 1px, calc(100% - 2px) 2px, 1px 1px, 2px calc(100% - 2px);
  background-position: top left, top center, top right, center right,
    bottom right, bottom center, bottom left, center left;
  background-repeat: no-repeat;
  pointer-events: none;
}

.hp-testimonials .video .playButton {
  max-width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.hp-testimonials .video:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1px;
  width: 100%;
  background: rgb(135, 11, 10);
  background: linear-gradient(45deg,
      rgba(135, 11, 10, 1) 0%,
      rgba(230, 92, 20, 1) 100%);
  z-index: 4;

  opacity: 0;
  /* border-radius:50%; */
  transition: 0.5s ease-in-out all !important;
}

.hp-testimonials .video:hover:after {
  opacity: 0.5;
  height: 100%;
  width: 100%;
  display: block;
  border-radius: unset;
}

.hp-testimonials .video:hover .playButton {
  transform: translate(-50%, -50%) scale(1.2);
}

.hp-testimonials .testimonial-wrapper .contents {
  max-width: 580px;
}

.hp-testimonials .slick-testimonials .review-content p {
  color: #4c4454;
  font-weight: 500 !important;
  line-height: 1.8;
  font-size: 26px;
}

.hp-testimonials .slick-testimonials .author {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 32px 0 0;
  gap: 12px;
}

.hp-testimonials .slick-testimonials .author h5 {
  font-size: 30px;
  font-family: var(--font-title) !important;
}

.hp-testimonials .slick-testimonials .author h6 {
  color: #aeadaf;
  font-weight: 400 !important;
  font-size: 26px;
}

.hp-testimonials .contents .review-cta {
  display: flex;
  justify-content: space-between;
  margin: 62px 0 0;
  align-items: center;
  gap: 28px;
}

.hp-testimonials .review-cta .btnWrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.hp-testimonials .review-cta .slick-arrows {
  display: flex;
  gap: 8px;
}

.hp-testimonials .review-cta .slick-arrows .slick-arrow {
  border: none;
  outline: none;
  background: transparent;
}

.hp-testimonials .review-cta .slick-arrows .slick-arrow svg {
  width: 25px;
}

.hp-testimonials .review-cta .slick-arrows .slick-arrow:hover svg {
  fill: var(--color-primary);
}

@media only screen and (max-width: 1199px) {
  .hp-testimonials .header {
    flex-direction: column-reverse;
    align-items: center;
    gap: 48px;
  }

  .hp-testimonials .header .icon {
    max-width: 150px;
  }

  .hp-testimonials .header .section-header h5,
  .hp-testimonials .header .section-header h2 {
    text-align: center;
  }

  .hp-testimonials .testimonial-wrapper .ry-flex {
    flex-direction: column-reverse;
    gap: clamp(48px, 10.008vw, 120px);
  }

  .hp-testimonials .section-accent {
    top: unset;
    width: 50%;
    transform: translate(0, -45%);
    bottom: 0;
  }

  .hp-testimonials .testimonial-wrapper .contents {
    max-width: 768px;
  }

  .hp-testimonials .testimonial-wrapper .video {
    max-width: 480px;
    width: 100%;
  }

  .hp-testimonials .slick-testimonials .review-content p,
  .hp-testimonials .slick-testimonials .author h5,
  .hp-testimonials .slick-testimonials .author h6 {
    text-align: center;
  }

  .hp-testimonials .contents .review-cta {
    flex-direction: column;
    align-items: center;
    gap: 48px;
  }

  .hp-testimonials .review-cta .btnWrapper {
    justify-content: center;
  }
}

/* Mission - Start */
.hp-mission {
  z-index: 20;
}

.hp-mission .contents {
  background: var(--color-secondary);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 120px clamp(88px, 10.417vw, 200px);
  flex: 1;
}

.hp-mission .section-header h2 {
  color: #fff !important;
}

.hp-mission .content .ry-text p {
  font-size: 26px !important;
  color: #fff;
  font-weight: 500 !important;
  line-height: 1.5;
  font-family: var(--font-default) !important;
  margin: 48px 0;
}

.hp-mission .content .btnWrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 18px;
}

.hp-mission .hero {
  max-width: clamp(250px, 40.625vw, 650px);
  width: 100%;
}

.hp-mission .hero img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.hp-mission .floating-accent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.hp-mission .floating-accent .logo {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: min(1366px, 71.146vw);
  z-index: 2;
  width: 90%;
}

.hp-mission .floating-accent .small-square {
  max-width: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

.hp-mission .floating-accent .large-square {
  max-width: min(475px, 24.74vw);
  position: absolute;
  bottom: 0;
  right: 0;
}

.hp-mission .line-1 {
  max-width: 25px;
  width: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}

.hp-mission .line-2 {
  max-width: 25px;
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 1199px) {
  .hp-mission .ry-flex {
    flex-direction: column;
    /* align-items:center; */
    justify-content: center;
  }

  .hp-mission .hero {
    max-width: unset;
    max-height: 420px;
    overflow: hidden;
  }

  .hp-mission .hero img {
    object-position: inherit;
    max-height: inherit;
  }

  .hp-mission .section-header h2,
  .hp-mission .content .ry-text p {
    text-align: center;
  }

  .hp-mission .content .btnWrapper {
    justify-content: center;
  }

  .hp-mission .floating-accent .logo {
    max-width: 991px;
    width: 90%;
  }

  .hp-mission .floating-accent .large-square {
    max-width: clamp(150px, 35.318vw, 350px);
  }
}

@media only screen and (max-width: 768px) {
  .hp-mission .contents {
    padding: 120px clamp(28px, 10.417vw, 200px) 28px !important;
  }
}

/* Footer - Start */
.hp-footer {
  background: #11002e;
  padding: clamp(72px, 12.51vw, 150px) 0;
  z-index: 2;
}

.hp-footer:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  height: 5px;
  width: 100%;
  background-image: -moz-linear-gradient(0deg,
      rgb(231, 93, 20) 0%,
      rgb(204, 6, 5) 25%,
      rgb(135, 11, 10) 50%,
      rgb(109, 207, 246) 75%,
      rgb(56, 14, 134) 100%);
  background-image: -webkit-linear-gradient(0deg,
      rgb(231, 93, 20) 0%,
      rgb(204, 6, 5) 25%,
      rgb(135, 11, 10) 50%,
      rgb(109, 207, 246) 75%,
      rgb(56, 14, 134) 100%);
  background-image: -ms-linear-gradient(0deg,
      rgb(231, 93, 20) 0%,
      rgb(204, 6, 5) 25%,
      rgb(135, 11, 10) 50%,
      rgb(109, 207, 246) 75%,
      rgb(56, 14, 134) 100%);
}

.hp-footer .details {
  max-width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*gap: 28px;*/
}
	
.hp-footer .details .business-logo{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:18px;
  margin:0 0 28px;
}
.hp-footer .details .business-logo img {
  max-width:180px;
}	

.hp-footer .ry-flex {
  gap: clamp(48px, 8.33vw, 120px);
}

.hp-footer .social ul {
  list-style: None;
  padding: 0;
}

.hp-footer .social ul .social-inner-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
}

.hp-footer .social ul .social-inner-wrap li {
  line-height: 1;
}

.hp-footer .social ul .social-inner-wrap li a {
  height: unset;
  display: flex;
}

.hp-footer .social ul .social-inner-wrap svg {
  fill: #fff;
  width: 24px;
  height: unset;
}

.hp-footer .social ul .social-inner-wrap li a:hover {
  transform: scale(1.1);
}

.hp-footer .copyright {
  font-size: 18px;
  text-align: center;
  color: #fff;
  line-height: 1.3;
  opacity: 0.7;
  font-weight: 400 !important;
}

.hp-footer .copyright a {
  color: #fff;
}

.hp-footer .poweredby {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.hp-footer .poweredby p {
  text-align: center;
  color: #fff;
  opacity: 0.7;
  font-size: 14px;
}

.hp-footer .poweredby img {
  max-width: 80px;
  top: 3px;
  position: relative;
}

.hp-footer .links {
  display: flex;
  gap: 28px;
  justify-content: space-between;
  max-width: 991px;
}

.hp-footer .links .item {
  width: fit-content;
}

.hp-footer .links .title {
  margin: 0 0 18px;
}

.hp-footer .links .title h5 {
  color: #fff;
  font-family: var(--font-title) !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 24px;
}

.hp-footer .links .menu li {
  list-style: none;
  padding: 0;
}

.hp-footer .links .menu li:not(:last-child) {
  margin: 0 0 20px;
}

.hp-footer .links .menu li a {
  color: #fff;
  opacity: 0.7;
}

.hp-footer .links .menu li a:hover {
  opacity: 1;
  color: #b3461a;
}

@media only screen and (max-width: 1199px) {
  .hp-footer .ry-flex {
    flex-direction: column;
    align-items: center;
  }

  .hp-footer .links {
    max-width: 768px;
  }
}

@media only screen and (max-width: 768px) {
  .hp-footer .links {
    flex-direction: column;
    align-items: center;
    gap: 48px;
  }

  .hp-footer .links .title h5 {
    text-align: center !important;
  }

  .hp-footer .links .menu li {
    text-align: center;
  }
}





/* Others */
.modal {
  z-index: 999999;
}

.modal .modal-body,
.modal .modal-header {
  padding: 0;
  min-height: unset;
  border: none;
}

.modal .modal-header button {
  font-size: 90%;
  position: absolute;
  top: -15px;
  right: -15px;
  font-family: "cursive";
  border-radius: 50%;
  background: #C30908;
  height: 35px;
  width: 35px;
  color: #Fff;
  text-shadow: unset;
  z-index: 2;
  transition: 0.3s ease-in-out all;
  opacity: 1;
}

.modal .modal-header button:hover {
  opacity: 0.6
}

.modal .contact-us.card {
  margin: 0;
  border-radius: unset;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 48px;
}

.modal .contact-us.card .ry-flex {
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

.modal .contact-us.card .ry-flex .ry-each:nth-child(1) {
  max-width: 120px;
}

.modal .contact-us.card .section-header h2 {
  text-align: center;
  font-size: clamp(32px, 3.075vw, 42px) !important;
}

.modal .contact-us.card .ry-text p {
  text-align: center;
  color: #fff;
}

.modal .modal-dialog {
  width: 90%;
  max-width: 991px
}

.modal .contact-us .btnWrapper {
  justify-content: center;
}



.custom-accordion {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 72px;
}

.custom-accordion .ry-accordion {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.custom-accordion .ry-accordion .item {}

.custom-accordion .ry-accordion .ry-heading {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 18px;
  gap: 18px;
}

.custom-accordion .ry-accordion .ry-heading * {
  color: #fff;
  font-family: "Universo", sans-serif;
  text-align: left;
}

.custom-accordion .ry-accordion .ry-content {
  border: 1px solid #fff;
  border-radius: 18px;
  margin: 18px 0 0;
  background: transparent;
}

.custom-accordion .ry-accordion .ry-content p {
  font-size: 22px;
}

.custom-accordion .ry-accordion .ry-content h1,
.custom-accordion .ry-accordion .ry-content h2,
.custom-accordion .ry-accordion .ry-content h3,
.custom-accordion .ry-accordion .ry-content h4,
.custom-accordion .ry-accordion .ry-content h5,
.custom-accordion .ry-accordion .ry-content h6 {
  color: #cc0606 !important;
}

.custom-accordion .ry-accordion .ry-heading:after {
  content: "" !important;
  background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-811143d6-249a-4c21-9e70-37b3a02dc781/Assets/btnArrowDefault_red.png);
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 4px;
  transform: rotate(90deg);
  min-width: 30px;
}

.custom-accordion .ry-accordion .ry-heading.ui-state-active:after {
  transform: rotate(-90deg);
}
	
@media (min-width:769px) {
  img#mobile-banner {
	  display: none;
	}

}

@media (max-width:768px) {
	.hero-video {
	  display: none;
	}
	
	.hp-hero .slick-hero .content .left, .title.aos-init.aos-animate,
	.hp-hero .slick-hero .item .content {
	  transition: none !important;
	}

}
</pre></body></html>